#138 WIP NETGIS Map client

* adds functionality for address search widget
    * drops default proxy.php (replaced by own python call)
* reduces maxZoom in config.json
This commit is contained in:
2022-04-20 09:23:24 +02:00
parent d9ec0226fe
commit eeccba3968
4 changed files with 31 additions and 26 deletions

View File

@@ -34,7 +34,7 @@
"projection": "EPSG:25832",
"center": [ 385000, 5543000 ],
"minZoom": 5,
"maxZoom": 25,
"maxZoom": 21,
"zoom": 8,
"attribution": "LANIS RLP"
},
@@ -46,6 +46,6 @@
"search":
{
"url": "./proxy.php?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={q}&name_startsWith={q}"
}
}