mapcomplete/assets/themes/lighthouses/lighthouses.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
670 B
JSON
Raw Normal View History

{
"id": "lighthouses",
"title": {
2024-06-16 16:06:26 +02:00
"en": "Lighthouses",
2024-06-24 13:11:35 +02:00
"de": "Leuchttürme",
2024-07-28 02:26:46 +02:00
"da": "Fyrtårne",
"it": "Fari"
},
"description": {
2024-06-16 16:06:26 +02:00
"en": "Lighthouses are tall buildings with a light on top to guide marine traffic.",
2024-07-28 02:26:46 +02:00
"de": "Leuchttürme sind hohe Gebäude mit einem Licht an der Spitze, das den Schiffsverkehr leitet.",
"it": "I fari sono edifici alti con una luce in cima per guidare il traffico marittimo."
},
"icon": "./assets/themes/lighthouses/lighthouse.svg",
"startLat": 51.33884,
"startLon": 3.14154,
"defaultBackgroundId": "protomaps.white",
"credits": [
"Seppe Santens"
],
"layers": [
"lighthouse"
]
}