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
Support for additional parameters to be appended per server #116
Some servers require custom parameters and it would be good to allow users to enter the extra parameters and then append them to each request going out. Alternatively, we can implement custom layer type and add it to maploom but a generic approach will more easily support more servers. digitalglobe.com for example, needs a 'connectid':
https://services.digitalglobe.com/mapservice/wmsaccess?connectid=&SERVICE=WMS ...
Some servers require custom parameters and it would be good to allow users to enter the extra parameters and then append them to each request going out. Alternatively, we can implement custom layer type and add it to maploom but a generic approach will more easily support more servers. digitalglobe.com for example, needs a 'connectid': https://services.digitalglobe.com/mapservice/wmsaccess?connectid=&SERVICE=WMS ...