changed language of geoman plugin to german

This commit is contained in:
2026-04-20 14:48:16 +02:00
parent f9187a3e84
commit 99cf34671a

View File

@@ -236,6 +236,8 @@ map.pm.addControls({
rotateMode: false rotateMode: false
}); });
map.pm.setLang('de');
// Captures drawn Geometry and opens the Create Modal // Captures drawn Geometry and opens the Create Modal
map.on('pm:create', function (e) { map.on('pm:create', function (e) {
var geojson = e.layer.toGeoJSON().geometry; var geojson = e.layer.toGeoJSON().geometry;