mirror of
https://github.com/sebastianpauli/netgis-client.git
synced 2025-01-30 16:42:41 +01:00
101 lines
2.9 KiB
JSON
101 lines
2.9 KiB
JSON
{
|
|
"type": "FeatureCollection",
|
|
"id": "http://localhost:8000/qm/gis/context?config=1",
|
|
"properties": {
|
|
"title": "Eden Map Configuration",
|
|
"updated": "2022-05-17T14:11:32Z",
|
|
"lang": "en"
|
|
},
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"id": "https://gibs.earthdata.nasa.gov/wms/epsg3857/best/wms.cgi",
|
|
"properties": {
|
|
"title": "Population Density 2020",
|
|
"rights": "NASA Earthdata",
|
|
"updated": "2022-06-03T11:00:00Z",
|
|
"active": false,
|
|
"folder": "/test/population",
|
|
"offerings": [
|
|
{
|
|
"code": "http://www.opengis.net/spec/owc-geojson/1.0/req/wms",
|
|
"operations": [
|
|
{
|
|
"code": "GetMap",
|
|
"method": "GET",
|
|
"href": "https://gibs.earthdata.nasa.gov/wms/epsg3857/best/wms.cgi?layers=GPW_Population_Density_2020"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"id": "http://localhost:8000/qm/gis/layer_entity/59",
|
|
"properties": {
|
|
"title": "Cloud forecast ?",
|
|
"updated": "2022-04-27T09:02:14Z",
|
|
"active": false,
|
|
"folder": "/weather",
|
|
"offerings": [
|
|
{
|
|
"code": "http://www.opengis.net/spec/owc-geojson/1.0/req/wms",
|
|
"operations": [
|
|
{
|
|
"code": "GetCapabilities",
|
|
"method": "GET",
|
|
"href": "http://geo.weatheroffice.gc.ca/geomet?REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.1.1"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"id": "http://localhost:8000/qm/gis/layer_entity/23",
|
|
"properties": {
|
|
"title": "OpenStreetMap (Humanitarian)",
|
|
"rights": "OSM Contributors",
|
|
"updated": "2022-04-27T09:02:14Z",
|
|
"active": true,
|
|
"folder": "/base",
|
|
"offerings": [
|
|
{
|
|
"code": "http://www.opengis.net/spec/owc-geojson/1.0/req/xyz",
|
|
"operations": [
|
|
{
|
|
"code": "GetTile",
|
|
"method": "GET",
|
|
"href": "https://{a-c}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"id": "http://localhost:8000/qm/gis/layer_entity/58",
|
|
"properties": {
|
|
"title": "Precipitation forecast ?",
|
|
"updated": "2022-04-27T09:02:14Z",
|
|
"active": false,
|
|
"folder": "/weather",
|
|
"offerings": [
|
|
{
|
|
"code": "http://www.opengis.net/spec/owc-geojson/1.0/req/wms",
|
|
"operations": [
|
|
{
|
|
"code": "GetCapabilities",
|
|
"method": "GET",
|
|
"href": "http://geo.weatheroffice.gc.ca/geomet?REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.1.1"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |