Split hotels into a new layer

This commit is contained in:
Pieter Vander Vennet 2022-08-17 00:41:07 +02:00
parent 05f7057542
commit 483e204321

View file

@ -0,0 +1,18 @@
{
"id": "hotels",
"title": {
"en": "Hotels"
},
"description": {
"en": "On this map, you'll find hotels in your area"
},
"maintainer": "MapComplete",
"version": "0.0.1",
"icon": "./assets/layers/hotel/hotel.svg",
"startLat": 50.8552,
"startLon": 4.3755,
"startZoom": 13,
"layers": [
"hotel"
]
}