# WIP: Integration netgis client
* adds adjustments for integration of newest netgis client version (81fa3bef48)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"menu":
|
||||
{
|
||||
"header": "<a href='.' target='_self'>LANIS Demo</a>",
|
||||
"header": "",
|
||||
"items":
|
||||
[
|
||||
{ "id": "searchplace", "title": "<i class='fas fa-search'></i><span>Suche</span>" },
|
||||
@@ -39,7 +39,7 @@
|
||||
},
|
||||
"folders":
|
||||
[
|
||||
{ "id": "bg", "title": "Hintergrund", "parent": null },
|
||||
{ "id": "bg", "title": "Hintergrund", "parent": null , "radio": true},
|
||||
{ "id": "alkis", "title": "ALKIS Liegenschaften", "parent": null },
|
||||
{ "id": "verwaltung", "title": "Verwaltungsgrenzen", "parent": null },
|
||||
{ "id": "fachdaten", "title": "Geofachdaten", "parent": null },
|
||||
@@ -123,7 +123,7 @@
|
||||
"searchplace":
|
||||
{
|
||||
"title": "Adresse...",
|
||||
"url": "/client/proxy?https://www.geoportal.rlp.de/mapbender/geoportal/gaz_geom_mobile.php?outputFormat=json&resultTarget=web&searchEPSG={epsg}&maxResults=5&maxRows=5&featureClass=P&style=full&searchText={q}&name_startsWith={q}",
|
||||
"url": "/client/proxy?https://www.geoportal.rlp.de/mapbender/geoportal/gaz_geom_mobile.php?outputFormat=json&resultTarget=web&searchEPSG={epsg}&maxResults=5&maxRows=5&featureClass=P&style=full&searchText={query}&name_startsWith={query}",
|
||||
"zoom": 17,
|
||||
"marker_color": "darkgray",
|
||||
"marker_title": "Such-Ergebnis"
|
||||
@@ -219,7 +219,7 @@
|
||||
"interactive_render": true,
|
||||
"buffer":
|
||||
{
|
||||
"default_radius": 300,
|
||||
"default_radius": 5,
|
||||
"default_segments": 3
|
||||
},
|
||||
"snapping":
|
||||
|
||||
2
templates/map/client/dist/netgis.min.css
vendored
2
templates/map/client/dist/netgis.min.css
vendored
File diff suppressed because one or more lines are too long
6178
templates/map/client/dist/netgis.min.js
vendored
6178
templates/map/client/dist/netgis.min.js
vendored
File diff suppressed because it is too large
Load Diff
@@ -24,7 +24,7 @@
|
||||
style="position: relative; width: 100%; height: 100%;">
|
||||
</main>
|
||||
|
||||
<input type="hidden" id="netgis-storage" name="output" value="{{geom_form.fields.geom.initial}}"/>
|
||||
<input type="hidden" id="netgis-storage" name="output" value="{{geom_form.fields.output.initial}}"/>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user