-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45a0266
commit aca7072
Showing
3 changed files
with
44 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,34 @@ | ||
const Config = { | ||
wfsImgPath: "/resources/img/", | ||
namedProjections: [ | ||
["EPSG:25832", "+title=ETRS89/UTM 32N +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs"] | ||
], | ||
footer: { | ||
urls: [ | ||
{ | ||
"bezeichnung": "common:modules.footer.designation", | ||
"url": "https://geoinfo.hamburg.de/", | ||
"alias": "Landesbetrieb Geoinformation und Vermessung", | ||
"alias_mobil": "LGV" | ||
} | ||
], | ||
showVersion: true | ||
}, | ||
layerConf: "/resources/services-internet.json", | ||
restConf: "/resources/rest-services-internet.json", | ||
styleConf: "/resources/style_v3.json", | ||
scaleLine: true, | ||
mouseHover: { | ||
numFeaturesToShow: 2, | ||
infoText: "(weitere Objekte. Bitte zoomen.)" | ||
}, | ||
login: { | ||
oidcAuthorizationEndpoint: "", | ||
oidcTokenEndpoint: "", | ||
oidcClientId: "", | ||
oidcScope: "profile email openid" | ||
} | ||
}; | ||
wfsImgPath: '/resources/img/', | ||
namedProjections: [ | ||
[ | ||
'EPSG:25832', | ||
'+title=ETRS89/UTM 32N +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs', | ||
], | ||
], | ||
footer: { | ||
urls: [ | ||
{ | ||
'bezeichnung': 'common:modules.footer.designation', | ||
'url': 'https://geoinfo.hamburg.de/', | ||
'alias': 'Landesbetrieb Geoinformation und Vermessung', | ||
'alias_mobil': 'LGV', | ||
}, | ||
], | ||
showVersion: true, | ||
}, | ||
layerConf: '/resources/services-internet.json', | ||
restConf: '/resources/rest-services-internet.json', | ||
styleConf: '/resources/style_v3.json', | ||
scaleLine: true, | ||
mouseHover: { | ||
numFeaturesToShow: 2, | ||
infoText: '(weitere Objekte. Bitte zoomen.)', | ||
}, | ||
login: { | ||
oidcAuthorizationEndpoint: '', | ||
oidcTokenEndpoint: '', | ||
oidcClientId: '', | ||
oidcScope: 'profile email openid', | ||
}, | ||
} |