Support » Plugin: Leaflet Maps Marker (Google Maps, OpenStreetMap, Bing Maps) » Create maps directly with more then one marker

  • Resolved muehlenmeier

    (@muehlenmeier)


    Is it possible to create maps with more then 1 marker directly by using shortcodes only.

    Her are two maps:
    [mapsmarker lat=”52.055255″ lon=”8.723573″ popuptext=”Kirche zu Wülfer”
    basemap=”mapquest_osm” zoom=”12″ openpopup=”1″ mapwidth=”100″
    mapwidthunit=”%” mapheight=”400″]

    [mapsmarker lat=”52.062368″, lon=”8.680970″ popuptext=”Kirche Lockhausen”basemap=”mapquest_osm” zoom=”12″ openpopup=”0″ mapwidth=”100″
    mapwidthunit=”%” mapheight=”400″

    But I prefere it to combine them to one map by posting the map with an email to my blog. For this I use the plugin posty. During my journey there is not enough bandwith to use the wordpress backend?

    https://wordpress.org/plugins/leaflet-maps-marker/

Viewing 5 replies - 1 through 5 (of 5 total)
  • you could create a layer map in advance and then add the markers to that layer map by the following shortcode attribute:
    [mapsmarker lat=”…” lon=”…” layer=”1″]

    For full documentation about this (pro) feature please visit http://www.mapsmarker.com/docs/basic-usage/how-to-create-maps-directly-by-using-shortcodes-only/
    best,

    Robert

    Thread Starter muehlenmeier

    (@muehlenmeier)

    thanks, but I’m looking for a chance to add 2 and more markers to one predefined layer or a new map by posting via email without the backend.

    ‘[mapsmarker lat=”…” lon=”…” popuptext=” ” lat=”…” lon=”…” popuptext=” ” layer=”1″]’

    I’ using the Pro-Version

    Heinrich

    sorry, but that is not supported. If you want to add 2 maps, you have to use 2 shortcodes

    Thread Starter muehlenmeier

    (@muehlenmeier)

    o.k. when this is not supported I will send my post to my blog in this structure
    <text part 1>
    [mapsmarker lat=” ” lon=” ” popuptext=””
    basemap=”mapquest_osm” zoom=”12″ openpopup=”1″ mapwidth=”100″
    mapwidthunit=”%” mapheight=”400″]
    <text part 2>
    [mapsmarker lat=” ” lon=” ” popuptext=””
    basemap=”mapquest_osm” zoom=”12″ openpopup=”1″ mapwidth=”100″
    mapwidthunit=”%” mapheight=”400″]

    Thanks for the Support.
    Heinrich

    that should work! you’re welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Create maps directly with more then one marker’ is closed to new replies.