• Hello,

    the question was already posted here some years ago, but I could’nt find a real answer.

    Is it possible to ad more than one map to a page like something like this:

    <div style="text-align:center">
    <!-- wp:shortcode -->
    [gpx-view category="allgemein" gpx-file="abc.gpx" color= "#f00" width= "3"]
    <!-- /wp:shortcode -->
    </div>

    <div style="text-align:center">
    <!-- wp:shortcode -->
    [gpx-view category="allgemein" gpx-file="cde.gpx" color= "#f00" width= "3"]
    <!-- /wp:shortcode -->
    </div>
Viewing 1 replies (of 1 total)
  • Plugin Author axelkeller

    (@axelkeller)

    Unfortunately not. The viewer map uses id attributes like the map-container which cannot be displayed twice on the same page.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.