Depok (West Java) Map Cropping Samples
Depok (West Java) Map Cropping Samples-1
Depok (West Java) Map Cropping Samples-2
Depok neighborhoods and villages map with 3D shadow effect
flag map of Depok with 3D shadow effect
Depok map with 3d shadow effect
Download outline map of Depok (geojson format) :
Depok.geojson (**)
Download polygon array of Depok map for "Google Maps" :
Depok.txt
Bounding Box for Depok Map : ( -6.463597 , 106.71756 , -6.314004 , 106.921532 )
Wikipedia ID for Depok : Q10396
Wikipedia SPARQL Query for Depok (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q10396 wdt:P1082 ?population. }
OPTIONAL { wd:Q10396 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q10396 wdt:P2046 ?area. }
OPTIONAL { wd:Q10396 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q10396 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q10396 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Depok map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-6.463597, 106.71756, -6.314004, 106.921532);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Depok)
[out:json];
(
rel["name"="Depok"][type=boundary];
rel["name:en"="Depok"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Depok
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Depok | -6.396175 , 106.816821 |
Kranji Satu | -6.456110 , 106.860560 |
Panjang | -6.445830 , 106.808610 |
Pondokterong Dua | -6.445560 , 106.810560 |
Notes:
- You can download geometry data for Depok 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.