@geogirafe/lib-geoportal
Version:
GeoGirafe is a flexible application to build online geoportals.
78 lines (77 loc) • 2.1 kB
JSON
{
"general": {
"locale": "en-US"
},
"languages": {
"translations": {
"en": ["i18n/en.json"],
"fr": ["i18n/fr.json"],
"de": ["i18n/de.json"],
"it": ["i18n/it.json"]
},
"defaultLanguage": "en"
},
"themes": {
"url": "mock/themes.json",
"defaultTheme": ""
},
"basemaps": {
"defaultBasemap": "OpenStreetMap",
"OSM": true
},
"projections": {
"EPSG:3857": "WebMercator",
"EPSG:4326": "WGS84"
},
"map": {
"srid": "EPSG:3857",
"scales": [
70000000, 35000000, 15000000, 10000000, 4000000, 2000000, 1000000, 500000, 250000, 150000, 70000, 35000, 15000,
8000, 4000, 2000, 1000, 500
],
"startPosition": "844100,6033454",
"startZoom": "0"
},
"map3d": {
"tilesetsUrls": []
},
"contextmenu": {
"crs": [
{ "code": "EPSG:3857", "translation": "EPSG:3857", "format": "decimal", "precision": 2 },
{ "code": "EPSG:4326", "translation": "EPSG:4326", "format": "decimal", "precision": 7 },
{ "code": "EPSG:4326", "translation": "EPSG:4326-DMS", "format": "dms", "precision": 2 }
],
"links": [
{
"translation": "Google Street View",
"crs": "EPSG:4326",
"url": "https://www.google.com/maps/@?api=1&map_action=pano&viewpoint=###MAPY###,###MAPX###"
}
]
},
"crs": [],
"onboarding": {
"steps": [
{
"element": "[data-tour='theme-selection']",
"title": "onboarding-theme-selection-title",
"description": "onboarding-theme-selection-description"
},
{
"element": "[data-tour='basemap-selection']",
"title": "onboarding-basemap-selection-title",
"description": "onboarding-basemap-selection-description"
},
{
"component": "treeviewroot",
"element": "[data-tour='treeview-filter']",
"title": "onboarding-treeview-filter-selection-title",
"description": "onboarding-treeview-filter-selection-description"
}
]
},
"news": {
"urls": ["https://geogirafe.org/feed/atom/"],
"autoDisplay": false
}
}