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
Comments or further questions?
If you're looking for technical support please click here, for all other questions please use our contact form to get in touch! We´re looking forward to hearing from you!
Your Maps Marker Pro team