North (New Territories) Map Cropping Samples

North (New Territories) Map Cropping Samples-1
North (New Territories) Map Cropping Samples-1

North (New Territories) Map Cropping Samples-2
North (New Territories) Map Cropping Samples-2

North and counties map with 3D shadow effect
North and counties map with 3D shadow effect

Download outline map of North (geojson format) : North.geojson (**)
Download polygon array of North map for "Google Maps" : North.txt
Bounding Box for North Map : ( 22.46568 , 114.07834 , 22.56833 , 114.33619 )
Get Boundaries from overpass-turbo (OSM) with boundary box of North map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](22.46568, 114.07834, 22.56833, 114.33619);
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Get Boundaries from overpass-turbo (OSM) with place name (North)
[out:json];
(
rel["name"="North"][type=boundary];
rel["name:en"="North"][type=boundary];
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Notes:
- You can download geometry data for North in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**) Terms of Use for downloaded geojson files.

Create North counties and neighborhoods map.


Share this page