Tibesti (Chad) Map Cropping Samples

Tibesti (Chad) Map Cropping Samples-1
Tibesti (Chad) Map Cropping Samples-1

Tibesti (Chad) Map Cropping Samples-2
Tibesti (Chad) Map Cropping Samples-2

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

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

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

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

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


Share this page