mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
Maps: Add MapsSettings with multiple tile providers options
This commit is contained in:
parent
264782557e
commit
aed25991e6
14 changed files with 379 additions and 15 deletions
32
Base/home/anon/.config/MapsTileProviders.json
Normal file
32
Base/home/anon/.config/MapsTileProviders.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
[
|
||||
{
|
||||
"name": "OpenStreetMap (Local labels)",
|
||||
"url_format": "https://tile.openstreetmap.org/{}/{}/{}.png",
|
||||
"attribution_text": "© OpenStreetMap contributors",
|
||||
"attribution_url": "https://www.openstreetmap.org/copyright"
|
||||
},
|
||||
{
|
||||
"name": "OpenStreetMap (German labels)",
|
||||
"url_format": "https://tile.openstreetmap.de/{}/{}/{}.png",
|
||||
"attribution_text": "© OpenStreetMap contributors",
|
||||
"attribution_url": "https://www.openstreetmap.org/copyright"
|
||||
},
|
||||
{
|
||||
"name": "OpenStreetMap (French labels)",
|
||||
"url_format": "https://a.tile.openstreetmap.fr/osmfr/{}/{}/{}.png",
|
||||
"attribution_text": "© OpenStreetMap contributors",
|
||||
"attribution_url": "https://www.openstreetmap.fr/copyright"
|
||||
},
|
||||
{
|
||||
"name": "OpenStreetMap (Humanitarian map style)",
|
||||
"url_format": "https://a.tile.openstreetmap.fr/hot/{}/{}/{}.png",
|
||||
"attribution_text": "© OpenStreetMap contributors",
|
||||
"attribution_url": "https://www.openstreetmap.fr/copyright"
|
||||
},
|
||||
{
|
||||
"name": "OpenStreetMap (Topographical map style)",
|
||||
"url_format": "https://a.tile.opentopomap.org/{}/{}/{}.png",
|
||||
"attribution_text": "© OpenStreetMap contributors",
|
||||
"attribution_url": "https://www.opentopomap.org/credits"
|
||||
}
|
||||
]
|
6
Base/res/apps/MapsSettings.af
Normal file
6
Base/res/apps/MapsSettings.af
Normal file
|
@ -0,0 +1,6 @@
|
|||
[App]
|
||||
Name=Maps Settings
|
||||
Executable=/bin/MapsSettings
|
||||
Category=Settings
|
||||
Description=Configure the Maps application
|
||||
ExcludeFromSystemMenu=true
|
Loading…
Add table
Add a link
Reference in a new issue