Closed navimont closed 13 years ago
Hi @navimont, I'm not able to reproduce this problem with any of the GeoJSON files I normally test with. Are you able to provide a sample problematic GeoJSON file?
Thanks, Will
I am able to load that geojson file without any problems. What version of TileMill are you using?
Hi, I tested again and I can't reproduce it any more either. I may have used a file without the .json ending before. Sorry about that. I close the issue. Thanks for this great product!
When trying to load a GeoJSON data file created by myself, I get the following error:
Turns out that the type parameter is not the first member in the feature description:
If I place "type": "Feature" before the "geometry" member it works. In my opinion the order should not matter here (that's why the members are named, isn't it?). Dictionary elements in python have no particular order, therefore it would be difficult for me to adjust this. I'm using python json encoder.