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

Multiple Fixes #157

Closed pjdufour closed 9 years ago

pjdufour commented 9 years ago

Fixes wms parsing issues associated with #104. This fixes #154, so that EVWHS WMS urls are correctly parsed (doesn't append a question mark with building a get capabilites url but does append an ampersand).

This PR also locks jquery-sortable to 0.9.11 (latest breaks).

smesdaghi commented 9 years ago

Thanks much!