simplegeo / polymaps

Polymaps is a free JavaScript library for making dynamic, interactive maps in modern web browsers.
http://polymaps.org/
Other
1.6k stars 213 forks source link

Error: Problem parsing with WGS84 #120

Closed paooolino closed 12 years ago

paooolino commented 12 years ago

Hello, I'm creating a geoJSON using QUANTUM GIS, exporting my layer setting WGS84 Coordinate System. The error parsing in the title is throwing, I read a before issue in which the advice was to transform Mercator units in WGS84.

It seems that, in my case, WGS84 does not match what the polymaps library expect.

I tried setting randomly AGD66 (EPSG:4202) and it works fine.

The question is: what CRS does polymaps expect?

Thanks.

paooolino commented 12 years ago

my fault. WGS84 works, the geometry was bugged. thanks