I should use the basemap.at free online map to my SAPUI5 application. I can't achieve, to use it.
var oMapConfig = {
"MapProvider": [{
"name": "GMAP",
"Source": [{
"id": "s1",
"url": 'https://maps3.wien.gv.at/basemap/bmaphidpi/normal/google3857/9/178/278.jpeg?api_key=a73befc7-575f-48cb-8eb9-b05172a8c9e3'
}]
}],
I don't where could I find the good URL, or what should I set in.
Tried to find the API and other hints, but didn't find any solution and I don't know how could I do it. I think it's easy (basemap.at, wien.gv.at, data.gv.at) but I don't know what to do.
I tried it with Google Maps, with this URL: https://mt.google.com/vt/lyrs=s&x={X}&y={Y}&z={LOD} and it works well.