Module:Russo-Ukrainian War detailed map
This module is subject to page protection, despite not being in use by a very large number of pages, under a community-imposed topic area restriction. |
Rules for editing the map
|
For quick reference, this module is transcluded on the following:
- Template:Russo-Ukrainian War detailed map
- Template:Russo-Ukrainian War detailed relief map
- Template:Russo-Ukrainian War detailed map (oblasts)
- Template:Russo-Ukrainian War detailed relief map (oblasts)
Icons available for use on map
Control: Ukraine Russia and allies (Donetsk People's Republic & Luhansk People's Republic)
Stable mixed control (same colours): Uncontrolled:
Rural presence:
Contested: Russia/Ukraine
Besieged one side:
Besieged: 2 nested circles: inner controls, outer sieges (or indicates strong enemy pressure):
Military base:
Strategic hill:
Oil/gas:
Airport/air base (plane):
Heliport/helicopter base:
Major port or naval base:
Industrial complex:
Border post: Dam:
Small icon within a larger icon: the situation in individual neighbourhood/district
Labels
Only towns & border posts can have blue visible wikilink labels. Whether a town has a blue visible wikilink label or not will depend on its size, importance and available space around it for the label to appear without obstructing other towns.
Contested icon
Definition
The purpose of the contested icon () is to show 2 groups of soldiers fighting over control of a town, and that there is a significant number of troops inside the city actively holding territory. We generally turn a town contested based on widespread clashes reports. Contested means we cannot say one specific side controls the town. There should be evidence that the enemy is inside the town, which is a necessary (but not sufficient) condition for making a town contested. Contested status is appropriate if the town in question is controlled partly by one party, and partly by another. For example, it could be that one party controls the outer neighborhoods, while the other party holds the city center.
Examples of cases where the contested icon should not be used
- Cases where there have been only small or sporadic clashes in a town, or clashes that stopped after some hours.
- A case where there were reports of ambushes on army checkpoints, but no seizure of territory inside the town.
- A case where the enemy reached city limits. Well, they still haven't entered the city proper (which is the prerequisite for marking the city as "contested") When the city really becomes contested, a bunch of news outlets will be reporting on it. Just because there is enemy at gates does not mean it is contested. The enemy needs to be making progress in the city.
- The evidence should be especially strong to turn a “stronghold” contested. A few clashes, especially on the periphery are not enough. There should be evidence that the enemy can do more than just hit & run attacks. In these cases, a semi-circle is often enough.
Cities
For example, we would not mark as contested a city where a party still controls 95% of the city. Instead we mark specific enemy positions on the outskirts of the city until fighting in the city becomes widespread. As nobody claims there is any fighting inside of the city, it should be marked as colored dot within a siege circle (see Figure 1). Then, advanced points in the city should be marked as small dots in the color of the enemy (or small contested icons). In this specific case, a "contested" icon was added to represent the "west side of the city" that is contested (see Figure 2). This is more informative to our viewers. Since the code puts icons on the map in the order of code lines (starting with first line of code and ending with last line of code), the small "contested" icon should come in the line after that of the (large) city icon. Otherwise, the small icon will be hidden by the large icon and will therefore be invisible.
After the fights become more widespread in the city (& enemy controls a larger part of the city), we can remove the "west side of the city" icon and turn the whole city contested (see Figure 3). After this, if we learn that the enemy has taken over the whole city except for a small pocket (in south east) that is still resisting, then we change the contested icon into the color of the enemy and put a small dot representing the small pocket that is still resisting (see Figure 4).
Siege and pressure from one side icons
Definition
The siege icon () should be used for towns that are under siege or enemy pressure or militant attacks or rocket attacks. The “pressure from one side” icon () should be used for towns that are under enemy pressure from one side.
How to place these icons
The easiest way to place these icons is to copy/paste the line code of the object you want to have a circle (or semi-circle) around it and then:
- Replace the mark = parameter with or
- Increase marksize = parameter by 4. So for example, if the town dot has a size of 10, then the circle (or semi-circle) should have a size of 14.
Always put line of code circle (or semi-circle) before line of code of town (or other object). This is because the code puts icons on the map in the order of code lines starting with first line of code and ending with last line of code. If you put the line of code that draws the circle (or semi-circle) icon after the line of code that draws the town icon then the computer puts the town icon first and then put the circle (or semi-circle) icon on top of it. The town icon still appears because the circle (or semi-circle) is drawn on a transparent background. However, even a transparent background does obstruct the name of the town icon from appearing. So, the name of the town will not appear when you hold cursor over it.
Example:
- Correct:
{ lat = "33.972", long = "36.897", mark = "map-arcNE-blue.svg", marksize = "12" }, { lat = "33.972", long = "36.897", mark = "Abm-red+icon.png", marksize = "8", label = "Brigade 128", label_size = "0" },
- Wrong:
{ lat = "33.972", long = "36.897", mark = "Abm-red+icon.png", marksize = "8", label = "Brigade 128", label_size = "0" }, { lat = "33.972", long = "36.897", mark = "map-arcNE-blue.svg", marksize = "8" },
Truce (purple) icon
The purple icon () should be used for towns where the party in question has lost a significant amount of sovereignty, such as giving up heavy weapons, allowing regular enemy patrols inside of it, etc… If all that the “truce” means is that there is no fighting or shooting from both parties, then there is no need for a purple icon. In summary, the purple icon means loss of sovereignty, not lack of fighting.
"link=" parameter: linking towns to sources
Every element on the map should be verifiable. Information on towns (description of control & sources) can be found by clicking on the town dot on the map. Notice the caption of the map which says: "Hold cursor over location to display name; click to go to sources &/or status description (if available, the cursor will show as ; if not, it will show as )."
Notice the “link=” parameter in the map code. This is supposed to link to the part in the Wikipedia article that contains the source and talks about the events in the town. So for example, if you click on the dot of the town "Inkhil" on the map, it will take you to the part of the Wikipedia article on the town "Inkhil" that has the description of war events (& sources): link = "Inkhil#civilwar" Here the first part before the # is the name of the article (Inkhil). the second part after the # is the name of the section (civilwar).
For this to work, there needs to be a section by this same name in the article or you need to put a wikilink anchor: {{anchor|section}} that will act as a section header (in this case {{anchor|civilwar}}).
The link to sources &/or status description should be done according to the following priorities in this order:
- The part of the town's article that talks about the war events in the town (see Example 1 below).
- The part of a "battle/offensive/etc..." article that talks about the latest status of the specific town (see Example 2 below).
- The article about the town which does not contain war events (still better than nothing).
A quick look at the map's code will tell you where each town dot is currently linking.
Example 1: How to keep town dots linked to the latest status source when the town has its own Wikipedia article.. The example concerns the town of Al-Taybah. First, notice how there is: link = "Al-Taybah#civilwar" parameter associated with the code line of town Al-Taybah. As indicated above, this links the Al-Taybah town dot with the war section in the town's Wikipedia article. This parameter does not change over time. However, the war section in the town's Wikipedia article needs to stay up-to-date in terms of the latest control status and latest associated source. For example, on 20/08/2017 the government took the town. To keep the link up-to-date, this latest event (along with the source) needs to be added to the war section in the town's Wikipedia article. To accomplish this, notice the following edit which added to the article the following text:
However, in 20/08/2017, the Army stormed the Taybah area from their positions at the Al-Kom axis, pushing their way through ISIL's front-lines. Unable to maintain their positions, ISIL was forced to retreat from Taybah, leaving the entire area for the Army to take control of after a short battle.<ref>[https://www.almasdarnews.com/article/breaking-syrian-army-liberates-important-area-besiege-isil-north-palmyra/ Syrian Army liberates important area to besiege ISIL north of Palmyra], Al-Masdar news, 20/08/2017.</ref>
This provides the latest status (along with the source) to viewers clicking on the town's dot in the map. Notice also how at the beginning of the war section in the town's Wikipedia article, there is the expression: {{anchor|civilwar}}. This mirrors the #civilwar part in the link parameter in the map's code and allows the click on the dot to take the viewer to the beginning of the war section in the town's Wikipedia article. In summary, when the status of a map object changes, the color of the icon has to be updated and the write-up (along with the source) has to be added as well.
Example 2: How to keep town dots linked to the latest status source when the town does not have its own Wikipedia article. The example concerns the town of "Kabajeb". Up to August 2017, the link parameter associated with the code line of the town was link= "Deir ez-Zor offensive (April–July 2014)#Kabajeb". As indicated above, this links the Kabajeb town dot with a war article that talks about the latest war events concerning the town (along with a source). This was done because the town Kabajeb does not have its own Wikipedia article. Therefore, the link is made to the article that have the latest status & source. In this case, it is the article Deir ez-Zor offensive (April–July 2014) which states in its code:
{{anchor|Kabajeb}}The ISIS reportedly took parts of the town,<ref>{{cite web|url=http://www.dailystar.com.lb/News/Middle-East/2014/Apr-10/252903-syria-qaeda-loses-ground-to-jihadist-rivals-on-iraq-border.ashx|title=Syria Qaeda loses ground to jihadist rivals on Iraq border|work=The Daily Star Newspaper - Lebanon|accessdate=25 October 2014}}</ref>
Notice how the paragraph starts with the expression {{anchor|Kabajeb}}. This guides the link to put the reader exactly at the beginning of the latest status & source. However, on 2017-09-04, the government took the town from ISIS. So the above link & source is no longer up-to-date. To stay up-to-date, you need to do 2 steps:
Step 1: Write about the new status in some "battle/offensive/etc..." article that relates to the town. Alternatively, you can find an up-to-date text that someone else wrote and proceed to the next step. In our case, you find that someone wrote this updated status in the article Central Syria campaign (July 2017–present) which states in its code:
5th Corps alongside 18th Reserve Division captured the town of Kabajib during midday, while later in the day together with Tiger Forces captured al-Shulah.<ref>{{Cite news|url=https://www.almasdarnews.com/article/breaking-syrian-army-liberates-strategic-town-en-route-deir-ezzor-city/|title=Breaking: Syrian Army liberates strategic town en route to Deir Ezzor City|date=2017-09-04|work=AMN - Al-Masdar News {{!}} المصدر نيوز|access-date=2017-09-04|language=en-US}}</ref>
This is exactly what we need. Therefore, we proceed to the next step.
Step 2: In the map code, we need to update the link parameter to point to the new status in the new article. This edit does this. As you can see, the link was changed from link="Deir ez-Zor offensive (April–July 2014)#Kabajeb" to link="Central Syria campaign (July 2017–present)#Kabajeb". However, for this to work, we need to also put the expression {{anchor|Kabajeb}} at the beginning of the part in the new article that talks about the new status. This is done in this edit.
Example 3: For another illustration on how the link= parameter and "anchor" template work, see Talk:Cities and towns during the Syrian Civil War/Archive 65#Link of Suran, Hama.
How to preview map before saving edit
Before saving your changes (by clicking "Publish changes"), you should preview your edits (changes). This allows you to view the map to make sure it is what you want to do before saving and making the change appear on Wikipedia. To do this, type in the box under "Preview page with this module" the name of the template: "Template:Russo-Ukrainian War detailed map". Then hit "Show preview".
How war map modules work with other parts of Wikipedia
local m = require('Module:Russo-Ukrainian War overview map')
m.marks[1].marksize = 4000
m.containerArgs.width = 4000
sizes = {[14]=90, [12]=80, [10]=70, [8]=60, [6]=50, [5]=50, [4]=50}
local label
for i, mark in ipairs(m.marks) do
label = mark.label
if label and mark.label_size then
label = mw.text.trim(label, '%[%]')
label = mw.text.split(label, '[,|]')[1]
m.marks[label] = mark
if mark.label_size == 0 then
mark.label_size = sizes[mark.marksize]
end
end
m.marks.old_len = i
end
-- Arranged by oblasts, then settlement type, in alphabetical order. Crimea is at the bottom.
local mm = m.marks
--Chernihiv Oblast
mm["Chernihiv"].position = lp.l
--Dnipropetrovsk Oblast
mm["Kamianske"].position = lp.l
mm["Pidhorodne"].position = lp.t
mm["Verkhivtseve"].position = lp.b
--Donetsk Oblast
mm["Avdiivka"].position = "bottom"
mm["Bakhmut"].position = "right"
mm["Bilozerske"].position = "top"
mm["Bilytske"].position = "right"
mm["Chasiv Yar"].position = lp.b
mm["Chasiv Yar"].label_width = nil
mm["Dobropillia"].position = "right"
mm["Dokuchaievsk"].position = "top"
mm["Horlivka"].position = "bottom"
mm["Krasnohorivka"].position = lp.l
mm["Lyman"].position = "bottom"
mm["Marinka"].position = lp.r
mm["Mykolaivka"].position = "right"
mm["Novoazovsk"].position = "top"
mm["Pelahiivka"].position = lp.l
mm["Rodynske"].position = "right"
mm["Shakhtarsk"].label_width = nil
mm["Sloviansk"].position = "bottom"
mm["Snizhne"].position = lp.t
mm["Soledar"].position = lp.r
mm["Sviatohirsk"].position = "left"
mm["Svitlodarsk"].position = "bottom"
mm["Toretsk"].position = lp.t
mm["Yasynuvata"].label_width = 4
mm["Yenakiieve"].position = "top"
mm["Yunokomunarivsk"].label_width = 8
mm["Yunokomunarivsk"].label_top = nil
mm["Zalizne"].position = lp.b
mm["Zalizne"].label_width = 3
local marks = {
--[[ Settlements & Villages
Population marksize label_size
20K + 12 80
10K + 10 70
5K + 8 60 or 0
2K + 6 50 or 0
1K + 5 50 or 0
500 + 4 50 or 0
< 500 4 0 or 50 if settlement or pressured/contested
]]
--Cherkasy Oblast
-- Important infrastructure
{ lat = "49.416", long = "31.995", mark = "Fighter-jet-blue-icon.svg", marksize = 12, link = "Cherkasy International Airport" },
{ lat = "49.767", long = "31.472", mark = "BSicon STR+l blue.svg", marksize = 10, link = "Kaniv Hydroelectric Power Plant" },
--Chernihiv Oblast
-- Important infrastructure
{ lat = "50.926", long = "30.757", mark = "Abm-blue-icon.png", marksize = 8, link = "169th Training Centre (Ukraine)" },
{ lat = "51.550", long = "31.317", mark = "Fighter-jet-blue-icon.svg", marksize = 10, link = "Chernihiv Air Base" },
{ lat = "51.883", long = "31.650", mark = "Fighter-jet-blue-icon.svg", marksize = 10, link = "Horodnia Air Base" },
{ lat = "51.100", long = "31.867", mark = "Fighter-jet-blue-icon.svg", marksize = 12, link = "Nizhyn Air Base" },
{ lat = "50.567", long = "32.317", mark = "Fighter-jet-blue-icon.svg", marksize = 12, link = "Pryluky Air Base" },
-- Urban-type settlements
{ lat = "50.928", long = "30.753", mark = mk.ukr, marksize = 8, label = "[[Desna, Chernihiv Oblast|Desna]]", link = "Desna, Chernihiv Oblast", label_size = 60, position = "top" },
{ lat = "51.565", long = "32.955", mark = mk.ukr, marksize = 6, label = "[[Korop]]", link = "Korop", label_size = 50, position = "bottom" },
{ lat = "50.913", long = "31.117", mark = mk.ukr, marksize = 8, label = "[[Kozelets]]", link = "Kozelets", label_size = 60, position = "right" },
{ lat = "51.373", long = "31.645", mark = mk.ukr, marksize = 6, label = "[[Kulykivka]]", link = "Kulykivka", label_size = 50, position = "left" },
{ lat = "51.520", long = "32.580", mark = mk.ukr, marksize = 8, label = "[[Ladan, Chernihiv Oblast|Ladan]]", link = "Ladan, Chernihiv Oblast", label_size = 60, position = "right" },
{ lat = "51.451", long = "31.076", mark = mk.ukr, marksize = 6, label = "[[Mykhailo-Kotsiubynske]]", link = "Mykhailo-Kotsiubynske", label_size = 50, label_width = 7, position = "bottom" },
{ lat = "51.799", long = "31.083", mark = mk.ukr, marksize = 8, label = "[[Ripky]]", link = "Ripky", label_size = 60, position = "bottom" },
{ lat = "51.643", long = "31.568", mark = mk.ukr, marksize = 5, label = "[[Sedniv]]", link = "Territorial control during the Russo-Ukrainian War#Sedniv", label_size = 50, position = "top" },
{ lat = "51.531", long = "32.499", mark = mk.ukr, marksize = 8, label = "[[Sosnytsia]]", link = "Territorial control during the Russo-Ukrainian War#Sosnytsia", label_size = 60, position = "top" },
{ lat = "50.837", long = "33.141", mark = mk.ukr, marksize = 6, label = "[[Talalaivka]]", link = "Talalaivka", label_size = 50, position = "left" },
{ lat = "50.496", long = "32.719", mark = mk.ukr, marksize = 8, label = "[[Varva, Chernihiv Oblast|Varva]]", link = "Varva, Chernihiv Oblast", label_size = 60, position = "bottom" },
-- Villages
{ lat = "51.386", long = "31.391", mark = mk.ukr, marksize = 4, label = "Lukashivka", link = "uk:Лукашівка (Чернігівський район)", label_size = 0--[[472]], position = "top" },
{ lat = "50.567", long = "31.533", mark = mk.ukr, marksize = 6, label = "[[Nova Basan]]", link = "Territorial control during the Russo-Ukrainian War#Nova Basan", label_size = 50, position = "left" },
{ lat = "50.597", long = "31.672", mark = mk.ukr, marksize = 6, label = "[[Novyi Bykiv]]", link = "Novyi Bykiv", label_size = 50, position = "top" },
{ lat = "51.387", long = "31.192", mark = mk.ukr, marksize = 4, label = "Shestovytsia", link = "uk:Шестовиця", label_size = 50--[[688]], position = "bottom" },
{ lat = "51.335", long = "31.366", mark = mk.ukr, marksize = 4, label = "Sloboda", link = "uk:Слобода (Чернігівський район)", label_size = 50--[[595]], position = "bottom" },
--Chernivtsi Oblast
-- Important infrastructure
{ lat = "48.259", long = "25.981", mark = "Fighter-jet-blue-icon.svg", marksize = 12, link = "Chernivtsi International Airport" },
--Dnipropetrovsk Oblast
-- Important infrastructure
{ lat = "48.357", long = "35.101", mark = "Fighter-jet-blue-icon.svg", marksize = 12, link = "Dnipro International Airport" },
{ lat = "48.043", long = "33.207", mark = "Fighter-jet-blue-icon.svg", marksize = 12, link = "Kryvyi Rih International Airport" },
-- Urban-type settlements
{ lat = "47.626", long = "34.530", mark = mk.ukr, marksize = 8, label = "[[Chervonohryhorivka|Chervono­hryhorivka]]", link = "Chervonohryhorivka", label_size = 0, position = "bottom" },
{ lat = "48.595", long = "34.420", mark = mk.ukr, marksize = 8, label = "[[Dniprovske]]", link = "Territorial control during the Russo-Ukrainian War#Dniprovske", label_size = 60, position = "left"},
{ lat = "48.810", long = "35.259", mark = mk.ukr, marksize = 8, label = "[[Hubynykha]]", link = "Territorial control during the Russo-Ukrainian War#Hubynykha", label_size = 60, position = "left" },
{ lat = "48.734", long = "35.315", mark = mk.ukr, marksize = 8, label = "[[Hvardiiske, Dnipropetrovsk Oblast|Hvardiiske]]", link = "Territorial control during the Russo-Ukrainian War#Hvardiiske", label_size = 60, position = "right"},
{ lat = "48.403", long = "35.277", mark = mk.ukr, marksize = 8, label = "[[Ilarionove]]", link = "Territorial control during the Russo-Ukrainian War#Ilarionove", label_size = 60, position = "right"},
{ lat = "48.479", long = "34.732", mark = mk.ukr, marksize = 8, label = "[[Karnaukhivka]]", link = "Karnaukhivka", label_size = 60, label_width = 7, position = "bottom" },
{ lat = "48.911", long = "34.912", mark = mk.ukr, marksize = 8, label = "[[Mahdalynivka]]", link = "Territorial control during the Russo-Ukrainian War#Mahdalynivka", label_size = 60, position = "right"},
{ lat = "48.258", long = "36.726", mark = mk.ukr, marksize = 8, label = "[[Mezhova]]", link = "Territorial control during the Russo-Ukrainian War#Mezhova", label_size = 60, position = "left"},
{ lat = "48.547", long = "34.866", mark = mk.ukr, marksize = 8, label = "[[Obukhivka]]", link = "Obukhivka", label_size = 60, position = "bottom" },
{ lat = "48.457", long = "36.435", mark = mk.ukr, marksize = 8, label = "[[Petropavlivka, Dnipropetrovsk Oblast|Petropavlivka]]", link = "Territorial control during the Russo-Ukrainian War#Petropavlivka", label_size = 60, label_width = 7, position = "top" },
{ lat = "47.985", long = "36.231", mark = mk.ukr, marksize = 8, label = "[[Pokrovske (urban-type settlement)|Pokrovske]]", link = "Territorial control during the Russo-Ukrainian War#Pokrovske", label_size = 60, position = "top"},
{ lat = "47.693", long = "33.268", mark = mk.ukr, marksize = 8, label = "[[Shyroke]]", link = "Territorial control during the Russo-Ukrainian War#Shyroke", label_size = 60, position = "bottom"},
{ lat = "48.048", long = "33.878", mark = mk.ukr, marksize = 8, label = "[[Sofiivka, Dnipropetrovsk Oblast|Sofiivka]]", link = "Territorial control during the Russo-Ukrainian War#Sofiivka", label_size = 60, position = "right" },
{ lat = "48.204", long = "34.873", mark = mk.ukr, marksize = 8, label = "[[Solone]]", link = "Territorial control during the Russo-Ukrainian War#Solone", label_size = 60, position = "top"},
{ lat = "47.817", long = "34.755", mark = mk.ukr, marksize = 8, label = "[[Tomakivka]]", link = "Territorial control during the Russo-Ukrainian War#Tomakivka", label_size = 60, position = "bottom" },
{ lat = "48.947", long = "34.470", mark = mk.ukr, marksize = 8, label = "[[Tsarychanka]]", link = "Territorial control during the Russo-Ukrainian War#Tsarychanka", label_size = 60, position = "right" },
-- Villages
{ lat = "47.546", long = "33.922", mark = mk.ukr, marksize = 6, label = "[[Marianske, Dnipropetrovsk Oblast|Marianske]]", link = "uk:Мар'янське (Криворізький район)", label_size = 50, position = "left" },
--Donetsk Oblast
-- Important infrastructure
{ lat = "47.098", long = "37.610", mark = "Icon NuclearPowerPlant-red.svg", marksize = 12, link = "Azovstal Iron and Steel Works" },
{ lat = "48.075", long = "37.726", mark = "Fighter-jet-red-icon.svg", marksize = 12, link = "Donetsk International Airport" },
{ lat = "48.710", long = "37.630", mark = "Fighter-jet-blue-icon.svg", marksize = 10, link = "Kramatorsk Airport" },
{ lat = "47.073", long = "37.456", mark = "Fighter-jet-red-icon.svg", marksize = 12, link = "Mariupol International Airport" },
{ lat = "47.056", long = "37.505", mark = "Anchor pictogram red.svg", marksize = 12, link = "Port of Mariupol" },
{ lat = "48.464", long = "38.203", mark = "Icon NuclearPowerPlant-red.svg", marksize = 10, link = "Vuhlehirska Power Station" },
-- Urban-type settlements
--Bakhmut Raion
{ lat = "48.665", long = "38.018", mark = mk.rus, marksize = 4, label_size = 50--[[584]], position = lp.b, label = "[[Krasna Hora]]", label_width = 4, link = "Krasna Hora" },
{ lat = "48.469", long = "37.955", mark = mk.rus, marksize = 4, label_size = 0--[[737]], position = lp.t, label = "[[Kurdiumivka]]", link = "Kurdiumivka" },
{ lat = "48.441", long = "38.254", mark = mk.rus, marksize = 6, label_size = 0, position = lp.r, label = "[[Luhanske, Bakhmut Raion, Donetsk Oblast|Luhanske]]", link = "Luhanske, Bakhmut Raion, Donetsk Oblast" },
{ lat = "48.459", long = "38.273", mark = mk.rus, marksize = 8, label_size = 60, position = lp.t, label = "[[Myronivskyi]]", link = "Myronivskyi" },
{ lat = "48.356", long = "37.833", mark = mk.con, marksize = 4--[[977]], label_size = 50, position = lp.l, label = "[[Nelipivka]]", link = "Territorial control during the Ruso-Ukrainian War#Nelipivka" },
{ lat = "48.333", long = "37.841", mark = mk.rus, marksize = 8, label_size = 60, label = "[[New York, Ukraine|New York]]", link = "Territorial control during the Russo-Ukrainian War#New York" },
--{ lat = "48.387", long = "37.780", mark = mk.ukr, marksize = 5, position = "none", label = "[[Petrivka, Bakhmut Raion, Donetsk Oblast|Petrivka]]", link = "Petrivka, Bakhmut Raion, Donetsk Oblast" },
{ lat = "48.360", long = "37.928", mark = mk.rus, marksize = 5, position = "none", label = "[[Pivdenne, Donetsk Oblast|Pivdenne]]", link = "Territorial control during the Ruso-Ukrainian War#Pivdenne" }, -- dubious boundaries thus uncertain current status
{ lat = "48.389", long = "37.907", mark = mk.rus, marksize = 8, label_size = 60, position = lp.r, label = "[[Pivnichne, Donetsk Oblast|Pivnichne]]", label_width = 4.5, link = "Territorial control during the Russo-Ukrainian War#Pivnichne" },
{ lat = "48.393", long = "37.905", mark = mk.con, marksize = 3 },
{ lat = "48.386", long = "37.795", mark = mk.con, marksize = 6, label_size = 50, position = lp.l, label = "[[Shcherbynivka]]", label_top = -0.85, link = "Shcherbynivka" },
{ lat = "48.429", long = "38.009", mark = mk.rus, marksize = 6, position = "none", label = "[[Zaitseve]]", link = "Zaitseve" },
--Donetsk Raion
{ lat = "48.003", long = "37.585", mark = mk.rus, marksize = 8, label_size = 50, position = lp.r, label = "[[Staromykhailivka|Staromy­khailivka]]", label_width = 4, label_top = -0.75, link = "Staromykhailivka" },
--Horlivka Raion
{ lat = "48.120", long = "38.698", mark = mk.rus, marksize = 6, position = "none", label = "[[Andriivka, Horlivka Raion, Donetsk Oblast|Andriivka]]", link = "Andriivka, Horlivka Raion, Donetsk Oblast" },
-- { lat = "47.999", long = "38.827", mark = mk.rus, marksize = 4--[[312]], position = "none", label = "[[Brazhyne]]", link = "Brazhyne" },
{ lat = "48.255", long = "38.334", mark = mk.rus, marksize = 6, position = "none", label = "[[Bulavynske]]", link = "Bulavynske" },
{ lat = "48.197", long = "38.283", mark = mk.rus, marksize = 4--[[676]], position = "none", label = "[[Druzhne, Horlivka Raion, Donetsk Oblast|Druzhne]]", link = "Druzhne, Horlivka Raion, Donetsk Oblast" },
{ lat = "48.006", long = "38.833", mark = mk.rus, marksize = 5, position = "none", label = "[[Hirnytske, Donetsk Oblast|Hirnytske]]", link = "Hirnytske, Donetsk Oblast" },
-- { lat = "48.403", long = "38.075", mark = mk.rus, marksize = 8, label_size = 60, position = lp.b, label = "[[Holmivskyi]]", link = "Holmivskyi" },
{ lat = "48.086", long = "38.511", mark = mk.rus, marksize = 5, position = "none", label = "[[Kontarne]]", link = "Kontarne" },
{ lat = "48.204", long = "38.083", mark = mk.rus, marksize = 6, position = "none", label = "[[Korsun, Donetsk Oblast|Korsun]]", link = "Korsun, Donetsk Oblast" },
-- { lat = "48.014", long = "38.824", mark = mk.rus, marksize = 4--[[888]], position = "none", label = "[[Lymanchuk]]", link = "Lymanchuk" },
{ lat = "48.110", long = "38.541", mark = mk.rus, marksize = 4--[[624]], position = "none", label = "[[Moskovske, Horlivka Raion, Donetsk Oblast|Moskovske]]", link = "Moskovske, Horlivka Raion, Donetsk Oblast" },
{ lat = "48.008", long = "38.851", mark = mk.rus, marksize = 4--[[354]], position = "none", label = "[[Nykyforove]]", link = "Nykyforove" },
{ lat = "48.274", long = "38.286", mark = mk.rus, marksize = 5, position = "none", label = "[[Oleksandrivske]]", link = "Oleksandrivske" },
{ lat = "48.261", long = "38.272", mark = mk.rus, marksize = 4--[[751]], position = "none", label = "[[Olenivka, Horlivka Raion, Donetsk Oblast|Olenivka]]", link = "Olenivka, Horlivka Raion, Donetsk Oblast" },
{ lat = "48.246", long = "38.405", mark = mk.rus, marksize = 6, position = "none", label = "[[Olkhovatka, Ukraine|Olkhovatka]]", link = "Olkhovatka, Ukraine" },
{ lat = "48.203", long = "37.976", mark = mk.rus, marksize = 8, label = "[[Panteleimonivka]]", link = "Panteleimonivka", label_size = 0 },
{ lat = "48.129", long = "38.563", mark = mk.rus, marksize = 6, label_size = 0, position = lp.r, label = "[[Rozsypne, Donetsk Oblast|Rozsypne]]", link = "Rozsypne, Donetsk Oblast" },
{ lat = "48.085", long = "38.689", mark = mk.rus, marksize = 8, label = "[[Sieverne, Horlivka Raion, Donetsk Oblast|Sieverne]]", link = "Sieverne, Horlivka Raion, Donetsk Oblast", label_size = 60, position = "right" },
{ lat = "48.113", long = "38.311", mark = mk.rus, marksize = 4--[[724]], position = "none", label = "[[Vilkhivka, Donetsk Oblast|Vilkhivka]]", link = "Vilkhivka, Donetsk Oblast" },
{ lat = "48.033", long = "38.814", mark = mk.rus, marksize = 6, position = "none", label = "[[Zalisne, Donetsk Oblast|Zalisne]]", link = "Zalisne, Donetsk Oblast" },
--Kalmiuske Raion
{ lat = "47.809", long = "38.022", mark = mk.rus, marksize = 8, label = "[[Novyi Svit, Donetsk Oblast|Novyi Svit]]", link = "Novyi Svit, Donetsk Oblast", label_size = 60, position = "right" },
{ lat = "47.831", long = "37.66", mark = mk.rus, marksize = 6, label = "[[Olenivka, Kalmiuske Raion, Donetsk Oblast|Olenivka]]", link = "Territorial control during the Russo-Ukrainian War#Olenivka, Kalmiuske Raion", label_size = 50, position = "top" },
{ lat = "47.753", long = "38.025", mark = mk.rus, marksize = 8, label = "[[Starobesheve]]", link = "Starobesheve", label_size = 60, position = "right" },
{ lat = "47.412", long = "38.018", mark = mk.rus, marksize = 6, label = "[[Telmanove]]", link = "Telmanove", label_size = 50, position = "top" },
--Kramatorsk Raion
{ lat = "48.767", long = "37.634", mark = mk.ukr, marksize = 8, label = "[[Bilenke, Donetsk Oblast|Bilenke]]", link = "Bilenke, Donetsk Oblast", label_size = 60, position = "right" },
{ lat = "48.840", long = "37.500", mark = mk.ukr, marksize = 8, label = "[[Bylbasivka]]", link = "Bylbasivka", label_size = 60, position = "left" },
{ lat = "49.042", long = "37.724", mark = mk.ukr, marksize = 6, label = "[[Drobysheve]]", link = "Drobysheve", label_size = 50, label_width = 5.7, position = "bottom" },
{ lat = "48.635", long = "36.982", mark = mk.ukr, marksize = 8, label = "[[Novodonetske]]", link = "Novodonetske", label_size = 60, label_width = 7, position = "top" },
{ lat = "49.070", long = "37.691", mark = mk.ukr, marksize = 5, label = "[[Novoselivka, Lyman urban hromada, Kramatorsk Raion, Donetsk Oblast|Novoselivka]]", link = "Novoselivka, Lyman urban hromada, Kramatorsk Raion, Donetsk Oblast", label_size = 0, position = "right" },
{ lat = "48.580", long = "37.616", mark = mk.ukr, marksize = 8, label = "[[Oleksiievo-Druzhkivka]]", link = "Oleksiievo-Druzhkivka", label_size = 60, label_width = 11, position = "left" },
{ lat = "48.900", long = "37.723", mark = mk.ukr, marksize = 6, label = "[[Raihorodok]]", link = "Territorial control during the Russo-Ukrainian War#Raihorodok", label_size = 50, position = "left" },
{ lat = "48.932", long = "37.943", mark = mk.ukr, marksize = 5, label = "[[Yampil, Donetsk Oblast|Yampil]]", link = "Territorial control during the Russo-Ukrainian War#Yampil", label_size = 50, label_width = 4, position = "top" },
{ lat = "49.054", long = "37.649", mark = mk.ukr, marksize = 5, label = "[[Yarova]]", link = "Yarova", label_size = 0, label_width = 3.4, position = "right" },
{ lat = "48.766", long = "37.564", mark = mk.ukr, marksize = 8, label = "[[Yasnohirka, Donetsk Oblast|Yasnohirka]]", link = "Yasnohirka, Donetsk Oblast", label_size = 60, label_width = 5, position = "left" },
{ lat = "49.019", long = "37.920", mark = mk.ukr, marksize = 6, label = "[[Zarichne, Donetsk Oblast|Zarichne]]", link = "Territorial control during the Russo-Ukrainian War#Zarichne, Kramatorsk Raion", label_size = 50, position = "top" },
--Mariupol Raion
{ lat = "47.060", long = "37.309", mark = mk.rus, marksize = 8, label = "[[Manhush, Donetsk Oblast|Manhush]]", link = "Manhush, Donetsk Oblast", label_size = 60, position = "top" },
{ lat = "47.203", long = "37.320", mark = mk.rus, marksize = 8, label = "[[Nikolske]]", link = "Nikolske", label_size = 60, position = "top" },
{ lat = "47.159", long = "37.486", mark = mk.rus, marksize = 8, label = "[[Staryi Krym, Donetsk Oblast|Staryi Krym]]", link = "Staryi Krym, Donetsk Oblast", label_size = 60, position = "top" },
{ lat = "46.967", long = "37.267", mark = mk.rus, marksize = 6, label = "[[Yalta, Donetsk Oblast|Yalta]]", link = "Yalta, Donetsk Oblast", label_size = 50, position = "top" },
--Pokrovsk Raion
{ lat = "48.253", long = "37.683", mark = mk.rus, marksize = 4, label_size = 0--[[339]], position = "none", label = "[[Keramik, Ukraine|Keramik]]", link = "Territorial control during the Russo-Ukrainian War#Keramik" },
{ lat = "48.243", long = "37.611", mark = mk.rus, marksize = 6, label_size = 0, position = lp.t, label = "[[Ocheretyne]]", link = "Battle of Ocheretyne" },
{ lat = "48.220", long = "37.145", mark = mk.ukr, marksize = 5, label_size = 0, position = lp.l, label = "[[Shevchenko, Donetsk Oblast|Shevchenko]]", link = "Territorial control during the Russo-Ukrainian War#Shevchenko" },
--Volnovakha Raion
{ lat = "47.462", long = "37.651", mark = mk.rus, marksize = 6, label_size = 50, position = lp.t, label = "[[Andriivka, Myrne settlement hromada, Volnovakha Raion, Donetsk Oblast|Andriivka]]", link = "Andriivka, Myrne settlement hromada, Volnovakha Raion, Donetsk Oblast" },
{ lat = "47.700", long = "37.419", mark = mk.rus, marksize = 5, position = "none", label = "[[Blahodatne, Olhynka settlement hromada, Volnovakha Raion, Donetsk Oblast|Blahodatne]]", link = "Blahodatne, Olhynka settlement hromada, Volnovakha Raion, Donetsk Oblast" },
{ lat = "47.516", long = "37.535", mark = mk.rus, marksize = 6, position = "none", label = "[[Donske, Donetsk Oblast|Donske]]", link = "Donske, Donetsk Oblast" },
{ lat = "47.671", long = "37.411", mark = mk.rus, marksize = 4--[[380]], position = "none", label = "[[Hrafske, Donetsk Oblast|Hrafske]]", link = "Hrafske, Donetsk Oblast" },
{ lat = "47.432", long = "37.730", mark = mk.rus, marksize = 5, position = "none", label = "[[Myrne, Myrne settlement hromada, Volnovakha Raion, Donetsk Oblast|Myrne]]", link = "Myrne, Myrne settlement hromada, Volnovakha Raion, Donetsk Oblast" },
{ lat = "47.717", long = "37.576", mark = mk.rus, marksize = 8, label_size = 60, position = lp.b, label = "[[Novotroitske, Volnovakha Raion, Donetsk Oblast|Novo­troitske]]", label_width = 4, link = "Territorial control during the Russo-Ukrainian War#Novotroitske, Volnovakha Raion" },
{ lat = "47.7", long = "37.5", mark = mk.rus, marksize = 6, position = "none", label = "[[Olhynka]]", link = "Olhynka" },
{ lat = "47.836", long = "36.845", mark = mk.ukr, marksize = 8, label_size = 60, position = lp.t, label = "[[Velyka Novosilka]]", link = "Velyka Novosilka" },
{ lat = "47.736", long = "37.378", mark = mk.rus, marksize = 8, position = "none", label = "[[Volodymyrivka, Volnovakha Raion, Donetsk Oblast|Volody­myrivka]]", link = "Territorial control during the Russo-Ukrainian War#Volodymyrivka" },
-- Rural-type settlements
{ lat = "48.410", long = "37.910", mark = mk.rus, marksize = 5, label_size = 50, position = lp.r, label = "[[Druzhba, Donetsk Oblast|Druzhba]]", label_width = 4, link = "Territorial control during the Russo-Ukrainian War#Druzhba" },
{ lat = "48.611", long = "37.862", mark = mk.con, marksize = 4, label_size = 50--[[542]], position = lp.l, label = "[[Kalynivka, Bakhmut Raion, Donetsk Oblast|Kalynivka]]", label_top = -0.8, link = "Territorial control during the Russo-Ukrainian War#Kalynivka, Bakhmut Raion" },
{ lat = "47.709", long = "36.944", mark = mk.rus, marksize = 5, label = "[[Kermenchyk]]", link = "Kermenchyk", label_size = 0, position = "bottom" },
{ lat = "48.6", long = "37.945", mark = mk.rus, marksize = 5, label = "[[Khromove]]", link = "Territorial control during the Russo-Ukrainian War#Khromove", label_size = 0, label_width = 4.9, position = "bottom" },
{ lat = "48.148", long = "37.682", mark = mk.rus, marksize = 4, label = "[[Lastochkyne|Lasto­chkyne]]", link = "Territorial control during the Russo-Ukrainian War#Lastochkyne", label_size = 0--[[617]], label_width = 4, position = "top" },
{ lat = "48.274", long = "37.515", mark = mk.rus, marksize = 4--[[17]], position = "none", label = "Lozuvatske", link = "uk:Лозуватське (селище)" },
{ lat = "48.061", long = "37.576", mark = mk.rus, marksize = 4--[[283]], label_size = 50, position = lp.l, label = "[[Nevelske]]", link = "Territorial control during the Russo-Ukrainian War#Nevelske" },
{ lat = "49.163", long = "37.831", mark = mk.ukr, marksize = 4, label = "[[Nove, Donetsk Oblast|Nove]]", link = "Nove, Donetsk Oblast", label_size = 0--[[880]], label_width = 3, position = "left" },
{ lat = "47.754", long = "36.961", mark = mk.rus, marksize = 4, label = "[[Novodonetske, Volnovakha Raion, Donetsk Oblast|Novodonetske]]", link = "Novodonetske, Volnovakha Raion, Donetsk Oblast", label_size = 0--[[327]], label_width = 7, position = "top" },
{ lat = "48.432", long = "38.175", mark = mk.rus, marksize = 6, label = "[[Novoluhanske]]", link = "Novoluhanske", label_size = 0, position = "left" },
{ lat = "48.554", long = "38.017", mark = mk.rus, marksize = 5, position = "none", label = "[[Opytne, Bakhmut Raion, Donetsk Oblast|Opytne]]", link = "Opytne, Bakhmut Raion, Donetsk Oblast" },
{ lat = "48.451", long = "37.955", mark = mk.rus, marksize = 4--[[413]], position = "none", label = "[[Ozarianivka]]", link = "Ozarianivka" },
{ lat = "48.062", long = "37.675", mark = mk.rus, marksize = 6, label = "[[Pisky, Donetsk Oblast|Pisky]]", link = "Battle of Pisky", label_size = 50, label_width = 3, position = "bottom" },
{ lat = "48.381", long = "37.934", mark = mk.rus, marksize = 4--[[95]], label_size = 0, position = lp.r, label = "[[Shumy]]", link = "Territorial control during the Russo-Ukrainian War#Shumy" },
{ lat = "48.301", long = "37.928", mark = mk.rus, marksize = 4--[[477]], position = "none", label = "[[Shyroka Balka]]", link = "Shyroka Balka" },
{ lat = "48.129", long = "37.665", mark = mk.rus, marksize = 4, label = "[[Sieverne, Pokrovsk Raion, Donetsk Oblast|Sieverne]]", link = "Territorial control during the Russo-Ukrainian War#Sieverne", label_size = 0--[[40]], position = "left" },
{ lat = "49.072", long = "37.548", mark = mk.ukr, marksize = 4, label = "[[Sosnove, Donetsk Oblast|Sosnove]]", link = "Sosnove, Donetsk Oblast", label_size = 0--[[174]], position = "right" },
{ lat = "48.808", long = "38.246", mark = mk.rus, marksize = 4, position = "none", label = "[[Spirne, Donetsk Oblast|Spirne]]", link = "Territorial control during the Russo-Ukrainian War#Spirne" },
{ lat = "48.195", long = "37.678", mark = mk.rus, marksize = 4, label = "[[Stepove, Donetsk Oblast|Stepove]]", link = "Territorial control during the Russo-Ukrainian War#Stepove", label_size = 0--[[62]] },
{ lat = "47.749", long = "36.819", mark = mk.rus, marksize = 5, label_size = 50, position = lp.b, label = "[[Urozhaine, Donetsk Oblast|Urozhaine]]", link = "Territorial control during the Russo-Ukrainian War#Urozhaine" },
{ lat = "48.805", long = "38.152", mark = mk.ukr, marksize = 4--[[21]], position = "none", label = "[[Vyimka]]", link = "Vyimka" },
-- Villages
{ lat = "48.501", long = "37.964", mark = mk.rus, marksize = 4--[[74]], label_size = 50, position = lp.l, label = "[[Andriivka, Bakhmut Raion, Donetsk Oblast|Andriivka]]", link = "Territorial control during the Russo-Ukrainian War#Andriivka" },
{ lat = "48.267", long = "37.644", mark = mk.rus, marksize = 4, label_size = 0--[[285]], position = lp.t, label = "[[Arkhanhelske, Donetsk Oblast|Arkhanhelske]]", label_width = 6.4, link = "Territorial control during the Russo-Ukrainian War#Arkhanhelske" },
{ lat = "48.316", long = "37.536", mark = mk.ukr, marksize = 4--[[58]], position = "none", label = "Baranivka", link = "uk:Баранівка (Покровський район)" },
{ lat = "48.195", long = "37.645", mark = mk.rus, marksize = 4, label = "[[Berdychi]]", link = "Territorial control during the Russo-Ukrainian War#Berdychi", label_size = 0--[[267]], position = "top" },
{ lat = "48.764", long = "38.246", mark = mk.rus, marksize = 5, label = "[[Berestove, Bakhmut Raion, Donetsk Oblast|Berestove]]", link = "Territorial control during the Russo-Ukrainian War#Berestove", label_size = 0, position = "left" },
{ lat = "48.482", long = "37.869", mark = mk.ukr, marksize = 4--[[78]], position = "none", label = "Bila Hora", link = "uk:Біла Гора (Краматорський район)" },
{ lat = "48.733", long = "38.216", mark = mk.rus, marksize = 4--[[134]], position = "none", label = "[[Bilohorivka, Donetsk Oblast|Bilohorivka]]", link = "Bilohorivka, Donetsk Oblast" },
{ lat = "48.688", long = "38.010", mark = mk.rus, marksize = 4, label = "[[Blahodatne, Bakhmut Raion|Blahodatne]]", link = "Blahodatne, Bakhmut Raion", label_size = 0--[[137]], position = "left" },
{ lat = "48.617", long = "37.895", mark = mk.rus, marksize = 4, label = "[[Bohdanivka, Bakhmut Raion, Donetsk Oblast|Bohdanivka]]", link = "Territorial control during the Russo-Ukrainian War#Bohdanivka", label_size = 0--[[77]], position = "top" },
{ lat = "47.864", long = "37.215", mark = mk.rus, marksize = 5--[[1,490]], label_size = 50, position = lp.l, label = "[[Bohoiavlenka]]", label_width = 8, link = "Territorial control during the Russo-Ukrainian War#Bohoiavlenka" },
{ lat = "49.016", long = "37.508", mark = mk.ukr, marksize = 4, label = "[[Bohorodychne]]", link = "Territorial control during the Russo-Ukrainian War#Bohorodychne", label_size = 0--[[794]], label_width = 7, position = "bottom" },
{ lat = "48.743", long = "37.930", mark = mk.ukr, marksize = 4--[[43]], position = "none", label = "[[Bondarne, Bakhmut Raion|Bondarne]]", link = "Bondarne, Bakhmut Raion" },
{ lat = "47.947", long = "37.271", mark = mk.rus, marksize = 4--[[403]], label_size = 50, position = lp.l, label = "Dalne", link = "Territorial control during the Russo-Ukrainian War#Dalne" },
{ lat = "48.920", long = "37.850", mark = mk.ukr, marksize = 4, label = "Dibrova", link = "uk:Діброва (Краматорський район)", label_size = 0--[[253]], position = "top" },
{ lat = "48.651", long = "37.925", mark = mk.rus, marksize = 4--[[13]], position = "none", label = "[[Dubovo-Vasylivka]]", link = "Dubovo-Vasylivka" },
{ lat = "48.463", long = "37.882", mark = mk.ukr, marksize = 4--[[402]], position = "none", label = "Dyliivka", link = "uk:Диліївка (село)" },
{ lat = "47.156", long = "37.861", mark = mk.rus, marksize = 4, label = "[[Dzerzhynske]]", link = "Dzerzhynske", label_size = 0--[[209]], position = "right" },
-- { lat = "48.769", long = "38.050", mark = mk.ukr, marksize = 4--[[410]], position = "none", label = "[[Fedorivka, Bakhmut Raion, Donetsk Oblast|Fedorivka]]", link = "Fedorivka, Bakhmut Raion, Donetsk Oblast" },
{ lat = "48.101", long = "37.446", mark = mk.rus, marksize = 5--[[1,111]], label_size = 0, position = lp.b, label = "[[Halytsynivka]]", link = "Territorial control during the Russo-Ukrainian War#Halytsynivka" },
{ lat = "47.962", long = "37.445", mark = mk.rus, marksize = 5, label_size = 50, position = lp.r, label = "[[Heorhiivka, Pokrovsk Raion, Donetsk Oblast|Heorhiivka]]", label_top = -0.6, link = "Territorial control during the Russo-Ukrainian War#Heorhiivka" },
{ lat = "47.992", long = "37.402", mark = mk.rus, marksize = 4, label_size = 0, position = lp.t, label = "[[Hostre]]", link = "Territorial control during the Russo-Ukrainian War#Hostre" },
{ lat = "47.459", long = "37.867", mark = mk.rus, marksize = 6, label = "[[Hranitne, Volnovakha Raion|Hranitne]]", link = "Hranitne, Volnovakha Raion", label_size = 50, position = "top" },
{ lat = "48.257", long = "37.376", mark = mk.rus, marksize = 6--[[2,299]], label_size = 50, position = lp.t, label = "[[Hrodivka]]", link = "Territorial control during the Russo-Ukrainian War#Hrodivka" },
{ lat = "48.639", long = "37.853", mark = mk.ukr, marksize = 4--[[73]], position = "none", label = "[[Hryhorivka, Chasiv Yar urban hromada, Bakhmut Raion, Donetsk Oblast|Hryhorivka]]", link = "Hryhorivka, Chasiv Yar urban hromada, Bakhmut Raion, Donetsk Oblast" },
{ lat = "48.011", long = "37.303", mark = mk.rus, marksize = 4--[[440]], label_size = 50, position = lp.l, label = "[[Illinka, Kurakhove urban hromada, Pokrovsk Raion, Donetsk Oblast|Illinka]]", link = "Territorial control during the Russo-Ukrainian War#Illinka" },
{ lat = "48.256", long = "37.447", mark = mk.rus, marksize = 4, position = "none", label = "[[Ivanivka, Donetsk Oblast|Ivanivka]]", link = "Territorial control during the Russo-Ukrainian War#Ivanivka, Donetsk Oblast" },
{ lat = "48.572", long = "37.917", mark = mk.rus, marksize = 5, position = "none", label = "[[Ivanivske, Donetsk Oblast|Ivanivske]]", link = "Territorial control during the Russo-Ukrainian War#Ivanivske" },
{ lat = "48.815", long = "38.201", mark = mk.rus, marksize = 4, position = "none", label = "Ivano-Daryivka", link = "Territorial control during the Russo-Ukrainian War#Ivano-Daryivka"},
{ lat = "48.299", long = "37.655", mark = mk.ukr, marksize = 4--[[627]], position = "none", label = "Kalynove", link = "uk:Калинове (Краматорський район)" },
{ lat = "48.141", long = "37.441", mark = mk.rus, marksize = 4--[[219]], position = "none", label = "Kalynove", link = "uk:Калинове (Покровський район)" },
{ lat = "48.110", long = "37.490", mark = mk.rus, marksize = 4--[[414]], label_size = 0, position = lp.t, label = "[[Karlivka, Donetsk Oblast|Karlivka]]", link = "Territorial control during the Russo-Ukrainian War#Karlivka" },
{ lat = "49.175", long = "37.726", mark = mk.ukr, marksize = 4, label = "[[Karpivka, Lyman urban hromada, Kramatorsk Raion, Donetsk Oblast|Karpivka]]", link = "Karpivka, Lyman urban hromada, Kramatorsk Raion, Donetsk Oblast", label_size = 0--[[396]], position = "top" },
{ lat = "49.182", long = "37.865", mark = mk.ukr, marksize = 4, label = "[[Katerynivka, Lyman urban hromada, Kramatorsk Raion, Donetsk Oblast|Katerynivka]]", link = "Katerynivka, Lyman urban hromada, Kramatorsk Raion, Donetsk Oblast", label_size = 0--[[77]], position = "top" },
{ lat = "47.875", long = "37.342", mark = mk.rus, marksize = 4--[[778]], label_size = 50, position = lp.l, label = "[[Katerynivka, Donetsk Oblast|Katerynivka]]", label_top = -1.25, link = "Territorial control during the Russo-Ukrainian War#Katerynivka, Pokrovsk" },
{ lat = "48.746", long = "37.942", mark = mk.ukr, marksize = 4--[[34]], position = "none", label = "[[Khromivka]]", link = "Khromivka" },
{ lat = "48.530", long = "37.960", mark = mk.rus, marksize = 4, label_size = 0--[[512]], position = lp.l, label = "[[Klishchiivka]]", link = "Territorial control during the Russo-Ukrainian War#Klishchiivka" },
{ lat = "48.474", long = "38.091", mark = mk.rus, marksize = 4, label = "[[Kodema]]", link = "Kodema", label_size = 0--[[590]] },
{ lat = "49.087", long = "37.887", mark = mk.ukr, marksize = 4, label = "[[Kolodiazi]]", link = "Kolodiazi", label_size = 0--[[340]], position = "bottom" },
{ lat = "48.180", long = "37.469", mark = mk.rus, marksize = 4--[[365]], position = "none", label = "Komyshivka", link = "uk:Комишівка (селище)" },
{ lat = "49.155", long = "37.627", mark = mk.ukr, marksize = 4, label = "[[Korovii Yar]]", link = "Korovii Yar", label_size = 0--[[696]] },
{ lat = "47.869", long = "37.406", mark = mk.rus, marksize = 5, label_size = 50, position = lp.r, label = "[[Kostiantynivka, Pokrovsk Raion, Donetsk Oblast|Kostiantynivka]]", label_top = -1.5, link = "Territorial control during the Russo-Ukrainian War#Kostiantynivka, Pokrovsk Raion" },
{ lat = "48.207", long = "37.726", mark = mk.rus, marksize = 4, label = "[[Krasnohorivka, Ocheretyne hromada, Donetsk Oblast|Krasnohorivka]]", link = "Krasnohorivka, Ocheretyne hromada, Donetsk Oblast", label_size = 0--[[526]], label_width = 7, position = "right" },
{ lat = "48.232", long = "37.338", mark = mk.rus, marksize = 4--[[107]], position = "none", label = "Krutyi Yar", link = "Territorial control during the Russo-Ukrainian War#Krutyi Yar" },
{ lat = "49.139", long = "37.564", mark = mk.ukr, marksize = 4, label = "Krymky", link = "uk:Кримки (Краматорський район)", label_size = 0--[[70]], position = "bottom" },
{ lat = "48.371", long = "37.801", mark = mk.con, marksize = 4, label = "[[Leonidivka, Donetsk Oblast|Leonidivka]]", link = "Leonidivka, Donetsk Oblast", label_size = 50--[[115]], position = lp.l, label_top = -0.75 },
{ lat = "48.098", long = "37.381", mark = mk.rus, marksize = 4, position = "none", label = "Lisivka", link = "uk:Лісівка (Покровський район)" },
{ lat = "49.209", long = "37.597", mark = mk.ukr, marksize = 4, label = "Lozove", link = "uk:Лозове (Краматорський район)", label_size = 50--[[736]], position = "bottom" },
{ lat = "48.218", long = "37.265", mark = mk.con, marksize = 4--[[799]], position = "none", label = "Lysivka", link = "Territorial control during the Russo-Ukrainian War#Lysivka" },
{ lat = "47.974", long = "37.388", mark = mk.rus, marksize = 6, label_size = 50, position = lp.b, label = "[[Maksymilianivka]]", link = "Territorial control during the Russo-Ukrainian War#Maksymilianivka" },
{ lat = "47.896", long = "37.101", mark = mk.rus, marksize = 4--[[793]], position = "none", label = "Maksymivka", link = "Territorial control during the Russo-Ukrainian War#Maksymivka" },
{ lat = "48.185", long = "37.494", mark = mk.rus, marksize = 4--[[36]], position = "none", label = "Mezhove", link = "uk:Межове (Покровський район)" },
{ lat = "48.552", long = "38.205", mark = mk.rus, marksize = 4, label = "[[Midna Ruda]]", link = "Midna Ruda", label_size = 0--[[9]], position = "top" },
{ lat = "48.700", long = "37.852", mark = mk.ukr, marksize = 4, label = "[[Minkivka]]", link = "Minkivka", label_size = 0--[[800]], position = "top" },
{ lat = "48.124", long = "37.399", mark = mk.rus, marksize = 4, label_size = 0, position = lp.t, label = "[[Memryk]]", link = "Memryk" },
{ lat = "48.142", long = "37.353", mark = mk.rus, marksize = 5, position = lp.r, label_size = 0, label = "[[Mykhailivka, Novohrodivka urban hromada, Pokrovsk Raion, Donetsk Oblast|Mykhailivka]]", label_top = -1.2, link = "Territorial control during the Russo-Ukrainian War#Mykhailivka, Pokrovsk Raion" },
{ lat = "47.753", long = "37.304", mark = mk.rus, marksize = 5, position = "none", label = "[[Mykilske, Volnovakha Raion, Donetsk Oblast|Mykilske]]", link = "Mykilske, Volnovakha Raion, Donetsk Oblast" },
{ lat = "48.252", long = "37.328", mark = mk.rus, marksize = 4, position = lp.l, label_size = 50, label = "[[Mykolaivka, Hrodivka settlement hromada, Pokrovsk Raion, Donetsk Oblast|Mykolaivka]]", link = "Territorial control during the Russo-Ukrainian War#Mykolaivka, Hrodivka hromada" },
{ lat = "48.187", long = "37.386", mark = mk.rus, marksize = 4, position = "none", label = "Mykolaivka", link = "Territorial control during the Russo-Ukrainian War#Mykolaivka" },
{ lat = "48.744", long = "38.054", mark = mk.rus, marksize = 4, label = "[[Mykolaivka, Soledar urban hromada, Bakhmut Raion, Donetsk Oblast|Mykolaivka]]", link = "Mykolaivka, Soledar urban hromada, Bakhmut Raion, Donetsk Oblast", label_size = 0--[[43]], position = "bottom" },
{ lat = "48.486", long = "38.033", mark = mk.rus, marksize = 4--[[13]], position = "none", label = "[[Mykolaivka, Svitlodarsk urban hromada, Bakhmut Raion, Donetsk Oblast|Mykolaivka]]", link = "Mykolaivka, Svitlodarsk urban hromada, Bakhmut Raion, Donetsk Oblast" },
{ lat = "48.471", long = "38.013", mark = mk.rus, marksize = 4--[[6]], position = "none", label = "[[Mykolaivka Druha, Donetsk Oblast|Mykolaivka Druha]]", link = "Mykolaivka Druha, Donetsk Oblast" },
{ lat = "48.103", long = "37.549", mark = mk.rus, marksize = 5, label_size = 0, label_width = 4.5, position = lp.t, label = "[[Netailove]]", link = "Territorial control during the Russo-Ukrainian War#Netailove" },
{ lat = "48.249", long = "37.782", mark = mk.rus, marksize = 4--[[857]], position = "none", label = "[[Novobakhmutivka, Novobakhmut village council|Novobakhmutivka]]", link = "Novobakhmutivka, Novobakhmut village council" },
{ lat = "48.227", long = "37.619", mark = mk.rus, marksize = 4, label = "[[Novobakhmutivka, Solovyiv village council|Novobakhmutivka]]", link = "Territorial control during the Russo-Ukrainian War#Novobakhmutivka", label_size = 0--[[191]], position = "right" },
{ lat = "48.248", long = "37.698", mark = mk.rus, marksize = 4, label = "[[Novokalynove]]", link = "Territorial control during the Russo-Ukrainian War#Novokalynove", label_size = 0--[[521]], position = "right" },
{ lat = "47.735", long = "37.037", mark = mk.rus, marksize = 4, label = "[[Novomaiorske]]", link = "Novomaiorske", label_size = 0--[[551]], label_width = 7, position = "bottom" },
{ lat = "47.853", long = "37.483", mark = mk.rus, marksize = 5, label_size = 50, position = lp.b, label = "[[Novomykhailivka, Pokrovsk Raion, Donetsk Oblast|Novomykhailivka]]", label_width = 8, link = "Territorial control during the Russo-Ukrainian War#Novomykhailivka, Marinka Raion" },
{ lat = "48.282", long = "37.556", mark = mk.rus, marksize = 4, label_size = 0--[[693]], position = lp.l, label = "[[Novooleksandrivka, Hrodivka settlement hromada|Novoolek­sandrivka]]", link = "Territorial control during the Russo-Ukrainian War#Novooleksandrivka" },
{ lat = "48.204", long = "37.570", mark = mk.rus, marksize = 4, label_size = 0--[[64]], position = lp.t, label = "[[Novopokrovske, Pokrovsk Raion, Donetsk Oblast|Novopokrovske]]", label_width = 8, link = "Territorial control during the Russo-Ukrainian War#Novopokrovske" },
{ lat = "49.127", long = "37.971", mark = mk.rus, marksize = 4, label_size = 0--[[32]], position = lp.l, label = "Novosadove", link = "Territorial control during the Russo-Ukrainian War#Novosadove" },
{ lat = "48.273", long = "37.844", mark = mk.rus, marksize = 4--[[541]], position = "none", label = "[[Novoselivka, Ocheretyne settlement hromada, Pokrovsk Raion, Donetsk Oblast|Novoselivka]]", link = "Novoselivka, Ocheretyne settlement hromada, Pokrovsk Raion, Donetsk Oblast" },
{ lat = "48.196", long = "37.532", mark = mk.rus, marksize = 4--[[942]], position = "none", label = "[[Novoselivka Persha]]", link = "Territorial control during the Russo-Ukrainian War#Novoselivka Persha" },
{ lat = "47.839", long = "36.685", mark = mk.ukr, marksize = 4, label = "[[Novosilka, Volnovakha Raion|Novosilka]]", link = "Novosilka, Volnovakha Raion", label_size = 0--[[104]], position = "right" },
{ lat = "47.838", long = "37.108", mark = mk.rus, marksize = 5--[[1,523]], label_size = 50, position = lp.l, label = "[[Novoukrainka, Vuhledar urban hromada, Volnovakha Raion, Donetsk Oblast|Novoukrainka]]", link = "Territorial control during the Russo-Ukrainian War#Novoukrainka" },
--{ lat = "48.182", long = "37.438", mark = mk.rus, marksize = 4--[[274]], position = "none", label = "Novozhelanne", link = "uk:Новожеланне" },
{ lat = "48.503", long = "38.020", mark = mk.rus, marksize = 4--[[120]], position = "none", label = "[[Odradivka]]", link = "Odradivka" },
{ lat = "49.115", long = "37.590", mark = mk.ukr, marksize = 4, label = "[[Oleksandrivka, Lyman urban hromada, Kramatorsk Raion, Donetsk Oblast|Oleksandrivka]]", link = "Oleksandrivka, Lyman urban hromada, Kramatorsk Raion, Donetsk Oblast", label_size = 0--[[499]], label_width = 7, position = "bottom" },
{ lat = "48.284", long = "37.772", mark = mk.ukr, marksize = 4--[[305]], position = "none", label = "Oleksandropil", link = "uk:Олександропіль (Очеретинська селищна громада)" },
--{ lat = "48.680", long = "37.877", mark = "Map-arcSE-red.svg", marksize = 8 },
{ lat = "48.680", long = "37.877", mark = mk.ukr, marksize = 4, label = "[[Orikhovo-Vasylivka]]", link = "Territorial control during the Russo-Ukrainian War#Orikhovo-Vasylivka", label_size = 0--[[227]], position = "bottom" },
{ lat = "48.212", long = "37.378", mark = mk.rus, marksize = 4--[[297]], position = "none", label = "Orlivka", link = "uk:Орлівка (Новогродівська міська громада)" },
{ lat = "48.163", long = "37.637", mark = mk.rus, marksize = 4, label = "[[Orlivka, Ocheretyne settlement hromada, Pokrovsk Raion, Donetsk Oblast|Orlivka]]", link = "Territorial control during the Russo-Ukrainian War#Orlivka", label_size = 0--[[874]], position = "left" },
{ lat = "48.000", long = "37.343", mark = mk.rus, marksize = 4--[[323]], position = "none", label = "[[Ostrivske]]", link = "Territorial control during the Russo-Ukrainian War#Ostrivske" },
{ lat = "48.899", long = "37.916", mark = mk.ukr, marksize = 4, label = "[[Ozerne, Kramatorsk Raion, Donetsk Oblast|Ozerne]]", link = "Ozerne, Kramatorsk Raion, Donetsk Oblast", label_size = 0--[[263]], position = "bottom" },
{ lat = "47.868", long = "37.447", mark = mk.rus, marksize = 4--[[52]], position = "none", label = "[[Paraskoviivka, Pokrovsk Raion, Donetsk Oblast|Paraskoviivka]]", label_width = 7, link = "Territorial control during the Russo-Ukrainian War#Paraskoviivka, Pokrovsk Raion" },
{ lat = "47.754", long = "37.218", mark = mk.rus, marksize = 6, label = "[[Pavlivka, Volnovakha Raion, Donetsk Oblast|Pavlivka]]", link = "Territorial control during the Russo-Ukrainian War#Pavlivka, Volnovakha Raion", label_size = 50, position = "bottom" },
{ lat = "48.097", long = "37.594", mark = mk.rus, marksize = 6, label = "[[Pervomaiske, Pokrovsk Raion, Donetsk Oblast|Pervomaiske]]", link = "Territorial control during the Russo-Ukrainian War#Pervomaiske, Pokrovsk Raion", label_size = 0, label_width = 7, position = "bottom" },
{ lat = "47.915", long = "37.461", mark = mk.rus, marksize = 4--[[144]], position = "none", label = "[[Pobieda, Pokrovsk Raion, Donetsk Oblast|Pobieda]]", link = "Pobieda, Pokrovsk Raion, Donetsk Oblast" },
{ lat = "48.635", long = "38.131", mark = mk.rus, marksize = 5, label = "[[Pokrovske, Bakhmut Raion, Donetsk Oblast|Pokrovske]]", link = "Territorial control during the Russo-Ukrainian War#Pokrovske", label_size = 0 },
{ lat = "47.780", long = "37.070", mark = mk.rus, marksize = 4, label = "[[Prechystivka]]", link = "Territorial control during the Russo-Ukrainian War#Prechystivka", label_size = 50--[[898]], position = lp.b },
{ lat = "48.519", long = "37.801", mark = mk.ukr, marksize = 4--[[377]], position = "none", label = "Predtechyne", link = "uk:Предтечине" },
{ lat = "48.244", long = "37.494", mark = mk.rus, marksize = 4, position = "none", label = "Prohres", link = "Territorial control during the Russo-Ukrainian War#Prohres" },
{ lat = "48.724", long = "37.869", mark = mk.ukr, marksize = 4--[[136]], position = "none", label = "[[Pryvillia, Bakhmut Raion, Donetsk Oblast|Pryvillia]]", link = "Pryvillia, Bakhmut Raion, Donetsk Oblast" },
{ lat = "48.166", long = "37.451", mark = mk.rus, marksize = 4--[[274]], position = "none", label = "Ptyche", link = "uk:Птиче (селище)" },
{ lat = "47.786", long = "36.699", mark = mk.rus, marksize = 4, label_size = 50--[[98]], position = lp.t, label = "[[Rivnopil, Velyka Novosilka settlement hromada, Volnovakha Raion, Donetsk Oblast|Rivnopil]]", label_top = -0.65, link = "Territorial control during the Russo-Ukrainian War#Rivnopil" },
{ lat = "48.754", long = "38.081", mark = mk.rus, marksize = 4--[[740]], position = "none", label = "[[Rozdolivka]]", link = "Territorial control during the Russo-Ukrainian War#Rozdolivka" },
{ lat = "47.904", long = "36.914", mark = mk.con, marksize = 5--[[1,120]], position = lp.t, label_size = 50, label = "[[Rozdolne, Volnovakha Raion, Donetsk Oblast|Rozdolne]]", link = "Territorial control during the Russo-Ukrainian War#Rozdolne" },
{ lat = "48.746", long = "38.032", mark = mk.rus, marksize = 4--[[3]], position = "none", label = "[[Sakko i Vantsetti]]", link = "Territorial control during the Russo-Ukrainian War#Sakko i Vantsetti" },
{ lat = "48.183", long = "37.631", mark = mk.rus, marksize = 4, label = "[[Semenivka, Donetsk Oblast|Semenivka]]", link = "Territorial control during the Russo-Ukrainian War#Semenivka", label_size = 0--[[182]], position = "left" },
{ lat = "48.918", long = "38.134", mark = mk.ukr, marksize = 4, label = "[[Serebrianka, Donetsk Oblast|Serebrianka]]", link = "Territorial control during the Russo-Ukrainian War#Serebryanka", label_size = 0--[[869]], position = "bottom" },
{ lat = "49.091", long = "37.720", mark = mk.ukr, marksize = 5, label = "[[Shandryholove]]", link = "Territorial control during the Russo-Ukrainian War#Shandryholove", label_size = 0, label_width = 7, position = "top" },
{ lat = "48.962", long = "37.716", mark = mk.ukr, marksize = 4, label = "[[Shchurove]]", link = "Shchurove", label_size = 0--[[264]], label_width = 5.5, position = "top" },
{ lat = "47.098", long = "37.810", mark = mk.rus, marksize = 5, label = "[[Shyrokyne]]", link = "Shyrokyne", label_size = 50, position = "top" },
{ lat = "48.161", long = "37.493", mark = mk.rus, marksize = 4--[[14]], position = "none", label = "Skuchne", link = "uk:Скучне" },
{ lat = "48.232", long = "37.553", mark = mk.rus, marksize = 4, position = "none", label = "Sokil", link = "Territorial control during the Russo-Ukrainian War#Sokil" },
{ lat = "47.788", long = "37.490", mark = mk.rus, marksize = 4, label = "[[Solodke, Donetsk Oblast|Solodke]]", link = "Solodke, Donetsk Oblast", label_size = 0--[[525]] },
{ lat = "48.225", long = "37.598", mark = mk.rus, marksize = 4, label = "[[Soloviove, Donetsk Oblast|Soloviove]]", link = "Territorial control during the Russo-Ukrainian War#Soloviove", label_size = 0--[[223]] },
{ lat = "48.049", long = "37.191", mark = mk.con, marksize = 4--[[795]], label_size = 50, position = lp.l, label = "[[Sontsivka]]", link = "Territorial control during the Russo-Ukrainian War#Sontsivka" },
{ lat = "47.750", long = "36.793", mark = mk.rus, marksize = 4, label_size = 50--[[839]], position = lp.t, label = "[[Staromaiorske|Staro­maiorske]]", label_width = 5, link = "Territorial control during the Russo-Ukrainian War#Staromaiorske" },
{ lat = "47.696", long = "36.833", mark = mk.rus, marksize = 6, label = "[[Staromlynivka]]", link = "Territorial control during the Russo-Ukrainian War#Staromlynivka", label_size = 50, label_width = 7, position = "bottom" },
{ lat = "48.920", long = "37.782", mark = mk.ukr, marksize = 4, label = "[[Staryi Karavan]]", link = "Staryi Karavan", label_size = 0--[[191]], label_width = 4, position = "top" },
{ lat = "48.536", long = "37.831", mark = mk.rEE, marksize = 5 },
{ lat = "48.538", long = "37.828", mark = mk.ukr, marksize = 4--[[89]], position = "none", label = "Stupochky", link = "uk:Ступочки" },
{ lat = "49.095", long = "37.964", mark = mk.con, marksize = 4, label_size = 50--[[764]], position = lp.b, label = "[[Terny, Kramatorsk Raion, Donetsk Oblast|Terny]]", label_width = 3, link = "Territorial control during the Russo-Ukrainian War#Terny, Kramatorsk Raion" },
{ lat = "48.140", long = "37.638", mark = mk.rus, marksize = 4, label = "[[Tonenke]]", link = "Territorial control during the Russo-Ukrainian War#Tonenke", label_size = 0--[[320]], position = "left" },
{ lat = "49.015", long = "37.964", mark = mk.ukr, marksize = 5, label = "[[Torske, Lyman urban hromada, Kramatorsk Raion, Donetsk Oblast|Torske]]", link = "Territorial control during the Russo-Ukrainian War#Torske, Kramatorsk Raion", label_size = 50, position = "bottom" },
{ lat = "48.154", long = "37.565", mark = mk.rus, marksize = 4, label_size = 0--[[176]], position = lp.l, label = "[[Umanske]]", link = "Territorial control during the Russo-Ukrainian War#Umanske" },
{ lat = "47.920", long = "37.225", mark = mk.ukr, marksize = 4, label_size = 50--[[507]], position = lp.l, label = "Uspenivka", link = "Territorial control during the Russo-Ukrainian War#Uspenivka" },
{ lat = "48.741", long = "37.992", mark = mk.ukr, marksize = 4, label = "[[Vasiukivka, Donetsk Oblast|Vasiukivka]]", link = "Vasiukivka, Donetsk Oblast", label_size = 0--[[601]], position = "top" },
{ lat = "48.860", long = "38.197", mark = mk.rus, marksize = 4--[[960]], position = "none", label = "[[Verkhniokamianske]]", link = "Verkhniokamianske" },
{ lat = "48.239", long = "37.437", mark = mk.rus, marksize = 4--[[129]], position = "none", label = "[[Vesele, Hrodivka settlement hromada, Pokrovsk Raion, Donetsk Oblast|Vesele]]", link = "Territorial control during the Russo-Ukrainian War#Vesele, Pokrovsk Raion" },
{ lat = "48.746", long = "38.152", mark = mk.rus, marksize = 4--[[102]], position = "none", label = "[[Vesele, Bakhmut Raion, Donetsk Oblast|Vesele]]", link = "Territorial control during the Russo-Ukrainian War#Vesele" },
{ lat = "47.822", long = "37.307", mark = mk.rus, marksize = 4--[[324]], position = "none", label = "Vodiane", link = "Territorial control during the Russo-Ukrainian War#Vodiane, Volnovakha Raion" },
{ lat = "48.304", long = "37.516", mark = mk.con, marksize = 4--[[381]], position = "none", label = "Vozdvyzhenka", link = "uk:Воздвиженка (Покровський район)" },
{ lat = "48.715", long = "38.145", mark = mk.rus, marksize = 5, position = "none", label = "[[Yakovlivka, Bakhmut Raion, Donetsk Oblast|Yakovlivka]]", link = "Yakovlivka, Bakhmut Raion, Donetsk Oblast" },
{ lat = "47.883", long = "37.033", mark = mk.rus, marksize = 4--[[434]], position = "none", label = "Yasna Poliana", link = "Territorial control during the Russo-Ukrainian War#Yasna Poliana" },
{ lat = "48.136", long = "37.546", mark = mk.rus, marksize = 4, label_size = 50--[[70]], position = "none", label = "Yasnobrodivka", link = "Territorial control during the Russo-Ukrainian War#Yasnobrodivka" },
{ lat = "48.233", long = "37.533", mark = mk.rus, marksize = 4, label_size = 50--[[106]], position = "none", label = "Yevhevivka", link = "Territorial control during the Russo-Ukrainian War#Yevhevivka" },
{ lat = "48.527", long = "38.067", mark = mk.rus, marksize = 5, label = "[[Zaitseve, Bakhmut urban hromada, Bakhmut Raion, Donetsk Oblast|Zaitseve]]", link = "Territorial control during the Russo-Ukrainian War#Zaitseve", label_size = 0 },
{ lat = "48.701", long = "37.946", mark = mk.rus, marksize = 4--[[2]], position = "none", label = "[[Zaliznianske]]", link = "Zaliznianske" },
{ lat = "48.176", long = "37.435", mark = mk.rus, marksize = 4--[[308]], position = "none", label = "Zavitne", link = "uk:Завітне (Покровський район)" },
{ lat = "49.133", long = "37.805", mark = mk.ukr, marksize = 4, label = "[[Zelena Dolyna, Donetsk Oblast|Zelena Dolyna]]", link = "Zelena Dolyna, Donetsk Oblast", label_size = 0--[[89]], label_width = 7, position = "left" },
{ lat = "48.330", long = "37.577", mark = mk.ukr, marksize = 4--[[29]], position = "none", label = "Zelene Pole", link = "uk:Зелене Поле (Краматорський район)" },
{ lat = "47.830", long = "36.621", mark = mk.ukr, marksize = 4--[[578]], label = "[[Zelene Pole, Volnovakha Raion|Zelene Pole]]", link = "Territorial control during the Russo-Ukrainian War#Zelene Pole, Volnovakha Raion", position = "none" },
{ lat = "48.208", long = "37.444", mark = mk.rus, marksize = 5, position = "none", label = "[[Zhelanne]]", link = "Territorial control during the Russo-Ukrainian War#Zhelanne" },
{ lat = "48.075", long = "37.423", mark = mk.rus, marksize = 4, position = "none", label = "Zhelanne Pershe", link = "Territorial control during the Russo-Ukrainian War#Zhelanne Pershe" },
{ lat = "48.229", long = "37.362", mark = mk.rus, marksize = 4--[[146]], position = "none", label = "Zhuravka", link = "uk:Журавка (Покровський район" },
{ lat = "47.793", long = "36.988", mark = mk.rus, marksize = 4, label_size = 0--[[346]], label = "Zolota Nyva", link = "uk:Золота Нива (Україна)" },
--Ivano-Frankivsk Oblast
{ lat = "49.258", long = "24.628", mark = mk.ukr, marksize = 10, label = "[[Burshtyn]]", link = "Territorial control during the Russo-Ukrainian War#Burshtyn", label_size = 0},
{ lat = "48.971", long = "24.011", mark = mk.ukr, marksize = 12, label = "[[Dolyna]]", link = "Territorial control during the Russo-Ukrainian War#Dolyna", label_size = 0},
{ lat = "48.922", long = "24.710", mark = mk.ukr, marksize = 20, label = "[[Ivano-Frankivsk]]", link = "Territorial control during the Russo-Ukrainian War#Ivano-Frankivsk", label_size = 110, position = "left" },
{ lat = "48.884", long = "24.686", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Ivano-Frankivsk International Airport]]", link = "Ivano-Frankivsk International Airport", label_size = 0},
{ lat = "49.044", long = "24.360", mark = mk.ukr, marksize = 14, label = "[[Kalush, Ukraine]]", link = "Territorial control during the Russo-Ukrainian War#Kalush", label_size = 0},
{ lat = "48.531", long = "25.040", mark = mk.ukr, marksize = 14, label = "[[Kolomyia]]", link = "Territorial control during the Russo-Ukrainian War#Kolomyia", label_size = 0},
{ lat = "48.529", long = "25.126", mark = "Fighter-jet-blue-icon.svg", marksize = 7, label = "[[Kolomyia (air base)]]", link = "Kolomyia (air base)", label_size = 0},
{ lat = "48.633", long = "24.583", mark = mk.ukr, marksize = 12, label = "[[Nadvirna]]", link = "Territorial control during the Russo-Ukrainian War#Nadvirna", label_size = 0},
--Kharkiv Oblast
-- Rural-type settlements
--{ lat = "50.260", long = "36.424", mark = mk.uSW, marksize = 9 },
{ lat = "50.260", long = "36.424", mark = mk.con, marksize = 5, label_size = 50, position = lp.l, label = "Hlyboke", link = "Territorial control during the Russo-Ukrainian War#Hlyboke" },
-- Villages
{ lat = "49.540", long = "37.896", mark = mk.rus, marksize = 4, label_size = 50--[[230]], position = lp.r, label = "Berestove", label_top = -0.8, link = "Territorial control during the Russo-Ukrainian War#Berestove, Kupiansk Raion" },
{ lat = "50.275", long = "36.562", mark = mk.rus, marksize = 4, label_size = 0--[[533]], position = lp.r, label = "[[Borysivka, Kharkiv Oblast|Borysivka]]", link = "Territorial control during the Russo-Ukrainian War#Borysivka" },
{ lat = "50.258", long = "36.820", mark = mk.rus, marksize = 4, label_size = 0--[[12]], position = lp.n, label = "Buhruvatka", link = "Territorial control during the Russo-Ukrainian War#Buhruvatka" },
{ lat = "50.304", long = "36.864", mark = mk.rus, marksize = 4, label_size = 0--[[509]], label = "[[Hatyshche, Kharkiv Oblast|Hatyshche]]", link = "Territorial control during the Russo-Ukrainian War#Hatyshche" },
{ lat = "49.664", long = "37.890", mark = mk.rus, marksize = 4, label_size = 0--[[135]], position = lp.t, label = "Ivanivka", link = "Territorial control during the Russo-Ukrainian War#Ivanivka" },
{ lat = "50.284", long = "36.458", mark = mk.rus, marksize = 4, label_size = 0--[[20]], label = "[[Krasne, Kharkiv Raion|Krasne]]", label_width = 4, link = "Territorial control during the Russo-Ukrainian War#Krasne" },
{ lat = "49.529", long = "37.717", mark = mk.rus, marksize = 5, label_size = 50--[[1,173]], position = lp.l, label = "[[Kruhliakivka]]", link = "Territorial control during the Russo-Ukrainian War#Kruhliakivka" },
{ lat = "50.245", long = "36.504", mark = mk.rus, marksize = 5, label_size = 50, position = lp.b, label = "[[Lukiantsi]]", label_width = 4.5, link = "Territorial control during the Russo-Ukrainian War#Lukiantsi" },
{ lat = "50.209", long = "36.421", mark = mk.ukr, marksize = 6, label_size = 50, position = lp.b, label = "[[Lyptsi]]", link = "Territorial control during the Russo-Ukrainian War#Lyptsi" },
{ lat = "50.274", long = "36.468", mark = mk.rus, marksize = 4, label_size = 0--[[44]], label = "[[Morokhovets]]", link = "Territorial control during the Russo-Ukrainian War#Morokhovets" },
{ lat = "50.296", long = "36.840", mark = mk.rus, marksize = 4, label_size = 0--[[234]], position = lp.b, label = "Ohirtseve", link = "Territorial control during the Russo-Ukrainian War#Ohirtseve" },
{ lat = "50.268", long = "36.484", mark = mk.rus, marksize = 4, label_size = 0--[[8]], label = "[[Oliinykove]]", link = "Territorial control during the Russo-Ukrainian War#Oliinykove" },
{ lat = "49.568", long = "37.833", mark = mk.rus, marksize = 4, label_size = 50--[[528]], position = lp.t, label = "[[Pishchane]]", link = "Territorial control during the Russo-Ukrainian War#Pishchane" },
{ lat = "50.334", long = "36.930", mark = mk.rus, marksize = 4, label_size = 0--[[124]], position = lp.t, label = "Pletenivka", link = "Territorial control during the Russo-Ukrainian War#Pletenivka" },
{ lat = "50.252", long = "36.851", mark = mk.rNW, marksize = 8 },
{ lat = "50.252", long = "36.851", mark = mk.ukr, marksize = 4, label_size = 50--[[12]], position = lp.r, label = "Prylipka", link = "Territorial control during the Russo-Ukrainian War#Prylipka" },
{ lat = "50.286", long = "36.518", mark = mk.rus, marksize = 4, label_size = 0--[[220]], position = lp.t, label = "[[Pylna]]", link = "Territorial control during the Russo-Ukrainian War#Pylna" },
{ lat = "50.244", long = "36.786", mark = mk.con, marksize = 4, label_size = 50--[[486]], position = lp.b, label = "[[Starytsia]]", link = "Territorial control during the Russo-Ukrainian War#Starytsia" },
{ lat = "50.303", long = "36.401", mark = mk.rus, marksize = 6, label_size = 0, position = lp.t, label = "[[Strilecha]]", link = "Territorial control during the Russo-Ukrainian War#Strilecha" },
{ lat = "50.308", long = "37.014", mark = mk.ukr, marksize = 4, label_size = 0--[[163]], position = lp.r, label = "[[Tykhe, Chuhuiv Raion, Kharkiv Oblast|Tykhe]]", link = "Territorial control during the Russo-Ukrainian War#Tykhe" },
--{ lat = "50.223", long = "36.583", mark = mk.ukr, marksize = 4, label_size = 0--[[73]], position = lp.t, label = "Zelene", label_width = 4, link = "Territorial control during the Russo-Ukrainian War#Zelene" },
-- PENDING
{ lat = "49.539", long = "36.624", mark = mk.ukr, marksize = 8, label = "[[Andriivka, Kharkiv Oblast|Andriivka]]", link = "Andriivka, Kharkiv Oblast", label_size = 0, position = "right" },
{ lat = "49.899", long = "36.193", mark = mk.ukr, marksize = 8, label = "[[Babai, Ukraine|Babai]]", link = "Babai, Ukraine", label_size = 0, position = "bottom" },
{ lat = "49.416", long = "36.835", mark = mk.ukr, marksize = 6, label = "Bairak", link = "Territorial control during the Russo-Ukrainian War#Bairak", label_size = 0 },
{ lat = "49.464", long = "36.859", mark = mk.ukr, marksize = 12, label = "[[Balakliia]]", link = "Territorial control during the Russo-Ukrainian War#Balakliia", label_size = 80, position = "right" },
{ lat = "48.902", long = "37.018", mark = mk.ukr, marksize = 8, label = "[[Barvinkove]]", link = "Barvinkove", label_size = 65, position = "top" },
{ lat = "49.830", long = "36.961", mark = mk.ukr, marksize = 6, label = "Bazaliivka", link = "Territorial control during the Russo-Ukrainian War#Bazaliivka", label_size = 50, position = "right"},
{ lat = "49.875", long = "36.283", mark = mk.ukr, marksize = 8, label = "[[Bezliudivka]]", link = "Bezliudivka", label_size = 0, position = "top" },
{ lat = "49.894", long = "37.813", mark = mk.rus, marksize = 6, label = "Bohdanivske", link = "uk:Богданівське (Куп'янський район)", label_size = 0--[[969]], position = "right" },
{ lat = "50.164", long = "35.540", mark = mk.ukr, marksize = 10, label = "[[Bohodukhiv]]", link = "Territorial control during the Russo-Ukrainian War#Bohodukhiv", label_size = 70, position = "top" },
{ lat = "49.473", long = "37.689", mark = mk.ukr, marksize = 6, label = "Bohuslavka", link = "Territorial control during the Russo-Ukrainian War#Bohuslavka", label_size = 0 },
{ lat = "49.410", long = "37.730", mark = mk.ukr, marksize = 6, label = "[[Borivska Andriyivka]]", link = "Territorial control during the Russo-Ukrainian War#Borivksa Andriivka", label_size = 50, position = "bottom" },
{ lat = "49.639", long = "37.330", mark = mk.ukr, marksize = 6, label = "Borivske", link = "Territorial control during the Russo-Ukrainian War#Borivske", label_size = 0 },
{ lat = "49.374", long = "37.623", mark = mk.ukr, marksize = 8, label = "[[Borova, Izium Raion, Kharkiv Oblast|Borova]]", link = "Borova, Kharkiv Oblast", label_size = 60, position = "left" },
{ lat = "49.503", long = "36.970", mark = mk.ukr, marksize = 6, label = "Borshchyvka", link = "Territorial control during the Russo-Ukrainian War#Borshchyvka", label_size = 0 },
{ lat = "49.041", long = "37.215", mark = mk.ukr, marksize = 6, label = "Brazhkivka", link = "Territorial control during the Russo-Ukrainian War#Brazhkivka", label_size = 50, position = "top" },
{ lat = "50.117", long = "36.375", mark = mk.ukr, marksize = 6, label = "Cherkaski Tyshky", link = "Territorial control during the Russo-Ukrainian War#Cherkaski Tyshky", label_size = 0},
{ lat = "49.717", long = "36.933", mark = mk.ukr, marksize = 6, label = "[[Chkalovske]]", link = "Territorial control during the Russo-Ukrainian War#Chkalovske", label_size = 50, position = "bottom" },
{ lat = "49.836", long = "36.681", mark = mk.ukr, marksize = 12, label = "[[Chuhuiv]]", link = "Chuhuiv", label_size = 80, position = "top" },
{ lat = "49.84", long = "36.647", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Chuhuiv Air Base]]", link = "Chuhuiv air base attack", label_size = 0, position = "top" },
{ lat = "50.116", long = "36.116", mark = mk.ukr, marksize = 10, label = "[[Derhachi]]", link = "Territorial control during the Russo-Ukrainian War#Derhachi", label_size = 70, position = "left" },
{ lat = "50.233", long = "36.237", mark = mk.ukr, marksize = 6, label = "Dementiivka", link = "Territorial control during the Russo-Ukrainian War#Dementiivka", label_size = 0 },
{ lat = "49.508", long = "36.572", mark = mk.ukr, marksize = 8, label = "[[Donets, Ukraine|Donets]]", link = "Donets, Ukraine", label_size = 60, position = "left" },
{ lat = "49.018", long = "37.319", mark = mk.ukr, marksize = 6, label = "[[Dovhenke, Izium Raion, Kharkiv Oblast|Dovhenke]]", link = "Territorial control during the Russo-Ukrainian War#Dovhenke (Izium Raion)", label_size = 0, position = "bottom" },
--{ lat = "49.85", long = "37.666", mark = "Map-arcEE-red.svg", marksize = 10 },
{ lat = "49.85", long = "37.666", mark = mk.ukr, marksize = 6, label = "[[Dvorichna]]", link = "Dvorichna", label_size = 50, position = "left" },
{ lat = "49.795", long = "36.592", mark = mk.ukr, marksize = 8, label = "[[Eskhar]]", link = "Eskhar", label_size = 0, position = "left" },
{ lat = "50.072", long = "36.688", mark = mk.ukr, marksize = 6, label = "Fedorivka", label_size = 0},
{ lat = "49.900", long = "37.701", mark = mk.ukr, marksize = 6, label = "[[Fyholivka]]", link = "Fyholivka", label_size = 0--[[104]] },
{ lat = "49.841", long = "37.710", mark = mk.rus, marksize = 6, label_size = 0--[[607]], position = lp.b, label = "[[Hrianykivka]]", link = "Hrianykivka" },
{ lat = "49.676", long = "37.472", mark = mk.ukr, marksize = 6, label = "Hrushivka", link = "Territorial control during the Russo-Ukrainian War#Hrushivka", label_size = 0 },
{ lat = "49.358", long = "36.815", mark = mk.ukr, marksize = 6, label = "Husarivka", link = "Territorial control during the Russo-Ukrainian War#Husarivka", label_size = 50, position = "bottom" },
{ lat = "49.212", long = "37.267", mark = mk.ukr, marksize = 12, label = "[[Izium]]", link = "Territorial control during the Russo-Ukrainian War#Izium", label_size = 80, position = "top" },
{ lat = "49.985", long = "37.832", mark = mk.ukr, marksize = 6, label = "Kamianka", link = "Territorial control during the Russo-Ukrainian War#Kamianka, Kupiansk Raion", label_size = 50--[[961]], position = "left" },
{ lat = "49.290", long = "35.723", mark = mk.ukr, marksize = 8, label = "[[Kehychivka]]", link = "Kehychivka", label_size = 65, position = "right" },
{ lat = "49.994", long = "36.235", mark = mk.ukr, marksize = 28, label = "[[Kharkiv]]", link = "Territorial control during the Russo-Ukrainian War#Kharkiv", label_size = 130, position = "right" },
{ lat = "49.925", long = "36.290", mark = "Fighter-jet-blue-icon.svg", marksize = 12, label = "[[Kharkiv International Airport]]", link = "Kharkiv International Airport", label_size = 0, position = "bottom" },
{ lat = "50.025", long = "36.267", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Kharkiv North Airport]]", link = "Kharkiv North Airport", label_size = 0, position = "bottom" },
{ lat = "49.627", long = "37.685", mark = mk.rSE, marksize = 7 },
{ lat = "49.629", long = "37.683", mark = mk.ukr, marksize = 6, label = "Kivsharivka", link = "Territorial control during the Russo-Ukrainian War#Kivsharivka", label_size = 0 },
{ lat = "50.023", long = "36.876", mark = mk.ukr, marksize = 6, label = "Khotimlya", link = "Territorial control during the Russo-Ukrainian War#Khotimlya", label_size = 50, position = "right" },
{ lat = "49.878", long = "36.738", mark = mk.ukr, marksize = 6, label = "Kochetok", link = "Territorial control during the Russo-Ukrainian War#Kochetok", label_size = 0},
{ lat = "49.630", long = "37.907", mark = mk.rus, marksize = 6, label_size = 0--[[255]], position = lp.r, label = "[[Kotliarivka, Kharkiv Oblast|Kotliarivka]]", link = "Territorial control during the Russo-Ukrainian War#Kotliarivka" },
{ lat = "50.337", long = "36.185", mark = mk.ukr, marksize = 8, label = "[[Kozacha Lopan]]", link = "Territorial control during the Russo-Ukrainian War#Kozacha Lopan", label_size = 60, position = "left" },
{ lat = "49.373", long = "35.461", mark = mk.ukr, marksize = 12, label = "[[Krasnohrad]]", link = "Territorial control during the Russo-Ukrainian War#Krasnohrad", label_size = 80, position = "right" },
{ lat = "50.062", long = "35.158", mark = mk.ukr, marksize = 8, label = "[[Krasnokutsk]]", link = "Krasnokutsk", label_size = 65, position = "top" },
{ lat = "49.138", long = "36.320", mark = mk.ukr, marksize = 8, label = "[[Krasnopavlivka]]", link = "Krasnopavlivka", label_size = 65, position = "top" },
{ lat = "49.716", long = "37.583", mark = mk.con, marksize = 12, label = "[[Kupiansk]]", link = "Territorial control during the Russo-Ukrainian War#Kupiansk", label_size = 80, position = "left" },
{ lat = "49.657", long = "37.650", mark = mk.ukr, marksize = 8, label = "[[Kupiansk-Vuzlovyi]]", link = "Kupiansk-Vuzlovyi", label_size = 0, position = "right" },
{ lat = "50.043", long = "36.469", mark = mk.ukr, marksize = 6, label = "Kutuzivka", label_size = 0},
{ lat = "49.642", long = "37.901", mark = mk.rus, marksize = 6, label_size = 50--[[965]], position = lp.l, label = "[[Kyslivka, Kharkiv Oblast|Kyslivka]]", link = "Territorial control during the Russo-Ukrainian War#Kyslivka" },
{ lat = "49.804", long = "36.906", mark = mk.ukr, marksize = 6, label = "Lebyazhe", label_size = 0},
{ lat = "49.951", long = "35.941", mark = mk.ukr, marksize = 12, label = "[[Liubotyn]]", link = "Territorial control during the Russo-Ukrainian War#Liubotyn", label_size = 80, position = "left" },
{ lat = "48.890", long = "36.308", mark = mk.ukr, marksize = 14, label = "[[Lozova]]", link = "Territorial control during the Russo-Ukrainian War#Lozova", label_size = 90, position = "bottom" },
{ lat = "50.072", long = "36.163", mark = mk.ukr, marksize = 8, label = "[[Mala Danylivka]]", link = "Mala Danylivka", label_size = 0, position = "top" },
{ lat = "50.146", long = "36.544", mark = mk.ukr, marksize = 6, label = "Male Vesele", link = "Territorial control during the Russo-Ukrainian War#Male Vesele", label_size = 0 },
{ lat = "49.245", long = "37.705", mark = mk.ukr, marksize = 6, label = "Maliivka", link = "Territorial control during the Russo-Ukrainian War#Maliivka", label_size = 0 },
{ lat = "49.801", long = "36.715", mark = mk.ukr, marksize = 8, label = "[[Malynivka, Kharkiv Oblast|Malynivka]]", link = "Malynivka, Kharkiv Oblast", label_size = 65, position = "bottom" },
{ lat = "49.806", long = "36.050", mark = mk.ukr, marksize = 12, label = "[[Merefa]]", link = "Territorial control during the Russo-Ukrainian War#Merefa", label_size = 80, position = "bottom" },
{ lat = "50.039", long = "36.758", mark = mk.ukr, marksize = 6, label = "Molodova", link = "Territorial control during the Russo-Ukrainian War#Molodova", label_size = 0 },
{ lat = "49.722", long = "35.867", mark = mk.ukr, marksize = 10, label = "[[Nova Vodolaha]]", link = "Nova Vodolaha", label_size = 70, position = "left" },
{ lat = "49.391", long = "36.877", mark = mk.ukr, marksize = 6, label = "Nova Husarivka", link = "Territorial control during the Russo-Ukrainian War#Nova Husarivka", label_size = 0 },
{ lat = "50.364", long = "35.822", mark = mk.ukr, marksize = 6, label = "Oleksandrivka", label_size = 0},
{ lat = "49.174", long = "37.428", mark = mk.ukr, marksize = 6, label = "[[Oskil, Kharkiv Oblast|Oskil]]", link = "Territorial control during the Russo-Ukrainian War#Oskil", label_size = 50, position = "top" },
{ lat = "48.939", long = "36.279", mark = mk.ukr, marksize = 8, label = "[[Paniutyne]]", link = "Paniutyne", label_size = 65, position = "top" },
{ lat = "50.078", long = "36.795", mark = mk.ukr, marksize = 6, label = "[[Staryi Saltiv]]", link = "Staryi Saltiv", label_size = 50, position = "right" },
{ lat = "49.873", long = "36.934", mark = mk.ukr, marksize = 8, label = "[[Pechenihy]]", link = "Territorial control during the Russo-Ukrainian War#Pechenihy", label_size = 60, position = "right" },
{ lat = "50.117", long = "36.667", mark = mk.ukr, marksize = 6, label = "Peremoha", link = "Territorial control during the Russo-Ukrainian War#Peremoha, Kharkiv Raion", label_size = 50, position = "top" },
{ lat = "50.030", long = "35.976", mark = mk.ukr, marksize = 8, label = "[[Peresichne]]", link = "Peresichne", label_size = 0, position = "top" },
{ lat = "49.395", long = "36.216", mark = mk.ukr, marksize = 12, label = "[[Pervomaiskyi]]", link = "Territorial control during the Russo-Ukrainian War#Pervomaiskyi", label_size = 80, position = "top" },
{ lat = "49.938", long = "37.8", mark = mk.rus, marksize = 6, label = "Petrivka", link = "uk:Петрівка (Дворічанська селищна громада)", label_size = 0--[[40]] },
{ lat = "49.721", long = "37.717", mark = mk.con, marksize = 6, label = "[[Petropavlivka, Kupiansk Raion, Kharkiv Oblast|Petropavlivka]]", link = "Territorial control during the Russo-Ukrainian War#Petropavlivka", label_size = 50, position = "right" },
{ lat = "49.981", long = "37.907", mark = mk.rus, marksize = 6, label = "Pisky", link = "uk:Піски (Куп'янський район)", label_size = 0--[[549]] },
{ lat = "49.267", long = "37.609", mark = mk.ukr, marksize = 6, label = "Pisky-Radivski", link = "Territorial control during the Russo-Ukrainian War#Pisky-Radivski", label_size = 0 },
{ lat = "49.954", long = "36.097", mark = mk.ukr, marksize = 12, label = "[[Pisochyn]]", link = "Pisochyn", label_size = 0, position = "top" },
{ lat = "49.879", long = "36.067", mark = mk.ukr, marksize = 8, label = "[[Pivdenne]]", link = "Pivdenne", label_size = 0, position = "top" },
{ lat = "49.243", long = "36.913", mark = mk.ukr, marksize = 6, label = "Protopopivka", link = "Territorial control during the Russo-Ukrainian War#Protopopivka, Izium Raion", label_size = 50, position = "left" },
{ lat = "50.193", long = "36.273", mark = mk.ukr, marksize = 6, label = "Pytomnyk", link = "Territorial control during the Russo-Ukrainian War#Pytomnyk, Kharkiv Raion", label_size = 0 },
{ lat = "50.167", long = "36.821", mark = mk.ukr, marksize = 6, label = "Rubizhne", link = "Territorial control during the Russo-Ukrainian War#Rubizhne, Chuhuiv Raion", label_size = 50, position = "right"},
{ lat = "50.141", long = "36.279", mark = mk.ukr, marksize = 8, label = "[[Ruska Lozova]]", link = "Ruska Lozova", label_size = 0, position = "left" },
{ lat = "50.136", long = "36.403", mark = mk.ukr, marksize = 6, label = "Ruski Tyshky", link = "Territorial control during the Russo-Ukrainian War#Ruski Tyshky", label_size = 0},
{ lat = "49.147", long = "35.871", mark = mk.ukr, marksize = 8, label = "[[Sakhnovshchyna]]", link = "Sakhnovshchyna", label_size = 60, position = "bottom" },
{ lat = "49.397", long = "37.064", mark = mk.ukr, marksize = 8, label = "[[Savyntsi]]", link = "Savyntsi", label_size = 65, position = "right" },
{ lat = "50.071", long = "36.621", mark = mk.ukr, marksize = 6, label = "[[Shestakove]]", link = "Shestakove, Chuhuiv Raion", label_size = 0, position = "top" },
{ lat = "49.689", long = "37.178", mark = mk.ukr, marksize = 8, label = "[[Shevchenkove, Shevchenkove settlement hromada, Kupiansk Raion, Kharkiv Oblast|Shevchenkove]]", link = "Shevchenkove, Shevchenkove settlement hromada, Kupiansk Raion, Kharkiv Oblast", label_size = 0, position = "top" },
{ lat = "50.212", long = "36.159", mark = mk.ukr, marksize = 8, label = "[[Slatyne]]", link = "Slatyne", label_size = 60, position = "top" },
{ lat = "49.594", long = "36.529", mark = mk.ukr, marksize = 10, label = "[[Slobozhanske, Chuhuiv Raion, Kharkiv Oblast|Slobozhanske]]", link = "Slobozhanske, Chuhuiv Raion, Kharkiv Oblast", label_size = 70, position = "left" },
{ lat = "49.995", long = "36.049", mark = mk.ukr, marksize = 10, label = "[[Solonytsivka]]", link = "Solonytsivka", label_size = 0, position = "left" },
{ lat = "50.343", long = "36.110", mark = mk.ukr, marksize = 6, label = "Sosnivka", link = "Territorial control during the Russo-Ukrainian War#Sosnivka", label_size = 0 },
{ lat = "49.763", long = "37.705", mark = mk.rus, marksize = 6, label = "[[Synkivka]]", label_size = 50, link = "Territorial control during the Russo-Ukrainian War#Synkivka" },
{ lat = "49.848", long = "37.773", mark = mk.rus, marksize = 6, label = "[[Tavilzhanka]]", link = "Tavilzhanka#2022 Russian Invasion", label_size = 50, position = "right" },
{ lat = "50.191", long = "36.678", mark = mk.ukr, marksize = 6, label = "[[Ternova]]", link = "Territorial control during the Russo-Ukrainian War#Ternova", label_size = 50, position = "left" },
{ lat = "50.015", long = "37.916", mark = mk.ukr, marksize = 6, label = "[[Topoli (rural-type settlement)|Topoli]]", link = "Territorial control during the Russo-Ukrainian War#Topoli (rural-type settlement)", label_size = 50--[[261]], position = "left" },
{ lat = "49.964", long = "37.908", mark = mk.rus, marksize = 6, label = "[[Topoli (village), Kharkiv Oblast|Topoli]]", link = "Territorial control during the Russo-Ukrainian War#Topoli (village)", label_size = 50--[[860]], label_width = 3, position = "bottom" },
{ lat = "50.085", long = "36.388", mark = mk.ukr, marksize = 8, label = "Tsyrkuny", label_size = 60, position = "right" },
{ lat = "50.392", long = "36.066", mark = mk.ukr, marksize = 6, label = "Udy", link = "Territorial control during the Russo-Ukrainian War#Udy", label_size = 50, position = "left" },
{ lat = "49.839", long = "35.621", mark = mk.ukr, marksize = 8, label = "[[Valky]]", link = "Valky", label_size = 65, position = "top" },
{ lat = "49.834", long = "36.324", mark = mk.ukr, marksize = 8, label = "[[Vasyshcheve]]", link = "Vasyshcheve", label_size = 0, position = "top" },
{ lat = "49.982", long = "36.711", mark = mk.ukr, marksize = 6, label = "Velyka Babka", link = "Territorial control during the Russo-Ukrainian War#Velyka Babka", label_size = 0 },
{ lat = "49.108", long = "36.989", mark = mk.ukr, marksize = 6, label = "Velyka Komyshuvakha", link = "Territorial control during the Russo-Ukrainian War#Velyka Komyshuvakha", label_size = 50, position = "left" },
{ lat = "50.049", long = "37.388", mark = mk.ukr, marksize = 6, label = "[[Velykyi Burluk]]", link = "Territorial control during the Russo-Ukrainian War#Velykyi Burluk", label_size = 60, position = "top" },
{ lat = "49.79", long = "37.78", mark = mk.rus, marksize = 6, label = "[[Vilshana, Kupiansk Raion, Kharkiv Oblast|Vilshana]]", link = "Vilshana", label_size = 50, position = "right" },
{ lat = "50.056", long = "35.879", mark = mk.ukr, marksize = 8, label = "[[Vilshany]]", link = "Vilshany", label_size = 0, position = "top" },
{ lat = "49.034", long = "37.126", mark = mk.ukr, marksize = 6, label = "Virnopillya", link = "Territorial control during the Russo-Ukrainian War#Virnopillya", label_size = 50, position = "left"},
{ lat = "49.597", long = "36.985", mark = mk.ukr, marksize = 6, label = "Volokhiv Yar", link = "Territorial control during the Russo-Ukrainian War#Volokhiv Yar", label_size = 0, position = "right" },
{ lat = "49.885", long = "36.118", mark = mk.ukr, marksize = 8, label = "[[Vysokyi]]", link = "Vysokyi", label_size = 0, position = "top" },
{ lat = "49.529", long = "36.915", mark = mk.ukr, marksize = 6, label = "Yakovenkove", link = "Territorial control during the Russo-Ukrainian War#Yakovenkove", label_size = 0 },
{ lat = "49.086", long = "37.455", mark = mk.ukr, marksize = 6, label = "Yaremivka", link = "Territorial control during the Russo-Ukrainian War#Yaremivka", label_size = 0 },
{ lat = "49.154", long = "37.050", mark = mk.ukr, marksize = 6, label = "Zavody", link = "Territorial control during the Russo-Ukrainian War#Zavody", label_size = 50, position = "top" },
{ lat = "49.694", long = "36.360", mark = mk.ukr, marksize = 10, label = "[[Zmiiv]]", link = "Territorial control during the Russo-Ukrainian War#Zmiiv", label_size = 70, position = "top" },
{ lat = "50.269", long = "35.976", mark = mk.ukr, marksize = 8, label = "[[Zolochiv, Kharkiv Oblast|Zolochiv]]", link = "Zolochiv, Kharkiv Oblast", label_size = 60, position = "left" },
--Kherson Oblast
{ lat = "46.683", long = "32.703", mark = mk.ukr, marksize = 10, label = "[[Antonivka, Kherson Raion, Kherson Oblast|Antonivka]]", link = "Antonivka, Kherson Raion, Kherson Oblast", label_size = 0 },
{ lat = "47.430", long = "33.408", mark = mk.ukr, marksize = 6, label = "[[Arkhanhelske, Kherson Oblast|Arkhanhelske]]", link = "Arkhanhelske, Kherson Oblast", label_size = 50, position = "bottom"},
{ lat = "46.457", long = "33.872", mark = mk.rus, marksize = 6, label = "[[Askania-Nova (urban-type settlement)|Askania-Nova]]", link = "Askania-Nova (urban-type settlement)", label_size = 0, position = "top" },
{ lat = "46.845", long = "33.426", mark = mk.ukr, marksize = 10, label = "[[Beryslav]]", link = "Beryslav", label_size = 70, position = "top" },
--{ lat = "47.351", long = "33.198", mark = mk.ukr, marksize = 6, label = "[[Bila Krynytsia, Kherson Oblast|Bila Krynytsia]]", label_size = 0 },
--{ lat = "47.200", long = "33.134", mark = mk.con, marksize = 6, label = "[[Bilohirka, Kherson Oblast|Bilohirka]]", label_size = 0 },
{ lat = "46.55", long = "32.523", mark = mk.rus, marksize = 6, label_size = 0--[[275]], position = lp.r, label = "[[Bilohrudove]]", link = "Territorial control during the Russo-Ukrainian War#Bilohrudove" },
{ lat = "46.627", long = "32.441", mark = mk.ukr, marksize = 8, label = "[[Bilozerka]]", link = "Bilozerka", label_size = 65, position = "left" },
{ lat = "46.790", long = "32.346", mark = mk.ukr, marksize = 6, label = "Blahodatne", link = "Territorial control during the Russo-Ukrainian War#Blahodatne, Kherson Raion", label_size = 0 },
{ lat = "47.178", long = "33.419", mark = mk.ukr, marksize = 6, label = "Borozenske", link = "Territorial control during the Russo-Ukrainian War#Borozenske", label_size = 50, position = "bottom" },
{ lat = "46.422", long = "33.146", mark = mk.rus, marksize = 6, label = "[[Brylivka, Kherson Oblast|Brylivka]]", link = "Brylivka, Kherson Oblast", label_size = 50, position = "bottom" },
{ lat = "46.362", long = "33.533", mark = mk.rus, marksize = 8, label = "[[Chaplynka]]", link = "Chaplynka", label_size = 65, position = "top" },
--{ lat = "46.701", long = "32.548", mark = mk.ukr, marksize = 8, label = "[[Chornobaivka]]", link = "Chornobaivka", label_size = 0, position = "left" },
{ lat = "46.360", long = "32.207", mark = mk.rus, marksize = 6, label = "[[Chulakivka]]", link = "Chulakivka", label_size = 50, position = "bottom" },
{ lat = "47.242", long = "33.191", mark = mk.ukr, marksize = 6, label = "[[Davydiv Brid]]", link = "Territorial control during the Russo-Ukrainian War#Davydiv Brid", label_size = 50, position = "right"},
--{ lat = "47.463", long = "33.622", mark = mk.ukr, marksize = 6, label = "Dobryanka", link = "Territorial control during the Russo-Ukrainian War#Dobryanka (Beryslav Raion)", label_size = 0 },
{ lat = "47.192", long = "33.775", mark = mk.ukr, marksize = 6, label = "[[Dudchany]]", link = "Territorial control during the Russo-Ukrainian War#Dudchany", label_size = 50, position = "left"},
{ lat = "47.223", long = "33.873", mark = mk.ukr, marksize = 6, label = "Havrylivka", link = "Territorial control during the Russo-Ukrainian War#Havrylivka", label_size = 0 },
{ lat = "46.175", long = "34.806", mark = mk.rus, marksize = 10, label = "[[Henichesk]]", link = "Henichesk", label_size = 70, position = "right" },
{ lat = "46.521", long = "32.520", mark = mk.rus, marksize = 10, label = "[[Hola Prystan]]", link = "Hola Prystan", label_size = 70, position = "right" },
{ lat = "47.005", long = "33.730", mark = mk.rus, marksize = 8, label = "[[Hornostaivka, Kakhovka Raion, Kherson Oblast|Hornostaivka]]", link = "Hornostaivka, Kakhovka Raion, Kherson Oblast", label_size = 65, position = "right" },
{ lat = "46.715", long = "34.546", mark = mk.rus, marksize = 6, label = "[[Ivanivka, Kherson Oblast|Ivanivka]]", link = "Ivanivka, Kherson Oblast", label_size = 0, position = "top" },
{ lat = "46.812", long = "33.490", mark = mk.rus, marksize = 12, label = "[[Kakhovka]]", link = "Kakhovka", label_size = 0 },
{ lat = "46.256", long = "33.299", mark = mk.rus, marksize = 8, label = "[[Kalanchak]]", link = "Kalanchak", label_size = 65, position = "top" },
--{ lat = "47.114", long = "32.974", mark = mk.ukr, marksize = 6, label = "[[Kalynivske, Kherson Oblast|Kalynivske]]", link = "Kalynivske, Kherson Oblast", label_size = 0, position = "top" },
{ lat = "46.655", long = "32.605", mark = mk.ukr, marksize = 20, label = "[[Kherson]]", link = "Kherson", label_size = 110, position = "top" },
{ lat = "46.668", long = "32.502", mark = "Fighter-jet-blue-icon.svg", marksize = 12, label = "[[Kherson International Airport]]", link = "Kherson International Airport", label_size = 0, position = "bottom" },
{ lat = "46.627", long = "32.504", mark = mk.ukr, marksize = 8, label = "[[Komyshany]]", link = "Komyshany", label_size = 0 },
{ lat = "46.705", long = "32.975", mark = mk.rus, marksize = 6, label = "[[Kozachi Laheri, Kherson Raion, Kherson Oblast|Kozachi Laheri]]", link = "Kozachi Laheri, Kherson Raion, Kherson Oblast", label_size = 0 },
{ lat = "46.741", long = "33.099", mark = mk.rus, marksize = 6, label = "[[Krynky]]", link = "Krynky", label_size = 50, label_width = 3.5, position = "bottom" },
--{ lat = "46.755", long = "32.408", mark = mk.ukr, marksize = 6, label = "Kyselivka", link = "Territorial control during the Russo-Ukrainian War#Kyselivka, Kherson Raion", label_size = 0 },
{ lat = "46.077", long = "32.530", mark = mk.rus, marksize = 6, label = "[[Lazurne (urban-type settlement)|Lazurne]]", link = "Lazurne (urban-type settlement)", label_size = 0, position = "top" },
{ lat = "47.393", long = "33.717", mark = mk.ukr, marksize = 6, label = "Liubymivka", link = "Territorial control during the Russo-Ukrainian War#Liubymivka", label_size = 0 },
{ lat = "46.807", long = "33.570", mark = mk.rus, marksize = 8, label = "[[Liubymivka, Kakhovka Raion, Kherson Oblast|Liubymivka]]", link = "Liubymivka, Kakhovka Raion, Kherson Oblast", label_size = 65, position = "right" },
--{ lat = "47.309", long = "33.954", mark = mk.ukr, marksize = 6, label = "Myhailivka", link = "Territorial control during the Russo-Ukrainian War#Myhailivka", label_size = 0 },
{ lat = "47.066", long = "33.631", mark = mk.ukr, marksize = 6, label = "[[Mylove]]", link = "Territorial control during the Russo-Ukrainian War#Mylove", label_size = 50, position = "left"},
{ lat = "46.753", long = "33.367", mark = mk.rus, marksize = 12, label = "[[Nova Kakhovka]]", link = "Nova Kakhovka", label_size = 80, position = "bottom" },
{ lat = "46.596", long = "33.230", mark = mk.rus, marksize = 8, label = "[[Nova Maiachka]]", link = "Nova Maiachka", label_size = 65, position = "bottom" },
{ lat = "46.455", long = "32.452", mark = mk.rus, marksize = 8, label = "Nova Zburivka", link = "Nova Zburivka", label_size = 60, position = "bottom" },
--{ lat = "47.266", long = "33.874", mark = mk.ukr, marksize = 6, label = "Novooleksandrivka", link = "Territorial control during the Russo-Ukrainian War#Novooleksandrivka, Beryslav Raion", label_size = 0 },
{ lat = "46.225", long = "34.641", mark = mk.rus, marksize = 10, label = "[[Novooleksiivka]]", link = "Novooleksiivka", label_size = 70, position = "right" },
{ lat = "47.009", long = "33.486", mark = mk.ukr, marksize = 6, label = "Novoraisk", link = "Territorial control during the Russo-Ukrainian War#Novoraisk", label_size = 50, position = "bottom" },
{ lat = "46.352", long = "34.336", mark = mk.rus, marksize = 10, label = "[[Novotroitske, Kherson Oblast|Novotroitske]]", link = "Novotroitske, Kherson Oblast", label_size = 70, position = "left" },
{ lat = "47.498", long = "33.917", mark = mk.ukr, marksize = 8, label = "[[Novovorontsovka]]", link = "Novovorontsovka", label_size = 0, position = "bottom" },
--{ lat = "47.428", long = "33.601", mark = mk.ukr, marksize = 6, label = "Novovoznesenske", link = "Territorial control during the Russo-Ukrainian War#Novovoznesenske", label_size = 0 },
{ lat = "46.849", long = "34.380", mark = mk.rus, marksize = 6, label = "[[Nyzhni Sirohozy]]", link = "Nyzhni Sirohozy", label_size = 0, position = "top" },
{ lat = "46.615", long = "32.111", mark = mk.ukr, marksize = 6, label = "[[Oleksandrivka, Kherson Oblast|Oleksandrivka]]", link = "Territorial control during the Russo-Ukrainian War#Oleksandrivka (Kherson Raion)", label_size = 50, position = "left" },
{ lat = "46.620", long = "32.707", mark = mk.rus, marksize = 12, label = "[[Oleshky]]", link = "Territorial control during the Russo-Ukrainian War#Oleshky", label_size = 80, position = "right" },
--{ lat = "47.475", long = "33.488", mark = mk.ukr, marksize = 6, label = "Olhyne", link = "Territorial control during the Russo-Ukrainian War#Olhyne", label_size = 0 },
{ lat = "47.433", long = "33.917", mark = mk.ukr, marksize = 6, label = "[[Territorial control during the Russo-Ukrainian War#Osokorivka, Kherson Oblast|Osokorivka]]", link = "Territorial control during the Russo-Ukrainian War#Osokorivka, Kherson Oblast", label_size = 0 },
--{ lat = "47.414", long = "33.791", mark = mk.ukr, marksize = 6, label = "Petrivka", link = "Territorial control during the Russo-Ukrainian War#Petrivka", label_size = 0 },
{ lat = "46.661", long = "32.893", mark = mk.rus, marksize = 6, label = "[[Pidstepne]]", link = "Pidstepne", label_size = 0 },
{ lat = "46.649", long = "32.841", mark = mk.rus, marksize = 6, label = "[[Pishchanivka]]", label_size = 0, link = "Territorial control during the Russo-Ukrainian War#Pishchanivka" },
--{ lat = "46.624", long = "32.605", mark = "Anchor pictogram blue.svg", marksize = 12, label = "[[Port of Kherson]]", link = "Port of Kherson", label_size = 0 },
--{ lat = "46.805", long = "32.263", mark = mk.ukr, marksize = 6, label = "[[Posad-Pokrovske]]", link = "Territorial control during the Russo-Ukrainian War#Posad-Pokrovske", label_size = 0, position = "bottom" },
{ lat = "46.738", long = "32.204", mark = mk.ukr, marksize = 6, label = "[[Pravdyne]]", link = "Territorial control during the Russo-Ukrainian War#Pravdyne", label_size = 0 },
{ lat = "46.336", long = "34.752", mark = mk.rus, marksize = 6, label = "[[Rykove]]", link = "Rykove", label_size = 0 },
--{ lat = "47.358", long = "33.853", mark = mk.ukr, marksize = 6, label = "Shevchekivka", link = "Territorial control during the Russo-Ukrainian War#Shevchekivka", label_size = 0 },
{ lat = "46.570", long = "32.148", mark = mk.ukr, marksize = 6, label = "Stanislav", link = "Territorial control during the Russo-Ukrainian War#Stanislav", label_size = 50, position = "bottom"},
{ lat = "46.115", long = "32.910", mark = mk.rus, marksize = 10, label = "[[Skadovsk]]", link = "Skadovsk", label_size = 70, position = "top" },
{ lat = "46.106", long = "32.911", mark = "Anchor pictogram red.svg", marksize = 10, label = "[[Port of Skadovsk]]", link = "Port of Skadovsk", label_size = 0},
{ lat = "46.499", long = "34.947", mark = mk.rus, marksize = 6, label = "[[Sokolohirne]]", label_size = 50, link = "Territorial control during the Russo-Ukrainian War#Sokolohirne" },
{ lat = "46.384", long = "34.549", mark = mk.rus, marksize = 6, label = "[[Syvaske]]", link = "Syvaske", label_size = 0 },
{ lat = "46.753", long = "33.422", mark = mk.rus, marksize = 10, label = "[[Tavriisk]]", link = "Tavriisk", label_size = 0, position = "bottom" },
--{ lat = "47.448", long = "33.697", mark = mk.ukr, marksize = 6, label = "Trudolyubivka", link = "Territorial control during the Russo-Ukrainian War#Trudolyubivka (Beryslav Raion)", label_size = 0 },
{ lat = "46.782", long = "33.054", mark = mk.ukr, marksize = 6, label = "Tyahynka", link = "Territorial control during the Russo-Ukrainian War#Tyahynka", label_size = 50, position = "top" },
{ lat = "47.163", long = "33.937", mark = mk.rus, marksize = 8, label = "[[Velyka Lepetykha]]", link = "Velyka Lepetykha", label_size = 65, position = "bottom" },
{ lat = "47.321", long = "33.303", mark = mk.ukr, marksize = 8, label = "[[Velyka Oleksandrivka]]", link = "Velyka Oleksandrivka", label_size = 60, position = "left" },
{ lat = "47.253", long = "34.341", mark = mk.rus, marksize = 8, label = "[[Verkhnii Rohachyk]]", link = "Verkhnii Rohachyk", label_size = 65, position = "bottom" },
{ lat = "47.489", long = "33.532", mark = mk.ukr, marksize = 6, label = "[[Vysokopillia]]", link = "Territorial control during the Russo-Ukrainian War#Vysokopillia", label_size = 50, position = "bottom"},
--{ lat = "46.715", long = "32.638", mark = mk.ukr, marksize = 8, label = "[[Zelenivka, Kherson Oblast|Zelenivka]]", link = "Zelenivka, Kherson Oblast", label_size = 0, position = "top" },
--{ lat = "47.380", long = "33.959", mark = mk.ukr, marksize = 6, label = "Zolota Balka", link = "Territorial control during the Russo-Ukrainian War#Zolota Balka", label_size = 0 },
-- Draw last
--{ lat = "46.779", long = "33.370", mark = "BSicon STR+r red.svg", marksize = 10, label = "[[Kakhovka Hydroelectric Power Plant]]", link = "Kakhovka Hydroelectric Power Plant", label_size = 0, position = "left" },
--Khmelnytskyi Oblast
{ lat = "50.119", long = "26.821", mark = mk.ukr, marksize = 10, link = "Iziaslav, Ukraine" },
{ lat = "48.683", long = "26.583", mark = mk.ukr, marksize = 14, label = "[[Kamianets-Podilskyi]]", link = "Territorial control during the Russo-Ukrainian War#Kamianets-Podilskyi", label_size = 90, position = "top" },
{ lat = "49.416", long = "27", mark = mk.ukr, marksize = 20, label = "[[Khmelnytskyi, Ukraine|Khmelnytskyi]]", link = "Territorial control during the Russo-Ukrainian War#Khmelnytskyi", label_size = 110, position = "left" },
{ lat = "49.360", long = "26.933", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Khmelnytskyi Airport]]", link = "Khmelnytskyi Airport", label_size = 0, position = "bottom" },
{ lat = "49.652", long = "26.971", mark = mk.ukr, marksize = 10, link = "Krasyliv" },
{ lat = "50.330", long = "26.640", mark = mk.ukr, marksize = 12, label = "[[Netishyn]]", link = "Netishyn", label_size = 80, position = "top" },
{ lat = "50.120", long = "27.508", mark = mk.ukr, marksize = 12, label = "[[Polonne]]", label_size = 80, link = "Polonne", position = "bottom" },
{ lat = "50.183", long = "27.067", mark = mk.ukr, marksize = 12, label = "[[Shepetivka]]", link = "Shepetivka", label_size = 80, position = "right" },
{ lat = "49.756", long = "27.221", mark = mk.ukr, marksize = 12, label = "[[Starokostiantyniv]]", label_size = 80, link = "Starokostiantyniv", position = "left" },
{ lat = "49.748", long = "27.272", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Starokostiantyniv Air Base]]", link = "Starokostiantyniv Air Base", label_size = 0, position = "bottom" },
{ lat = "50.303", long = "26.868", mark = mk.ukr, marksize = 12, label = "[[Slavuta]]", link = "Slavuta", label_size = 80, position = "right" },
{ lat = "49.538", long = "26.201", mark = mk.ukr, marksize = 10, link = "Volochysk" },
-- Draw nuclear power plant last
{ lat = "50.301", long = "26.649", mark = "Icon NuclearPowerPlant-blue.svg", marksize = 12, label = "[[Khmelnytskyi Nuclear Power Plant]]", link = "Khmelnytskyi Nuclear Power Plant", label_size = 0, position = "top" },
--Kyiv City
{ lat = "50.450", long = "30.523", mark = mk.ukr, marksize = 35, label = "[[Territorial control during the Russo-Ukrainian War#Kyiv|Kyiv]]", link = "Territorial control during the Russo-Ukrainian War#Kyiv", label_size = 140, position = "right" },
{ lat = "50.401", long = "30.451", mark = "Fighter-jet-blue-icon.svg", marksize = 12, label = "[[Kyiv Airport]]", link = "Kyiv International Airport (Zhuliany)", label_size = 0, position = "bottom" },
--Kyiv Oblast
--{ lat = "50.493", long = "31.376", mark = mk.ukr, marksize = 6, label = "[[Territorial control during the Russo-Ukrainian War#Lukyanivka, Brovary Raion|Lukyanivka]]", link = "Territorial control during the Russo-Ukrainian War#Lukyanivka, Brovary Raion", label_size = 50, position = "bottom" },
{ lat = "50.351", long = "31.319", mark = mk.ukr, marksize = 10, label = "[[Baryshivka]]", link = "Baryshivka", label_size = 70, position = "top" },
{ lat = "50.307", long = "31.464", mark = mk.ukr, marksize = 10, label = "[[Berezan, Kyiv Oblast|Berezan]]", link = "Berezan, Kyiv Oblast", label_size = 70, position = "bottom" },
{ lat = "49.798", long = "30.115", mark = mk.ukr, marksize = 20, label = "[[Bila Tserkva]]", link = "Bila Tserkva", label_size = 110, position = "top" },
--{ lat = "50.626", long = "30.913", mark = mk.ukr, marksize = 6, label = "[[Bohdanivka]]", link = "Bohdanivka (Brovary district)", label_size = 0, position = "top" },
{ lat = "49.541", long = "30.877", mark = mk.ukr, marksize = 10, label = "[[Bohuslav]]", link = "Bohuslav", label_size = 70, position = "top" },
{ lat = "50.645", long = "29.915", mark = mk.ukr, marksize = 10, label = "[[Borodianka]]", link = "Borodianka", label_size = 70, position = "left" },
{ lat = "50.176", long = "30.102", mark = mk.ukr, marksize = 8, label = "[[Borova, Kyiv Oblast|Borova]]", link = "Borova, Kyiv Oblast", label_size = 65, position = "left" },
{ lat = "50.348", long = "30.956", mark = mk.ukr, marksize = 14, label = "[[Boryspil]]", link = "Boryspil", label_size = 70, position = "bottom" },
{ lat = "50.344", long = "30.893", mark = "Fighter-jet-blue-icon.svg", marksize = 12, label = "[[Boryspil International Airport]]", link = "Boryspil International Airport", label_size = 0, position = "bottom" },
{ lat = "50.317", long = "30.298", mark = mk.ukr, marksize = 12, label = "[[Boiarka|Boyarka]]", link = "Boyarka", label_size = 65, position = "left" },
{ lat = "50.517", long = "30.817", mark = mk.ukr, marksize = 16, label = "[[Brovary#History|Brovary]]", link = "Brovary#History", label_size = 65, position = "right" },
{ lat = "50.553", long = "30.214", mark = mk.ukr, marksize = 12, label = "[[Bucha, Kyiv Oblast#History|Bucha]]", link = "Bucha, Kyiv Oblast#History", label_size = 70, position = "left" },
--{ lat = "50.418", long = "30.044", mark = mk.ukr, marksize = 6, label = "[[Buzova, Kyiv-Sviatoshyn Raion|Buzova]]", link = "Buzova, Kyiv-Sviatoshyn Raion", label_size = 50, position = "left" },
{ lat = "51.276", long = "30.222", mark = mk.ukr, marksize = 6, label = "[[Chernobyl]]", link = "Territorial control during the Russo-Ukrainian War#Chernobyl", label_size = 70, position = "left" },
{ lat = "51.389", long = "30.099", mark = "Icon NuclearPowerPlant-blue.svg", marksize = 12, label = "[[Chernobyl Nuclear Power Plant]]", link = "Chernobyl Nuclear Power Plant", label_size = 0, position = "left" },
{ lat = "50.784", long = "30.308", mark = mk.ukr, marksize = 8, label = "[[Dymer, Kyiv Oblast|Dymer]]", link = "Dymer, Kyiv Oblast", label_size = 65, position = "left" },
--{ lat = "51.113", long = "30.145", mark = mk.ukr, marksize = 6, label = "[[Dytiatky]]", link = "Dytiatky", label_size = 50, position = "top" },
{ lat = "50.064", long = "29.905", mark = mk.ukr, marksize = 12, label = "[[Fastiv#History|Fastiv]]", link = "Fastiv#History", label_size = 80, position = "right" },
--{ lat = "50.266", long = "29.884", mark = mk.ukr, marksize = 6, label = "Byshiv", label_size = 65, position = "left" },
--{ lat = "50.262", long = "30.289", mark = mk.ukr, marksize = 8, label = "[[Hlevakha]]", link = "Hlevakha", label_size = 65, position = "left" },
{ lat = "51.071", long = "30.252", mark = mk.ukr, marksize = 6, label = "[[Hornostaipil]]", link = "Hornostaipil", label_size = 50, position = "top"},
{ lat = "50.569", long = "30.265", mark = mk.ukr, marksize = 10, label = "[[Hostomel#History|Hostomel]]", link = "Hostomel#History", label_size = 0 },
{ lat = "50.603", long = "30.191", mark = "Fighter-jet-blue-icon.svg", marksize = 12, label = "[[Antonov Airport]]", link = "Antonov Airport", label_size = 0, position = "top" },
{ lat = "49.955", long = "30.178", mark = mk.ukr, marksize = 8, label = "[[Hrebinky]]", link = "Hrebinky", label_size = 65, position = "left" },
{ lat = "50.519", long = "30.240", mark = mk.ukr, marksize = 14, label = "[[Irpin#History|Irpin]]", link = "Irpin#History", label_size = 65, position = "right" },
{ lat = "50.934", long = "29.901", mark = mk.ukr, marksize = 10, label = "[[Ivankiv]]", link = "Ivankiv", label_size = 70, position = "top" },
{ lat = "49.862", long = "30.819", mark = mk.ukr, marksize = 10, label = "[[Kaharlyk]]", link = "Kaharlyk", label_size = 70, position = "bottom" },
--{ lat = "50.580", long = "30.011", mark = mk.ukr, marksize = 8, label = "[[Klavdiievo-Tarasove]]", link = "Klavdiievo-Tarasove", label_size = 0 },
--{ lat = "51.074", long = "29.656", mark = mk.ukr, marksize = 6, label = "[[Krasiatychi]]", link = "Krasiatychi", label_size = 50, position = "top" },
--{ lat = "50.488", long = "30.333", mark = mk.ukr, marksize = 10, label = "[[Kotsiubynske]]", link = "Kotsiubynske", label_size = 0, position = "top" },
{ lat = "49.665", long = "30.990", mark = mk.ukr, marksize = 10, label = "[[Myronivka]]", link = "Myronivka", label_size = 70, position = "top" },
{ lat = "50.457", long = "29.813", mark = mk.ukr, marksize = 8, label = "[[Makariv]]", link = "Makariv", label_size = 65, position = "top" },
--{ lat = "50.564", long = "30.089", mark = mk.ukr, marksize = 8, label = "[[Nemishaieve]]", link = "Nemishaieve", label_size = 0 },
{ lat = "50.110", long = "30.630", mark = mk.ukr, marksize = 12, label = "[[Obukhiv]]", link = "Obukhiv", label_size = 80, position = "bottom" },
{ lat = "50.072", long = "31.450", mark = mk.ukr, marksize = 12, label = "[[Pereiaslav]]", link = "Pereiaslav", label_size = 80, position = "top" },
{ lat = "50.696", long = "29.599", mark = mk.ukr, marksize = 8, label = "[[Piskivka, Kyiv Oblast|Piskivka]]", link = "Piskivka", label_size = 65, position = "right" },
{ lat = "51.405", long = "30.054", mark = "3x3dot-blue.svg", marksize = 10, label = "[[Pripyat]]", link = "Pripyat", label_size = 70, position = "left" },
{ lat = "49.691", long = "30.478", mark = mk.ukr, marksize = 10, label = "[[Rokytne, Kyiv Oblast|Rokytne]]", link = "Rokytne, Kyiv Oblast", label_size = 70, position = "top" },
{ lat = "49.966", long = "31.043", mark = mk.ukr, marksize = 8, label = "[[Rzhyshchiv]]", link = "Rzhyshchiv", label_size = 65, position = "left" },
--{ lat = "50.645", long = "31.045", mark = mk.ukr, marksize = 6, label = "[[Territorial control during the Russo-Ukrainian War#Kyiv Oblast and Kyiv|Shevchenkove]]", link = "Territorial control during the Russo-Ukrainian War#Kyiv Oblast and Kyiv", label_size = 50, position = "top" },
{ lat = "49.733", long = "29.664", mark = mk.ukr, marksize = 10, label = "[[Skvyra]]", link = "Skvyra", label_size = 70, position = "top" },
{ lat = "51.522", long = "30.746", mark = mk.ukr, marksize = 12, label = "[[Slavutych]]", link = "Territorial control during the Russo-Ukrainian War#Slavutych", label_size = 80, position = "top" },
{ lat = "49.391", long = "30.199", mark = mk.ukr, marksize = 8, label = "[[Stavyshche]]", link = "Stavyshche", label_size = 65, position = "top" },
--{ lat = "50.478", long = "30.385", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Sviatoshyn Airfield]]", link = "Sviatoshyn Airfield", label_size = 0 },
{ lat = "49.562", long = "30.497", mark = mk.ukr, marksize = 8, label = "[[Tarashcha]]", link = "Tarashcha", label_size = 65, position = "top" },
{ lat = "49.366", long = "29.658", mark = mk.ukr, marksize = 10, label = "[[Tetiiv]]", link = "Tetiiv", label_size = 70, position = "right" },
{ lat = "50.138", long = "30.737", mark = mk.ukr, marksize = 10, label = "[[Ukrainka, Kyiv Oblast|Ukrainka]]", link = "Ukrainka, Kyiv Oblast", label_size = 70, position = "right" },
{ lat = "49.825", long = "30.405", mark = mk.ukr, marksize = 10, label = "[[Uzyn]]", link = "Uzyn", label_size = 70, position = "right" },
{ lat = "49.790", long = "30.441", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Uzyn (air base)]]", link = "Uzyn (air base)", label_size = 0, position = "bottom" },
{ lat = "50.177", long = "30.320", mark = mk.ukr, marksize = 12, label = "[[Vasylkiv]]", link = "Territorial control during the Russo-Ukrainian War#Vasylkiv", label_size = 80, position = "bottom" },
{ lat = "50.233", long = "30.3", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Vasylkiv Air Base]]", link = "Vasylkiv Air Base", label_size = 0, position = "bottom" },
{ lat = "50.586", long = "30.911", mark = mk.ukr, marksize = 8, label = "[[Velyka Dymerka]]", link = "Velyka Dymerka", label_size = 60, position = "top" },
{ lat = "49.527", long = "29.920", mark = mk.ukr, marksize = 8, label = "[[Volodarka]]", link = "Volodarka", label_size = 65, position = "top" },
--{ lat = "50.544", long = "30.149", mark = mk.ukr, marksize = 8, label = "[[Vorzel]]", link = "Vorzel", label_size = 0, position = "top" },
{ lat = "50.583", long = "30.486", mark = mk.ukr, marksize = 12, label = "[[Vyshhorod]]", link = "Territorial control during the Russo-Ukrainian War#Vyshhorod", label_size = 80, position = "top"},
{ lat = "50.392", long = "30.368", mark = mk.ukr, marksize = 12, label = "[[Vyshneve (city)|Vyshneve]]", link = "Vyshneve (city)", label_size = 80, position = "left" },
{ lat = "50.257", long = "31.782", mark = mk.ukr, marksize = 10, label = "[[Yahotyn]]", link = "Yahotyn", label_size = 70, position = "top" },
-- Draw items below last
{ lat = "50.588", long = "30.512", mark = "BSicon STRq blue.svg", marksize = 10, label = "[[Kyiv Hydroelectric Power Plant]]", link = "Kyiv Hydroelectric Power Plant", label_size = 0 },
--Kirovohrad Oblast
{ lat = "48.111", long = "32.765", mark = mk.ukr, marksize = 10, link = "Dolynska" },
{ lat = "48.333", long = "29.867", mark = mk.ukr, marksize = 10, link = "Haivoron" },
{ lat = "49.077", long = "33.250", mark = "BSicon STR blue.svg", marksize = 10, label = "[[Kremenchuk Hydroelectric Power Plant]]", link = "Kremenchuk Hydroelectric Power Plant", label_size = 0, position = "left" },
{ lat = "48.500", long = "32.266", mark = mk.ukr, marksize = 20, label = "[[Kropyvnytskyi]]", link = "Territorial control during the Russo-Ukrainian War#Kropyvnytskyi", label_size = 110, position = "left" },
{ lat = "48.556", long = "32.286", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Kropyvnytskyi Airport=]]", link = "Kropyvnytskyi Airport", label_size = 0},
{ lat = "48.316", long = "31.527", mark = mk.ukr, marksize = 10, link = "Novoukrainka" },
{ lat = "48.666", long = "33.116", mark = mk.ukr, marksize = 14, label = "[[Oleksandriia]]", link = "Territorial control during the Russo-Ukrainian War#Oleksandriia", label_size = 90, position = "bottom" },
{ lat = "49.045", long = "33.207", mark = mk.ukr, marksize = 12, label = "[[Svitlovodsk]]", link = "Territorial control during the Russo-Ukrainian War#Svitlovodsk", label_size = 80, position = "left" },
{ lat = "48.714", long = "32.673", mark = mk.ukr, marksize = 12, label = "[[Znamianka, Kirovohrad Oblast|Znamianka]]", label_size = 80, link = "Znamianka, Kirovohrad Oblast", position = "left" },
--Luhansk Oblast
-- Villages
--{ lat = "49.443", long = "37.907", mark = mk.rEE, marksize = 8 },
{ lat = "49.443", long = "37.907", mark = mk.rus, marksize = 4, label_size = 50--[[37]], position = lp.r, label = "[[Miasozharivka]]", link = "Territorial control during the Russo-Ukrainian War#Miasozharivka" },
{ lat = "48.967", long = "38.267", mark = mk.rus, marksize = 4--[[500]], position = "none", label = "[[Shypylivka]]", link = "Shypylivka" },
{ lat = "49.472", long = "37.902", mark = mk.rus, marksize = 4, label_size = 50--[[505]], position = lp.r, label = "[[Stelmakhivka]]", link = "Territorial control during the Russo-Ukrainian War#Stelmakhivka" },
{ lat = "48.849", long = "38.293", mark = mk.rus, marksize = 4--[[205]], position = "none", label = "[[Verkhniokamianka]]", link = "Verkhniokamianka" },
{ lat = "48.877", long = "38.269", mark = mk.rus, marksize = 4--[[631]], position = "none", label = "[[Zolotarivka, Luhansk Oblast|Zolotarivka]]", link = "Territorial control during the Russo-Ukrainian War#Zolotarivka" },
-- PENDING
{ lat = "48.477", long = "38.797", mark = mk.rus, marksize = 16, label = "[[Alchevsk]]", link = "Alchevsk", label_size = 80, position = "top" },
{ lat = "48.117", long = "39.083", mark = mk.rus, marksize = 14, label = "[[Antratsyt]]", label_size = 0, link = "Antratsyt", position = "top" },
{ lat = "48.440", long = "38.742", mark = mk.rus, marksize = 8, label = "[[Artemivsk, Luhansk Oblast|Artemivsk]]", label_size = 0, link = "Artemivsk, Luhansk Oblast", position = "top" },
{ lat = "48.501", long = "39.049", mark = mk.rus, marksize = 8, label = "Bile", label_size = 0, position = "left" },
{ lat = "48.927", long = "38.249", mark = mk.grz, marksize = 6, label = "[[Bilohorivka, Luhansk Oblast|Bilohorivka]]", link = "Territorial control during the Russo-Ukrainian War#Bilohorivka", label_size = 50, position = "bottom" },
{ lat = "49.530", long = "38.733", mark = mk.rus, marksize = 8, label = "[[Bilokurakyne]]", label_size = 65, link = "Bilokurakyne", position = "top" },
{ lat = "49.699", long = "39.028", mark = mk.rus, marksize = 6, label = "[[Bilolutsk]]", label_size = 50, link = "Bilolutsk", position = "top" },
{ lat = "49.209", long = "39.590", mark = mk.rus, marksize = 8, label = "[[Bilovodsk]]", link = "Territorial control during the Russo-Ukrainian War#Bilovodsk", label_size = 65, position = "top" },
{ lat = "48.871", long = "38.564", mark = mk.rus, marksize = 8, label = "Borivske", label_size = 0, link = "uk:Борівське (смт)", position = "right" },
{ lat = "48.513", long = "38.643", mark = mk.rus, marksize = 12, label = "[[Brianka]]", label_size = 0, link = "Brianka", position = "top" },
{ lat = "48.073", long = "39.797", mark = mk.rus, marksize = 10, label = "[[Chervonopartyzansk]]", label_size = 0, link = "Chervonopartyzansk", position = "top" },
--{ lat = "49.295", long = "38.944", mark = mk.rus, marksize = 6, label = "[[Chmyrivka]]", label_size = 0, link = "Territorial control during the Russo-Ukrainian War#Chmyrivka", position = "top" },
{ lat = "48.324", long = "38.521", mark = mk.rus, marksize = 8, label = "[[Chornukhyne]]", label_size = 0, link = "Chornukhyne", position = "bottom" },
{ lat = "48.040", long = "39.440", mark = mk.rus, marksize = 8, label = "[[Dzerzhynskyi]]", label_size = 0, link = "Dzerzhynskyi", position = "bottom" },
--{ lat = "48.426", long = "39.255", mark = mk.rus, marksize = 8, label = "Heorhiivka", label_size = 0, link = "uk:Георгіївка (смт)", position = "top" },
{ lat = "48.742", long = "38.494", mark = mk.rus, marksize = 8, label = "[[Hirske]]", label_size = 0, link = "Hirske", position = "left" },
{ lat = "49.246", long = "37.915", mark = mk.ukr, marksize = 6, label = "Hrekivka", link = "Territorial control during the Russo-Ukrainian War#Hrekivka", label_size = 0 },
{ lat = "48.601", long = "38.592", mark = mk.rus, marksize = 8, label = "[[Irmino]]", label_size = 0, link = "Irmino", position = "top" },
{ lat = "48.235", long = "38.942", mark = mk.rus, marksize = 8, label = "Ivanivka", label_size = 0, link = "uk:Іванівка (Антрацитівський район)", position = "right" },
--{ lat = "48.665", long = "38.472", mark = mk.rus, marksize = 6, label = "[[Katerynivka, Popasna Raion|Katerynivka]]", label_size = 0, link = "Katerynivka, Popasna Raion", position = "top" },
{ lat = "48.638", long = "38.643", mark = mk.rus, marksize = 12, label = "[[Kirovsk, Luhansk Oblast|Kirovsk]]", label_size = 0, link = "Kirovsk, Luhansk Oblast", position = "top" },
{ lat = "48.300", long = "39.733", mark = mk.rus, marksize = 12, label = "[[Krasnodon]]", label_size = 80, link = "Krasnodon", position = "bottom" },
{ lat = "49.210", long = "38.208", mark = mk.rus, marksize = 6, label = "[[Krasnorichenske]]", label_size = 50, link = "Territorial control during the Russo-Ukrainian War#Krasnorichenske", position = "right" },
{ lat = "48.133", long = "38.933", mark = mk.rus, marksize = 14, label = "[[Krasnyi Luch]]", link = "Territorial control during the Russo-Ukrainian War#Krasnyi Luch", label_size = 90, position = "top" },
--{ lat = "49.050", long = "38.217", mark = "Map-arcSW-blue.svg", marksize = 14 },
{ lat = "49.050", long = "38.217", mark = mk.rus, marksize = 10, label = "[[Kreminna]]", label_size = 70, link = "Kreminna", position = "top" },
{ lat = "48.074", long = "39.059", mark = mk.rus, marksize = 8, label = "Kripenskyi", label_size = 0, link = "uk:Кріпенський", position = "bottom" },
{ lat = "48.804", long = "38.415", mark = mk.rus, marksize = 6, label = "[[Loskutivka]]", label_size = 0, position = "top" },
{ lat = "48.567", long = "39.333", mark = mk.rus, marksize = 20, label = "[[Luhansk]]", link = "Territorial control during the Russo-Ukrainian War#Luhansk", label_size = 110, position = "bottom" },
{ lat = "48.418", long = "39.375", mark = "Fighter-jet-red-icon.svg", marksize = 12, label = "[[Luhansk International Airport]]", link = "Luhansk International Airport", label_size = 0, position = "bottom" },
--{ lat = "48.749", long = "39.264", mark = "Icon NuclearPowerPlant-red.svg", marksize = 12, label = "[[Luhansk power station]]", link = "Luhansk power station", label_size = 0, position = "top" },
{ lat = "48.402", long = "39.210", mark = mk.rus, marksize = 10, label = "[[Lutuhyne]]", label_size = 70, link = "Lutuhyne", position = "bottom" },
{ lat = "48.907", long = "38.432", mark = mk.rus, marksize = 14, label = "[[Lysychansk]]", link = "Battle of Lysychansk", label_size = 90, position = "bottom" },
{ lat = "49.220", long = "37.984", mark = mk.rus, marksize = 6, label = "[[Makiivka, Luhansk Oblast|Makiivka]]", link = "Territorial control during the Russo-Ukrainian War#Makiivka (Svatove Raion)", label_size = 50, position = "bottom" },
{ lat = "49.521", long = "39.562", mark = mk.rus, marksize = 8, label = "[[Markivka]]", label_size = 65, link = "Markivka", position = "top" },
{ lat = "48.930", long = "38.550", mark = mk.rus, marksize = 4, label = "[[Metiolkine]]", link = "Metiolkine", label_size = 0},
{ lat = "49.376", long = "40.142", mark = mk.rus, marksize = 8, label = "[[Milove]]", label_size = 65, link = "Milove", position = "left" },
{ lat = "48.344", long = "39.658", mark = mk.rus, marksize = 12, label = "[[Molodohvardiisk]]", label_size = 0, link = "Molodohvardiisk", position = "top" },
--{ lat = "48.810", long = "38.477", mark = mk.rus, marksize = 6, label = "[[Myrna Dolyna]]", label_size = 0, link = "Myrna_Dolyna", position = "top" },
{ lat = "48.591", long = "39.520", mark = mk.rus, marksize = 6, label = "[[Mykolaivka, Luhansk_Oblast|Mykolaivka]]", label_size = 50, link = "Mykolaivka, Luhansk_Oblast", position = "top" },
{ lat = "49.167", long = "37.975", mark = mk.rus, marksize = 6, label = "Nevske", label_size = 50, position = lp.r, link = "Territorial control during the Russo-Ukrainian War#Nevske" },
{ lat = "48.972", long = "39.006", mark = mk.rus, marksize = 8, label = "[[Novoaidar]]", label_size = 65, link = "Novoaidar", position = "top" },
{ lat = "48.967", long = "38.350", mark = mk.rus, marksize = 8, label = "[[Novodruzhesk]]", label_size = 0, link = "Novodruzhesk", position = "left" },
{ lat = "48.725", long = "38.633", mark = mk.rus, marksize = 6, label = "[[Novotoshkivske]]", link = "Territorial control during the Russo-Ukrainian War#Novotoshkivske", label_size = 0 },
{ lat = "48.389", long = "38.693", mark = mk.rus, marksize = 6, label = "[[Novoselivka]]", link = "Territorial control during the Russo-Ukrainian War#Novoselivka", label_size = 0 },
--{ lat = "49.521", long = "37.953", mark = "Map-arcWW-blue.svg", marksize = 10 },
{ lat = "49.521", long = "37.953", mark = mk.rus, marksize = 6, label = "[[Novoselivske, Luhansk Oblast|Novoselivske]]", link = "Territorial control during the Russo-Ukrainian War#Novoselivske", label_size = 50, position = "right" },
{ lat = "49.484", long = "39.133", mark = mk.rus, marksize = 8, label = "[[Novopskov]]", label_size = 65, link = "Novopskov", position = "bottom" },
--{ lat = "48.771", long = "38.620", mark = mk.rus, marksize = 6, label = "[[Nyzhnie, Luhansk Oblast|Nyzhnie]]", label_size = 0, link = "Territorial control during the Russo-Ukrainian War#Nyzhnie, Luhansk Oblast", position = "bottom" },
{ lat = "49.583", long = "38.168", mark = mk.rus, marksize = 6, label = "[[Nyzhnia Duvanka]]", label_size = 50, link = "Territorial control during the Russo-Ukrainian War#Nyzhnia Duvanka", position = "top" },
--{ lat = "48.583", long = "39.183", mark = mk.rus, marksize = 8, label = "[[Oleksandrivsk]]", label_size = 0, link = "Oleksandrivsk", position = "top" },
--{ lat = "48.721", long = "38.572", mark = mk.rus, marksize = 6, label = "[[Orikhove, Sievierodonetsk Raion|Orikhove]]", link = "Territorial control during the Russo-Ukrainian War#Orikhove, Sievierodonetsk Raion", label_size = 0 },
{ lat = "48.433", long = "38.817", mark = mk.rus, marksize = 12, label = "[[Perevalsk]]", label_size = 0, link = "Perevalsk", position = "top" },
{ lat = "48.633", long = "38.517", mark = mk.rus, marksize = 12, label = "[[Pervomaisk, Luhansk Oblast|Pervomaisk]]", label_size = 0, link = "Pervomaisk, Luhansk Oblast", position = "top" },
{ lat = "48.300", long = "38.878", mark = mk.rus, marksize = 10, label = "[[Petrovske]]", label_size = 70, link = "Petrovske", position = "top" },
--{ lat = "48.805", long = "38.445", mark = mk.rus, marksize = 6, label = "[[Pidlisne]]", label_size = 0, position = "left" },
{ lat = "48.633", long = "38.380", mark = mk.rus, marksize = 10, label = "[[Popasna]]", label_size = 70, link = "Territorial control during the Russo-Ukrainian War#Popasna", position = "bottom" },
{ lat = "49.007", long = "38.300", mark = mk.rus, marksize = 8, label = "[[Pryvillia]]", label_size = 0, link = "Pryvillia", position = "left" },
--{ lat = "48.790", long = "38.412", mark = mk.rus, marksize = 6, label = "[[Rai-Oleksandrivka]]", label_size = 0, position = "top" },
{ lat = "48.559", long = "39.028", mark = mk.rus, marksize = 8, label = "Rodakove", label_size = 0, position = "top" },
{ lat = "48.071", long = "39.343", mark = mk.rus, marksize = 12, label = "[[Rovenky]]", label_size = 80, link = "Rovenky", position = "bottom" },
{ lat = "49.017", long = "38.367", mark = mk.rus, marksize = 14, label = "[[Rubizhne]]", label_size = 90, link = "Rubizhne", position = "right" },
{ lat = "49.361", long = "37.958", mark = mk.rus, marksize = 6, label = "[[Serhiivka, Luhansk Oblast|Serhiivka]]", label_size = 50, link = "Territorial control during the Russo-Ukrainian War#Serhiivka, Svatove Raion", position = "right" },
{ lat = "48.733", long = "39.229", mark = mk.rus, marksize = 10, label = "[[Shchastia]]", link = "Shchastia", label_size = 70, position = "top" },
{ lat = "48.950", long = "38.483", mark = mk.rus, marksize = 16, label = "[[Sievierodonetsk]]", label_size = 80, link = "Battle of Sievierodonetsk (2022)", position = "right" },
--{ lat = "48.942", long = "38.473", mark = "Icon NuclearPowerPlant-red.svg", marksize = 12, label = "[[Azot (Sievierodonetsk)]]", label_size = 0, link = "Azot (Sievierodonetsk)" },
{ lat = "48.900", long = "38.540", mark = "Fighter-jet-red-icon.svg", marksize = 10, label = "[[Sievierodonetsk Airport]]", label_size = 0, link = "Sievierodonetsk Airport", position = "bottom" },
{ lat = "48.698", long = "38.977", mark = mk.rus, marksize = 8, label = "[[Slovianoserbsk]]", label_size = 0, link = "Slovianoserbsk", position = "top" },
{ lat = "48.560", long = "38.649", mark = mk.rus, marksize = 14, label = "[[Stakhanov, Ukraine|Stakhanov]]", link = "Stakhanov, Ukraine", label_size = 0, position = "top" },
{ lat = "48.667", long = "39.467", mark = mk.rus, marksize = 10, label = "[[Stanytsia Luhanska]]", label_size = 70, link = "Stanytsia Luhanska", position = "right" },
{ lat = "49.277", long = "38.924", mark = mk.rus, marksize = 12, label = "[[Starobilsk]]", link = "Territorial control during the Russo-Ukrainian War#Starobilsk", label_size = 80, position = "top" },
{ lat = "48.354", long = "39.722", mark = mk.rus, marksize = 12, label = "[[Sukhodilsk]]", label_size = 80, link = "Sukhodilsk", position = "top" },
{ lat = "49.409", long = "38.162", mark = mk.rus, marksize = 10, label = "[[Svatove]]", label_size = 70, link = "Svatove", position = "right" },
{ lat = "48.075", long = "39.655", mark = mk.rus, marksize = 14, label = "[[Sverdlovsk, Luhansk Oblast|Sverdlovsk]]", label_size = 90, link = "Sverdlovsk, Luhansk Oblast", position = "top" },
--{ lat = "48.838", long = "39.421", mark = mk.rus, marksize = 8, label = "Teple", label_size = 65, position = "top" },
{ lat = "48.524", long = "38.376", mark = mk.rus, marksize = 6, label = "[[Troitske, Sievierodonetsk Raion|Troitske]]", label_size = 0, link = "Troitske, Sievierodonetsk Raion", position = "top" },
{ lat = "48.779", long = "38.558", mark = mk.rus, marksize = 6, label = "[[Toshkivka]]", label_size = 0, link = "Territorial control during the Russo-Ukrainian War#Toshkivka", position = "top" },
{ lat = "49.905", long = "38.302", mark = mk.rus, marksize = 8, label = "[[Troitske]]", label_size = 60, link = "Troitske", position = "bottom" },
{ lat = "48.759", long = "38.963", mark = mk.rus, marksize = 6, label = "[[Trokhizbenka]]", link = "Trokhizbenka", label_size = 0, position = "top" },
--{ lat = "48.391", long = "39.153", mark = mk.rus, marksize = 8, label = "[[Uspenka]]", label_size = 0, link = "Uspenka", position = "left" },
--{ lat = "48.822", long = "38.562", mark = mk.rus, marksize = 6, label = "[[Ustynivka, Sievierodonetsk Raion|Ustynivka]]", label_size = 0, link = "Territorial control during the Russo-Ukrainian War#Ustynivka, Sievierodonetsk Raion", position = "left" },
{ lat = "48.161", long = "38.839", mark = mk.rus, marksize = 10, label = "[[Vakhrusheve]]", label_size = 0, link = "Vakhrusheve", position = "top" },
--{ lat = "48.897", long = "38.573", mark = mk.rus, marksize = 6, label = "[[Voronove, Luhansk Oblast|Voronove]]", label_size = 0 },
--{ lat = "48.980", long = "38.446", mark = mk.rus, marksize = 6, label = "Voevodivka", link = "Territorial control during the Russo-Ukrainian War#Voevodivka, Luhansk Oblast", label_size = 0 },
{ lat = "48.160", long = "39.216", mark = mk.rus, marksize = 8, label = "[[Yasenivskyi]]", label_size = 0, link = "Yasenivskyi", position = "top" },
{ lat = "48.553", long = "39.174", mark = mk.rus, marksize = 10, label = "[[Katerynivka, Luhansk Oblast|Katerynivka]]", label_size = 0, link = "Katerynivka, Luhansk Oblast", position = "bottom" },
--{ lat = "49.097", long = "38.170", mark = mk.rus, marksize = 6, label = "Zhytlivka", label_size = 0 },
{ lat = "48.693", long = "38.515", mark = mk.rus, marksize = 10, label = "[[Zolote]]", label_size = 0, link = "Zolote", position = "left" },
{ lat = "48.417", long = "38.617", mark = mk.rus, marksize = 8, label = "[[Zorynsk]]", label_size = 0, link = "Zorynsk", position = "left" },
{ lat = "48.583", long = "38.933", mark = mk.rus, marksize = 8, label = "[[Zymohiria]]", label_size = 65, link = "Zymohiria", position = "top" },
--Lviv Oblast
{ lat = "49.289", long = "23.419", mark = mk.ukr, marksize = 12, label = "[[Boryslav]]", label_size = 80, link = "Boryslav", position = "left" },
{ lat = "50.083", long = "25.148", mark = mk.ukr, marksize = 12, label = "[[Brody]]", label_size = 80, link = "Brody", position = "bottom" },
{ lat = "50.133", long = "25.166", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Brody Air Base]]", label_size = 0, link = "Brody Air Base", position = "bottom" },
{ lat = "50.394", long = "24.240", mark = mk.ukr, marksize = 14, label = "[[Chervonohrad]]", label_size = 90, link = "Control of cities during the Russo-Ukrainian_War#Chervonohrad", position = "bottom" },
{ lat = "49.350", long = "23.500", mark = mk.ukr, marksize = 14, label = "[[Drohobych]]", link = "Territorial control during the Russo-Ukrainian War#Drohobych", label_size = 90, position = "top" },
{ lat = "49.783", long = "23.644", mark = mk.ukr, marksize = 10, link = "Horodok, Lviv Oblast" },
{ lat = "49.738", long = "23.668", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Horodok Air Base]]", label_size = 0, link = "Horodok Air Base", position = "bottom" },
{ lat = "49.550", long = "23.335", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Kalyniv (airfield)]]", label_size = 0, link = "Kalyniv (airfield)", position = "bottom" },
{ lat = "49.288", long = "24.198", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Liubsha Air Base]]", label_size = 0, link = "Liubsha Air Base", position = "bottom" },
{ lat = "49.830", long = "24.014", mark = mk.ukr, marksize = 24, label = "[[Lviv]]", link = "Territorial control during the Russo-Ukrainian War#Lviv", label_size = 120, position = "bottom" },
{ lat = "49.812", long = "23.940", mark = "Fighter-jet-blue-icon.svg", marksize = 12, label = "[[Lviv International Airport]]", link = "Lviv Danylo Halytskyi International Airport", label_size = 0, position = "right" },
{ lat = "49.525", long = "23.979", mark = mk.ukr, marksize = 10, link = "Mykolaiv, Lviv Oblast" },
{ lat = "49.931", long = "23.573", mark = mk.ukr, marksize = 12, label = "[[Novoiavorivsk]]", label_size = 80, link = "Novoiavorivsk", position = "bottom" },
{ lat = "49.470", long = "24.137", mark = mk.ukr, marksize = 12, label = "[[Novyi Rozdil]]", label_size = 80, link = "Novyi Rozdil", position = "bottom" },
{ lat = "49.517", long = "23.203", mark = mk.ukr, marksize = 12, label = "[[Sambir]]", label_size = 80, link = "Sambir", position = "left" },
{ lat = "50.483", long = "24.283", mark = mk.ukr, marksize = 12, label = "[[Sokal]]", label_size = 80, link = "Sokal", position = "top" },
{ lat = "49.300", long = "23.567", mark = mk.ukr, marksize = 12, label = "[[Stebnyk]]", label_size = 80, link = "Stebnyk", position = "right" },
{ lat = "49.250", long = "23.850", mark = mk.ukr, marksize = 14, label = "[[Stryi]]", label_size = 90, link = "Stryi", position = "right" },
{ lat = "49.243", long = "23.787", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Stryi Air Base]]", link = "Stryi Air Base", label_size = 0, position = "right" },
{ lat = "49.278", long = "23.506", mark = mk.ukr, marksize = 12, label = "[[Truskavets]]", link = "Territorial control during the Russo-Ukrainian War#Truskavets", label_size = 80, position = "bottom" },
{ lat = "49.816", long = "24.130", mark = mk.ukr, marksize = 10, link = "Vynnyky" },
{ lat = "49.947", long = "23.393", mark = mk.ukr, marksize = 10, link = "Yavoriv" },
{ lat = "50.006", long = "23.500", mark = "Abm-blue-icon.png", marksize = 12, label = "[[Yavoriv military base]]", link = "Yavoriv military base", label_size = 0, position = "right" },
{ lat = "50.055", long = "23.977", mark = mk.ukr, marksize = 10, link = "Zhovkva" },
{ lat = "49.807", long = "24.903", mark = mk.ukr, marksize = 12, label = "[[Zolochiv, Lviv Oblast|Zolochiv]]", label_size = 80, link = "Zolochiv, Lviv Oblast", position = "left" },
--Mykolaiv Oblast
{ lat = "47.912", long = "31.316", mark = mk.ukr, marksize = 8, label = "[[Arbuzynka]]", link = "Arbuzynka", label_size = 65, position = "top" },
{ lat = "46.944", long = "32.780", mark = mk.ukr, marksize = 6, label = "[[Barativka, Bashtanka Raion, Mykolaiv Oblast|Barativka]]", link = "Territorial control during the Russo-Ukrainian War#Mykolaiv Oblast", label_size = 50, position = "top" },
{ lat = "47.410", long = "32.441", mark = mk.ukr, marksize = 10, label = "[[Bashtanka]]", link = "Bashtanka", label_size = 70, position = "top" },
{ lat = "47.310", long = "32.849", mark = mk.ukr, marksize = 8, label = "[[Bereznehuvate]]", link = "Bereznehuvate", label_size = 60, position = "left" },
--{ lat = "47.033", long = "32.547", mark = mk.ukr, marksize = 6, label = "[[Blahodatne,_Mykolaiv_Raion|Blahodatne]]", link = "Territorial control during the Russo-Ukrainian War#Blahodatne, Mykolaiv Raion", label_size = 0 },
{ lat = "47.868", long = "31.577", mark = mk.ukr, marksize = 8, label = "[[Bratske]]", link = "Bratske", label_size = 65, position = "top" },
{ lat = "47.628", long = "30.990", mark = mk.ukr, marksize = 8, label = "[[Domanivka]]", link = "Domanivka", label_size = 65, position = "bottom" },
{ lat = "47.834", long = "32.834", mark = mk.ukr, marksize = 8, label = "[[Kazanka, Ukraine|Kazanka]]", link = "Kazanka, Ukraine", label_size = 65, position = "top" },
{ lat = "47.947", long = "30.341", mark = mk.ukr, marksize = 8, label = "[[Kryve Ozero]]", link = "Kryve Ozero", label_size = 65, position = "right" },
{ lat = "46.941", long = "32.1", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Kulbakino Air Base]]", link = "Kulbakino Air Base", label_size = 0, position = "top" },
{ lat = "46.975", long = "32.0", mark = mk.ukr, marksize = 20, label = "[[Mykolaiv]]", link = "Territorial control during the Russo-Ukrainian War#Mykolaiv", label_size = 110, position = "left" },
{ lat = "47.058", long = "31.920", mark = "Fighter-jet-blue-icon.svg", marksize = 12, label = "[[Mykolaiv International Airport]]", link = "Mykolaiv International Airport", label_size = 0, position = "top" },
{ lat = "46.94002", long = "31.99842", mark = "Anchor pictogram blue.svg", marksize = 12, label = "[[Port of Mykolaiv]]", link = "Port of Mykolaiv", label_size = 0},
{ lat = "47.309", long = "31.788", mark = mk.ukr, marksize = 10, label = "[[Nova Odesa]]", link = "Nova Odesa", label_size = 70, position = "right" },
{ lat = "47.056", long = "32.670", mark = mk.ukr, marksize = 6, label = "[[Novopetrivka, Bashtanka Raion|Novopetrivka]]", link = "Territorial control during the Russo-Ukrainian War#Novopetrivka, Snihurivka Raion", label_size = 50, position = "left" },
{ lat = "47.697", long = "32.504", mark = mk.ukr, marksize = 10, label = "[[Novyi Buh]]", link = "Novyi Buh", label_size = 70, position = "top" },
{ lat = "46.619", long = "31.539", mark = mk.ukr, marksize = 10, label = "[[Ochakiv]]", link = "Ochakiv", label_size = 70, position = "top" },
{ lat = "46.632", long = "31.583", mark = "Anchor pictogram blue.svg", marksize = 12, label = "[[Port Ochakiv]]", link = "Port Ochakiv", label_size = 0},
{ lat = "46.837", long = "32.762", mark = mk.ukr, marksize = 6, label = "[[Oleksandrivka, Bashtanka Raion|Oleksandrivka]]", link = "Territorial control during the Russo-Ukrainian War#Mykolaiv Oblast", label_size = 50, label_width = 7, position = "bottom" },
{ lat = "47.691", long = "31.276", mark = mk.ukr, marksize = 8, label = "[[Oleksandrivka, Mykolaiv Oblast|Oleksandrivka]]", link = "Oleksandrivka, Mykolaiv Oblast", label_size = 65, position = "right" },
{ lat = "48.045", long = "30.888", mark = mk.ukr, marksize = 14, label = "[[Pervomaisk, Mykolaiv Oblast|Pervomaisk]]", link = "Pervomaisk, Mykolaiv Oblast", label_size = 90, position = "top" },
{ lat = "47.075", long = "32.806", mark = mk.ukr, marksize = 10, label = "[[Snihurivka]]", link = "Snihurivka", label_size = 70, position = "bottom" },
{ lat = "46.697", long = "31.979", mark = mk.ukr, marksize = 6, label = "[[Territorial control during the Russo-Ukrainian War#Lupareve|Lupareve]]", label_size = 0 },
{ lat = "46.486", long = "31.699", mark = mk.rus, marksize = 6, label = "[[Pokrovka, Mykolaiv Raion|Pokrovka]]", link = "Territorial control during the Russo-Ukrainian War#Mykolaiv Oblast", label_size = 50, position = "left" },
{ lat = "46.536389", long = "31.611667", mark = mk.rus, marksize = 6, label = "[[Pokrovske, Mykolaiv Raion, Mykolaiv Oblast|Pokrovske]]", link = "Territorial control during the Russo-Ukrainian War#Mykolaiv Oblast", label_size = 50, position = "left" },
{ lat = "46.779", long = "32.093", mark = mk.ukr, marksize = 6, label = "[[Prybuzke, Mykolaiv Raion, Mykolaiv Oblast|Prybuzke]]", label_size = 0 },
--{ lat = "46.86", long = "32.196", mark = mk.ukr, marksize = 6, label = "[[Shevchenkove, Shevchenkove rural hromada, Mykolaiv Raion, Mykolaiv Oblast|Shevchenkove]]", link = "Territorial control during the Russo-Ukrainian War#Shevchenkove, Mykolaiv Raion", label_size = 0 },
{ lat = "46.904", long = "32.472", mark = mk.ukr, marksize = 6, label = "[[Tsentralne, Mykolaiv Raion, Mykolaiv Oblast|Tsentralne]]", link = "Territorial control during the Russo-Ukrainian War#Mykolaiv Oblast", label_size = 50, position = "left" },
--{ lat = "46.826", long = "32.141", mark = mk.ukr, marksize = 6, label = "[[Ukrainka, Halytsynove rural hromada, Mykolaiv Raion, Mykolaiv Oblast|Ukrainka]]", link = "Territorial control during the Russo-Ukrainian War#Ukrainka, Mykolaiv Raion", label_size = 0 },
{ lat = "46.529", long = "31.790", mark = mk.rus, marksize = 6, label = "[[Vasylivka, Ochakiv urban hromada, Mykolaiv Raion, Mykolaiv Oblast|Vasylivka]]", link = "Territorial control during the Russo-Ukrainian War#Vasylivka, Mykolaiv Raion", label_size = 50, position = "top" },
{ lat = "47.356", long = "31.238", mark = mk.ukr, marksize = 8, label = "[[Veselynove]]", link = "Veselynove", label_size = 65, position = "top" },
{ lat = "47.561", long = "31.336", mark = mk.ukr, marksize = 12, label = "[[Voznesensk]]", link = "Voznesensk", label_size = 80, position = "right" },
{ lat = "47.866", long = "30.591", mark = mk.ukr, marksize = 8, label = "[[Vradiivka]]", link = "Vradiivka", label_size = 65, position = "bottom" },
{ lat = "47.191", long = "32.263", mark = mk.ukr, marksize = 6, label = "[[Territorial control during the Russo-Ukrainian War#Mykolaiv Oblast|Vynohradivka]]", link = "Territorial control during the Russo-Ukrainian War#Vynohradivka, Bashtanka Raion", label_size = 50, position = "right"},
{ lat = "47.823", long = "31.182", mark = mk.ukr, marksize = 12, label = "[[Pivdennoukrainsk]]", link = "Pivdennoukrainsk", label_size = 80, position = "bottom" },
{ lat = "47.81", long = "31.22", mark = "Icon NuclearPowerPlant-blue.svg", marksize = 12, label = "[[South Ukraine Nuclear Power Plant|Pivdennoukrainsk Nuclear Power Station]]", link = "South Ukraine Nuclear Power Plant", label_size = 0 },
--Odesa Oblast
{ lat = "47.715", long = "29.991", mark = mk.ukr, marksize = 8, label = "[[Ananiv]]", link = "Ananiv", label_size = 65, position = "bottom" },
{ lat = "45.979", long = "29.424", mark = mk.ukr, marksize = 10, label = "[[Artsyz]]", link = "Artsyz", label_size = 70, position = "top" },
{ lat = "46.468", long = "30.614", mark = mk.ukr, marksize = 8, label = "[[Avanhard, Odesa Oblast|Avanhard]]", link = "Avanhard, Odesa Oblast", label_size = 0, position = "left" },
{ lat = "47.937", long = "29.629", mark = mk.ukr, marksize = 10, label = "[[Balta, Ukraine|Balta]]", link = "Balta, Ukraine", label_size = 70, position = "top" },
{ lat = "47.204", long = "30.916", mark = mk.ukr, marksize = 8, label = "[[Berezivka]]", link = "Berezivka", label_size = 65, position = "left" },
{ lat = "46.186", long = "30.342", mark = mk.ukr, marksize = 12, label = "[[Bilhorod-Dnistrovskyi]]", link = "Bilhorod-Dnistrovskyi", label_size = 80, position = "left" },
{ lat = "46.183", long = "30.375", mark = "Anchor pictogram blue.svg", marksize = 10, label = "[[Bilhorod-Dnistrovsky Seaport]]", link = "Bilhorod-Dnistrovsky Seaport", label_size = 0},
{ lat = "46.490", long = "30.202", mark = mk.ukr, marksize = 10, label = "[[Biliaivka]]", link = "Biliaivka", label_size = 70, position = "top" },
{ lat = "45.684", long = "28.614", mark = mk.ukr, marksize = 10, label = "[[Bolhrad]]", link = "Bolhrad", label_size = 70, position = "right" },
{ lat = "46.295", long = "30.648", mark = mk.ukr, marksize = 14, label = "[[Chornomorsk]]", link = "Chornomorsk", label_size = 90, position = "right" },
{ lat = "46.328", long = "30.659", mark = "Anchor pictogram blue.svg", marksize = 10, label = "[[Port of Chornomorsk]]", link = "Port of Chornomorsk", label_size = 0},
{ lat = "46.585", long = "30.945", mark = mk.ukr, marksize = 8, label = "[[Chornomorske, Odesa Oblast|Chornomorske]]", link = "Chornomorske, Odesa Oblast", label_size = 65, position = "left" },
{ lat = "46.821", long = "30.946", mark = mk.ukr, marksize = 8, label = "[[Dobroslav, Ukraine|Dobroslav]]", link = "Dobroslav, Ukraine", label_size = 60, position = "left" },
{ lat = "45.350", long = "28.850", mark = mk.ukr, marksize = 14, label = "[[Izmail]]", link = "Izmail", label_size = 90, position = "top" },
{ lat = "45.396", long = "28.801", mark = "Fighter-jet-blue-icon.svg", marksize = 12, label = "[[Izmail International Airport]]", link = "Izmail International Airport", label_size = 0},
{ lat = "45.465", long = "29.248", mark = mk.ukr, marksize = 10, label = "[[Kiliia]]", link = "Kiliia", label_size = 70, position = "top" },
{ lat = "48.100", long = "29.124", mark = mk.ukr, marksize = 8, label = "[[Kodyma]]", link = "Kodyma", label_size = 65, position = "bottom" },
{ lat = "47.833", long = "30.257", mark = mk.ukr, marksize = 8, label = "[[Liubashivka]]", link = "Liubashivka", label_size = 65, position = "left" },
{ lat = "46.679", long = "29.974", mark = mk.ukr, marksize = 8, label = "[[Lymanske, Rozdilna Raion, Odesa Oblast|Lymanske]]", link = "Lymanske, Rozdilna Raion, Odesa Oblast", label_size = 65, position = "right" },
{ lat = "46.669", long = "30.011", mark = "Fighter-jet-blue-icon.svg", marksize = 12, label = "[[Lymanske International Airport]]", link = "Lymanske International Airport", label_size = 0},
{ lat = "46.467", long = "30.735", mark = mk.ukr, marksize = 28, label = "[[Odesa]]", link = "Territorial control during the Russo-Ukrainian War#Odesa", label_size = 130, position = "right" },
{ lat = "46.426", long = "30.678", mark = "Fighter-jet-blue-icon.svg", marksize = 12, label = "[[Odesa International Airport]]", link = "Odesa International Airport", label_size = 0},
{ lat = "47.536", long = "29.456", mark = mk.ukr, marksize = 8, label = "[[Okny]]", link = "Okny", label_size = 65, position = "top" },
{ lat = "46.329", long = "30.631", mark = mk.ukr, marksize = 8, label = "[[Oleksandrivka, Chornomorsk urban hromada, Odesa Raion, Odesa Oblast|Oleksandrivka]]", link = "Oleksandrivka, Chornomorsk urban hromada, Odesa Raion, Odesa Oblast", label_size = 0, position = "right" },
{ lat = "46.252", long = "30.437", mark = mk.ukr, marksize = 10, label = "[[Ovidiopol]]", link = "Ovidiopol", label_size = 70, position = "left" },
{ lat = "47.759", long = "29.534", mark = mk.ukr, marksize = 12, label = "[[Podilsk]]", link = "Podilsk", label_size = 80, position = "top" },
{ lat = "46.503", long = "30.744", mark = "Anchor pictogram blue.svg", marksize = 12, label = "[[Port of Odesa]]", link = "Port of Odesa", label_size = 0},
{ lat = "45.457", long = "28.289", mark = mk.ukr, marksize = 10, label = "[[Reni, Ukraine|Reni]]", link = "Reni, Ukraine", label_size = 70, position = "right" },
{ lat = "46.855", long = "30.075", mark = mk.ukr, marksize = 10, label = "[[Rozdilna]]", link = "Rozdilna", label_size = 70, position = "top" },
{ lat = "48.135", long = "30.077", mark = mk.ukr, marksize = 8, label = "[[Savran, Odesa Oblast|Savran]]", link = "Savran, Odesa Oblast", label_size = 65, position = "bottom" },
{ lat = "46.029", long = "30.365", mark = mk.ukr, marksize = 8, label = "[[Serhiivka, Serhiivka settlement hromada, Bilhorod-Dnistrovskyi Raion, Odesa Oblast|Serhiivka]]", link = "Serhiivka, Serhiivka settlement hromada, Bilhorod-Dnistrovskyi Raion, Odesa Oblast", label_size = 60, position = "left" },
{ lat = "45.255", long = "30.204", mark = mk.ukr, marksize = 6, label = "[[Snake Island (Ukraine)|Snake Island]]", link = "Snake Island (Ukraine)", label_size = 65, position = "top" },
{ lat = "47.376", long = "30.196", mark = mk.ukr, marksize = 8, label = "[[Shyriaieve]]", link = "Shyriaieve", label_size = 65, position = "top" },
{ lat = "46.189", long = "29.147", mark = mk.ukr, marksize = 8, label = "[[Bessarabske]]", link = "Bessarabske", label_size = 65, position = "right" },
{ lat = "45.839", long = "29.615", mark = mk.ukr, marksize = 10, label = "[[Tatarbunary]]", link = "Tatarbunary", label_size = 70, position = "top" },
{ lat = "46.503", long = "30.328", mark = mk.ukr, marksize = 10, label = "[[Teplodar]]", link = "Teplodar", label_size = 70, position = "right" },
{ lat = "47.082", long = "29.851", mark = mk.ukr, marksize = 8, label = "[[Velyka Mykhailivka]]", link = "Velyka Mykhailivka", label_size = 65, position = "top" },
{ lat = "46.343", long = "30.567", mark = mk.ukr, marksize = 10, label = "[[Velykodolynske]]", link = "Velykodolynske", label_size = 70, position = "left" },
{ lat = "45.400", long = "29.596", mark = mk.ukr, marksize = 8, label = "[[Vylkove]]", link = "Vylkove", label_size = 65, position = "top" },
{ lat = "46.624", long = "31.100", mark = mk.ukr, marksize = 12, label = "[[Pivdenne, Odesa Oblast|Pivdenne]]", link = "Pivdenne, Odesa Oblast", label_size = 80, position = "top" },
{ lat = "46.616", long = "31.025", mark = "Anchor pictogram blue.svg", marksize = 10, label = "[[Pivdennyi Port]]", link = "Pivdennyi Port", label_size = 0 },
{ lat = "47.333", long = "29.755", mark = mk.ukr, marksize = 8, label = "[[Zakharivka]]", link = "Zakharivka", label_size = 65, position = "right" },
{ lat = "46.067", long = "30.457", mark = mk.ukr, marksize = 6, label = "[[Zatoka, Odesa Oblast|Zatoka]]", link = "Zatoka, Odesa Oblast", label_size = 0, position = "top" },
--Poltava Oblast
{ lat = "50.367", long = "34", mark = mk.ukr, marksize = 12, label = "[[Hadiach]]", link = "Hadiach", label_size = 80, position = "bottom" },
{ lat = "49.390", long = "33.250", mark = mk.ukr, marksize = 8, label = "[[Hlobyne]]", link = "Hlobyne", label_size = 60, position = "right" },
{ lat = "49.017", long = "33.667", mark = mk.ukr, marksize = 14, label = "[[Horishni Plavni]]", link = "Horishni Plavni", label_size = 90, position = "right" },
{ lat = "50.117", long = "32.417", mark = mk.ukr, marksize = 10, label = "[[Hrebinka]]", link = "Hrebinka", label_size = 70, position = "bottom" },
{ lat = "49.45", long = "35.133", mark = mk.ukr, marksize = 10, label = "[[Karlivka]]", link = "Karlivka", label_size = 70, position = "left" },
{ lat = "49.767", long = "33.267", mark = mk.ukr, marksize = 10, label = "[[Khorol, Poltava Oblast|Khorol]]", link = "Khorol, Poltava Oblast", label_size = 70, position = "right" },
{ lat = "49.133", long = "34.2", mark = mk.ukr, marksize = 8, label = "[[Kobeliaky]]", link = "Kobeliaky", label_size = 60, position = "right" },
{ lat = "49.066", long = "33.416", mark = mk.ukr, marksize = 20, label = "[[Kremenchuk]]", link = "Territorial control during the Russo-Ukrainian War#Kremenchuk", label_size = 110, position = "right" },
{ lat = "49.131", long = "33.475", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Kremenchuk Airport]]", link = "Kremenchuk Airport", label_size = 0, position = "top" },
{ lat = "50.360", long = "33.272", mark = mk.ukr, marksize = 10, label = "[[Lokhvytsia]]", link = "Lokhvytsia", label_size = 70, position = "bottom" },
{ lat = "50.016", long = "32.999", mark = mk.ukr, marksize = 12, label = "[[Lubny]]", link = "Territorial control during the Russo-Ukrainian War#Lubny", label_size = 80, position = "left" },
{ lat = "49.967", long = "33.6", mark = mk.ukr, marksize = 12, label = "[[Myrhorod]]", link = "Territorial control during the Russo-Ukrainian War#Myrhorod", label_size = 80, position = "top" },
{ lat = "49.931", long = "33.639", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Myrhorod Air Base]]", link = "Myrhorod Air Base", label_size = 0, position = "top" },
{ lat = "49.589", long = "34.551", mark = mk.ukr, marksize = 20, label = "[[Poltava]]", link = "Territorial control during the Russo-Ukrainian War#Poltava", label_size = 110, position = "right" },
{ lat = "49.627", long = "34.486", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Poltava Air Base]]", link = "Poltava Air Base", label_size = 0, position = "top" },
{ lat = "49.574", long = "34.399", mark = "Fighter-jet-blue-icon.svg", marksize = 12, label = "[[Poltava International Airport]]", link = "Poltava International Airport", label_size = 0, position = "top" },
{ lat = "50.25", long = "32.533", mark = mk.ukr, marksize = 10, label = "[[Pyriatyn]]", link = "Pyriatyn", label_size = 70, position = "right" },
{ lat = "50.152", long = "32.530", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Pyriatyn Airport]]", link = "Pyriatyn Airport", label_size = 0, position = "top" },
{ lat = "50.383", long = "33.383", mark = mk.ukr, marksize = 8, label = "[[Zavodske, Poltava Oblast|Zavodske]]", link = "Zavodske, Poltava Oblast", label_size = 60, position = "top" },
{ lat = "50.2", long = "34.35", mark = mk.ukr, marksize = 8, label = "[[Zinkiv]]", link = "Zinkiv", label_size = 60, position = "bottom" },
--Rivne Oblast
{ lat = "50.997", long = "26.739", mark = mk.ukr, marksize = 10, link = "Berezne" },
{ lat = "50.393", long = "25.735", mark = mk.ukr, marksize = 12, label = "[[Dubno]]", link = "Dubno", label_size = 80, position = "left" },
{ lat = "50.883", long = "26.451", mark = mk.ukr, marksize = 12, label = "[[Kostopil]]", link = "Territorial control during the Russo-Ukrainian War#Kostopil", label_size = 80, position = "top" },
{ lat = "50.333", long = "26.517", mark = mk.ukr, marksize = 10, link = "Ostroh" },
{ lat = "50.616", long = "26.25", mark = mk.ukr, marksize = 20, label = "[[Rivne]]", link = "Territorial control during the Russo-Ukrainian War#Rivne", label_size = 110, position = "right" },
{ lat = "50.607", long = "26.142", mark = "Fighter-jet-blue-icon.svg", marksize = 12, label = "[[Rivne International Airport]]", link = "Rivne International Airport", label_size = 0, position = "top" },
{ lat = "51.337", long = "26.606", mark = mk.ukr, marksize = 12, label = "[[Sarny]]", label_size = 80, link = "Sarny", position = "top" },
{ lat = "50.450", long = "25.833", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Dubno Air Base]]", link = "Dubno Air Base", label_size = 0, position = "top" },
{ lat = "51.345", long = "25.851", mark = mk.ukr, marksize = 12, label = "[[Varash]]", link = "Varash", label_size = 80, position = "top" },
{ lat = "50.509", long = "26.260", mark = mk.ukr, marksize = 12, label = "[[Zdolbuniv]]", label_size = 80, link = "Zdolbuniv", position = "bottom" },
-- Nuclear power plant below, so that it is drawn on top
{ lat = "51.325", long = "25.895", mark = "Icon NuclearPowerPlant-blue.svg", marksize = 12, label = "[[Rivne Nuclear Power Plant]]", link = "Rivne Nuclear Power Plant", label_size = 0, position = "left" },
--Sumy Oblast
-- Villages
{ lat = "51.252", long = "34.252", mark = mk.grz, marksize = 6, label_size = 50--[[854]], position = lp.b, label = "[[Ryzhivka]]", link = "Territorial control during the Russo-Ukrainian War#Ryzhivka" },
-- PENDING
{ lat = "51.149", long = "34.318", mark = mk.ukr, marksize = 10, label = "[[Bilopillia]]", link = "Bilopillia", label_size = 70, position = "bottom" },
{ lat = "51.195", long = "33.826", mark = mk.ukr, marksize = 8, label = "[[Buryn]]", link = "Buryn", label_size = 60, position = "left" },
{ lat = "51.850", long = "34.050", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Chervone-Pustohorod]]", link = "Chervone-Pustohorod", label_size = 0, position = "right" },
{ lat = "51.678", long = "33.912", mark = mk.ukr, marksize = 12, label = "[[Hlukhiv]]", link = "Hlukhiv", label_size = 80, position = "top" },
{ lat = "51.077", long = "34.772", mark = mk.ukr, marksize = 6, label = "[[Khotin, Sumy Oblast|Khotin]]", link = "Khotin, Sumy Oblast", label_size = 0, position = "top" },
{ lat = "51.216", long = "33.2", mark = mk.ukr, marksize = 14, label = "[[Konotop]]", link = "Territorial control during the Russo-Ukrainian War#Konotop", label_size = 90, position = "bottom" },
{ lat = "50.767", long = "35.268", mark = mk.ukr, marksize = 8, label = "[[Krasnopillia]]", link = "Krasnopillia", label_size = 60, position = "left" },
{ lat = "51.549", long = "33.386", mark = mk.ukr, marksize = 12, label = "[[Krolevets]]", link = "Krolevets", label_size = 80, position = "top" },
{ lat = "50.584", long = "34.491", mark = mk.ukr, marksize = 12, label = "[[Lebedyn]]", link = "Territorial control during the Russo-Ukrainian War#Lebedyn", label_size = 80, position = "top" },
{ lat = "50.569", long = "33.793", mark = mk.ukr, marksize = 8, label = "[[Lypova Dolyna]]", link = "Lypova Dolyna", label_size = 65, position = "top" },
{ lat = "50.831", long = "33.882", mark = mk.ukr, marksize = 8, label = "[[Nedryhailiv]]", link = "Nedryhailiv", label_size = 65, position = "top" },
{ lat = "50.315", long = "34.901", mark = mk.ukr, marksize = 12, label = "[[Okhtyrka]]", link = "Okhtyrka", label_size = 80, position = "top" },
{ lat = "51.316", long = "33.866", mark = mk.ukr, marksize = 10, label = "[[Putyvl]]", link = "Putyvl", label_size = 70, position = "top" },
{ lat = "50.742", long = "33.481", mark = mk.ukr, marksize = 12, label = "[[Romny]]", link = "Territorial control during the Russo-Ukrainian War#Romny", label_size = 80, position = "top" },
{ lat = "51.876", long = "33.497", mark = mk.ukr, marksize = 14, label = "[[Shostka]]", link = "Territorial control during the Russo-Ukrainian War#Shostka", label_size = 90, position = "right" },
{ lat = "50.940", long = "34.632", mark = mk.ukr, marksize = 8, label = "[[Stepanivka, Sumy Oblast|Stepanivka]]", link = "Stepanivka, Sumy Oblast", label_size = 65, position = "left" },
{ lat = "50.908", long = "34.796", mark = mk.ukr, marksize = 20, label = "[[Sumy]]", link = "Territorial control during the Russo-Ukrainian War#Sumy", label_size = 110, position = "top" },
{ lat = "50.858", long = "34.762", mark = "Fighter-jet-blue-icon.svg", marksize = 12, label = "[[Sumy Airport]]", link = "Sumy Airport", label_size = 0},
{ lat = "51.946", long = "33.935", mark = mk.ukr, marksize = 8, label = "[[Svesa]]", link = "Svesa", label_size = 65, position = "top" },
{ lat = "50.481", long = "34.965", mark = mk.ukr, marksize = 10, label = "[[Trostianets]]", link = "Trostianets", label_size = 70, position = "top" },
{ lat = "50.420", long = "35.481", mark = mk.ukr, marksize = 6, label = "[[Velyka Pysarivka]]", link = "Velyka Pysarivka", label_size = 0, position = "left" },
{ lat = "51.771", long = "33.472", mark = mk.ukr, marksize = 8, label = "[[Voronizh]]", link = "Voronizh", label_size = 65, position = "top" },
{ lat = "51.173", long = "34.219", mark = mk.ukr, marksize = 8, label = "[[Vorozhba]]", link = "Vorozhba", label_size = 65, position = "left" },
--Ternopil Oblast
{ lat = "49.446", long = "24.936", mark = mk.ukr, marksize = 10, link = "Berezhany" },
{ lat = "49.016", long = "25.793", mark = mk.ukr, marksize = 12, label = "[[Chortkiv]]", link = "Territorial control during the Russo-Ukrainian War#Chortkiv", label_size = 80, position = "bottom" },
{ lat = "50.108", long = "25.727", mark = mk.ukr, marksize = 12, label = "[[Kremenets]]", label_size = 80, link = "Kremenets", position = "bottom" },
{ lat = "49.300", long = "25.690", mark = mk.ukr, marksize = 10, link = "Terebovlia" },
{ lat = "49.566", long = "25.6", mark = mk.ukr, marksize = 20, label = "[[Ternopil]]", link = "Territorial control during the Russo-Ukrainian War#Ternopil", label_size = 110, position = "bottom" },
{ lat = "49.525", long = "25.7", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Ternopil Airport]]", link = "Ternopil Airport", label_size = 0, position = "left" },
{ lat = "49.667", long = "25.778", mark = mk.ukr, marksize = 10, link = "Zbarazh" },
--Vinnytsia Oblast
{ lat = "49.078", long = "27.681", mark = mk.ukr, marksize = 10, label = "[[Bar, Ukraine|Bar]]", label_size = 70, link = "Bar, Ukraine" },
{ lat = "48.366", long = "29.519", mark = mk.ukr, marksize = 10, label = "[[Bershad]]", link = "Territorial control during the Russo-Ukrainian War#Bershad", label_size = 70, position = "left" },
{ lat = "48.810", long = "29.384", mark = mk.ukr, marksize = 12, label = "[[Haisyn]]", label_size = 80, link = "Haisyn", position = "top" },
{ lat = "49.093", long = "28.339", mark = mk.ukr, marksize = 10, label = "[[Hnivan]]", label_size = 70, link = "Hnivan" },
{ lat = "49.447", long = "28.523", mark = mk.ukr, marksize = 10, link = "Kalynivka, Vinnytsia Oblast" },
{ lat = "49.557", long = "27.957", mark = mk.ukr, marksize = 12, label = "[[Khmilnyk]]", label_size = 80, link = "Khmilnyk", position = "right" },
{ lat = "49.717", long = "28.833", mark = mk.ukr, marksize = 12, label = "[[Koziatyn]]", label_size = 80, link = "Koziatyn", position = "left" },
{ lat = "48.690", long = "29.242", mark = mk.ukr, marksize = 12, label = "[[Ladyzhyn]]", label_size = 80, link = "Ladyzhyn", position = "right" },
{ lat = "48.450", long = "27.783", mark = mk.ukr, marksize = 12, label = "[[Mohyliv-Podilskyi]]", label_size = 80, link = "Mohyliv-Podilskyi", position = "top" },
{ lat = "48.674", long = "28.850", mark = mk.ukr, marksize = 10, link = "Tulchyn" },
{ lat = "49.233", long = "28.483", mark = mk.ukr, marksize = 20, label = "[[Vinnytsia]]", link = "Territorial control during the Russo-Ukrainian War#Vinnytsia", label_size = 110, position = "left" },
{ lat = "49.037", long = "28.104", mark = mk.ukr, marksize = 12, label = "[[Zhmerynka]]", label_size = 80, link = "Zhmerynka", position = "bottom" },
{ lat = "49.240", long = "28.614", mark = "Fighter-jet-blue-icon.svg", marksize = 12, label = "[[Havryshivka Vinnytsia International Airport]]", link = "Havryshivka Vinnytsia International Airport", label_size = 0, position = "left" },
--Volyn Oblast
{ lat = "51.620", long = "24.965", mark = mk.ukr, marksize = 10, link = "Kamin-Kashyrskyi" },
{ lat = "50.833", long = "25.461", mark = mk.ukr, marksize = 10, link = "Kivertsi" },
{ lat = "51.212", long = "24.709", mark = mk.ukr, marksize = 14, label = "[[Kovel]]", link = "Territorial control during the Russo-Ukrainian War#Kovel", label_size = 90, position = "bottom" },
{ lat = "50.75", long = "25.335", mark = mk.ukr, marksize = 20, label = "[[Lutsk]]", link = "Territorial control during the Russo-Ukrainian War#Lutsk", label_size = 110, position = "left" },
{ lat = "50.805", long = "25.35", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Lutsk Air Base]]", link = "Lutsk Air Base", label_size = 0, position = "left" },
{ lat = "50.683", long = "25.483", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Lutsk Airport]]", link = "Lutsk Airport", label_size = 0, position = "left" },
{ lat = "50.727", long = "24.165", mark = mk.ukr, marksize = 14, label = "[[Novovolynsk]]", label_size = 90, link = "Novovolynsk", position = "right" },
{ lat = "50.913", long = "25.270", mark = mk.ukr, marksize = 10, link = "Rozhyshche" },
{ lat = "50.848", long = "24.322", mark = mk.ukr, marksize = 12, label = "[[Volodymyr (city)|Volodymyr]]", link = "Volodymyr (city)", label_size = 80, position = "right" },
{ lat = "50.917", long = "24.450", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Zhovtneve Air Base]]", link = "Zhovtneve Air Base", label_size = 0, position = "left" },
--Zakarpattia Oblast
{ lat = "48.206", long = "22.647", mark = mk.ukr, marksize = 12, label = "[[Berehove]]", link = "Territorial control during the Russo-Ukrainian War#Berehove", label_size = 0},
{ lat = "48.181", long = "23.298", mark = mk.ukr, marksize = 12, label = "[[Khust]]", link = "Territorial control during the Russo-Ukrainian War#Khust", label_size = 0},
{ lat = "48.45", long = "22.75", mark = mk.ukr, marksize = 14, label = "[[Mukachevo]]", link = "Territorial control during the Russo-Ukrainian War#Mukachevo", label_size = 90, position = "right" },
{ lat = "48.400", long = "22.683", mark = "Fighter-jet-blue-icon.svg", marksize = 12, label = "[[Mukachevo (air base)]]", link = "Mukachevo (air base)", label_size = 0},
{ lat = "48.050", long = "24.200", mark = mk.ukr, marksize = 10, label = "[[Rakhiv]]", link = "Territorial control during the Russo-Ukrainian War#Rakhiv", label_size = 0},
{ lat = "48.378", long = "22.708", mark = "Abm-blue-icon.png", marksize = 10, label = "[[Shipka (military base)]]", link = "Shipka (military base)", label_size = 0},
{ lat = "48.547", long = "22.986", mark = mk.ukr, marksize = 10, label = "[[Svaliava]]", link = "Territorial control during the Russo-Ukrainian War#Svaliava", label_size = 0},
{ lat = "48.623", long = "22.295", mark = mk.ukr, marksize = 16, label = "[[Uzhhorod]]", link = "Territorial control during the Russo-Ukrainian War#Uzhhorod", label_size = 100, position = "right" },
{ lat = "48.634", long = "22.263", mark = "Fighter-jet-blue-icon.svg", marksize = 12, label = "[[Uzhhorod International Airport]]", link = "Uzhhorod International Airport", label_size = 0},
{ lat = "48.150", long = "23.025", mark = mk.ukr, marksize = 12, label = "[[Vynohradiv]]", link = "Territorial control during the Russo-Ukrainian War#Vynohradiv", label_size = 0},
--Zaporizhzhia Oblast
-- Villages
{ lat = "47.568", long = "36.174", mark = mk.rus, marksize = 4, label_size = 0--[[14]], position = lp.b, label = "[[Zahirne]]", link = "Territorial control during the Russo-Ukrainian War#Zahirne" },
-- PENDING
{ lat = "47.741", long = "35.224", mark = mk.ukr, marksize = 8, label = "[[Balabyne]]", link = "Balabyne", label_size = 60, position = "right" },
{ lat = "46.774", long = "36.804", mark = mk.rus, marksize = 16, label = "[[Berdiansk]]", link = "Territorial control during the Russo-Ukrainian War#Berdiansk", label_size = 100, position = "top" },
{ lat = "46.815", long = "36.758", mark = "Fighter-jet-red-icon.svg", marksize = 10, label = "[[Berdiansk Airport]]", link = "Berdiansk Airport", label_size = 0},
{ lat = "46.751", long = "36.779", mark = "Anchor pictogram red.svg", marksize = 12, label = [[Port of Berdiansk]], link = "Port of Berdiansk", label_size = 0},
{ lat = "47.188", long = "36.211", mark = mk.rus, marksize = 8, label = "[[Chernihivka]]", link = "Chernihivka", label_size = 60, position = "bottom" },
{ lat = "47.383", long = "34.994", mark = mk.rus, marksize = 10, label = "[[Dniprorudne]]", link = "Dniprorudne", label_size = 70, position = "bottom" },
{ lat = "47.502", long = "34.634", mark = mk.rus, marksize = 14, label = "[[Enerhodar]]", link = "Enerhodar", label_size = 90, position = "right" },
--{ lat = "47.661", long = "36.273", mark = "Map-arcSE-red.svg", marksize = 14},
{ lat = "47.547", long = "36.548", mark = mk.rus, marksize = 6, label = "[[Fedorivka, Polohy Raion, Zaporizhzhia Oblast|Fedorivka]]", link = "Fedorivka", label_size = 50, position = "bottom" },
{ lat = "47.661", long = "36.273", mark = mk.ukr, marksize = 10, label = "[[Huliaipole]]", link = "Huliaipole", label_size = 70, position = "left" },
--{ lat = "47.495", long = "36.127", mark = mk.rus, marksize = 6, label = "[[Inzhenerne, Zaporizhzhia Oblast|Inzhenerne]]", link = "Territorial control during the Russo-Ukrainian War#Inzhenerne, Zaporizhzhia Oblast", label_size = 50, position = "top" },
{ lat = "47.363", long = "36.653", mark = mk.rus, marksize = 8, label = "[[Kamianka, Polohy Raion, Zaporizhzhia Oblast|Kamianka]]", link = "Kamianka, Polohy Raion, Zaporizhzhia Oblast", label_size = 65, position = "top" },
{ lat = "47.487", long = "34.417", mark = mk.rus, marksize = 10, label = "[[Kamianka-Dniprovska]]", link = "Kamianka-Dniprovska", label_size = 70, position = "bottom" },
{ lat = "47.540", long = "35.373", mark = mk.con, marksize = 6, label = "[[Kamianske, Vasylivka Raion, Zaporizhzhia Oblast|Kamianske]]", link = "Territorial control during the Russo-Ukrainian War#Kamianske, Vasylivka Raion", label_size = 50, position = "left" },
{ lat = "47.328", long = "36.696", mark = mk.rus, marksize = 6, label = "[[Komysh-Zoria]]", link = "Komysh-Zoria", label_size = 50, position = "bottom" },
{ lat = "47.713", long = "35.533", mark = mk.ukr, marksize = 8, label = "[[Komyshuvakha, Zaporizhzhia Oblast|Komyshuvakha]]", link = "Komyshuvakha, Zaporizhzhia Oblast", label_size = 65, position = "right"},
{ lat = "47.457", long = "35.728", mark = mk.rus, marksize = 6, label = "[[Kopani, Orikhiv urban hromada, Polohy Raion, Zaporizhzhia Oblast|Kopani]]", link = "Territorial control during the Russo-Ukrainian War#Kopani", label_size = 0, position = "bottom" },
{ lat = "47.556", long = "36.290", mark = mk.rus, marksize = 6, label = "Kostiantynivka", link = "uk:Костянтинівка (Пологівський район)", label_size = 0 },
{ lat = "47.710", long = "35.215", mark = mk.ukr, marksize = 8, label = "[[Kushuhum]]", link = "Kushuhum", label_size = 65, position = "bottom" },
{ lat = "47.743", long = "36.596", mark = mk.rus, marksize = 4, label = "[[Levadne, Malynivka rural hromada, Polohy Raion, Zaporizhzhia Oblast|Levadne]]", link = "Levadne, Malynivka rural hromada, Polohy Raion, Zaporizhzhia Oblast", label_size = 0 },
--{ lat = "47.522", long = "35.439", mark = mk.ukr, marksize = 6, label = "[[Lobkove]]", link = "Territorial control during the Russo-Ukrainian War#Lobkove", label_size = 0 },
{ lat = "47.548", long = "35.547", mark = mk.ukr, marksize = 6, label = "Mali Shcherbaky", link = "uk:Малі Щербаки", label_size = 0 },
{ lat = "47.532", long = "35.896", mark = mk.ukr, marksize = 6, label = "[[Mala Tokmachka]]", link = "Mala Tokmachka", label_size = 0 },
{ lat = "47.676", long = "36.473", mark = mk.ukr, marksize = 6, label = "[[Malynivka, Polohy Raion, Zaporizhzhia Oblast|Malynivka]]", link = "Malynivka, Polohy Raion, Zaporizhzhia Oblast", label_size = 50, position = "top" },
{ lat = "46.855", long = "35.359", mark = mk.rus, marksize = 16, label = "[[Melitopol]]", link = "Territorial control during the Russo-Ukrainian War#Melitopol", label_size = 100, position = "top" },
{ lat = "46.884", long = "35.30", mark = "Fighter-jet-red-icon.svg", marksize = 10, label = "[[Melitopol Air Base]]", link = "Melitopol Air Base", label_size = 0},
{ lat = "47.209", long = "35.596", mark = mk.rus, marksize = 8, label = "[[Molochansk]]", link = "Molochansk", label_size = 65, position = "bottom" },
{ lat = "47.259", long = "35.218", mark = mk.rus, marksize = 10, label = "[[Mykhailivka, Vasylivka Raion, Zaporizhzhia Oblast|Mykhailivka]]", link = "Mykhailivka, Vasylivka Raion, Zaporizhzhia Oblast", label_size = 70, position = "bottom" },
{ lat = "47.577", long = "36.113", mark = mk.rus, marksize = 6, label = "Myrne", link = "uk:Мирне (Гуляйпільська міська громада)", label_size = 0 },
{ lat = "47.471", long = "35.598", mark = mk.rus, marksize = 6, label = "[[Myrne, Orikhiv urban hromada, Polohy Raion|Myrne]]", link = "Territorial control during the Russo-Ukrainian War#Myrne, Polohy Raion", label_size = 0 },
{ lat = "47.496", long = "35.680", mark = mk.rus, marksize = 6, label = "[[Nesteryanka]]", link = "Territorial control during the Russo-Ukrainian War#Nesteryanka", label_size = 0, position = "left" },
{ lat = "47.080", long = "35.317", mark = mk.rus, marksize = 6, label = "Novobohdanivka", link = "Novobohdanivka rural hromada", label_size = 50, position = "right" },
{ lat = "47.780", long = "36.634", mark = mk.con, marksize = 4, label = "[[Novodarivka, Zaporizhzhia Oblast|Novodarivka]]", link = "Territorial control during the Russo-Ukrainian War#Novodarivka", label_size = 50 },
{ lat = "47.977", long = "35.910", mark = mk.ukr, marksize = 8, label = "[[Novomykolaivka, Zaporizhzhia Oblast|Novomykolaivka]]", link = "Novomykolaivka, Zaporizhzhia Oblast", label_size = 65, position = "bottom" },
{ lat = "47.411", long = "35.835", mark = mk.rus, marksize = 6, label = "[[Novoprokopivka]]", link = "Novoprokopivka", label_size = 0 },
{ lat = "47.504", long = "35.988", mark = mk.rus, marksize = 6, label = "[[Novopokrovka, Polohy Raion, Zaporizhzhia Oblast|Novopokrovka]]", link = "Novopokrovka", label_size = 0, position = "right" },
{ lat = "47.655", long = "36.569", mark = mk.rus, marksize = 6, label = "Novozlatopil", link = "uk:Новозлатопіль (Пологівський район)", label_size = 0 },
{ lat = "47.566", long = "35.788", mark = mk.ukr, marksize = 10, label = "[[Orikhiv]]", link = "Orikhiv", label_size = 70, position = "top" },
{ lat = "47.479", long = "36.249", mark = mk.rus, marksize = 10, label = "[[Polohy]]", link = "Polohy", label_size = 70, position = "bottom" },
{ lat = "47.563", long = "35.331", mark = mk.con, marksize = 4, label_size = 50, position = lp.l, label = "[[Plavni, Zaporizhzhia Oblast|Plavni]]", link = "Territorial control during the Russo-Ukrainian War#Plavni" },
{ lat = "46.739", long = "35.638", mark = mk.rus, marksize = 8, label = "[[Pryazovske]]", link = "Pryazovske", label_size = 65, position = "top" },
{ lat = "47.728", long = "36.674", mark = mk.rus, marksize = 6, label = "[[Pryiutne]]", link = "Pryiutne", label_size = 0, position = "bottom" },
{ lat = "46.723", long = "36.354", mark = mk.rus, marksize = 10, label = "[[Prymorsk]]", link = "Prymorsk", label_size = 70, position = "top" },
{ lat = "47.444", long = "35.839", mark = mk.rus, marksize = 6, label_size = 50, position = lp.t, label = "[[Robotyne]]", link = "Territorial control during the Russo-Ukrainian War#Robotyne" },
{ lat = "47.384", long = "37.065", mark = mk.rus, marksize = 6, label = "[[Rozivka]]", link = "Territorial control during the Russo-Ukrainian War#Rozivka", label_size = 50, position = "top" },
{ lat = "47.589", long = "35.364", mark = mk.ukr, marksize = 6, label = "[[Stepnohirsk]]", link = "Stepnohirsk", label_size = 0 },
{ lat = "47.542", long = "35.471", mark = mk.ukr, marksize = 6, label = "[[Stepove, Stepnohirsk settlement hromada, Vasylivka Raion, Zaporizhzhia Oblast|Stepove]]", link = "Stepove, Stepnohirsk settlement hromada, Vasylivka Raion, Zaporizhzhia Oblast", label_size = 0 },
{ lat = "47.25", long = "35.715", mark = mk.rus, marksize = 12, label = "[[Tokmak]]", link = "Tokmak", label_size = 80, position = "top" },
{ lat = "47.442", long = "35.287", mark = mk.rus, marksize = 10, label = "[[Vasylivka]]", link = "Vasylivka", label_size = 70, position = "bottom" },
{ lat = "47.429", long = "35.985", mark = mk.rus, marksize = 6, label = "[[Verbove, Polohy Raion, Zaporizhzhia Oblast|Verbove]]", link = "Verbove, Polohy Raion, Zaporizhzhia Oblast", label_size = 50, position = "bottom" },
{ lat = "47.019", long = "34.909", mark = mk.rus, marksize = 8, label = "[[Vesele, Zaporizhzhia Oblast|Vesele]]", link = "Vesele, Zaporizhzhia Oblast", label_size = 65, position = "bottom" },
{ lat = "47.940", long = "35.433", mark = mk.ukr, marksize = 10, label = "[[Vilniansk]]", link = "Vilniansk", label_size = 70, position = "top" },
{ lat = "46.698", long = "35.165", mark = mk.rus, marksize = 10, label = "[[Yakymivka]]", link = "Yakymivka", label_size = 70, position = "top" },
{ lat = "47.839", long = "35.140", mark = mk.ukr, marksize = 24, label = "[[Zaporizhzhia]]", link = "Territorial control during the Russo-Ukrainian War#Zaporizhzhia", label_size = 120, position = "right" },
{ lat = "47.501", long = "35.429", mark = mk.rus, marksize = 6, label = "Zherebianky", link = "uk:Жереб'янки", label_size = 0 },
-- Draw items below last
{ lat = "47.869", long = "35.087", mark = "BSicon STR+r blue.svg", marksize = 8, label = "[[Dnieper Hydroelectric Station]]", link = "Dnieper Hydroelectric Station", label_size = 0, position = "left" },
{ lat = "47.866", long = "35.315", mark = "Fighter-jet-blue-icon.svg", marksize = 12, label = "[[Zaporizhzhia International Airport]]", link = "Zaporizhzhia International Airport", label_size = 0, position = "left" },
{ lat = "47.512", long = "34.586", mark = "Icon NuclearPowerPlant-red.svg", marksize = 12, label = "[[Zaporizhzhia Nuclear Power Plant]]", link = "Zaporizhzhia Nuclear Power Plant", label_size = 0, position = "left" },
--Zhytomyr Oblast
{ lat = "50.031", long = "29.022", mark = mk.ukr, marksize = 8, label = "[[Andrushivka]]", link = "Andrushivka", label_size = 65, position = "top" },
{ lat = "50.292", long = "27.669", mark = mk.ukr, marksize = 10, label = "[[Baranivka (city)|Baranivka]]", link = "Baranivka (city)", label_size = 70, position = "top" },
{ lat = "49.911", long = "28.590", mark = mk.ukr, marksize = 14, label = "[[Berdychiv]]", link = "Berdychiv", label_size = 90, position = "top" },
{ lat = "50.454", long = "28.674", mark = mk.ukr, marksize = 8, label = "[[Cherniakhiv, Zhytomyr Oblast|Cherniakhiv]]", link = "Cherniakhiv, Zhytomyr Oblast", label_size = 60, position = "top" },
{ lat = "50.056", long = "28.118", mark = mk.ukr, marksize = 8, label = "[[Chudniv]]", link = "Chudniv", label_size = 65, position = "top" },
{ lat = "50.811", long = "27.317", mark = mk.ukr, marksize = 8, label = "[[Horodnytsia (urban-type settlement)|Horodnytsia]]", link = "Horodnytsia (urban-type settlement)", label_size = 60, position = "right" },
{ lat = "50.749", long = "28.721", mark = mk.ukr, marksize = 8, label = "[[Irshansk]]", link = "Irshansk", label_size = 65, position = "top" },
{ lat = "50.593", long = "28.447", mark = mk.ukr, marksize = 8, label = "[[Khoroshiv]]", link = "Khoroshiv", label_size = 65, position = "left" },
{ lat = "50.953", long = "28.646", mark = mk.ukr, marksize = 14, label = "[[Korosten]]", link = "Korosten", label_size = 90, position = "top" },
{ lat = "50.317", long = "29.054", mark = mk.ukr, marksize = 12, label = "[[Korostyshiv]]", link = "Korostyshiv", label_size = 80, position = "bottom" },
{ lat = "50.770", long = "29.261", mark = mk.ukr, marksize = 12, label = "[[Malyn]]", link = "Malyn", label_size = 80, position = "top" },
{ lat = "50.692", long = "28.638", mark = mk.ukr, marksize = 8, label = "[[Nova Borova]]", link = "Nova Borova", label_size = 65, position = "bottom" },
{ lat = "50.586", long = "27.636", mark = mk.ukr, marksize = 14, label = "[[Zviahel]]", link = "Zviahel", label_size = 90, position = "top" },
--{ lat = "50.197", long = "28.677", mark = mk.ukr, marksize = 8, label = "[[Novohuivynske]]", link = "Novohuivynske", label_size = 65, position = "left" },
{ lat = "51.221", long = "27.644", mark = mk.ukr, marksize = 10, label = "[[Olevsk]]", link = "Olevsk", label_size = 70, position = "top" },
{ lat = "51.327", long = "28.803", mark = mk.ukr, marksize = 10, label = "[[Ovruch]]", link = "Ovruch", label_size = 70, position = "top" },
{ lat = "50.180", long = "28.736", mark = mk.ukr, marksize = 8, label = "[[Ozerne, Zhytomyr Oblast|Ozerne]]", link = "Ozerne, Zhytomyr Oblast", label_size = 65, position = "right" },
{ lat = "50.15", long = "28.738", mark = "Fighter-jet-blue-icon.svg", marksize = 10, label = "[[Ozerne Air Base]]", link = "Ozerne Air Base", label_size = 0, position = "right" },
{ lat = "49.961", long = "29.450", mark = mk.ukr, marksize = 8, label = "Popilnia", label_size = 65, position = "top" },
{ lat = "50.471", long = "28.261", mark = mk.ukr, marksize = 8, label = "[[Pulyny]]", link = "Pulyny", label_size = 65, position = "top" },
{ lat = "50.497", long = "29.234", mark = mk.ukr, marksize = 10, label = "[[Radomyshl]]", link = "Radomyshl", label_size = 70, position = "top" },
{ lat = "50.154", long = "27.935", mark = mk.ukr, marksize = 8, label = "[[Romaniv]]", link = "Romaniv", label_size = 65, position = "top" },
{ lat = "50.875", long = "27.804", mark = mk.ukr, marksize = 8, label = "[[Yemilchyne]]", link = "Yemilchyne", label_size = 65, position = "top" },
{ lat = "50.255", long = "28.659", mark = mk.ukr, marksize = 20, label = "[[Zhytomyr]]", link = "Territorial control during the Russo-Ukrainian War#Zhytomyr", label_size = 110, position = "top" },
--Crimea
-- Important infrastructure
{ lat = "45.407", long = "36.245", mark = "Fighter-jet-red-icon.svg", marksize = 10, link = "Baherove (air base)" },
{ lat = "45.372", long = "36.401", mark = "Fighter-jet-red-icon.svg", marksize = 10, link = "Kerch Airport" },
{ lat = "45.364", long = "36.628", mark = "Anchor pictogram red.svg", marksize = 12, link = "Port Krym" },
{ lat = "44.683", long = "33.583", mark = "Fighter-jet-red-icon.svg", marksize = 12, link = "Sevastopol International Airport" },
{ lat = "44.616", long = "33.526", mark = "Anchor pictogram red.svg", marksize = 12, link = "Port of Sevastopol" },
{ lat = "45.052", long = "33.974", mark = "Fighter-jet-red-icon.svg", marksize = 12, link = "Simferopol International Airport" },
{ lat = "45.398", long = "33.128", mark = "Anchor pictogram red.svg", marksize = 12, link = "Southern Naval Base" }, -- before Novoozerne
{ lat = "44.919", long = "34.061", mark = "Fighter-jet-red-icon.svg", marksize = 10, link = "Zavodskoe Airport" },
{ lat = "45.188", long = "33.375", mark = "Anchor pictogram red.svg", marksize = 10, link = "Port of Yevpatoriya" },
{ lat = "45.242", long = "33.377", mark = "Fighter-jet-red-icon.svg", marksize = 10, link = "Yevpatoria Airport" },
-- Urban-type settlements
{ lat = "45.224", long = "35.205", mark = mk.rus, marksize = 8, label = "[[Kirovske, Crimea|Kirovske]]", link = "Kirovske, Crimea", label_size = 60, position = "top"},
{ lat = "44.960", long = "35.241", mark = mk.rus, marksize = 6, label = "[[Koktebel]]", link = "Koktebel", label_size = 50, position = "top" },
{ lat = "45.298", long = "35.774", mark = mk.rus, marksize = 8, label = "[[Lenine, Crimea|Lenine]]", link = "Lenine, Crimea", label_size = 60, position = "right" },
{ lat = "45.308", long = "33.034", mark = mk.rus, marksize = 6, label = "[[Myrnyi]]", link = "Myrnyi", label_size = 50, position = "right" },
{ lat = "45.093", long = "33.595", mark = mk.rus, marksize = 8, label = "[[Novofedorivka]]", link = "Novofedorivka", label_size = 60, position = "right" },
{ lat = "45.386", long = "33.118", mark = mk.rus, marksize = 8, label = "[[Novoozerne]]", link = "Novoozerne", label_size = 60, position = "right" },
{ lat = "45.442", long = "33.599", mark = mk.rus, marksize = 6, label = "[[Novoselivske]]", link = "Novoselivske", label_size = 50, label_width = 7, position = "bottom" },
{ lat = "44.829", long = "34.913", mark = mk.rus, marksize = 5, label = "[[Novyi Svit]]", link = "Novyi Svit", label_size = 50, position = "bottom" },
{ lat = "45.444", long = "34.741", mark = mk.rus, marksize = 8, label = "[[Nyzhnohirskyi]]", link = "Nyzhnohirskyi", label_size = 60, position = "left" },
{ lat = "44.576", long = "34.340", mark = mk.rus, marksize = 8, label = "[[Partenit]]", link = "Partenit", label_size = 60, position = "right" },
{ lat = "45.716", long = "33.858", mark = mk.rus, marksize = 8, label = "[[Pervomaiske, Crimea|Pervomaiske]]", link = "Pervomaiske, Crimea", label_size = 60, position = "right" },
{ lat = "45.770", long = "33.488", mark = mk.rus, marksize = 8, label = "[[Rozdolne]]", link = "Rozdolne", label_size = 60, position = "bottom" },
{ lat = "45.347", long = "34.933", mark = mk.rus, marksize = 8, label = "[[Sovietskyi]]", link = "Sovietskyi", label_size = 60, position = "bottom" },
{ lat = "45.161", long = "33.285", mark = mk.rus, marksize = 6, label = "[[Zaozerne]]", link = "Zaozerne", label_size = 50, position = "bottom" },
-- Villages
{ lat = "45.285", long = "34.616", mark = mk.rus, marksize = 4, label = "[[Drofyne]]", link = "Drofyne", label_size = 50--[[995]], position = "top" },
{ lat = "44.924", long = "35.075", mark = mk.rus, marksize = 5, label = "[[Krasnokamianka (village)|Krasnokamianka]]", link = "Krasnokamianka (village)", label_size = 50, label_width = 8, position = "top" },
{ lat = "46.162", long = "33.693", mark = mk.rus, marksize = 4, label = "[[Perekop]]", link = "Perekop", label_size = 50--[[919]], position = "top" },
--Russia
{ lat = "50.6", long = "36.6", mark = mk.rus, marksize = 20, label = "[[Belgorod]]", link = "Belgorod", label_size = 110, position = "top" },
{ lat = "51.672", long = "39.211", mark = mk.rus, marksize = 28, label = "[[Voronezh]]", link = "Voronezh", label_size = 130, position = "top" },
{ lat = "47.233", long = "39.7", mark = mk.rus, marksize = 28, label = "[[Rostov-on-Don|Rostov]]", link = "Rostov-on-Don", label_size = 130, position = "top" },
{ lat = "45.033", long = "38.967", mark = mk.rus, marksize = 24, label = "[[Krasnodar]]", link = "Krasnodar", label_size = 120, position = "top" },
{ lat = "44.6", long = "40.083", mark = mk.rus, marksize = 16, label = "[[Maykop]]", link = "Maykop", label_size = 100, position = "top" },
{ lat = "44.717", long = "37.783", mark = mk.rus, marksize = 20, label = "[[Novorossiysk]]", link = "Novorossiysk", label_size = 110, position = "left" },
-- Kursk Oblast
{ lat = "51.676", long = "35.606", mark = "Icon NuclearPowerPlant-red.svg", marksize = 12, label = "[[Kursk Nuclear Power Plant]]", link = "Kursk Nuclear Power Plant", label_size = 50, position = lp.t },
{ lat = "51.056", long = "35.710", mark = mk.rus, marksize = 6, label_size = 50, position = lp.t, label = "[[Belaya, Kursk Oblast|Belaya]]", link = "Belaya, Kursk Oblast" },
{ lat = "51.333", long = "35.519", mark = mk.rus, marksize = 6, label_size = 50, position = lp.t, label = "[[Bolshoye Soldatskoye]]", link = "Bolshoye Soldatskoye" },
{ lat = "51.34", long = "34.640", mark = mk.rus, marksize = 6, label = "[[Glushkovo, Glushkovsky District, Kursk Oblast|Glushkovo]]", link = "Glushkovo", label_size = 50, position = "left" },
{ lat = "51.717", long = "36.183", mark = mk.rus, marksize = 20, label = "[[Kursk]]", link = "Kursk", label_size = 110, position = "top" },
{ lat = "51.414", long = "34.898", mark = mk.rus, marksize = 8, label = "[[Korenevo, Korenevsky District, Kursk Oblast|Korenevo]]", link = "Korenevo, Korenevsky District, Kursk Oblast", label_size = 60, position = "top" },
{ lat = "51.667", long = "35.650", mark = mk.rus, marksize = 12, label = "[[Kurchatov, Russia|Kurchatov]]", link = "Kurchatov, Russia", label_size = 50, position = lp.b },
{ lat = "51.66", long = "35.260", mark = mk.rus, marksize = 12, label = "[[Lgov, Kursk Oblast|Lgov]]", link = "Lgov", label_size = 80, position = "top" },
{ lat = "51.330", long = "35.230", mark = mk.ukr, marksize = 4, label = "[[Malaya Loknya]]", label_size = 50, position = "right" },
{ lat = "51.572", long = "34.686", mark = mk.rus, marksize = 10, label = "[[Rylsk, Russia|Rylsk]]", link = "Rilsk", label_size = 70, position = "top" },
{ lat = "51.315", long = "34.894", mark = mk.rus, marksize = 4, label = "[[Snagost, Kursk Oblast|Snagost]]", label_size = 50, position = "right" },
{ lat = "51.191", long = "35.271", mark = mk.ukr, marksize = 8, label = "[[Sudzha]]", link = "Sudzha", label_size = 60, position = "top" },
{ lat = "51.273", long = "34.303", mark = mk.rus, marksize = 6, label = "[[Tyotkino]]", link = "Tyotkino", label_size = 50, position = "top" },
}
TableTools = require('Module:TableTools')
TableTools.extend(m.marks, marks)
return m