OGD Webservices Integration in OpenLayers 7.11.2016 Integration von basemap.at in OpenLayers Sie möchten die mächtigen Webservice-Schnittstellen von basemap.at in OpenLayers integrieren? 1. Download http://openlayers.org/download/OpenLayers-2.13.1.zip 2. Entpacken 3. OpenLayers-2.13.1\examples\wmts.js umschreiben auf: var map; function init() { map = new OpenLayers.Map({ div: "map", projection: "EPSG:3857" }); var basemap = new OpenLayers.Layer.WMTS({ name: "basemap.at", url: "https://maps.wien.gv.at/basemap/geolandbasemap/{Style}/{TileMatrixSet}/{TileMatr ix}/{TileRow}/{TileCol}.png", layer: "geolandbasemap", matrixSet: "google3857", requestEncoding: "REST", style: "normal", isBaseLayer: true }); map.addLayers([basemap]); map.addControl(new OpenLayers.Control.LayerSwitcher()); map.setCenter(new OpenLayers.LonLat(1799448, 6124949), 13); } 4. OpenLayers-2.13.1\examples\wmts.html im Browser öffnen 5. fertig! © Stadt Wien Seite 1 von 1
© Copyright 2024 ExpyDoc