it works, but does not load the tiles:
There is an error fetching tiles:
GET https://tiles.openseamap.org/seamark/10/312/380.png net::ERR_CERT_AUTHORITY_INVALID
it works, but does not load the tiles:
There is an error fetching tiles:
GET https://tiles.openseamap.org/seamark/10/312/380.png net::ERR_CERT_AUTHORITY_INVALID
@apgphoto Thanks for letting me know. Try now.
"Error: Tinyrequire error: Module "@plugins/plugin-data-loader" does not exist
The problem is not in the plugin, but in the current version of the client. The bug slipped in with refactoring to TS. It will likely be fixed soon.
Hi Korina.
The problem is not the plugin, but the "plugin-data-loader" does not load (not registered in plugins.ts). I reported it to @marekd.
Should be fixed. Sorry about that, very stupid bug.
@n45x Hi
Thanks for using the plugin. It should be fixed now.
Hi. Yes it still works.
Sometimes you need the picker position.
For instance when your plugin opens, you can check if the picker is already open and get the coords, then store.get("pickerLocation") is useful. It returns null
if the picker is closed.
Or: If a location is searched, then the detail plugin opens, which also opens the picker. The picker.on("pickerOpened",..) is then not triggered.
@rittels, @jakubvrana, @vicb, @johnckealy, @marekd
W.picker.getParams()
and W.rootScope.pickerLocation
no longer works.
Use W.store.get("pickerLocation")
.