# CHANGES
+* version 3.2.11 - 2023-03-08
+ * Configuration: You can now set Map_Default_Bounds als alternative to lat,lon, zoom. Thanks Piskvor
+ * NPM package updates
+
* version 3.2.10 - 2023-01-06
* Search page: When searching for OSM URL redirect to detail page automatically
2. Update `CHANGES.md` file
-3. Commit your changes: `git add... `, `git commit ...`, `git push ...` etc
+3. Commit your changes: `git add ... `, `git commit ...`, `git push ...` etc
4. Tag release: `git tag THE_VERSION_NUMBER`, `git push --tags`
Map_Default_Lat: 20.0,
Map_Default_Lon: 0.0,
Map_Default_Zoom: 2,
+ // https://leafletjs.com/reference.html#map-fitbounds
+ // Example: [[0,-180], [90,180]]
+ // If set then _Lat, _Lon, _Zoom have no effect
Map_Default_Bounds: null,
// For what {x}, {y} etc stand for see
{
"name": "nominatim-ui",
"description": "Debug web interface for Nominatim geocoder",
- "version": "3.2.10",
+ "version": "3.2.11",
"license": "GPL-2.0",
"scripts": {
"build": "rollup -c",