Define JSON as the output format. Define a timeout to cancel the query after a certain amount of time (optional).
-
Define an area, within which to search for districts This area could be a city, municipality or country. The correct name of this area as stated in the OSM relation is very important. Thus go to OSM and enter the Name into the search field. Click on the result (e.g. result for Prague) and copy the value of "name" into your overpass query ("Praha" in the example above). Then search for "admin_level" in the same result and copy this one as well (optional. In the example above it is "8").
-
In the next line we define for what to search within the city of Prague. We are looking for subdistricts. Thus by trial-and-error we have to enter an "admin_level" larger than the one defined in the search field (in the example above results will show up with "admin_level=10"). To get the right admin_level without trial-and-error check the sub-districts in OSM and copy the value of "admin_level" (e.g. Vyšehrad has "admin_level=10". Thus you enter "10" in your query).
-
Click on Run. After a while the district polygons show up on the map. Click on Export --> Copy as GeoJSON and paste it on the input text area on this website.
+
Go to the location on the map, that you want to districtify and click on Load Boundaries.
+
Remove all the administrative levels, which are not relevant for you.
+
Define districts:
+
+
By adding removing and naming them.
+
Add polygons to each district by clicking on the map.
+
+
Once satisfied click in the textbox below the map, copy the output and paste it to Wikivoyage.
+
Improve
If you have ideas on how to make this tool better please head over to the github page and participate or leave a comment down below.