Metro (Lampung) Map Cropping Samples
Metro (Lampung) Map Cropping Samples-1
Metro (Lampung) Map Cropping Samples-2
Metro neighborhoods and villages map with 3D shadow effect
flag map of Metro with 3D shadow effect
Metro map with 3d shadow effect
Download outline map of Metro (geojson format) :
Metro.geojson (**)
Download polygon array of Metro map for "Google Maps" :
Metro.txt
Bounding Box for Metro Map : ( -5.1747 , 105.269524 , -5.055228 , 105.356964 )
Wikipedia ID for Metro : Q8158
Wikipedia SPARQL Query for Metro (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q8158 wdt:P1082 ?population. }
OPTIONAL { wd:Q8158 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q8158 wdt:P2046 ?area. }
OPTIONAL { wd:Q8158 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q8158 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q8158 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 Metro map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-5.1747, 105.269524, -5.055228, 105.356964);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Metro)
[out:json];
(
rel["name"="Metro"][type=boundary];
rel["name:en"="Metro"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Metro
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ganjaragung Dua | -5.131870 , 105.280470 |
Ganjaragung Satu | -5.121460 , 105.288530 |
Hadimulyo | -5.103880 , 105.296320 |
Josodadi | -5.102400 , 105.318360 |
Karangrejo | -5.078300 , 105.339010 |
Margorejo Dua | -5.153300 , 105.309820 |
Margorejo Satu | -5.146100 , 105.290600 |
Metro | -5.121916 , 105.314175 |
Mulyojati | -5.134030 , 105.296360 |
Purwosari | -5.085350 , 105.297540 |
Rejomulyo | -5.163980 , 105.302760 |
Sumbersari Dua | -5.156840 , 105.298750 |
Sumbersari Satu | -5.158210 , 105.277680 |
Tejosari | -5.134610 , 105.318460 |
Notes:
- You can download geometry data for Metro 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.