Plugin Author
bozdoz
(@bozdoz)
Does not appear to make sense. If your map tile is set to openstreetmap.org then it should be pulling tiles from openstreetmap.org
Plugin Author
bozdoz
(@bozdoz)
Also, I don’t see any evidence that this site is using this plugin.
Sorry, I’m not really familiar with this plugin, but there are 6 “leaflet-” prefixed classnames on the map div, and it creates the map with a js call to L.map() which points to leaflet.js:5. It also has the leaflet plugin installed and active. Is that not evidence?
Plugin Author
bozdoz
(@bozdoz)
what’s the name of the leaflet plugin that is activated?
This plugin has the WPLeafletMap class and exposes a global JavaScript variable “WPLeafletMapPlugin”:
WPLeafletMap
The plugin name is “Leaflet Map” and has a version number of 2.23.3, and I clicked a link from the leaflet settings page to get here, so I’m REASONABLY sure it’s the right plugin. I did manage to solve my issue, though. I’m just trying to understand how this site is configured.
Plugin Author
bozdoz
(@bozdoz)
Sounds fair. I see the script that’s referencing b.tile.openstreetmap.se/hydda/full/. Not sure what’s creating that script, but it’s not this plugin. Maybe this plugin is being used somewhere else on the site? Hope that helps