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