Download outline map of Petaling (geojson format) :
Petaling.geojson (**)
Download polygon array of Petaling map for "Google Maps" :
Petaling.txt
Bounding Box for Petaling Map : ( 2.972495 , 101.438694 , 3.228539 , 101.730516 )
Wikipedia ID for Petaling : Q2701266
Wikipedia SPARQL Query for Petaling (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2701266 wdt:P1082 ?population. }
OPTIONAL { wd:Q2701266 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2701266 wdt:P2046 ?area. }
OPTIONAL { wd:Q2701266 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2701266 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2701266 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 Petaling map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](2.972495, 101.438694, 3.228539, 101.730516);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Petaling)
[out:json];
(
rel["name"="Petaling"][type=boundary];
rel["name:en"="Petaling"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Petaling
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Batu Gugup | 3.066670 , 101.566670 |
Batu Tiga | 3.078000 , 101.547000 |
Kampong Baru Subang | 3.150000 , 101.533330 |
Kampong Batu Tiga Suku | 3.016670 , 101.600000 |
Kampong Haji Mohamad Sariff | 3.150000 , 101.483330 |
Kampong Kubu Gajah | 3.200000 , 101.533330 |
Kampong Kubu Gajah Dalam | 3.200000 , 101.516670 |
Kampong Melayu Kebun Bunga | 3.066670 , 101.550000 |
Kampong Paya Jaras | 3.200000 , 101.550000 |
Kampong Paya Jaras Dalam | 3.183330 , 101.550000 |
Kampong Pulas | 2.983330 , 101.583330 |
Kampong Sungai Pelong | 3.216670 , 101.533330 |
Kampung Baharu | 3.200000 , 101.516670 |
Kampung Baharu Sungai Buluh | 3.200000 , 101.566670 |
Kampung Subang | 3.150000 , 101.533330 |
Kepong Cubitt Forest Village | 3.183330 , 101.583330 |
Kg. Baharu | 3.204576 , 101.494617 |
Kinrara | 3.041985 , 101.624542 |
Petaling Jaya | 3.124402 , 101.605758 |
Puchong Batu 12 | 3.023955 , 101.597442 |
Puchong Batu Dua Belas | 3.004509 , 101.617323 |
Putra Heights | 2.993610 , 101.572550 |
Serdang | 2.985806 , 101.708390 |
Serdang Baharu | 3.033897 , 101.720874 |
Seri Kembangan | 3.015656 , 101.702470 |
Seri Setia | 3.107873 , 101.618310 |
Shah Alam | 3.075457 , 101.523449 |
Subang Jaya | 3.043635 , 101.580005 |
Sungai Buloh | 3.214160 , 101.548515 |
Sungai Buluh | 3.216377 , 101.529267 |
Sunway Rahman Putra | 3.226020 , 101.556286 |
Taman Tun Dr. Ismail Jaya | 3.091729 , 101.544678 |
Notes:
- You can download geometry data for Petaling 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.