Orange (New York) Map Cropping Samples
Orange (New York) Map Cropping Samples-1
Orange (New York) 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 : ( 41.142883 , -74.762623 , 41.632738 , -73.947294 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Orange map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.142883, -74.762623, 41.632738, -73.947294);
);
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.