Tagged Questions
2
votes
1answer
494 views
Plotting latitude on to a (Mercator projection) SVG representing a country map
I want to convert (google sourced) longitude and latitude coordinates to x and y to place points on a SVG map
I can get the longitude converted to X but I can't nail latitude.
...
7
votes
2answers
488 views
Exporting a set of lat/long coordinates to SVG
Suppose I have a set of coordinates in latitude and longitude.
What would be the easiest way to export those to an SVG file?
I'd rather do this programatically (any language or library will do) ...
