Oriental (Morocco) Map Cropping Samples

Oriental (Morocco) Map Cropping Samples-1
Oriental (Morocco) Map Cropping Samples-1

Oriental (Morocco) Map Cropping Samples-2
Oriental (Morocco) Map Cropping Samples-2

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

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

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

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

Notes:
- You can download geometry data for Oriental 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 Oriental counties and neighborhoods map.


Share this page