Feature: Hundesalons in der Karte, SW by-v1098
- OSM-Query 'hundesalon' nutzt shop=pet_grooming + craft=pet_grooming - map.js: neuer Layer 'hundesalon' mit Schere-Icon (#EC4899 Pink), in Layer-Liste, TYPEN, OSM_LAYER_MAP und PIN_TYPES eingetragen - User können selbst Hundesalons als POI anlegen (places.py TYPEN + osm.py ALLOWED_TYPES erweitert)
This commit is contained in:
parent
6ad7c4be77
commit
cc4f030fd0
7 changed files with 18 additions and 12 deletions
|
|
@ -101,9 +101,9 @@
|
|||
</script>
|
||||
|
||||
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=1097">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=1097">
|
||||
<link rel="stylesheet" href="/css/components.css?v=1097">
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=1098">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=1098">
|
||||
<link rel="stylesheet" href="/css/components.css?v=1098">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -625,11 +625,11 @@
|
|||
<div id="modal-container"></div>
|
||||
|
||||
<!-- JS: Reihenfolge ist wichtig — erst Basis, dann Features -->
|
||||
<script src="/js/api.js?v=1097"></script>
|
||||
<script src="/js/ui.js?v=1097"></script>
|
||||
<script src="/js/app.js?v=1097"></script>
|
||||
<script src="/js/worlds.js?v=1097"></script>
|
||||
<script src="/js/offline-indicator.js?v=1097"></script>
|
||||
<script src="/js/api.js?v=1098"></script>
|
||||
<script src="/js/ui.js?v=1098"></script>
|
||||
<script src="/js/app.js?v=1098"></script>
|
||||
<script src="/js/worlds.js?v=1098"></script>
|
||||
<script src="/js/offline-indicator.js?v=1098"></script>
|
||||
|
||||
<!-- Feature-Seiten werden lazy geladen -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue