OXp1845
OXp1845

Reputation: 493

Creating a google map

I am going to go out on a limb here and ask if someone knows any good solution on how to map coordinates on a world map without using Google maps. I tried searching Google but didn't find anything relevant (I might have been searching a bit poorly :P). It doesn't have to be a very exact map, but I would like to be able to have an image of a map and actually be able to point out where New York is.

I guess I would try to get a map first, and then try to use it as a canvas for a JavaScript that paints the different geo coordinates. The problem is that I am not sure on how to adjust the map to the correct coordinates.

Does anyone know anything about this or any way on how to get around this problem?

Thanks in advance

Upvotes: 0

Views: 45

Answers (1)

jmiraglia
jmiraglia

Reputation: 671

Not sure why you can't use Google Maps API, but there is also openstreetmap

Upvotes: 1

Related Questions