mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
Add WMS support and measurement functionality
- Implemented WMS layer handling for Slovenian aerial imagery and overlays for cadastral parcels and forest roads. - Added distance measurement feature allowing users to measure distances on the map with long press interactions. - Updated localization files for Croatian, Italian, and Slovenian languages to include new measurement and WMS-related strings. - Enhanced the map layer model to support WMS-specific properties. - Introduced a new tile provider for debugging WMS requests. - Updated the drawing toolbar to include measurement mode and clear measurement functionality. - Integrated SharedPreferences to persist overlay visibility states across app sessions. - Added utility functions for handling the Slovenian coordinate reference system (EPSG:3794).
This commit is contained in:
@@ -227,6 +227,20 @@
|
||||
|
||||
"drawRectangleDesc": "Nacrtaj pravokutno područje na karti",
|
||||
|
||||
"measureDistance": "Izmjeri udaljenost",
|
||||
|
||||
"measureDistanceDesc": "Dugi pritisak na dvije točke za mjerenje",
|
||||
|
||||
"clearMeasurement": "Očisti mjerenje",
|
||||
|
||||
"distanceLabel": "Udaljenost: {distance}",
|
||||
|
||||
"longPressForSecondPoint": "Dugi pritisak za drugu točku",
|
||||
|
||||
"longPressToStartMeasurement": "Dugi pritisak za prvu točku",
|
||||
|
||||
"longPressToStartNewMeasurement": "Dugi pritisak za novo mjerenje",
|
||||
|
||||
"shareDrawings": "Podijeli crteže",
|
||||
|
||||
"clearAllDrawings": "Očisti sve crteže",
|
||||
@@ -955,5 +969,11 @@
|
||||
"currentVersion": "Trenutna",
|
||||
"latestVersion": "Najnovija",
|
||||
"downloadUpdate": "Preuzmi",
|
||||
"updateLater": "Kasnije"
|
||||
"updateLater": "Kasnije",
|
||||
|
||||
"cadastralParcels": "Katastarske čestice",
|
||||
"forestRoads": "Šumske ceste",
|
||||
"showCadastralParcels": "Prikaži katastarske čestice",
|
||||
"showForestRoads": "Prikaži šumske ceste",
|
||||
"wmsOverlays": "WMS Prekrivanja"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user