Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ian Dunn

    (@iandunn)

    Yeah, e.g., [bgmp-map placemark="105" center="chicago" zoom="10" type="terrain"]. See https://www.ads-software.com/plugins/basic-google-maps-placemarks/installation/ for examples of all the parameters.

    Thread Starter norboo

    (@norboo)

    Ian, thanks for your reply.

    I think I wasn’t very clear in my previous post.

    I want to accomplish something like this:
    [bgmp-map placemarks="105,106,107" center="chicago" zoom="10" type="terrain"]

    How can I get multiple Placemarks by their IDs at once?

    Plugin Author Ian Dunn

    (@iandunn)

    Ah, you’re right, that only allows a single ID.

    There’s no shortcode parameter for multiple IDs, but if you want to write a little PHP you could use the bgmp_get-map-placemarks-query filter to change the parameters that get passed to get_posts in the getMapPlacemarks() function.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multiple markers’ is closed to new replies.