• Hi,

    Unfortunately, the map on the page linked does not show any more. I am a bit perplexed, as I made a copy of the website and in our staging environment it does show.

    I also get the following message at the top of the settings page:

    Info: your leaflet version may be out-of-sync with the latest default version: 1.9.3
    The version of my leaflet map plugin is 3.3.0, though.

    On the same server space as the website above are two more websites using leaflet map and a very similar setup, and they are all displaying correctly.

    I am not maintaining this website on a very regular basis, so I am not able to say when exactly the map disappeared. Plugins, WordPress core, and theme ought to be current versions.

    Would be very grateful for a hint what’s going wrong here.

    Thanks so much!

    Elisabeth

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor hupe13

    (@hupe13)

    Info: your leaflet version may be out-of-sync with the latest default version: 1.9.3

    The plugin Leaflet Map uses the Leaflet Javascript Library, the actual version is 1.9.3. You are using version 1.7.1. Change the Javascript URL and the CSS URL in the settings of Leaflet Map.

    You are using tiles from MapQuest. You need an API Key, it is missing.

    Thread Starter Taxifisch

    (@taxifisch)

    Thanks for your answer.

    Sorry about the MapQuest, that was purely accidental and I changed it. Didn’t work without it either, though.

    Also changed the JavaScript URL as well as the CSS URL like so:

    https://unpkg.com/leaflet@1.9.3/dist/leaflet.js

    https://unpkg.com/leaflet@1.9.3/dist/leaflet.css

    (Would be kind of nice if that error message would state that a bit more clear, tried to figure out what it’s about but did not find a solution myself.)

    Cleared all available caches.

    Unfortunately, nothing really changed, other than the font size in the location description…

    Thank you for your help.

    Best

    Elisabeth

    Plugin Contributor hupe13

    (@hupe13)

    You need lan and lng or an address:

    [leaflet-map address="K.... Str. 11, 12345 Stadt" zoom=16]
    [leaflet-marker]Alten- und Pflegeheim[/leaflet-marker]
    Thread Starter Taxifisch

    (@taxifisch)

    I added the address like this:

    [leaflet-map lat=5xxxxx lng=8.xxxxx]

    And below the marker. Like I did in all other maps, that are working nicely.

    Plugin Contributor hupe13

    (@hupe13)

    that are working nicely.

    but not (yet) on the above mentioned page.

    Was anderes: DSGVO!

    Thread Starter Taxifisch

    (@taxifisch)

    Yeah, that’s my exact problem. 🙁

    Thanks for the link to the DSGVO snippet, though.

    Plugin Contributor hupe13

    (@hupe13)

    On my testpage both works:

    [leaflet-map address="K.... Str. 11, 12345 Stadt" zoom=15]
    [leaflet-marker]Alten- und Pflegeheim[/leaflet-marker]
    [leaflet-map lat=50.xxxx  lng=8.xxxx zoom=15]
    [leaflet-marker]Alten- und Pflegeheim[/leaflet-marker]
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Map does not display anymore’ is closed to new replies.