Download outline map of Bishnupur (geojson format) :
Bishnupur.geojson (**)
Download polygon array of Bishnupur map for "Google Maps" :
Bishnupur.txt
Bounding Box for Bishnupur Map : ( 24.285581 , 93.707961 , 24.737171 , 93.892547 )
Wikipedia ID for Bishnupur : Q938190
Wikipedia SPARQL Query for Bishnupur (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q938190 wdt:P1082 ?population. }
OPTIONAL { wd:Q938190 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q938190 wdt:P2046 ?area. }
OPTIONAL { wd:Q938190 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q938190 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q938190 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 Bishnupur map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](24.285581, 93.707961, 24.737171, 93.892547);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bishnupur)
[out:json];
(
rel["name"="Bishnupur"][type=boundary];
rel["name:en"="Bishnupur"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bishnupur
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bishnupur | 24.625041 , 93.759797 |
Buri Bazar | 24.712200 , 93.838730 |
Champu Khangpok | 24.511450 , 93.791129 |
Ishok | 24.681750 , 93.838810 |
Ithing | 24.515577 , 93.796121 |
Kumbi | 24.432790 , 93.812920 |
Laitonjam | 24.695460 , 93.876790 |
Lourembam | 24.687230 , 93.870940 |
Moirang | 24.497500 , 93.777910 |
Nambol | 24.695570 , 93.819740 |
Oinam | 24.688960 , 93.812920 |
Shuganu | 24.295460 , 93.873720 |
Thanga | 24.532630 , 93.836900 |
Thiyam | 24.689990 , 93.864260 |
Yamua Khunov | 24.490560 , 93.740700 |
Notes:
- You can download geometry data for Bishnupur 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.