# WIP: Integration netgis client

* adds adjustments for integration of newest netgis client version (81fa3bef48)
This commit is contained in:
2024-11-02 13:06:32 +01:00
parent 3c1cbcd0bd
commit 6ff67d12c9
5 changed files with 482 additions and 5752 deletions

View File

@@ -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":

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -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">