View on GitHub

vtbasemapat

Use basemap.at Vector with Mapbox GL JS, QGIS, maputnik, ...

basemap.at for Mapbox GL JS, QGIS, Maputnik, …

basemap.at Verwaltungsgrundkarte Vektor Österreich

basemap.at Vektor is available:

As far as I know there is no way to use it with any tools except (ArcGIS Pro) ESRI based ones.

Make it work

Disclaimer: tiles have not been changed nor are they hosted as a shadow copy somewhere else. They are served directly from https://maps.wien.gv.at.

Click here for an example map using Mapbox GL JS.

Be patient, loading might take a while (at all times) as some tiles are a bit on the heavier side:

basemap.at vector tile size

Depending on which software is used, one or both of these are neeed:

Make it work - Mapbox GL JS

Make sure to replace <YOUR-TOKEN-GOES-HERE> with your actual token.

<!DOCTYPE html>
<html>
<head>
    <meta charset='utf-8' />
    <title>basemap.at vector with Mapbox GL Js</title>
    <meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
    <script src='https://api.tiles.mapbox.com/mapbox-gl-js/v1.2.0/mapbox-gl.js'></script>
    <link href='https://api.tiles.mapbox.com/mapbox-gl-js/v1.2.0/mapbox-gl.css' rel='stylesheet' />
    <style>
        body {margin: 0;padding: 0;}
        #map {position: absolute;top: 0;bottom: 0;width: 100%;}
    </style>
</head>
<body>

    <div id='map'></div>
    <script>
        mapboxgl.accessToken = '<YOUR-TOKEN-GOES-HERE>';
        var map = new mapboxgl.Map({
            container: 'map', // container id
            style: 'https://vtbasemapat.azurewebsites.net/json/style', // stylesheet location
            center: [16, 48], // starting position [lng, lat]
            zoom: 9 // starting zoom
        });
    </script>

</body>
</html>

mapbox gl js

Make it work - QGIS

Use the Vector Tiles Reader plugin.

Styling seems a bit wonky, but it is yet to be determined why: my internet connection, delivery of tiles, the generated style.json, …

Sometimes I had to remove the layers and add them again.

QGIS Vector Tiles Reader settings

QGIS Vector Tiles Reader map

Make it work - Maputnik

Create your own stlyes with Maputnik:

mapnutnik load from url

maputnik map