Geospatial maps: Better "no points" handling

* If no results for browse or search
  maps are available, zoom to 1 and
  show a i18n tooltip
* Added a missing i18n for point filter
* New default centre point added to
  configuration
This commit is contained in:
Kim Shepherd
2025-03-30 16:56:12 +02:00
parent 0bd93ae1d9
commit 6f7f5450ca
6 changed files with 42 additions and 2 deletions

View File

@@ -448,5 +448,9 @@ export const environment: BuildConfig = {
tileProviders: [
'OpenStreetMap.Mapnik',
],
defaultCentrePoint: {
lat: 41.015137,
lng: 28.979530,
},
},
};