Jump to content

Vylda

+Premium Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Vylda

  1. There is solution: Geocaching Events: add to calendar (in Czech), Geocaching Events: add to calendar translated to English, App is in Czech and English
  2. This is the problem: test googlemaps api: if (document.querySelector("script[src*='//maps.googleapis.com/']")){ console.warn("Geocaching Map Enhancements requires Leaflet Maps to be enabled."); return; } It can be change to if (document.querySelector("script[src*='//anymap.googleapis.com/']")){ console.warn("Geocaching Map Enhancements requires Leaflet Maps to be enabled."); return; } or if (document.querySelector("script[src*='//maps.googleapis.com/']")){ console.warn("Geocaching Map Enhancements requires Leaflet Maps to be enabled."); //return; } but it is not system solution.
  3. Console says: Geocaching Map Enhancements requires Leaflet Maps to be enabled, but I have Leaflet maps enabled.
  4. Hi, there is a bug in anchor to mapson Mapy.cz portal. There is a new link: http://mapy.cz/zakladni?x=16.4145500&y=49.3600300&z=15&source=coor&q=49.36003%2016.41455 x, y ... decimal coordinates q....... decimal coordinates with spacebar (%20) z....... zoom Is there anyone to repair it? Thank you.
×
×
  • Create New...