E
E
elailasou2015-06-14 19:19:44
Cartography
elailasou, 2015-06-14 19:19:44

Where to look for KML files with the Administrative-territorial division of the subjects of the Russian Federation?

I am looking for an ATD map of the Komi Republic, more precisely a KML file, for use on mapbox and leaflet, can anyone help?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Moskus, 2015-06-15
@junk1114

If you are satisfied with what is in OpenStreetMap, then upload via Overpass Turbo with this request .
Just in case, the request code:

/*
This has been generated by the overpass-turbo wizard.
The original search was:
“admin_level=* in "Республика Коми"”
*/
[out:json][timeout:25];
// fetch area “Республика Коми” to search in
{{geocodeArea:Республика Коми}}->.searchArea;
// gather results
(
  // query part for: “admin_level=*”
  node["admin_level"](area.searchArea);
  way["admin_level"](area.searchArea);
  relation["admin_level"](area.searchArea);
);
// print results
out body;
>;
out skel qt;

Next - click Export and select the format. I would still experiment with GeoJSON - it is also supported in Leaflet (in my opinion, even without plugins).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question