jQueryGeo / geo

Small, fast & simple JavaScript mapping and geospatial API as a jQuery plugin
http://docs.jquerygeo.com
MIT License
422 stars 74 forks source link

MapQuest now requires a dev key for direct tile access #220

Closed ryanttb closed 7 years ago

ryanttb commented 7 years ago

The default jQuery Geo map tiles now all say "As of July 11, 2016, direct tile access has been discontinued."

http://devblog.mapquest.com/2016/06/15/modernization-of-mapquest-results-in-changes-to-open-tile-access/

ryanttb commented 7 years ago

Moving to default to Open Street Map direct tile access. This, unfortunately won't fix older builds of jQueryGeo. We may retroactively alter the original builds on the CDN to help those that use the code.jquerygeo.com CDN link.

The a./b./c.tile.openstreetmap.org subdomains now support SSL, so that's good. https://blog.openstreetmap.org/tag/ssl/

ryanttb commented 7 years ago

All release candidate and beta builds starting with b1.5 on the CDN have been retroactively updated to use OSM as the default map tile provider.

ryanttb commented 7 years ago

Seems to have completed without issues?