Category: Import and export
How to use the GeoJSON/CSV import and export feature
0
How to assign a marker to a map when using the GeoJSON importer
If you want to assign a marker to a map when using the GeoJSON import feature, you have to add the map ID of the marker in the maps
properties-attribute. Example where marker is added to the maps with the ID 1 and 2:
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ "16.372500", "48.208300" ] }, "properties": { "id": "56", "name": "Headquarters", "address": "Main Street", "zoom": "10.0", "icon": "", "popup": "This is our company headquarters", "link": "", "maps": "1,2" } } ] }
If marker should not be assigned to any map when using the GeoJSON importer, please use the value null
Can I use an export file from v3.1.1 or lower and import it in v4 or higher?
No, as v4.0 is a complete new plugin with an optimized database schema, (CSV/XLS(X)/ODS) import files created with Maps Marker Pro v3.1.1 or lower are not compatible with the import in Maps Marker Pro v4 or higher.
How do I convert other formats like KML to GeoJSON?
The free online tool at https://geoconverter.hsr.ch/ allows you to convert formats like KML and others into GeoJSON:
You can then add the GeoJSON to a map in the tab “Draw” by clicking the button “Add from GeoJSON”: