Closed pirhoo closed 11 years ago
It works now: I just added a projection and bounds to the svg using karthograph.py:
{
"proj": {
"id": "mercator",
"lon0": 0,
"lat0": 0
},
"bounds": {
"mode": "bbox",
"data": [-190,-90,190,90]
}
}
Hi,
I have a very simple world map with symbols but the geolocation setting won't work. The problem is that every bubbles are located at the same place, under the Gulf of Guinea. I checked the data in the location function, coordinates are OK.
Here is a sample of the JSON with the data:
Anybody else met this problem?
Cheers!