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

Allow users to customize the OSM url. #176

Closed garnertb closed 8 years ago

garnertb commented 8 years ago

ol.source.OSM allows custom urls to be passed in via configuration object. MapLoom should expose this for administrators who do not want to use the public OSM.

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

BerryDaniel commented 8 years ago

@garnertb Is that what you were wanting?

garnertb commented 8 years ago

@BerryDaniel, yep. Closing.