Orange (New South Wales) Map Cropping Samples
Orange (New South Wales) Map Cropping Samples-1
Orange (New South Wales) Map Cropping Samples-2
Orange neighborhoods and villages map with 3D shadow effect
flag map of Orange with 3D shadow effect
Orange map with 3d shadow effect
Download outline map of Orange (geojson format) :
Orange.geojson (**)
Download polygon array of Orange map for "Google Maps" :
Orange.txt
Bounding Box for Orange Map : ( -33.439272 , 149.009447 , -33.217419 , 149.236434 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Orange map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-33.439272, 149.009447, -33.217419, 149.236434);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Orange)
[out:json];
(
rel["name"="Orange"][type=boundary];
rel["name:en"="Orange"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Orange 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.