Croatian WMS Layers

Overview
This is a user script designed for integrating Croatian WMS (Web Map Service) layers into the WME (Waze Map Editor). It allows users to view Croatian base maps, orthophotos, and cadastral layers directly within the WME interface.
Installation
To install this user script, you'll need a userscript manager extension such as Tampermonkey or Greasemonkey. Once installed, follow these steps:
- Download the script directly from GreasyFork.
- Click the "Install this script" button.
- The script will automatically be available in the WME interface.
Usage
- Once installed, navigate to the WME.
- Use the layer toggler to switch between different map layers.
- Adjust layer opacity and order as needed.
Supported Domains
The script is set to run on the following domains:
-https://*.waze.com/*/editor*
-https://*.waze.com/editor
Configuration
This script uses the following configurations for WMS services:
-
Base Map (HIC): "WMS Državne geodetske uprave RH - Hrvatska osnovna karta.
-
Base Map (Topo): WMS Državne geodetske uprave RH - Topografska karta 1:25000.
-
Orthophoto for 2022, 2021, 2020, 2014-2016: GeoPortal DGU service.
-
Cadastral Zoning: Katastarske čestice i katastarske općine WMS.
-
Cadastral Parcels: Katastarske čestice i katastarske cestice WMS.
-
House Numbers: WMS servis Državne geodetske uprave - Kucni Broj.
-
Street Names: WMS servis Državne geodetske uprave - ulica.
Technical Details
- The script initializes with essential Waze components, including the map and internationalization modules.
- Custom functions are used to add layers, manage toggler behavior, and handle key shortcuts.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgements
Scripts modified from Czech WMS layers:
-Authors: petrjanik, d2-mac, MajkiiTelini
GitHub repository.