Download outline map of Peren (geojson format) :
Peren.geojson (**)
Download polygon array of Peren map for "Google Maps" :
Peren.txt
Bounding Box for Peren Map : ( 25.197831 , 93.331833 , 25.699362 , 93.948158 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Peren map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](25.197831, 93.331833, 25.699362, 93.948158);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Peren)
[out:json];
(
rel["name"="Peren"][type=boundary];
rel["name:en"="Peren"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Peren
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Boaroami | 25.575980 , 93.864670 |
Henima | 25.359950 , 93.616200 |
Lakema | 25.567430 , 93.760560 |
Lalongmi | 25.294120 , 93.557260 |
Mechangbung | 25.332150 , 93.523310 |
Pasompui | 25.513800 , 93.549340 |
Phaikulum | 25.475300 , 93.452070 |
Phuitomi | 25.473240 , 93.764660 |
Pulomi | 25.581110 , 93.909660 |
Tasangki | 25.497290 , 93.667870 |
Notes:
- You can download geometry data for Peren 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.