Last active
July 16, 2025 18:01
-
-
Save LSAvenza/ea05780e64f4a82ad70f98f3e7950d44 to your computer and use it in GitHub Desktop.
urban + zec_area
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tilejson": "2.1.0", | |
"id": "cw_basemap_polygons", | |
"name": "BRMB world data", | |
"bounds": [-180, -85.0511, 180, 85.0511], | |
"center": [0, 0, 1], | |
"format": "pbf", | |
"maxzoom": 10, | |
"minzoom": 0, | |
"version": "3.12.2", | |
"generator": "MapTiler Data", | |
"maskLevel": "8", | |
"planettime": "1620777600000", | |
"attribution": "\u003Ca href=\"https://www.maptiler.com/copyright/\" target=\"_blank\"\u003E© MapTiler\u003C/a\u003E \u003Ca href=\"https://www.openstreetmap.org/copyright\" target=\"_blank\"\u003E© OpenStreetMap contributors\u003C/a\u003E", | |
"description": "A base map of the entire world. https://www.maptiler.com", | |
"pixel_scale": "256", | |
"vector_layers": [ | |
{ | |
"id": "cw_basemap_polygons", | |
"fields": { | |
"BRMB_URBAN": "String", | |
"BRMB_ZEC_AREA": "String", | |
"BRMB_MINING" : "String", | |
"BRMB_RESERVATION" : "String", | |
"BRMB_CLOSURE_AREA" : "String", | |
"BRMB_PRIVATE_LEASED_LAND" : "String", | |
"BRMB_DND" : "String", | |
"GLACIER" : "String", | |
"BRMB_CEMETERY" : "String", | |
"AIRPORT_RUNWAYS" : "String", | |
"BRMB_RAPIDS_AREA" : "String", | |
"BRMB_DAM" : "String" | |
}, | |
"maxzoom": 22, | |
"minzoom": 0, | |
"description": "" | |
} | |
], | |
"crs": "EPSG:3857", | |
"crs_wkt": "PROJCS[\"WGS 84 / Pseudo-Mercator\",GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]],PROJECTION[\"Mercator_1SP\"],PARAMETER[\"central_meridian\",0],PARAMETER[\"scale_factor\",1],PARAMETER[\"false_easting\",0],PARAMETER[\"false_northing\",0],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"X\",EAST],AXIS[\"Y\",NORTH],EXTENSION[\"PROJ4\",\"+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs\"],AUTHORITY[\"EPSG\",\"3857\"]]", | |
"extent": [-20037508.3427892, -20037471.2051371, 20037508.3427892, 20037471.2051371], | |
"tiles": [ | |
"http://localhost:5000/proxy?url=https://rtiles.brmbmaps.com/basemap/basemap_polygons/{z}/{x}/{y}.pbf" | |
], | |
"logo": "https://api.maptiler.com/resources/logo.svg" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment