Download outline map of Martukskiy (geojson format) : 
Martukskiy.geojson (**)
Download polygon array of Martukskiy map for "Google Maps" : 
Martukskiy.txt
Bounding Box for Martukskiy Map : ( 50.209552 , 55.905081 , 51.115111 , 57.693455 )
Wikipedia ID for Martukskiy : Q2550413
Wikipedia SPARQL Query for Martukskiy (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q2550413 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q2550413 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q2550413 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q2550413 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q2550413 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q2550413 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 Martukskiy map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](50.209552, 55.905081, 51.115111, 57.693455);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Martukskiy)
	
[out:json];
(
rel["name"="Martukskiy"][type=boundary];
rel["name:en"="Martukskiy"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Martukskiy
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Andreyevka  |  50.900750 , 57.101400  | 
|  Andreyevskiy  |  50.900000 , 57.133330  | 
|  Ashchisay  |  50.350000 , 56.366670  | 
|  Baturasay  |  50.960720 , 56.782210  | 
|  Dal'niy  |  50.850000 , 57.583330  | 
|  Dragomirovka  |  50.566670 , 57.100000  | 
|  Gornovodskiy  |  50.533330 , 56.200000  | 
|  Kalinovka  |  50.666670 , 57.066670  | 
|  Karachayevskiy  |  50.850000 , 56.833330  | 
|  Karatausay  |  50.783330 , 56.800000  | 
|  Karatausayskiy  |  51.033330 , 57.100000  | 
|  Karatogay  |  50.622620 , 56.823870  | 
|  Karatogay  |  50.700000 , 56.466670  | 
|  Kazanskiy  |  50.766670 , 56.583330  | 
|  Khazretovka  |  50.783330 , 57.483330  | 
|  Khlebodarovskiy  |  50.516670 , 56.916670  | 
|  Konstantinovskiy  |  50.483330 , 56.050000  | 
|  Krasnoyarskiy  |  50.966670 , 57.066670  | 
|  Kumsay  |  50.700000 , 56.600000  | 
|  Kushukbay  |  51.083330 , 57.166670  | 
|  Linovitskiy  |  50.833330 , 57.083330  | 
|  Mak-Bal-Say  |  51.016670 , 57.066670  | 
|  Morozovka  |  50.683330 , 57.316670  | 
|  Nagornoye  |  50.640720 , 56.697350  | 
|  Novofedorovskiy  |  50.566670 , 56.316670  | 
|  Novomikhaylovka  |  50.511260 , 56.103390  | 
|  Pokrovka  |  51.036550 , 56.780320  | 
|  Poltavka  |  51.012500 , 56.953160  | 
|  Rodnikovka  |  50.652980 , 57.173320  | 
|  Rybakovka  |  50.991210 , 56.536350  | 
|  Shiili  |  50.633330 , 56.133330  | 
|  Shiyli  |  50.616670 , 56.083330  | 
|  Stepanovka  |  50.420540 , 56.486430  | 
|  Studencheskoye  |  50.971340 , 57.301810  | 
|  Tarangul  |  50.850000 , 57.200000  | 
|  Tasbulak  |  50.450000 , 56.850000  | 
|  Voznesenovka  |  50.910570 , 56.401020  | 
|  Yaysan  |  50.846670 , 56.203850  | 
|  Zhanatan  |  50.783330 , 56.366670  | 
Notes:
- You can download geometry data for Martukskiy 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.