04-03-2017 08:00 AM - edited 04-03-2017 08:37 AM
Dear all,
In BI map construction I can't load (I add the cloropleth tho the map but the geojson does not appear) this geojson:
http://out.planetek.it/MM_test_4326.zip
Why?
What is the problem?
Thank you very much
Regards
Solved! Go to Solution.
04-03-2017 09:01 AM - edited 04-03-2017 09:03 AM
I tried also to convert geojson from Polygon to Multipolygon. It still does not work :-/
If I save the M.App and then launch the application...I see "downloading" but the geojson does not load
04-03-2017 11:43 PM - edited 04-03-2017 11:44 PM
Hi Giuseppe,
I can see there is a parsing error in the console while trying to display the data in BI wizard. It could be a bug since the data display normally in other viewer and the JSON is valid. I will notify about that the development.
Regards,
Jan
04-04-2017 12:16 AM - edited 04-04-2017 12:21 AM
Can I try any conversion or other thinghs in order to load those data?
I need it for a demo
thank you
04-04-2017 12:56 AM
It looks like it's the whitespace character in the attribute name that's causing the issue. I've renamed this column and then it works fine. I've attached the modified GeoJSON file.
Hope this helps.
Jan
04-04-2017
01:40 AM
- last edited
2 weeks ago
by
fcaelen
Just to add, the column format is actually suggested in the docs:
Column names in the CSV should not contain spaces or special characters.
The general rules for column names are:
Regards,
Jan
04-04-2017 02:18 AM
Thank you very much Jan!!