-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test map with private layer in map_layer_relation.py
- Loading branch information
Showing
8 changed files
with
108 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57 changes: 57 additions & 0 deletions
57
tests/dynamic_data/publications/map_layer_relation/internal_hranice_private.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"describedBy": "https://raw.githubusercontent.com/hslayers/map-compositions/2.0.0/schema.json", | ||
"schema_version": "2.0.0", | ||
"abstract": "World places and boundaries abstract", | ||
"title": "World places and boundaries", | ||
"extent": [ | ||
-35.0, | ||
-48.5, | ||
179, | ||
81.5 | ||
], | ||
"nativeExtent": [ | ||
-3896182.18, | ||
-6190443.81, | ||
19926188.85, | ||
16579785.82 | ||
], | ||
"projection": "epsg:3857", | ||
"layers": [ | ||
{ | ||
"metadata": {}, | ||
"visibility": true, | ||
"opacity": 1, | ||
"title": "Defini\u010dn\u00ed body administrativn\u00edch celk\u016f", | ||
"className": "HSLayers.Layer.WMS", | ||
"singleTile": true, | ||
"wmsMaxScale": 0, | ||
"legends": [ | ||
"https%3A%2F%2Fgeoportal.kraj-lbc.cz%2Fcgi-bin%2Fmapserv%3Fmap%3D%2Fdata%2Fgis%2FMapServer%2Fprojects%2Fwms%2Fatlas%2Fadministrativni_cleneni.map%26version%3D1.3.0%26service%3DWMS%26request%3DGetLegendGraphic%26sld_version%3D1.1.0%26layer%3Ddefinicni_body_administrativnich_celku%26format%3Dimage%2Fpng%26STYLE%3Ddefault" | ||
], | ||
"maxResolution": null, | ||
"minResolution": 0, | ||
"url": "https%3A%2F%2Fgeoportal.kraj-lbc.cz%2Fcgi-bin%2Fmapserv%3Fmap%3D%2Fdata%2Fgis%2FMapServer%2Fprojects%2Fwms%2Fatlas%2Fadministrativni_cleneni.map%26", | ||
"params": { | ||
"LAYERS": "definicni_body_administrativnich_celku", | ||
"INFO_FORMAT": "application\/vnd.ogc.gml", | ||
"FORMAT": "image\/png", | ||
"FROMCRS": "EPSG:3857", | ||
"VERSION": "1.3.0" | ||
}, | ||
"dimensions": {} | ||
}, | ||
{ | ||
"metadata": {}, | ||
"visibility": true, | ||
"opacity": 1, | ||
"title": "Hranice", | ||
"className": "HSLayers.Layer.WMS", | ||
"singleTile": true, | ||
"url": "http://localhost:8000/geoserver/layer_map_relation_user_wms/ows", | ||
"params": { | ||
"LAYERS": "hranice_private", | ||
"FORMAT": "image\/png" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.