Skip to content

Instantly share code, notes, and snippets.

@markgis
Last active April 19, 2020 16:26
Show Gist options
  • Save markgis/91f9566edb3d6fe3b193099634b924ac to your computer and use it in GitHub Desktop.
Save markgis/91f9566edb3d6fe3b193099634b924ac to your computer and use it in GitHub Desktop.
OS Zoomstack config for QGIS vector read plugin
{
"tilejson": "2.2.0",
"id": "os-zoom",
"name": "os-zoom",
"description": "OS Zoom Stack",
"minzoom": 0,
"maxzoom": 14,
"version": "1",
"scheme": "xyz",
"type": "overlay",
"bounds": [
-11.91,
49.3,
3.61,
61.61
],
"center": [
0.85,
51.77,
14
],
"format": "pbf",
"mapbox_logo": false,
"tiles": [
"YourIPHere:8080/tiles/{z}/{x}/{y}.pbf"
],
"vector_layers": [
{
"description": "",
"fields": {
"name": "String"
},
"id": "airports",
"maxzoom": 14,
"minzoom": 10,
"source": "os-zoom",
"source_name": "os-zoom"
},
{
"description": "",
"fields": {
"type": "String"
},
"id": "boundaries",
"maxzoom": 14,
"minzoom": 5,
"source": "os-zoom",
"source_name": "os-zoom"
},
{
"description": "",
"fields": {
},
"id": "buildings",
"maxzoom": 14,
"minzoom": 5,
"source": "os-zoom",
"source_name": "os-zoom"
},
{
"description": "",
"fields": {
"height": "String",
"type": "String"
},
"id": "contours",
"maxzoom": 14,
"minzoom": 9,
"source": "os-zoom",
"source_name": "os-zoom"
},
{
"description": "",
"fields": {
},
"id": "etl",
"maxzoom": 14,
"minzoom": 12,
"source": "os-zoom",
"source_name": "os-zoom"
},
{
"description": "",
"fields": {
},
"id": "foreshore",
"maxzoom": 14,
"minzoom": 9,
"source": "os-zoom",
"source_name": "os-zoom"
},
{
"description": "",
"fields": {
"function": "String"
},
"id": "greenspaces",
"maxzoom": 14,
"minzoom": 10,
"source": "os-zoom",
"source_name": "os-zoom"
},
{
"description": "",
"fields": {
"name": "String",
"type": "String"
},
"id": "names",
"maxzoom": 14,
"minzoom": 5,
"source": "os-zoom",
"source_name": "os-zoom"
},
{
"description": "",
"fields": {
},
"id": "national-parks",
"maxzoom": 14,
"minzoom": 5,
"source": "os-zoom",
"source_name": "os-zoom"
},
{
"description": "",
"fields": {
"type": "String"
},
"id": "rail",
"maxzoom": 14,
"minzoom": 10,
"source": "os-zoom",
"source_name": "os-zoom"
},
{
"description": "",
"fields": {
"name": "String",
"type": "String"
},
"id": "railwaystation",
"maxzoom": 14,
"minzoom": 12,
"source": "os-zoom",
"source_name": "os-zoom"
},
{
"description": "",
"fields": {
"level": "String",
"name": "String",
"number": "String",
"type": "String"
},
"id": "roads",
"maxzoom": 14,
"minzoom": 5,
"source": "os-zoom",
"source_name": "os-zoom"
},
{
"description": "",
"fields": {
},
"id": "sea",
"maxzoom": 14,
"minzoom": 0,
"source": "os-zoom",
"source_name": "os-zoom"
},
{
"description": "",
"fields": {
"type": "String"
},
"id": "sites",
"maxzoom": 14,
"minzoom": 11,
"source": "os-zoom",
"source_name": "os-zoom"
},
{
"description": "",
"fields": {
},
"id": "surfacewater",
"maxzoom": 14,
"minzoom": 6,
"source": "os-zoom",
"source_name": "os-zoom"
},
{
"description": "",
"fields": {
"type": "String"
},
"id": "waterlines",
"maxzoom": 14,
"minzoom": 8,
"source": "os-zoom",
"source_name": "os-zoom"
},
{
"description": "",
"fields": {
},
"id": "woodland",
"maxzoom": 14,
"minzoom": 6,
"source": "os-zoom",
"source_name": "os-zoom"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment