ROGUE-JCTD / MapLoom

MapLoom is a web mapping client based on OpenLayers 3. It provides full-featured editing capabilities for data stores in GeoServer - including PostGIS and GeoGig. For GeoGig layers, it lets you view history, and sync with other GeoGig repositories
MIT License
70 stars 66 forks source link

Ensure MapBox layers work with MapBox api v4. #174

Closed garnertb closed 8 years ago

garnertb commented 8 years ago

MapBox urls are hard-coded to use the v3 API, do they still work?

https://github.com/ROGUE-JCTD/MapLoom/blob/5897fa5eb8a6129e3cbee4930c0fdbb0fa5786fd/src/common/map/MapService.js#L589

richard3d commented 8 years ago

The hardcoded mapbox layers use v4 API now. As for TileJSON server (which can connect to an arbitrary mapbox server) it supports both versions of the API.