Download outline map of Mamit (geojson format) :
Mamit.geojson (**)
Download polygon array of Mamit map for "Google Maps" :
Mamit.txt
Bounding Box for Mamit Map : ( 23.261607 , 92.258907 , 24.251412 , 92.675271 )
Wikipedia ID for Mamit : Q751531
Wikipedia SPARQL Query for Mamit (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q751531 wdt:P1082 ?population. }
OPTIONAL { wd:Q751531 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q751531 wdt:P2046 ?area. }
OPTIONAL { wd:Q751531 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q751531 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q751531 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 Mamit map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](23.261607, 92.258907, 24.251412, 92.675271);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mamit)
[out:json];
(
rel["name"="Mamit"][type=boundary];
rel["name:en"="Mamit"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mamit
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bungthuam | 24.186843 , 92.331315 |
Chungtlang | 23.689990 , 92.570570 |
Darlung | 23.459760 , 92.600940 |
Dugangapara | 24.039927 , 92.317316 |
Gabaichara | 24.209680 , 92.331260 |
Hmunpui | 23.862350 , 92.579720 |
Hriphaw | 24.135387 , 92.335206 |
Kanghmun | 23.553660 , 92.575360 |
Lallen | 23.618660 , 92.459060 |
Langthireck | 24.008394 , 92.323067 |
Lengpui | 23.831790 , 92.626200 |
Lungdar | 23.638190 , 92.594180 |
Mamit | 23.927030 , 92.489680 |
Phaileng | 23.699510 , 92.491660 |
Phuldungsei | 23.468490 , 92.419200 |
Pukzing | 23.343670 , 92.427180 |
Rengdil | 24.048370 , 92.384250 |
Sabual | 23.442380 , 92.594030 |
Sāitlaw | 23.971870 , 92.574540 |
Serhmun | 23.754040 , 92.357420 |
Tuidam | 23.926520 , 92.368970 |
Tuilutkawn | 23.714690 , 92.446680 |
Tukkalh | 23.931720 , 92.372170 |
V.kalagang | 24.014603 , 92.320132 |
Vawngawn | 24.060550 , 92.514830 |
Zawlpui | 24.119980 , 92.341030 |
Zotlang | 23.828960 , 92.484310 |
Notes:
- You can download geometry data for Mamit 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.