hardillb / node-red-node-geofence

Geofence node for Node-RED
Apache License 2.0
29 stars 18 forks source link

Load tiles over https #15

Closed oliv3 closed 5 years ago

oliv3 commented 5 years ago

Hi, this node loads tiles over http, so they are blocked when using a content security policy:

Content Security Policy: The page’s settings blocked the loading of a resource at http://a.tile.openstreetmap.org/8/126/84.png (“img-src”).

Would it be possible to load them over https (as done in the worldmap node) ? Thanks !

hardillb commented 5 years ago

Version 0.1.2 pushed to npm

oliv3 commented 5 years ago

Woaw that was fast :) Thanks !