cambridge-cares / TheWorldAvatar

A knowledge-graph-based digital twin of the world.
https://theworldavatar.io/
MIT License
84 stars 25 forks source link

Additional data specification for geoserver layers #1294

Closed cmclscourtney closed 3 weeks ago

cmclscourtney commented 1 month ago

Functionality added to upload the following

  "layerSettings": {
    "defaultStyle": "points",
    "wmsPath": "/geoserver/wms"
  },
  "featureTypeSettings": {
    "title": "Feature Title!",
    "latLonBoundingBox": {
      "minx": -15.0,
      "maxx": 10.0,
      "miny": 60.0,
      "maxy": 70.0,
      "crs": "EPSG:4326"
      }
    }