forked from MapComplete/MapComplete
Split hotels into a new layer
This commit is contained in:
parent
05f7057542
commit
483e204321
1 changed files with 18 additions and 0 deletions
18
assets/themes/hotels/hotels.json
Normal file
18
assets/themes/hotels/hotels.json
Normal 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"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue