File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,13 @@ curl -o demo.pbf https://vectortiles.geo.admin.ch/tiles/ch.swisstopo.relief.vt/v
6767```
6868
6969## GetTileSets
70+ MBTiles are used for storing tiled map data in SQLite databases for immediate or offline usage and for efficient transfer.
7071
71- MBTiles for storing tiled map data in SQLite databases for immediate or offline usage and for efficient transfer.
72- A MBtileSet request is in the following form:
72+ ::: warning
73+ The file that is being downloaded in the example below is approximately ** 900MB** in size.
74+ :::
75+
76+ A MBTileSet request is in the following form:
7377
7478<ApiCodeBlock url =" https://vectortiles.geo.admin.ch/tiles/{layerName}/{version}/{layerName}.mbtiles " method =" GET " />
7579
@@ -100,7 +104,7 @@ The URL of the metadata file is:
100104A Metadata request for the Base Map dataset:
101105
102106<ExampleCodeBlock
103- request="curl https://vectortiles.geo.admin.ch/tiles/ch.swisstopo.base.vt/v1.0.0/tiles.json "
107+ request="curl --compressed https://vectortiles.geo.admin.ch/tiles/ch.swisstopo.base.vt/v1.0.0/tiles.json "
104108example='{
105109 "basename": "tiles/ch.swisstopo.base.vt/v1.0.0",
106110 "name": "Basiskarte_v1.0.0",
You can’t perform that action at this time.
0 commit comments