Tagged Questions
4
votes
1answer
546 views
How to prepare SVG images for presentation in OpenLayers?
I have a collection of SVG vector images I need to display on a map, probably using OpenLayers/KML. Is there any way to convert a vector image from SVG to KML? Or would it make more sense just to use ...
1
vote
1answer
151 views
Which map projection maps y=m1*lat+b1, x=m2*long+b2?
I'm looking for a map of the US in this simple format. Then I can calibrate the simple mapping and do a report for our business by making a dynamic SVG file that places markers on that map.
Right now ...