tombatossals / angular-openlayers-directive

AngularJS directive to embed an interact with maps managed by the OpenLayers library
http://tombatossals.github.io/angular-openlayers-directive/
MIT License
282 stars 183 forks source link

fix(olHelpers.js): use HTTPS Mapbox URL #338

Closed barnabas-avalara closed 7 years ago

barnabas-avalara commented 7 years ago

This addresses issue #337. It is a one-character change, changing the protocol from http to https.

juristr commented 7 years ago

:+1: awesome, thx!