وحدة:Russo-Ukrainian War detailed map

For quick reference, this module is transcluded on the following:

Icons available for use on map

Control :  Location dot blue.svg Ukraine ; Location dot red.svg Russia and allies (Belarus, Donetsk People's Republic & Luhansk People's Republic)
Stable mixed control (same colours) : Map-ctl2-red+blue.svg   Truce : LACMTA Circle Purple Line.svg   Rural presence :  3x3dot-blue.svg  3x3dot-red.svg     4x4dot-blue.svg  4x4dot-red.svg
Contested : 80x80-red-blue-anim.gif Russia/Ukraine
Besieged one side : Map-arcNN-blue.svg Map-arcNN-red.svg   Map-arcNE-blue.svg Map-arcNE-red.svg   Map-arcEE-blue.svg Map-arcEE-red.svg   Map-arcSE-blue.svg Map-arcSE-red.svg   Map-arcSS-blue.svg Map-arcSS-red.svg   Map-arcSW-blue.svg Map-arcSW-red.svg   Map-arcWW-blue.svg Map-arcWW-red.svg   Map-arcNW-blue.svg Map-arcNW-red.svg
Besieged : 2 nested circles: inner controls, outer sieges (or indicates strong enemy pressure) : Map-circle-blue.svg Map-circle-red.svg   Military base : Abm-blue-icon.png Abm-red-icon.png   Strategic hill : Map-peak-blue.svg Map-peak-red.svg   Oil/gas : Gota03.svg Gota01.svg
Airport/Air base (plane) : Fighter-jet-blue-icon.svg Fighter-jet-red-icon.svg   Heliport/Helicopter base : Helicopter-blue-icon.svg Helicopter-red-icon.svg
Anchor pictogram blue.svg Anchor pictogram red.svg Major port or naval base ; Mountain pass 12x12 n.svg Border Post ; Arch dam 12x12 w.svg Dam ; Icon NuclearPowerPlant-blue.svg Icon NuclearPowerPlant-red.svg Industrial complex
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. The wikilink labels have a minimum size of 65 (label_size=65).

Contested icon

Definition

The purpose of the contested icon (80x80-red-blue-anim.gif) 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

  • A case where there was no chance of the enemy taking the town over, and only, small clashes were going on in the town. We don't put towns contested if there are only sporadic clashes. So reports of clashes are not always enough to mark a town as contested.
  • A case where there were clashes in a town with a handful of enemy fighters and the clashes were over after some hours. For example if source says: "… at least six insurgents were killed during the clashes … while the rest of militants escaped on Saturday evening”
  • A case where there was just one source about clashes in a major town and what occurred was essentially a small firefight. Sleeper cells infiltrated the town and shot at some soldiers, and the soldiers shot back and killed some of them. The source then reports the rest of the fighters as having fled the battlefield. So this was a one-off, hit-and-run attack, not a serious attempt to grab and hold parts of the town.
  • A case where there were many separate reports of rebel ambushes on army checkpoints so this was not a seizure of territory inside of the town. The rebels do not control any part of the town, so a contested icon is unwarranted.
  • 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

Largecitycontested.png
The larger the size of the town, the more evidence is needed to make it contested. This is even more so the case for cities. Large cities (such as province capitals) are almost never marked as contested. Instead we make image mini-maps for them or put small icons on them to represent neighborhoods that are contested or controlled by a specific party. In contrast, a simple clash report of a small unknown village can turn it contested.

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 (Map-circle-blue.svg) should be used for towns that are under siege or enemy pressure or militant attacks or rocket attacks. The “pressure from one side” icon (Map-arcNE-blue.svg) 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:

  1. Replace the mark = parameter with Map-circle-blue.svg or Map-arcNE-blue.svg
  2. 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 (LACMTA Circle Purple Line.svg) 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 Pointing hand cursor vector.svg; if not, it will show as Cursor.svg)."

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:

  1. The part of the town's article that talks about the war events in the town (see Example 1 below).
  2. The part of a "battle/offensive/etc..." article that talks about the latest status of the specific town (see Example 2 below).
  3. 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:Israeli-Palestinian conflict detailed map". Then hit "Show preview".

How war map module work with other parts of Wikipedia

How war map templates and modules work.png



return {
	secondaryModules = {
	},
	marks = { 
	--Towns & Villages
			-- Dotsize vs. Population
			-- Capital 									Size: 35	-- label size: 140
			-- Population 1M +							Size: 28	-- label size: 130
			-- Population 500K +						Size: 24	-- label size: 120
			-- Population 200K +						Size: 20	-- label size: 110
			-- Population 100K +						Size: 16	-- label size: 100
			-- Population 50K + 						Size: 14	-- label size: 90
			-- Population 20K +	    					Size: 12	-- label size: 80
			-- Population 10K +	  	    		    	Size: 10	-- label size: 70
			-- Population 5K +	  	    				Size: 8  	-- label size: 60
			-- Population < 5K	  	    				Size: 6  	-- label size: 0 or 50
	--Arranged by Oblasts, then cities, alphabetical order
	
		--أوبلاست خيركاسي
	    { lat = "49.444", long = "32.059", mark = "Location dot blue.svg", marksize = "20", label = "[[Cherkasy]]", link = "Control of cities during the Russo-Ukrainian War#Cherkasy", label_size = "110", position = "left" },
	    { lat = "49.416", long = "31.995", mark = "Fighter-jet-blue-icon.svg", marksize = "12", label = "[[Cherkasy International Airport]]", link = "Cherkasy International Airport", label_size = "0"},
	    { lat = "49.293", long = "31.458", mark = "Location dot blue.svg", marksize = "10", label = "[[Horodyshche]]", link = "Horodyshche", label_size = "0"},
	    { lat = "49.033", long = "32.100", mark = "Location dot blue.svg", marksize = "10", label = "[[Kamianka, Cherkasy Oblast]]", link = "Control of cities during the Russo-Ukrainian War#Kamianka", label_size = "0"},
	    { lat = "49.750", long = "31.467", mark = "Location dot blue.svg", marksize = "12", label = "[[Kaniv]]", link = "Control of cities during the Russo-Ukrainian War#Kaniv", label_size = "0"},
	    { lat = "49.766", long = "31.471", mark = "BSicon STRl blue.svg", marksize = "10", label = "[[Kaniv Hydroelectric Power Plant]]", link = "Kaniv Hydroelectric Power Plant", label_size = "0", position = "left" },
        { lat = "48.800", long = "29.967", mark = "Location dot blue.svg", marksize = "10", label = "[[Khrystynivka]]", link = "Control of cities during the Russo-Ukrainian War#Khrystynivka", label_size = "0"},
	    { lat = "49.483", long = "31.283", mark = "Location dot blue.svg", marksize = "10", label = "[[Korsun-Shevchenkivskyi]]", link = "Control of cities during the Russo-Ukrainian War#Korsun-Shevchenkivskyi", label_size = "0"},
	    { lat = "49.000", long = "31.392", mark = "Location dot blue.svg", marksize = "10", label = "[[Shpola]]", link = "Control of cities during the Russo-Ukrainian War#Shpola", label_size = "0"},
	    { lat = "49.212", long = "31.873", mark = "Location dot blue.svg", marksize = "14", label = "[[Smila]]", link = "Control of cities during the Russo-Ukrainian War#Smila", label_size = "0"},
	    { lat = "48.889", long = "30.704", mark = "Location dot blue.svg", marksize = "10", label = "[[Talne]]", link = "Control of cities during the Russo-Ukrainian War#Talne", label_size = "0"},
	    { lat = "48.750", long = "30.217", mark = "Location dot blue.svg", marksize = "16", label = "[[Uman]]", link = "Control of cities during the Russo-Ukrainian War#Uman", label_size = "100", position = "bottom"},
	    { lat = "49.012", long = "31.071", mark = "Location dot blue.svg", marksize = "10", label = "[[Vatutine]]", link = "Control of cities during the Russo-Ukrainian War#Vatutine", label_size = "0"},
	    { lat = "49.236", long = "30.111", mark = "Location dot blue.svg", marksize = "10", label = "[[Zhashkiv]]", link = "Control of cities during the Russo-Ukrainian War#Zhashkiv", label_size = "0"},
	    { lat = "49.667", long = "32.033", mark = "Location dot blue.svg", marksize = "12", label = "[[Zolotonosha]]", link = "Control of cities during the Russo-Ukrainian War#Zolotonosha", label_size = "0"},
	    { lat = "49.070", long = "30.968", mark = "Location dot blue.svg", marksize = "10", label = "[[Zvenyhorodka]]", link = "Control of cities during the Russo-Ukrainian War#Zvenyhorodka", label_size = "0"},
	
		--أوبلاست خيرنهيڤ
		{ lat = "51.183", long = "32.830", mark = "Location dot red.svg", marksize = "10", label = "[[Bakhmach]]", link = "Bakhmach", label_size = "70", position = "top" },
        { lat = "51.350", long = "32.883", mark = "Location dot red.svg", marksize = "6", label = "[[Baturyn]]", link = "Baturyn", label_size = "0", position = "top" },
		{ lat = "50.744", long = "31.386", mark = "Location dot red.svg", marksize = "10", label = "[[Bobrovytsia]]", link = "Bobrovytsia", label_size = "70", position = "top" },
		{ lat = "51.253", long = "32.423", mark = "Location dot red.svg", marksize = "8", label = "[[Borzna]]", link = "Borzna", label_size = "65", position = "top" },
		{ lat = "51.492", long = "31.289", mark = "Location dot blue.svg", marksize = "20", label = "[[Chernihiv]]", link = "Control of cities during the Russo-Ukrainian War#Chernihiv", label_size = "110", position = "top" },
		{ lat = "51.492", long = "31.289", mark = "Map-circle-red.svg", marksize = "24", label = "[[Chernihiv]]", link = "Control of cities during the Russo-Ukrainian War#Chernihiv", label_size = "0"},
		{ lat = "51.550", long = "31.317", mark = "Fighter-jet-blue-icon.svg", marksize = "10", label = "[[Chernihiv Air Base]]", link = "Chernihiv Air Base", label_size = "0"},
		{ lat = "50.928", long = "30.753", mark = "Location dot blue.svg", marksize = "8", label = "[[Desna, Chernihiv Oblast|Desna]]", link = "Desna, Chernihiv Oblast", label_size = "65", position = "top" },
		{ lat = "51.893", long = "31.595", mark = "Location dot red.svg", marksize = "10", label = "[[Horodnia]]", link = "Control of cities during the Russo-Ukrainian War#Horodnia", label_size = "70", position = "top" },
        { lat = "51.883", long = "31.650", mark = "Fighter-jet-red-icon.svg", marksize = "10", label = "[[Horodnia Air Base]]", link = "Horodnia Air Base", label_size = "0"},
		{ lat = "50.850", long = "32.400", mark = "Location dot blue.svg", marksize = "10", label = "[[Ichnia]]", link = "Ichnia", label_size = "70", position = "top" },
		{ lat = "51.783", long = "32.250", mark = "Location dot red.svg", marksize = "10", label = "[[Koriukivka]]", link = "Control of cities during the Russo-Ukrainian War#Koriukivka", label_size = "70", position = "top" },
		{ lat = "51.565", long = "32.955", mark = "Location dot blue.svg", marksize = "8", label = "[[Korop]]", link = "Korop", label_size = "65", position = "top" },
		{ lat = "50.913", long = "31.117", mark = "Location dot red.svg", marksize = "8", label = "[[Kozelets]]", link = "Kozelets", label_size = "65", position = "top" },
		{ lat = "51.373", long = "31.645", mark = "Location dot blue.svg", marksize = "8", label = "[[Kulykivka]]", link = "Kulykivka", label_size = "65", position = "top" },
		{ lat = "51.520", long = "32.580", mark = "Location dot blue.svg", marksize = "8", label = "[[Ladan (urban-type settlement)|Ladan]]", link = "Ladan (urban-type settlement)", label_size = "65", position = "bottom" },
		{ lat = "51.517", long = "32.217", mark = "Location dot blue.svg", marksize = "10", label = "[[Mena, Ukraine|Mena]]", link = "Mena, Ukraine", label_size = "70", position = "top" },
		{ lat = "51.451", long = "31.076", mark = "Location dot red.svg", marksize = "6", label = "[[Mykhailo-Kotsiubynske]]", link = "Mykhailo-Kotsiubynske", label_size = "0" },
		{ lat = "51.038", long = "31.886", mark = "80x80-red-blue-anim.gif", marksize = "14", label = "[[Nizhyn]]", link = "Nizhyn", label_size = "90", position = "right" },
		{ lat = "51.100", long = "31.867", mark = "Fighter-jet-blue-icon.svg", marksize = "12", label = "[[Nizhyn Air Base]]", link = "Nizhyn Air Base", label_size = "0", position = "left" },
		{ lat = "50.930", long = "31.581", mark = "Location dot blue.svg", marksize = "10", label = "[[Nosivka]]", link = "Nosivka", label_size = "70", position = "top" },
		{ lat = "51.983", long = "33.267", mark = "Location dot red.svg", marksize = "10", label = "[[Novhorod-Siverskyi]]", link = "Control of cities during the Russo-Ukrainian War#Novhorod-Siverskyi", label_size = "70", position = "left" },
		{ lat = "50.949", long = "30.879", mark = "Location dot blue.svg", marksize = "8", label = "[[Oster]]", link = "Oster", label_size = "65", position = "bottom" },
		{ lat = "50.589", long = "32.386", mark = "Location dot blue.svg", marksize = "14", label = "[[Pryluky]]", link = "Pryluky", label_size = "90", position = "top" },	
		{ lat = "50.567", long = "32.317", mark = "Fighter-jet-blue-icon.svg", marksize = "12", label = "[[Pryluky Air Base]]", link = "Pryluky Air Base", label_size = "0", position = "left" },
	    { lat = "51.799", long = "31.083", mark = "Location dot red.svg", marksize = "8", label = "[[Ripky]]", link = "Ripky", label_size = "65", position = "top" },
		{ lat = "52.175", long = "32.577", mark = "Location dot red.svg", marksize = "8", label = "[[Semenivka, Chernihiv Oblast|Semenivka]]", link = "Control of cities during the Russo-Ukrainian War#Semenivka", label_size = "65", position = "top"},	
		{ lat = "51.643", long = "31.568", mark = "Location dot red.svg", marksize = "6", label = "[[Sedniv]]", link = "Control of cities during the Russo-Ukrainian War#Sedniv", label_size = "0", position = "top"},
		{ lat = "51.387", long = "31.192", mark = "Location dot red.svg", marksize = "6", label = "[[Shestovytsia]]", label_size = "0" },
        { lat = "51.820", long = "31.950", mark = "Location dot red.svg", marksize = "10", label = "[[Snovsk]]", link = "Control of cities during the Russo-Ukrainian War#Snovsk", label_size = "70", position = "top" },	
		{ lat = "51.531", long = "32.499", mark = "80x80-red-blue-anim.gif", marksize = "8", label = "[[Sosnytsia]]", link = "Control of cities during the Russo-Ukrainian War#Sosnytsia", label_size = "65", position = "top" },	
		{ lat = "50.496", long = "32.719", mark = "Location dot blue.svg", marksize = "8", label = "[[Varva, Chernihiv Oblast|Varva]]", link = "Varva, Chernihiv Oblast", label_size = "65", position = "top" },

		--أوبلاست خيرنيڤتسي
        { lat = "48.3", long = "25.933", mark = "Location dot blue.svg", marksize = "20", label = "[[Chernivtsi]]", link = "Control of cities during the Russo-Ukrainian War#Chernivtsi", label_size = "110", position = "top" },
        { lat = "48.259", long = "25.981", mark = "Fighter-jet-blue-icon.svg", marksize = "12", label = "[[Chernivtsi International Airport]]", link = "Chernivtsi International Airport", label_size = "0"},
        { lat = "48.167", long = "25.717", mark = "Location dot blue.svg", marksize = "10", label = "[[Storozhynets]]", link = "Control of cities during the Russo-Ukrainian War#Storozhynets", label_size = "0"},	
        
        --أوبلاست دنپروپتروڤسك
		{ lat = "47.661", long = "33.721", mark = "Location dot blue.svg", marksize = "10", label = "[[Apostolove]]", link = "Control of cities during the Russo-Ukrainian War#Apostolove", label_size = "70", position = "top"},			
        { lat = "47.626", long = "34.530", mark = "Location dot blue.svg", marksize = "8", label = "[[Chervonohryhorivka]]", link = "Control of cities during the Russo-Ukrainian War#Chervonohryhorivka", label_size = "0" },		
		{ lat = "48.465", long = "35.046", mark = "Location dot blue.svg", marksize = "24", label = "[[Dnipro]]", link = "Control of cities during the Russo-Ukrainian War#Dnipro", label_size = "120", position = "right" },
		{ lat = "48.357", long = "35.101", mark = "Fighter-jet-blue-icon.svg", marksize = "12", label = "[[Dnipro International Airport]]", link = "Dnipro International Airport", label_size = "0"},	
        { lat = "48.595", long = "34.420", mark = "Location dot blue.svg", marksize = "8", label = "[[Dniprovske]]", link = "Control of cities during the Russo-Ukrainian War#Dniprovske", label_size = "65", position = "left"},	
        { lat = "48.810", long = "35.259", mark = "Location dot blue.svg", marksize = "8", label = "[[Hubynykha]]", link = "Control of cities during the Russo-Ukrainian War#Hubynykha", label_size = "65", position = "top"},	
        { lat = "48.734", long = "35.315", mark = "Location dot blue.svg", marksize = "8", label = "[[Hvardiiske, Dnipropetrovsk Oblast|Hvardiiske]]", link = "Control of cities during the Russo-Ukrainian War#Hvardiiske", label_size = "60", position = "right"},		
        { lat = "48.403", long = "35.277", mark = "Location dot blue.svg", marksize = "8", label = "[[Ilarionove]]", link = "Control of cities during the Russo-Ukrainian War#Ilarionove", label_size = "65", position = "bottom"},		
        { lat = "48.516", long = "34.613", mark = "Location dot blue.svg", marksize = "20", label = "[[Kamianske]]", link = "Control of cities during the Russo-Ukrainian War#Kamianske", label_size = "110", position = "bottom" },
        { lat = "48.479", long = "34.732", mark = "Location dot blue.svg", marksize = "8", label = "[[Karnaukhivka]]", link = "Control of cities during the Russo-Ukrainian War#Karnaukhivka", label_size = "0" },	
        { lat = "47.911", long = "33.392", mark = "Location dot blue.svg", marksize = "24", label = "[[Kryvyi Rih]]", link = "Control of cities during the Russo-Ukrainian War#Kryvyi Rih", label_size = "120", position = "right" },
        { lat = "48.043", long = "33.207", mark = "Fighter-jet-blue-icon.svg", marksize = "12", label = "[[Kryvyi Rih International Airport]]", link = "Kryvyi Rih International Airport", label_size = "0"},		
        { lat = "48.911", long = "34.912", mark = "Location dot blue.svg", marksize = "8", label = "[[Mahdalynivka]]", link = "Control of cities during the Russo-Ukrainian War#Mahdalynivka", label_size = "65", position = "right"},		
        { lat = "47.649", long = "34.611", mark = "Location dot blue.svg", marksize = "12", label = "[[Marhanets]]", link = "Control of cities during the Russo-Ukrainian War#Marhanets", label_size = "80", position = "top"},	
        { lat = "48.258", long = "36.726", mark = "Location dot blue.svg", marksize = "8", label = "[[Mezhova]]", link = "Control of cities during the Russo-Ukrainian War#Mezhova", label_size = "65", position = "bottom"},		
        { lat = "47.568", long = "34.395", mark = "Location dot blue.svg", marksize = "16", label = "[[Nikopol, Ukraine|Nikopol]]", link = "Control of cities during the Russo-Ukrainian War#Nikopol", label_size = "100", position = "top" },
        { lat = "48.633", long = "35.224", mark = "Location dot blue.svg", marksize = "14", label = "[[Novomoskovsk, Ukraine|Novomoskovsk]]", link = "Control of cities during the Russo-Ukrainian War#Novomoskovsk", label_size = "90", position = "top"},		
        { lat = "48.547", long = "34.866", mark = "Location dot blue.svg", marksize = "8", label = "[[Obukhivka]]", link = "Control of cities during the Russo-Ukrainian War#Obukhivka", label_size = "0" },		
        { lat = "48.529", long = "35.903", mark = "Location dot blue.svg", marksize = "16", label = "[[Pavlohrad]]", link = "Control of cities during the Russo-Ukrainian War#Pavlohrad", label_size = "100", position = "top" },
        { lat = "49.014", long = "35.364", mark = "Location dot blue.svg", marksize = "8", label = "[[Pereshchepyne]]", link = "Control of cities during the Russo-Ukrainian War#Pereshchepyne", label_size = "65", position = "bottom"},	
        { lat = "48.346", long = "36.401", mark = "Location dot blue.svg", marksize = "12", label = "[[Pershotravensk]]", link = "Control of cities during the Russo-Ukrainian War#Pershotravensk", label_size = "80", position = "top"},	
        { lat = "48.457", long = "36.435", mark = "Location dot blue.svg", marksize = "8", label = "[[Petropavlivka, Dnipropetrovsk Oblast|Petropavlivka]]", link = "Control of cities during the Russo-Ukrainian War#Petropavlivka", label_size = "65", position = "top"},		
        { lat = "48.412", long = "33.694", mark = "Location dot blue.svg", marksize = "10", label = "[[Piatykhatky, Dnipropetrovsk Oblast|Piatykhatky]]", link = "Control of cities during the Russo-Ukrainian War#Piatykhatky", label_size = "70", position = "top"},
        { lat = "48.573", long = "35.087", mark = "Location dot blue.svg", marksize = "10", label = "[[Pidhorodne]]", link = "Control of cities during the Russo-Ukrainian War#Pidhorodne", label_size = "70", position = "left"},	
        { lat = "47.657", long = "34.079", mark = "Location dot blue.svg", marksize = "12", label = "[[Pokrov, Ukraine|Pokrov]]", link = "Control of cities during the Russo-Ukrainian War#Pokrov", label_size = "80", position = "top"},
        { lat = "47.985", long = "36.231", mark = "Location dot blue.svg", marksize = "8", label = "[[Pokrovske (urban-type settlement)|Pokrovske]]", link = "Control of cities during the Russo-Ukrainian War#Pokrovske", label_size = "65", position = "bottom"},	
        { lat = "47.693", long = "33.268", mark = "Location dot blue.svg", marksize = "8", label = "[[Shyroke]]", link = "Control of cities during the Russo-Ukrainian War#Shyroke", label_size = "65", position = "top"},		
        { lat = "48.534", long = "35.074", mark = "Location dot blue.svg", marksize = "10", label = "[[Slobozhanske, Dnipropetrovsk Oblast|Slobozhanske]]", link = "Control of cities during the Russo-Ukrainian War#Slobozhanske", label_size = "70", position = "right"},
        { lat = "48.048", long = "33.878", mark = "Location dot blue.svg", marksize = "8", label = "[[Sofiivka, Dnipropetrovsk Oblast|Sofiivka]]", link = "Control of cities during the Russo-Ukrainian War#Sofiivka", label_size = "65", position = "top"},		
        { lat = "48.204", long = "34.873", mark = "Location dot blue.svg", marksize = "8", label = "[[Solone]]", link = "Control of cities during the Russo-Ukrainian War#Solone", label_size = "65", position = "top"},		
        { lat = "48.323", long = "35.521", mark = "Location dot blue.svg", marksize = "12", label = "[[Synelnykove]]", link = "Control of cities during the Russo-Ukrainian War#Synelnykove", label_size = "80", position = "bottom"},	
        { lat = "48.521", long = "36.069", mark = "Location dot blue.svg", marksize = "12", label = "[[Ternivka]]", link = "Control of cities during the Russo-Ukrainian War#Ternivka", label_size = "80", position = "bottom"},
        { lat = "47.817", long = "34.755", mark = "Location dot blue.svg", marksize = "8", label = "[[Tomakivka]]", link = "Control of cities during the Russo-Ukrainian War#Tomakivka", label_size = "65", position = "bottom"},		
        { lat = "48.947", long = "34.470", mark = "Location dot blue.svg", marksize = "8", label = "[[Tsarychanka]]", link = "Control of cities during the Russo-Ukrainian War#Tsarychanka", label_size = "65", position = "right" },			
        { lat = "48.206", long = "36.023", mark = "Location dot blue.svg", marksize = "10", label = "[[Vasylkivka]]", link = "Control of cities during the Russo-Ukrainian War#Vasylkivka", label_size = "70", position = "top"},		
        { lat = "48.484", long = "34.253", mark = "Location dot blue.svg", marksize = "10", label = "[[Verkhivtseve]]", link = "Control of cities during the Russo-Ukrainian War#Verkhivtseve", label_size = "0" },
        { lat = "48.648", long = "34.337", mark = "Location dot blue.svg", marksize = "10", label = "[[Verkhnodniprovsk]]", link = "Control of cities during the Russo-Ukrainian War#Verkhnodniprovsk", label_size = "70", position = "top"},	
        { lat = "48.480", long = "34.021", mark = "Location dot blue.svg", marksize = "12", label = "[[Vilnohirsk]]", link = "Control of cities during the Russo-Ukrainian War#Vilnohirsk", label_size = "80", position = "top"},	
        { lat = "47.566", long = "33.647", mark = "Location dot blue.svg", marksize = "10", label = "[[Zelenodolsk, Ukraine|Zelenodolsk]]", link = "Control of cities during the Russo-Ukrainian War#Zelenodolsk", label_size = "70", position = "top"},	
        { lat = "48.344", long = "33.525", mark = "Location dot blue.svg", marksize = "12", label = "[[Zhovti Vody]]", link = "Control of cities during the Russo-Ukrainian War#Zhovti Vody", label_size = "80", position = "right"},	
        
        --أوبلاست دونيتسك
		{ lat = "47.802", long = "38.489", mark = "Location dot red.svg", marksize = "10", label = "[[Amvrosiivka]]", label_size = "70", link = "Amvrosiivka", position = "top" },
		{ lat = "48.137", long = "37.749", mark = "80x80-red-blue-anim.gif", marksize = "12", label = "[[Avdiivka]]", label_size = "0", link = "Avdiivka ", position = "top" },
		{ lat = "48.243", long = "37.611", mark = "80x80-red-blue-anim.gif", marksize = "6", label = "[[Ocheretyne]]", label_size = "0", link = "Control of cities during the Russo-Ukrainian War#Ocheretyne", position = "top" },
		{ lat = "48.591", long = "38.080", mark = "Location dot blue.svg", marksize = "14", label = "[[Bakhmut]]", link = "Control of cities during the Russo-Ukrainian War#Bakhmut", label_size = "90", position = "bottom" },
		{ lat = "48.767", long = "37.634", mark = "Location dot blue.svg", marksize = "8", label = "[[Bilenke (urban-type settlement)|Bilenke]]", label_size = "60", link = "Bilenke (urban-type settlement)", position = "right" },
		{ lat = "48.534", long = "37.054", mark = "Location dot blue.svg", marksize = "10", label = "[[Bilozerske]]", label_size = "0", link = "Bilozerske ", position = "top" },
		{ lat = "48.406", long = "37.187", mark = "Location dot blue.svg", marksize = "8", label = "[[Bilytske]]", label_size = "0", link = "Bilytske" },
		{ lat = "48.840", long = "37.500", mark = "Location dot blue.svg", marksize = "8", label = "Bylbasivka", label_size = "60", position = "left" },
		{ lat = "48.589", long = "37.835", mark = "Location dot blue.svg", marksize = "10", label = "[[Chasiv Yar]]", label_size = "70", link = "Chasiv Yar", position = "top" },
		{ lat = "48.020", long = "38.655", mark = "Location dot red.svg", marksize = "14", label = "[[Chystiakove]]", label_size = "90", link = "Chystiakove", position = "bottom" },
		{ lat = "48.334", long = "38.406", mark = "Location dot red.svg", marksize = "12", label = "[[Debaltseve]]", label_size = "0", link = "Debaltseve", position = "top" },
		{ lat = "48.469", long = "37.087", mark = "Location dot blue.svg", marksize = "12", label = "[[Dobropillia]]", label_size = "80", link = "Dobropillia", position = "right" },
		{ lat = "47.758", long = "37.677", mark = "Location dot red.svg", marksize = "12", label = "[[Dokuchaievsk]]", label_size = "80", link = "Dokuchaievsk", position = "top" },
        { lat = "48.003", long = "37.805", mark = "Location dot red.svg", marksize = "24", label = "[[Donetsk]]", link = "Control of cities during the Russo-Ukrainian War#Donetsk", label_size = "120", position = "bottom" },
        { lat = "48.075", long = "37.726", mark = "Fighter-jet-red-icon.svg", marksize = "12", label = "[[Donetsk International Airport]]", link = "Donetsk International Airport", label_size="0", position = "bottom" },
		{ lat = "48.616", long = "37.527", mark = "Location dot blue.svg", marksize = "14", label = "[[Druzhkivka]]", label_size = "90", link = "Druzhkivka", position = "left" },
        { lat = "47.156", long = "37.861", mark = "Location dot red.svg", marksize = "8", label = "[[Dzerzhynske]]", label_size = "65", link = "Dzerzhynske", position = "right" },
        { lat = "48.307", long = "38.030", mark = "Map-arcWW-blue.svg", marksize = "24" },
		{ lat = "48.403", long = "38.075", mark = "Location dot red.svg", marksize = "8", label = "[[Holmivskyi]]", label_size = "0", link = "Holmivskyi" },
        { lat = "48.307", long = "38.030", mark = "Location dot red.svg", marksize = "20", label = "[[Horlivka]]", link = "Control of cities during the Russo-Ukrainian War#Horlivka", label_size = "110", position = "left" },
		{ lat = "48.054", long = "37.370", mark = "Location dot blue.svg", marksize = "10", label = "[[Hirnyk, Donetsk Oblast|Hirnyk]]", label_size = "70", link = "Hirnyk, Donetsk Oblast", position = "left" },
		{ lat = "47.926", long = "38.196", mark = "Location dot red.svg", marksize = "10", label = "[[Ilovaisk]]", label_size = "0", link = "Ilovaisk", position = "top" },
		{ lat = "48.043", long = "38.139", mark = "Location dot red.svg", marksize = "14", label = "[[Khartsyzk]]", label_size = "0", link = "Khartsyzk", position = "top" },
		{ lat = "48.155", long = "38.359", mark = "Location dot red.svg", marksize = "12", label = "[[Kirovske, Donetsk Oblast|Kirovske]]", label_size = "0", link = "Kirovske, Donetsk Oblast", position = "top" },
        { lat = "48.739", long = "37.583", mark = "Location dot blue.svg", marksize = "16", label = "[[Kramatorsk]]", link = "Control of cities during the Russo-Ukrainian War#Kramatorsk", label_size = "100", position = "left" },
        { lat = "48.710", long = "37.630", mark = "Fighter-jet-blue-icon.svg", marksize = "10", label = "[[Kramatorsk Airport]]", label_size = "0", link = "Kramatorsk Airport ", position = "bottom" },
		{ lat = "48.009", long = "37.509", mark = "Location dot blue.svg", marksize = "10", label = "[[Krasnohorivka]]", label_size = "0", link = "Krasnohorivka ", position = "top" },
		{ lat = "47.667", long = "38.076", mark = "Location dot red.svg", marksize = "10", label = "[[Komsomolske, Donetsk Oblast|Komsomolske]]", label_size = "70", link = "Komsomolske, Donetsk Oblast", position = "bottom" },
        { lat = "48.524", long = "37.708", mark = "Location dot blue.svg", marksize = "14", label = "[[Kostyantynivka]]", label_size = "0", link = "Kostyantynivka ", position = "top" },
		{ lat = "47.987", long = "37.291", mark = "Location dot blue.svg", marksize = "10", label = "[[Kurakhove]]", label_size = "70", link = "Kurakhove ", position = "left" },
		{ lat = "48.990", long = "37.805", mark = "Location dot blue.svg", marksize = "12", label = "[[Lyman, Ukraine|Lyman]]", label_size = "80", link = "Lyman, Ukraine", position = "left" },
		{ lat = "48.083", long = "38.066", mark = "Location dot red.svg", marksize = "20", label = "[[Makiivka]]", link = "Control of cities during the Russo-Ukrainian War#Makiivka", label_size = "0", position = "top" },
		{ lat = "47.060", long = "37.309", mark = "Location dot red.svg", marksize = "8", label = "[[Manhush, Donetsk Oblast|Manhush]]", label_size = "65", link = "Manhush, Donetsk Oblast", position = "top" },
		{ lat = "47.942", long = "37.504", mark = "80x80-red-blue-anim.gif", marksize = "8", label = "[[Marinka, Ukraine|Marinka]]", label_size = "65", link = "Marinka, Ukraine", position = "bottom" },
		{ lat = "47.090", long = "37.553", mark = "80x80-red-blue-anim.gif", marksize = "20", label = "[[Mariupol]]", link = "Control of cities during the Russo-Ukrainian War#Mariupol", label_size = "110", position = "bottom" },
		{ lat = "47.073", long = "37.456", mark = "Fighter-jet-red-icon.svg", marksize = "12", label = " [[Mariupol International Airport]]", link = "Mariupol International Airport ", label_size = "0", position = "bottom" },
        { lat = "47.056", long = "37.505", mark = "Anchor pictogram red.svg", marksize = "12", label = [[Port of Mariupol]], link = "Port of Mariupol", label_size = "0" },
        { lat = "47.875", long = "38.067", mark = "Location dot red.svg", marksize = "10", label = "[[Mospyne]]", label_size = "0", link = "Mospyne", position = "top" },
		{ lat = "48.321", long = "37.347", mark = "Location dot blue.svg", marksize = "10", label = "[[Mykolaivka, Donetsk Oblast|Mykolaivka]]", label_size = "0", link = "Mykolaivka, Donetsk Oblast", position = "top" },
		{ lat = "48.296", long = "37.270", mark = "Location dot blue.svg", marksize = "12", label = "[[Myrnohrad]]", label_size = "80", link = "Myrnohrad", position = "top" },
		{ lat = "48.459", long = "38.273", mark = "Location dot blue.svg", marksize = "8", label = "Myronivskyi", label_size = "0" },
		{ lat = "48.333", long = "37.841", mark = "Location dot blue.svg", marksize = "8", label = "[[New York (Ukraine)|New York]]", label_size = "0", link = "New York (Ukraine)" },
		{ lat = "47.203", long = "37.320", mark = "Location dot red.svg", marksize = "8", label = "[[Nikolske]]", label_size = "65", link = "Nikolske", position = "top" },
        { lat = "47.111", long = "38.082", mark = "Location dot red.svg", marksize = "10", label = "[[Novoazovsk]]", link = "Control of cities during the Russo-Ukrainian War#Novoazovsk", label_size = "70", position = "bottom" },
		{ lat = "47.755", long = "36.960", mark = "Location dot blue.svg", marksize = "8", label = "Novodonetske", label_size = "0", position = "bottom" },
		{ lat = "48.205", long = "37.337", mark = "Location dot blue.svg", marksize = "10", label = "[[Novohrodivka]]", label_size = "70", link = "Novohrodivka", position = "left" },
		{ lat = "48.634", long = "36.980", mark = "Location dot blue.svg", marksize = "8", label = "[[Novotroitske, Donetsk Oblast|Novotroitske]]", label_size = "60", link = "Novotroitske, Donetsk Oblast", position = "top" },
		{ lat = "47.809", long = "38.022", mark = "Location dot red.svg", marksize = "8", label = "Novyi Svit", label_size = "0", position = "right" },
		{ lat = "48.117", long = "38.165", mark = "Location dot red.svg", marksize = "10", label = "Nyzhnia Krynka", label_size = "0", position = "top" },
		{ lat = "48.580", long = "37.616", mark = "Location dot blue.svg", marksize = "8", label = "Oleksijevo-Druzhkivka", label_size = "0" },
		{ lat = "48.203", long = "37.976", mark = "Location dot red.svg", marksize = "8", label = "[[Panteleimonivka (urban-type settlement)|Panteleimonivka]]", label_size = "0", link = "Panteleimonivka (urban-type settlement)" },
		{ lat = "48.094", long = "38.606", mark = "Location dot red.svg", marksize = "10", label = "Pelahiivka", label_size = "0" },
		{ lat = "48.401", long = "37.905", mark = "Location dot blue.svg", marksize = "8", label = "Pivnichne", label_size = "0" },
        { lat = "48.282", long = "37.185", mark = "Location dot blue.svg", marksize = "14", label = "[[Pokrovsk, Ukraine|Pokrovsk]]", label_size = "90", link = "Pokrovsk, Ukraine", position = "left" },
		{ lat = "48.129", long = "38.563", mark = "Location dot red.svg", marksize = "8", label = "Rozsypne", label_size = "65", position = "top" },
		{ lat = "47.174", long = "37.692", mark = "Location dot red.svg", marksize = "10", label = "[[Sartana, Ukraine|Sartana]]", label_size = "70", link = "Sartana, Ukraine", position = "top" },
		{ lat = "48.148", long = "37.297", mark = "Location dot blue.svg", marksize = "12", label = "[[Selydove]]", label_size = "80", link = "Selydove", position = "left" },
		{ lat = "48.049", long = "38.451", mark = "Location dot red.svg", marksize = "12", label = "[[Shakhtarsk]]", label_size = "0", link = "Shakhtarsk", position = "top" },
		{ lat = "47.098", long = "37.810", mark = "Location dot red.svg", marksize = "6", label = "[[Shyrokyne]]", label_size = "0", link = "Shyrokyne", position = "top" },
		{ lat = "48.085", long = "38.689", mark = "Location dot red.svg", marksize = "8", label = "Sieverne", label_size = "0" },
        { lat = "48.874", long = "38.105", mark = "Location dot blue.svg", marksize = "10", label = "[[Siversk]]", label_size = "70", link = "Siversk ", position = "bottom" },
		{ lat = "48.028", long = "38.766", mark = "Location dot red.svg", marksize = "12", label = "[[Snizhne]]", label_size = "0", link = "Snizhne", position = "top" },
        { lat = "48.853", long = "37.625", mark = "Location dot blue.svg", marksize = "16", label = "[[Sloviansk]]", link = "Control of cities during the Russo-Ukrainian War#Sloviansk", label_size = "100", position = "top" },
		{ lat = "48.265", long = "38.160", mark = "Location dot red.svg", marksize = "8", label = "Sofiivka", label_size = "0" },
		{ lat = "48.677", long = "38.099", mark = "Location dot blue.svg", marksize = "10", label = "[[Soledar]]", label_size = "70", link = "Soledar", position = "top" },
		{ lat = "47.753", long = "38.025", mark = "Location dot red.svg", marksize = "8", label = "[[Starobesheve]]", label_size = "65", link = "Starobesheve", position = "bottom" },
		{ lat = "48.003", long = "37.585", mark = "Location dot red.svg", marksize = "8", label = "[[Staromykhailivka]]", label_size = "0", link = "Staromykhailivka" },
		{ lat = "47.159", long = "37.486", mark = "Location dot red.svg", marksize = "8", label = "Staryi Krym", label_size = "0", position = "top" },
		{ lat = "48.435", long = "38.220", mark = "Location dot blue.svg", marksize = "10", label = "[[Svitlodarsk]]", label_size = "0", link = "Svitlodarsk", position = "top" },
		{ lat = "47.412", long = "38.018", mark = "Location dot red.svg", marksize = "6", label = "[[Telmanove]]", label_size = "0", link = "Telmanove", position = "top" },
        { lat = "48.397", long = "37.855", mark = "Location dot blue.svg", marksize = "12", label = "[[Toretsk]]", label_size = "80", link = "Toretsk", position = "top" },
		{ lat = "48.097", long = "37.363", mark = "Location dot blue.svg", marksize = "10", label = "[[Ukrainsk]]", label_size = "70", link = "Ukkrainsk", position = "left" },
		{ lat = "47.836", long = "36.845", mark = "Location dot blue.svg", marksize = "8", label = "[[Velyka Novosilka]]", label_size = "60", link = "Velyka Novosilka", position = "top" },
		{ lat = "47.595", long = "37.483", mark = "Location dot red.svg", marksize = "12", label = "[[Volnovakha]]", label_size = "80", link = "Volnovakha", position = "bottom" },
		{ lat = "47.736", long = "37.378", mark = "Location dot blue.svg", marksize = "8", label = "Volodymyrivka", label_size = "0", position = "bottom" },
		{ lat = "47.780", long = "37.249", mark = "Location dot blue.svg", marksize = "10", label = "[[Vuhledar]]", label_size = "70", link = "Vuhledar", position = "top" },
		{ lat = "48.312", long = "38.278", mark = "Location dot red.svg", marksize = "8", label = "[[Vuhlehirsk]]", label_size = "0", link = "Vuhlehirsk" },
		{ lat = "48.766", long = "37.564", mark = "Location dot blue.svg", marksize = "8", label = "Yasnohirka", label_size = "0" },
		{ lat = "48.122", long = "37.877", mark = "Location dot red.svg", marksize = "12", label = "[[Yasynuvata]]", label_size = "80", link = "Yasynuvata", position = "top" },
        { lat = "48.237", long = "38.208", mark = "Location dot red.svg", marksize = "14", label = "[[Yenakiieve]]", link = "Control of cities during the Russo-Ukrainian War#Yenakiieve", label_size = "0", position = "top" },
		{ lat = "48.223", long = "38.273", mark = "Location dot red.svg", marksize = "10", label = "[[Yunokomunarivsk]]", label_size = "0", link = "Yunokomunarivsk", position = "top" },
		{ lat = "48.369", long = "37.898", mark = "Location dot blue.svg", marksize = "8", label = "[[Zalizne]]", label_size = "0", link = "Zalizne" },
		{ lat = "48.146", long = "38.254", mark = "Location dot red.svg", marksize = "10", label = "[[Zhdanivka]]", label_size = "0", link = "Zhdanivka", position = "top" },
		{ lat = "48.022", long = "38.261", mark = "Location dot red.svg", marksize = "10", label = "[[Zuhres]]", label_size = "0", link = "Zuhres", position = "top" },
	
		--أوبلاست إيڤانو-فرانكيڤسك
        { lat = "49.258", long = "24.628", mark = "Location dot blue.svg", marksize = "10", label = "[[Burshtyn]]", link = "Control of cities during the Russo-Ukrainian War#Burshtyn", label_size = "0"},
		{ lat = "48.971", long = "24.011", mark = "Location dot blue.svg", marksize = "12", label = "[[Dolyna]]", link = "Control of cities during the Russo-Ukrainian War#Dolyna", label_size = "0"},	
        { lat = "48.922", long = "24.710", mark = "Location dot blue.svg", marksize = "20", label = "[[Ivano-Frankivsk]]", link = "Control of cities 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 = "Location dot blue.svg", marksize = "14", label = "[[Kalush, Ukraine]]", link = "Control of cities during the Russo-Ukrainian War#Kalush", label_size = "0"},	
        { lat = "48.531", long = "25.040", mark = "Location dot blue.svg", marksize = "14", label = "[[Kolomyia]]", link = "Control of cities 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 = "Location dot blue.svg", marksize = "12", label = "[[Nadvirna]]", link = "Control of cities during the Russo-Ukrainian War#Nadvirna", label_size = "0"},
		
		--أوبلاست خاركيڤ
        { lat = "49.539", long = "36.624", mark = "Location dot blue.svg", marksize = "8", label = "[[Andriivka]]", link = "Andriivka", label_size = "0", position = "top" },	
        { lat = "49.899", long = "36.193", mark = "Location dot blue.svg", marksize = "8", label = "[[Babai, Ukraine|Babai]]", link = "Babai, Ukraine", label_size = "65", position = "top" },
        { lat = "49.464", long = "36.859", mark = "Location dot red.svg", marksize = "12", label = "[[Balakliia]]", link = "Control of cities during the Russo-Ukrainian War#Balakliia", label_size = "80", position = "top" },	
        { lat = "48.902", long = "37.018", mark = "Location dot blue.svg", marksize = "8", label = "[[Barvinkove]]", link = "Barvinkove", label_size = "65", position = "top" },	
        { lat = "49.875", long = "36.283", mark = "Location dot blue.svg", marksize = "8", label = "[[Bezliudivka]]", link = "Bezliudivka", label_size = "0", position = "top" },		
        { lat = "50.164", long = "35.540", mark = "Location dot blue.svg", marksize = "10", label = "[[Bohodukhiv]]", link = "Control of cities during the Russo-Ukrainian War#Bohodukhiv", label_size = "70", position = "top" },
        { lat = "49.374", long = "37.623", mark = "80x80-red-blue-anim.gif", marksize = "8", label = "[[Borova, Kharkiv Oblast|Borova]]", link = "Borova, Kharkiv Oblast", label_size = "65", position = "left" },	
        { lat = "49.893", long = "36.012", mark = "Location dot blue.svg", marksize = "8", label = "[[Budy, Ukraine|Budy]]", link = "Budy, Ukraine", label_size = "0", position = "top" },	
        { lat = "49.836", long = "36.681", mark = "80x80-red-blue-anim.gif", 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 = "49.717", long = "36.933", mark = "Location dot red.svg", marksize = "6", label = "[[Chkalovske]]", link = "Control of cities during the Russo-Ukrainian War#Chkalovske", label_size = "0", position = "top" },	
        { lat = "50.116", long = "36.116", mark = "80x80-red-blue-anim.gif", marksize = "10", label = "[[Derhachi]]", link = "Control of cities during the Russo-Ukrainian War#Derhachi", label_size = "70", position = "left" },
        { lat = "49.508", long = "36.572", mark = "Location dot blue.svg", marksize = "8", label = "[[Donets, Ukraine|Donets]]", link = "Donets Ukraine", label_size = "0", position = "top" },		
        { lat = "49.85", long = "37.666", mark = "Location dot red.svg", marksize = "6", label = "[[Dvorichna]]", link = "Dvorichna", label_size = "65", position = "top" },	
        { lat = "49.795", long = "36.592", mark = "Location dot blue.svg", marksize = "8", label = "[[Eskhar]]", link = "Eskhar", label_size = "65", position = "left" },	
        { lat = "49.212", long = "37.267", mark = "80x80-red-blue-anim.gif", marksize = "12", label = "[[Izium]]", link = "Control of cities during the Russo-Ukrainian War#Izium", label_size = "80", position = "top" },	
        { lat = "49.994", long = "36.230", mark = "Location dot blue.svg", marksize = "28", label = "[[Kharkiv]]", link = "Control of cities during the Russo-Ukrainian War#Kharkiv", label_size = "130", position = "right" },
        { lat = "49.994", long = "36.230", mark = "Map-arcNE-red.svg", marksize = "32", label = "[[Kharkiv]]", link = "Control of cities during the Russo-Ukrainian War#Kharkiv", label_size = "0", 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.290", long = "35.723", mark = "Location dot blue.svg", marksize = "8", label = "[[Kehychivka]]", link = "Kehychivka", label_size = "65", position = "right" },	
        { lat = "50.337", long = "36.185", mark = "Location dot red.svg", marksize = "8", label = "[[Kozacha Lopan]]", link = "Kozacha Lopan", label_size = "0", position = "top" },
        { lat = "49.373", long = "35.461", mark = "Location dot blue.svg", marksize = "12", label = "[[Krasnohrad]]", link = "Control of cities during the Russo-Ukrainian War#Krasnohrad", label_size = "80", position = "right" },	
        { lat = "50.062", long = "35.158", mark = "Location dot blue.svg", marksize = "8", label = "[[Krasnokutsk]]", link = "Krasnokutsk", label_size = "65", position = "top" },
        { lat = "49.138", long = "36.320", mark = "Location dot blue.svg", marksize = "8", label = "[[Krasnopavlivka]]", link = "Krasnopavlivka", label_size = "65", position = "bottom" },	
        { lat = "49.716", long = "37.583", mark = "Location dot red.svg", marksize = "12", label = "[[Kupiansk]]", link = "Control of cities during the Russo-Ukrainian War#Kupiansk", label_size = "80", position = "top" },
        { lat = "49.951", long = "35.941", mark = "Location dot blue.svg", marksize = "12", label = "[[Liubotyn]]", link = "Control of cities during the Russo-Ukrainian War#Liubotyn", label_size = "80", position = "left" },	
        { lat = "48.890", long = "36.308", mark = "Location dot blue.svg", marksize = "14", label = "[[Lozova]]", link = "Control of cities during the Russo-Ukrainian War#Lozova", label_size = "90", position = "bottom" },
        { lat = "50.072", long = "36.163", mark = "80x80-red-blue-anim.gif", marksize = "8", label = "[[Mala Danylivka]]", link = "Mala Danylivka", label_size = "0", position = "top" },	
        { lat = "49.801", long = "36.715", mark = "Location dot red.svg", marksize = "8", label = "[[Malynivka, Kharkiv Oblast|Malynivka]]", link = "Malynivka, Kharkiv Oblast", label_size = "65", position = "right" },	
        { lat = "49.806", long = "36.050", mark = "Location dot blue.svg", marksize = "12", label = "[[Merefa]]", link = "Control of cities during the Russo-Ukrainian War#Merefa", label_size = "80", position = "bottom" },
        { lat = "49.722", long = "35.867", mark = "Location dot blue.svg", marksize = "10", label = "[[Nova Vodolaha]]", link = "Nova Vodolaha", label_size = "70", position = "left" },
        { lat = "48.939", long = "36.279", mark = "Location dot blue.svg", marksize = "8", label = "[[Paniutyne]]", link = "Paniutyne", label_size = "65", position = "top" },				
        { lat = "50.079", long = "36.79", mark = "Location dot blue.svg", marksize = "6", label = "[[Staryi Saltiv]]", link = "Staryi Saltiv", label_size = "0", position = "top" },	
        { lat = "49.873", long = "36.934", mark = "Location dot red.svg", marksize = "8", label = "[[Pechenihy]]", link = "Pechenihy", label_size = "0", position = "top" },	
        { lat = "50.030", long = "35.976", mark = "Location dot blue.svg", marksize = "8", label = "[[Peresichne]]", link = "Peresichne", label_size = "0", position = "top" },
        { lat = "49.395", long = "36.216", mark = "Location dot blue.svg", marksize = "12", label = "[[Pervomaiskyi]]", link = "Control of cities during the Russo-Ukrainian War#Pervomaiskyi", label_size = "80", position = "top" },	
        { lat = "49.954", long = "36.097", mark = "Location dot blue.svg", marksize = "12", label = "[[Pisochyn]]", link = "Pisochyn", label_size = "0", position = "top" },
        { lat = "49.879", long = "36.067", mark = "Location dot blue.svg", marksize = "8", label = "[[Pivdenne]]", link = "Pivdenne", label_size = "0", position = "top" },	
        { lat = "49.917", long = "36.176", mark = "Location dot blue.svg", marksize = "8", label = "[[Pokotylivka]]", link = "Pokotylivka", label_size = "0", position = "top" },		
        { lat = "49.147", long = "35.871", mark = "Location dot blue.svg", marksize = "8", label = "[[Sakhnovshchyna]]", link = "Sakhnovshchyna", label_size = "60", position = "top" },	
        { lat = "49.397", long = "37.064", mark = "Location dot red.svg", marksize = "8", label = "[[Savyntsi]]", link = "Savyntsi", label_size = "65", position = "top" },	
        { lat = "49.689", long = "37.178", mark = "Location dot red.svg", marksize = "8", label = "[[Shevchenkove, Shevchenkove settlement hromada, Kupiansk Raion, Kharkiv Oblast|Shevchenkove]]", link = "Shevchenkove, Shevchenkove settlement hromada, Kupiansk Raion, Kharkiv Oblast", label_size = "60", position = "left" },
        { lat = "50.212", long = "36.159", mark = "Location dot red.svg", marksize = "8", label = "[[Slatyne]]", link = "Slatyne", label_size = "65", position = "top" },	
        { lat = "49.594", long = "36.529", mark = "Location dot blue.svg", 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 = "Location dot blue.svg", marksize = "10", label = "[[Solonytsivka]]", link = "Solonytsivka", label_size = "70", position = "left" },	
        { lat = "49.839", long = "35.621", mark = "Location dot blue.svg", marksize = "8", label = "[[Valky]]", link = "Valky", label_size = "65", position = "top" },	
        { lat = "49.834", long = "36.324", mark = "Location dot blue.svg", marksize = "8", label = "[[Vasyshcheve]]", link = "Vasyshcheve", label_size = "0", position = "top" },	
        { lat = "50.049", long = "37.388", mark = "Location dot red.svg", marksize = "6", label = "[[Velykyi Burluk]]", link = "Control of cities during the Russo-Ukrainian War#Velykyi Burluk", label_size = "0", position = "top" },
        { lat = "50.056", long = "35.879", mark = "Location dot blue.svg", marksize = "8", label = "[[Vilshany]]", link = "Vilshany", label_size = "0", position = "top" },	
        { lat = "50.284", long = "36.933", mark = "Location dot red.svg", marksize = "10", label = "[[Vovchansk]]", link = "Control of cities during the Russo-Ukrainian War#Vovchansk", label_size = "70", position = "bottom" },
        { lat = "49.885", long = "36.118", mark = "Location dot blue.svg", marksize = "8", label = "[[Vysokyi]]", link = "Vysokyi", label_size = "0", position = "top" },		
        { lat = "49.694", long = "36.360", mark = "Location dot blue.svg", marksize = "10", label = "[[Zmiiv]]", link = "Control of cities during the Russo-Ukrainian War#Zmiiv", label_size = "70", position = "top" },
        { lat = "50.269", long = "35.976", mark = "Location dot red.svg", marksize = "8", label = "[[Zolochiv, Kharkiv Oblast|Zolochiv]]", link = "Zolochiv, Kharkiv Oblast", label_size = "65", position = "top" },
        
		--أوبلاست خرسون
        { lat = "46.680", long = "32.735", mark = "Location dot red.svg", 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 = "Location dot red.svg", marksize = "6", label = "[[Arkhanhelske, Kherson Oblast|Arkhanhelske]]", link = "Arkhanhelske, Kherson Oblast", label_size = "0" },
        { lat = "46.457", long = "33.872", mark = "Location dot red.svg", marksize = "6", label = "[[Askania-Nova (urban-type settlement)|Askania-Nova]]", link = "Askania-Nova (urban-type settlement)", label_size = "0", position = "top" },
        { lat = "46.843", long = "33.427", mark = "Location dot red.svg", marksize = "10", label = "[[Beryslav]]", link = "Beryslav", label_size = "70", position = "top" },
        { lat = "46.627", long = "32.441", mark = "Location dot red.svg", marksize = "8", label = "[[Bilozerka]]", link = "Bilozerka", label_size = "65", position = "left" },
        { lat = "46.422", long = "33.146", mark = "Location dot red.svg", marksize = "6", label = "[[Brylivka, Kherson Oblast|Brylivka]]", link = "Brylivka, Kherson Oblast", label_size = "0", position = "top" },
        { lat = "46.362", long = "33.533", mark = "Location dot red.svg", marksize = "8", label = "[[Chaplynka]]", link = "Chaplynka", label_size = "65", position = "right" },
        { lat = "46.360", long = "32.207", mark = "Location dot red.svg", marksize = "6", label = "[[Chulakivka]]", link = "Chulakivka", label_size = "0", position = "right" },
        { lat = "47.223", long = "32.298", mark = "Location dot red.svg", marksize = "6", label = "[[Dobra Krynytsya]]", link = "Dobra Krynytsya", label_size = "0", position = "right" },
        { lat = "46.175", long = "34.806", mark = "Location dot red.svg", marksize = "10", label = "[[Henichesk]]", link = "Henichesk", label_size = "70", position = "right" },
        { lat = "46.521", long = "32.520", mark = "Location dot red.svg", marksize = "10", label = "[[Hola Prystan]]", link = "Hola Prystan", label_size = "0" },
        { lat = "47.005", long = "33.730", mark = "Location dot red.svg", 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 = "Location dot red.svg", marksize = "6", label = "[[Ivanivka, Kherson Oblast|Ivanivka]]", link = "Ivanivka, Kherson Oblast", label_size = "0", position = "top" },
        { lat = "46.779", long = "33.370", mark = "BSicon STRl red.svg", marksize = "10", label = "[[Kakhovka Hydroelectric Power Plant]]", link = "Kakhovka Hydroelectric Power Plant", label_size = "0", position = "left" },
        { lat = "46.812", long = "33.490", mark = "Location dot red.svg", marksize = "12", label = "[[Kakhovka]]", link = "Kakhovka", label_size = "0" },
        { lat = "46.256", long = "33.299", mark = "Location dot red.svg", marksize = "8", label = "[[Kalanchak]]", link = "Kalanchak", label_size = "65", position = "right" },
		{ lat = "46.642", long = "32.613", mark = "Location dot red.svg", marksize = "20", label = "[[Kherson]]", link = "Kherson", label_size = "110", position = "bottom" },
        { lat = "46.668", long = "32.502", mark = "Fighter-jet-red-icon.svg", marksize = "12", label = "[[Kherson International Airport]]", link = "Kherson International Airport", label_size = "0", position = "bottom" },
        { lat = "46.627", long = "32.504", mark = "Location dot red.svg", marksize = "8", label = "[[Komyshany]]", link = "Komyshany", label_size = "0" },
        { lat = "46.077", long = "32.530", mark = "Location dot red.svg", marksize = "6", label = "[[Lazurne (urban-type settlement)|Lazurne]]", link = "Lazurne (urban-type settlement)", label_size = "0", position = "top" },
        { lat = "46.807", long = "33.570", mark = "Location dot red.svg", marksize = "8", label = "[[Liubymivka]]", link = "Liubymivka", label_size = "65", position = "right" },
        { lat = "46.753", long = "33.367", mark = "Location dot red.svg", marksize = "12", label = "[[Nova Kakhovka]]", link = "Nova Kakhovka", label_size = "80", position = "left" },
        { lat = "46.596", long = "33.230", mark = "Location dot red.svg", marksize = "8", label = "[[Nova Maiachka]]", link = "Nova Maiachka", label_size = "65", position = "bottom" },
        { lat = "46.455", long = "32.452", mark = "Location dot red.svg", marksize = "6", label = "[[Nova Zburivka]]", link = "Nova Zburivka", label_size = "0", position = "top" },
        { lat = "46.352", long = "34.336", mark = "Location dot red.svg", marksize = "10", label = "[[Novotroitske]]", link = "Novotroitske", label_size = "70", position = "bottom" },
        { lat = "47.498", long = "33.917", mark = "Location dot red.svg", marksize = "8", label = "[[Novovorontsovka]]", link = "Novovorontsovka", label_size = "65", position = "top" },
        { lat = "46.225", long = "34.641", mark = "Location dot red.svg", marksize = "10", label = "[[Novooleksiivka]]", link = "Novooleksiivka", label_size = "70", position = "right" },
        { lat = "46.849", long = "34.380", mark = "Location dot red.svg", marksize = "6", label = "[[Nyzhni Sirohozy]]", link = "Nyzhni Sirohozy", label_size = "0", position = "top" },
        { lat = "46.620", long = "32.707", mark = "Location dot red.svg", marksize = "12", label = "[[Oleshky]]", link = "Control of cities during the Russo-Ukrainian War#Oleshky", label_size = "80", position = "right" },
        { lat = "46.624", long = "32.605", mark = "Anchor pictogram red.svg", marksize = "12", label = "[[Port of Kherson]]", link = "Port of Kherson", label_size = "0", position = "right" },
        { lat = "46.336", long = "34.752", mark = "Location dot red.svg", marksize = "6", label = "[[Rykove]]", link = "Rykove", label_size = "0", position = "top" },
        { lat = "46.115", long = "32.910", mark = "Location dot red.svg", 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.384", long = "34.549", mark = "Location dot red.svg", marksize = "6", label = "[[Syvaske]]", link = "Syvaske", label_size = "0", position = "top" },
        { lat = "46.753", long = "33.422", mark = "Location dot red.svg", marksize = "10", label = "[[Tavriisk]]", link = "Tavriisk", label_size = "70", position = "bottom" },
        { lat = "47.163", long = "33.937", mark = "Location dot red.svg", marksize = "8", label = "[[Velyka Lepetykha]]", link = "Velyka Lepetykha", label_size = "65", position = "top" },
        { lat = "47.321", long = "33.303", mark = "Location dot red.svg", marksize = "8", label = "[[Velyka Oleksandrivka]]", link = "Velyka Oleksandrivka", label_size = "65", position = "bottom" },
        { lat = "47.253", long = "34.341", mark = "Location dot red.svg", marksize = "8", label = "[[Verkhnii Rohachyk]]", link = "Verkhnii Rohachyk", label_size = "65", position = "bottom" },
        { lat = "47.494", long = "33.532", mark = "Location dot red.svg", marksize = "6", label = "[[Vysokopillia]]", link = "Control of cities during the Russo-Ukrainian War#Vysokopillia", label_size = "0", position = "bottom" },
        { lat = "46.715", long = "32.638", mark = "Location dot red.svg", marksize = "8", label = "[[Zelenivka, Kherson Oblast|Zelenivka]]", link = "Zelenivka, Kherson Oblast", label_size = "65", position = "top" },
		
		--أوبلاست خملنيتسكي
        { lat = "48.683", long = "26.583", mark = "Location dot blue.svg", marksize = "14", label = "[[Kamianets-Podilskyi]]", link = "Control of cities during the Russo-Ukrainian War#Kamianets-Podilskyi", label_size = "90", position = "right" },
        { lat = "49.416", long = "27", mark = "Location dot blue.svg", marksize = "20", label = "[[Khmelnytskyi, Ukraine|Khmelnytskyi]]", link = "Control of cities during the Russo-Ukrainian War#Khmelnytskyi", label_size = "110", position = "top" },
        { 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 = "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" },	
		{ 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.345", long = "30.53", mark = "Battle of Kyiv (2022) template.svg", marksize = "126", label = "[[Control of cities during the Russo-Ukrainian War#Kyiv|Kyiv]]", link = "Control of cities during the Russo-Ukrainian War#Kyiv", label_size = "140", position = "top" },
        { 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" },
		
		--أوبلاست كييڤ
		{ lat = "50.464", long = "30.479", mark = "Location dot blue.svg", marksize = "8", label = "[[Lukyanivka (neighborhood)|Lukyanivka]]", link = "Baryshivka", label_size = "0" },
        { lat = "50.351", long = "31.319", mark = "Location dot blue.svg", marksize = "10", label = "[[Baryshivka]]", link = "Baryshivka", label_size = "70", position = "top" },
        { lat = "50.307", long = "31.464", mark = "Location dot blue.svg", marksize = "10", label = "[[Berezan, Kyiv Oblast|Berezan]]", link = "Berezan, Kyiv Oblast", label_size = "70", position = "bottom" },
        { lat = "49.798", long = "30.115", mark = "Location dot blue.svg", marksize = "20", label = "[[Bila Tserkva]]", link = "Bila Tserkva", label_size = "110", position = "top" },
        { lat = "50.623", long = "30.897", mark = "Location dot red.svg", marksize = "6", label = "[[Bogdanovka]]", link = "Bogdanovka (Brovary district)", label_size = "0", position = "top" },
        { lat = "49.541", long = "30.877", mark = "Location dot blue.svg", marksize = "10", label = "[[Bohuslav]]", link = "Bohuslav", label_size = "70", position = "top" },
        { lat = "50.645", long = "29.915", mark = "80x80-red-blue-anim.gif", marksize = "10", label = "[[Borodianka]]", link = "Borodianka", label_size = "70", position = "left" },
        { lat = "50.176", long = "30.102", mark = "Location dot blue.svg", marksize = "8", label = "[[Borova, Kyiv Oblast|Borova]]", link = "Borova, Kyiv Oblast", label_size = "65", position = "left" },
        { lat = "50.348", long = "30.956", mark = "Location dot blue.svg", marksize = "14", label = "[[Boryspil]]", link = "Boryspil", label_size = "70", position = "right" },
        { 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 = "Location dot blue.svg", marksize = "12", label = "[[Boyarka]]", link = "Boyarka", label_size = "65", position = "left" },
        { lat = "50.517", long = "30.817", mark = "Location dot blue.svg", marksize = "16", label = "[[Brovary#History|Brovary]]", link = "Brovary#History", label_size = "65", position = "right" },
        { lat = "50.553", long = "30.214", mark = "80x80-red-blue-anim.gif", marksize = "12", label = "[[Bucha, Kyiv Oblast#History|Bucha]]", link = "Bucha, Kyiv Oblast#History", label_size = "0", position = "bottom" },
        { lat = "50.418", long = "30.044", mark = "Location dot red.svg", marksize = "6", label = "[[Buzova, Kyiv-Sviatoshyn Raion|Buzova]]", link = "Buzova, Kyiv-Sviatoshyn Raion", label_size = "0" },
        { lat = "50.339", long = "30.422", mark = "Location dot blue.svg", marksize = "8", label = "[[Chabany]]", link = "Chabany", label_size = "0", position = "top" },
        { lat = "51.276", long = "30.222", mark = "3x3dot-red.svg", marksize = "10", label = "[[Chernobyl]]", link = "Control of cities during the Russo-Ukrainian War#Chernobyl", label_size = "70", position = "bottom" },
        { lat = "51.389", long = "30.099", mark = "Icon_NuclearPowerPlant-red.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 = "Location dot red.svg", marksize = "8", label = "[[Dymer, Kyiv Oblast|Dymer]]", link = "Dymer, Kyiv Oblast", label_size = "65", position = "top" },
        { lat = "50.064", long = "29.905", mark = "Location dot blue.svg", marksize = "12", label = "[[Fastiv#History|Fastiv]]", link = "Fastiv#History", label_size = "80", position = "right" },
        { lat = "50.262", long = "30.289", mark = "Location dot blue.svg", marksize = "8", label = "[[Hlevakha]]", link = "Hlevakha", label_size = "0", position = "left" },
        { lat = "50.569", long = "30.265", mark = "80x80-red-blue-anim.gif", marksize = "10", label = "[[Hostomel#History|Hostomel]]", link = "Hostomel#History", label_size = "0" },
        { lat = "50.603", long = "30.191", mark = "80x80-red-blue-anim.gif", marksize = "12", label = "[[Antonov Airport]]", link = "Antonov Airport", label_size = "0", position = "top" },
        { lat = "49.955", long = "30.178", mark = "Location dot blue.svg", marksize = "8", label = "[[Hrebinky]]", link = "Hrebinky", label_size = "65", position = "left" },
        { lat = "50.519", long = "30.240", mark = "80x80-red-blue-anim.gif", marksize = "14", label = "[[Irpin#History|Irpin]]", link = "Irpin#History", label_size = "65", position = "right" },
        { lat = "50.934", long = "29.901", mark = "Location dot red.svg", marksize = "10", label = "[[Ivankiv]]", link = "Ivankiv", label_size = "70", position = "top" },
        { lat = "49.862", long = "30.819", mark = "Location dot blue.svg", marksize = "10", label = "[[Kaharlyk]]", link = "Kaharlyk", label_size = "70", position = "top" },
        { lat = "50.558", long = "30.825", mark = "Location dot blue.svg", marksize = "8", label = "[[Kalynivka, Brovary Raion|Kalynivka]]", link = "Kalynivka, Brovary Raion", label_size = "0" },
        { lat = "50.580", long = "30.011", mark = "Location dot red.svg", marksize = "8", label = "[[Klavdiievo-Tarasove]]", link = "Klavdiievo-Tarasove", label_size = "0" },
        { lat = "51.074", long = "29.656", mark = "Location dot red.svg", marksize = "6", label = "[[Krasiatychi]]", link = "Krasiatychi", label_size = "0" },
        { lat = "50.488", long = "30.333", mark = "Location dot blue.svg", marksize = "10", label = "[[Kotsiubynske]]", link = "Kotsiubynske", label_size = "0", position = "top" },
        { lat = "50.588", long = "30.512", mark = "BSicon STRl blue.svg", marksize = "10", label = "[[Kyiv Hydroelectric Power Plant]]", link = "Kyiv Hydroelectric Power Plant", label_size = "0" },
        { lat = "49.665", long = "30.990", mark = "Location dot blue.svg", marksize = "10", label = "[[Myronivka]]", link = "Myronivka", label_size = "70", position = "top" },
        { lat = "50.457", long = "29.813", mark = "80x80-red-blue-anim.gif", marksize = "8", label = "[[Makariv]]", link = "Makariv", label_size = "65", position = "top" },
        { lat = "50.564", long = "30.089", mark = "Location dot red.svg", marksize = "8", label = "[[Nemishaieve]]", link = "Nemishaieve", label_size = "0" },
        { lat = "50.110", long = "30.630", mark = "Location dot blue.svg", marksize = "12", label = "[[Obukhiv]]", link = "Obukhiv", label_size = "80", position = "bottom" },
        { lat = "50.072", long = "31.450", mark = "Location dot blue.svg", marksize = "12", label = "[[Pereiaslav]]", link = "Pereiaslav", label_size = "80", position = "top" },
        { lat = "50.696", long = "29.599", mark = "Location dot blue.svg", marksize = "8", label = "[[Piskivka]]", link = "Piskivka", label_size = "65", position = "right" },
        { lat = "51.241", long = "29.387", mark = "Location dot red.svg", marksize = "6", label = "[[Poliske]]", link = "Poliske", label_size = "0" },
        { lat = "51.405", long = "30.054", mark = "3x3dot-red.svg", marksize = "10", label = "[[Pripyat]]", link = "Pripyat", label_size = "70", position = "top" },
        { lat = "49.691", long = "30.478", mark = "Location dot blue.svg", marksize = "10", label = "[[Rokytne, Kyiv Oblast|Rokytne]]", link = "Rokytne, Kyiv Oblast", label_size = "70", position = "top" },
        { lat = "49.966", long = "31.043", mark = "Location dot blue.svg", marksize = "8", label = "[[Rzhyshchiv]]", link = "Rzhyshchiv", label_size = "65", position = "top" },
        { lat = "50.645", long = "31.045", mark = "Location dot red.svg", marksize = "6", label = "[[Shevchenkove, Brovary Raion, Kyiv Oblast]]", link = "Shevchenkove, Brovary Raion, Kyiv Oblast", label_size = "0", position = "top" },
        { lat = "49.733", long = "29.664", mark = "Location dot blue.svg", marksize = "10", label = "[[Skvyra]]", link = "Skvyra", label_size = "70", position = "top" },
        { lat = "51.522", long = "30.746", mark = "Location dot red.svg", marksize = "12", label = "[[Slavutych]]", link = "Control of cities during the Russo-Ukrainian War#Slavutych", label_size = "80", position = "bottom" },
        { lat = "49.391", long = "30.199", mark = "Location dot blue.svg", marksize = "8", label = "[[Stavyshche]]", link = "Stavyshche", label_size = "65", position = "left" },
        { 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 = "Location dot blue.svg", marksize = "8", label = "[[Tarashcha]]", link = "Tarashcha", label_size = "65", position = "top" },
        { lat = "49.366", long = "29.658", mark = "Location dot blue.svg", marksize = "10", label = "[[Tetiiv]]", link = "Tetiiv", label_size = "70", position = "top" },
        { lat = "50.138", long = "30.737", mark = "Location dot blue.svg", marksize = "10", label = "[[Ukrainka, Kyiv Oblast|Ukrainka]]", link = "Ukrainka, Kyiv Oblast", label_size = "70", position = "right" },
        { lat = "49.825", long = "30.405", mark = "Location dot blue.svg", 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 = "Location dot blue.svg", marksize = "12", label = "[[Vasylkiv]]", link = "Control of cities 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 = "Location dot blue.svg", marksize = "8", label = "[[Velyka Dymerka]]", link = "Velyka Dymerka", label_size = "0", position = "top" },
        { lat = "49.527", long = "29.920", mark = "Location dot blue.svg", marksize = "8", label = "[[Volodarka]]", link = "Volodarka", label_size = "65", position = "left" },
        { lat = "50.544", long = "30.149", mark = "Location dot red.svg", marksize = "8", label = "[[Vorzel]]", link = "Vorzel", label_size = "0", position = "top" },
        { lat = "50.583", long = "30.486", mark = "Location dot blue.svg", marksize = "12", label = "[[Vyshhorod]]", link = "Control of cities during the Russo-Ukrainian War#Vyshhorod", label_size = "65", position = "top" },
        { lat = "50.392", long = "30.368", mark = "Location dot blue.svg", marksize = "12", label = "[[Vyshneve (city)|Vyshneve]]", link = "Vyshneve (city)", label_size = "65", position = "left" },
        { lat = "50.257", long = "31.782", mark = "Location dot blue.svg", marksize = "10", label = "[[Yahotyn]]", link = "Yahotyn", label_size = "70", position = "top" },
		
		--أوبلاست كيروڤوهراد
        { lat = "49.077", long = "33.250", mark = "BSicon STRl 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 = "Location dot blue.svg", marksize = "20", label = "[[Kropyvnytskyi]]", link = "Control of cities 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.666", long = "33.116", mark = "Location dot blue.svg", marksize = "14", label = "[[Oleksandriia]]", link = "Control of cities during the Russo-Ukrainian War#Oleksandriia", label_size = "90", position = "left" },
		
        --أوبلاست لوهانسك
        { lat = "48.477", long = "38.797", mark = "Location dot red.svg", marksize = "16", label = "[[Alchevsk]]", link = "Alchevsk", label_size = "0", position = "top" },
        { lat = "48.117", long = "39.083", mark = "Location dot red.svg", marksize = "14", label = "[[Antratsyt]]", label_size = "0", link = "Antratsyt", position = "top" },
        { lat = "48.440", long = "38.742", mark = "Location dot red.svg", marksize = "8", label = "[[Artemivsk]]", label_size = "0", link = "Artemivsk", position = "top" },
        { lat = "48.501", long = "39.049", mark = "Location dot red.svg", marksize = "8", label = "Bile", label_size = "0", position = "left" },
        { lat = "49.530", long = "38.733", mark = "Location dot red.svg", marksize = "8", label = "[[Bilokurakyne]]", label_size = "65", link = "Bilokurakyne", position = "top" },
        { lat = "49.209", long = "39.590", mark = "Location dot red.svg", marksize = "8", label = "[[Bilovodsk]]", link = "Control of cities during the Russo-Ukrainian War#Bilovodsk", label_size = "65", position = "top" },
        { lat = "48.871", long = "38.564", mark = "Location dot red.svg", marksize = "8", label = "Borivske", label_size = "0", position = "right" },
        { lat = "48.513", long = "38.643", mark = "Location dot red.svg", marksize = "12", label = "[[Brianka]]", label_size = "0", link = "Brianka", position = "top" },
        { lat = "48.073", long = "39.797", mark = "Location dot red.svg", marksize = "10", label = "[[Chervonopartyzansk]]", label_size = "0", link = "Chervonopartyzansk", position = "top" },
        { lat = "48.324", long = "38.521", mark = "Location dot red.svg", marksize = "8", label = "[[Chornukhyne]]", label_size = "60", link = "Chornukhyne", position = "top" },
        { lat = "48.426", long = "39.255", mark = "Location dot red.svg", marksize = "8", label = "Heorhiivka", label_size = "0", position = "top" },
        { lat = "48.742", long = "38.494", mark = "Location dot red.svg", marksize = "8", label = "[[Hirske]]", label_size = "65", link = "Hirske", position = "top" },
        { lat = "48.601", long = "38.592", mark = "Location dot red.svg", marksize = "8", label = "[[Irmino]]", label_size = "0", link = "Irmino", position = "top" },
        { lat = "48.235", long = "38.942", mark = "Location dot red.svg", marksize = "8", label = "Ivanivka", label_size = "0", position = "right" },
        { lat = "48.665", long = "38.472", mark = "Location dot red.svg", marksize = "10", label = "[[Katerynivka, Popasna Raion|Katerynivka]]", label_size = "0", link = "Katerynivka, Popasna Raion", position = "top" },
        { lat = "48.638", long = "38.643", mark = "Location dot red.svg", marksize = "12", label = "[[Kirovsk, Luhansk Oblast|Kirovsk]]", label_size = "0", link = "Kirovsk, Luhansk Oblast", position = "top" },
        { lat = "48.300", long = "39.733", mark = "Location dot red.svg", marksize = "12", label = "[[Krasnodon]]", label_size = "80", link = "Krasnodon", position = "bottom" },
		{ lat = "48.133", long = "38.933", mark = "Location dot red.svg", marksize = "14", label = "[[Krasnyi Luch]]", link = "Control of cities during the Russo-Ukrainian War#Krasnyi Luch", label_size = "90", position = "top" },
		{ lat = "49.050", long = "38.217", mark = "80x80-red-blue-anim.gif", marksize = "10", label = "[[Kreminna]]", label_size = "70", link = "Kreminna ", position = "left" },
        { lat = "48.074", long = "39.059", mark = "Location dot red.svg", marksize = "8", label = "Kripenskyi", label_size = "0", position = "bottom" },
        { lat = "48.751", long = "38.787", mark = "Location dot red.svg", marksize = "6", label = "Krymske, Novoaidar Raion", label_size = "0", position = "bottom" },
        { lat = "48.567", long = "39.333", mark = "Location dot red.svg", marksize = "20", label = "[[Luhansk]]", link = "Control of cities 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.746", long = "39.260", 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 = "Location dot red.svg", marksize = "10", label = "[[Lutuhyne]]", label_size = "70", link = "Lutuhyne", position = "bottom" },
        { lat = "48.907", long = "38.443", mark = "Location dot blue.svg", marksize = "14", label = "[[Lysychansk]]", link = "Lysychansk", label_size = "90", position = "left" },
        { lat = "48.907", long = "38.443", mark = "Map-circle-red.svg", marksize = "18", label = "[[Lysychansk]]", link = "Lysychansk", label_size = "0", position = "left" },
        { lat = "49.521", long = "39.562", mark = "Location dot red.svg", marksize = "8", label = "[[Markivka]]", label_size = "65", link = "Markivka", position = "top" },
        { lat = "49.376", long = "40.142", mark = "Location dot red.svg", marksize = "8", label = "[[Milove]]", label_size = "65", link = "Milove", position = "left" },
        { lat = "48.344", long = "39.658", mark = "Location dot red.svg", marksize = "12", label = "[[Molodohvardiysk]]", label_size = "0", link = "Molodohvardiysk", position = "top" },
        { lat = "48.972", long = "39.006", mark = "Location dot red.svg", marksize = "8", label = "[[Novoaidar]]", label_size = "65", link = "Novoaidar", position = "top" },
        { lat = "48.967", long = "38.350", mark = "Location dot blue.svg", marksize = "8", label = "[[Novodruzhesk]]", label_size = "65", link = "Novodruzhesk ", position = "left" },
        { lat = "49.484", long = "39.133", mark = "Location dot red.svg", marksize = "8", label = "[[Novopskov]]", label_size = "65", link = "Novopskov", position = "bottom" },
        { lat = "48.583", long = "39.183", mark = "Location dot red.svg", marksize = "8", label = "[[Oleksandrivsk]]", label_size = "0", link = "Oleksandrivsk", position = "top" },
        { lat = "48.433", long = "38.817", mark = "Location dot red.svg", marksize = "12", label = "[[Perevalsk]]", label_size = "0", link = "Perevalsk", position = "top" },
        { lat = "48.633", long = "38.517", mark = "Location dot red.svg", marksize = "12", label = "[[Pervomaisk]]", label_size = "0", link = "Pervomaisk", position = "top" },
        { lat = "48.300", long = "38.878", mark = "Location dot red.svg", marksize = "10", label = "[[Petrovske]]", label_size = "70", link = "Petrovske", position = "top" },
        { lat = "48.633", long = "38.380", mark = "Location dot red.svg", marksize = "10", label = "[[Popasna]]", label_size = "0", link = "Popasna", position = "top" },
        { lat = "49.007", long = "38.300", mark = "Location dot blue.svg", marksize = "8", label = "[[Pryvillia]]", label_size = "65", link = "Pryvillia", position = "left" },
        { lat = "48.559", long = "39.028", mark = "Location dot red.svg", marksize = "8", label = "Rodakove", label_size = "0", position = "top" },
        { lat = "48.071", long = "39.343", mark = "Location dot red.svg", marksize = "12", label = "[[Rovenky]]", label_size = "80", link = "Rovenky", position = "bottom" },
        { lat = "49.017", long = "38.367", mark = "80x80-red-blue-anim.gif", marksize = "14", label = "[[Rubizhne]]", label_size = "90", link = "Rubizhne ", position = "top" },
        { lat = "48.733", long = "39.233", mark = "Location dot red.svg", marksize = "10", label = "[[Shchastia]]", link = "Shchastia", label_size = "70", position = "top" },     		
        { lat = "48.950", long = "38.483", mark = "Location dot blue.svg", marksize = "16", label = "[[Sievierodonetsk]]", label_size = "80", link = "Sievierodonetsk ", position = "right" },
        { lat = "48.950", long = "38.483", mark = "Map-circle-red.svg", marksize = "20", label = "[[Sievierodonetsk]]", label_size = "0", link = "Sievierodonetsk ", position = "right" },
        { lat = "48.900", long = "38.540", mark = "Fighter-jet-blue-icon.svg", marksize = "10", label = " [[Sievierodonetsk Airport]]", label_size = "0", link = "Sievierodonetsk Airport ", position = "bottom" },
        { lat = "48.698", long = "38.977", mark = "Location dot red.svg", marksize = "8", label = "[[Slovianoserbsk]]", label_size = "0", link = "Slovianoserbsk", position = "top" },
		{ lat = "48.560", long = "38.649", mark = "Location dot red.svg", marksize = "14", label = "[[Stakhanov, Ukraine|Stakhanov]]", link = "Stakhanov, Ukraine", label_size = "0", position = "top" },
		{ lat = "48.667", long = "39.467", mark = "Location dot red.svg", marksize = "10", label = "[[Stanytsia Luhanska]]", label_size = "70", link = "Stanytsia Luhanska ", position = "left" },
        { lat = "49.277", long = "38.924", mark = "Location dot red.svg", marksize = "12", label = "[[Starobilsk]]", link = "Control of cities during the Russo-Ukrainian War#Starobilsk", label_size = "80", position = "top" },
        { lat = "48.354", long = "39.722", mark = "Location dot red.svg", marksize = "12", label = "[[Sukhodilsk]]", label_size = "80", link = "Sukhodilsk", position = "top" },
        { lat = "49.409", long = "38.162", mark = "Location dot red.svg", marksize = "10", label = "[[Svatove]]", label_size = "70", link = "Svatove ", position = "top" },
        { lat = "48.075", long = "39.655", mark = "Location dot red.svg", marksize = "14", label = "[[Sverdlovsk, Luhansk Oblast|Sverdlovsk]]", label_size = "90", link = "Sverdlovsk", position = "top" },
        { lat = "48.838", long = "39.421", mark = "Location dot red.svg", marksize = "8", label = "Teple", label_size = "65", position = "top" },
        { lat = "48.524", long = "38.376", mark = "Location dot red.svg", marksize = "8", label = "[[Troitske]]", label_size = "65", link = "Troitske", position = "top" },
        { lat = "48.759", long = "38.963", mark = "Location dot red.svg", marksize = "6", label = "[[Trokhizbenka]]", link = "Trokhizbenka", label_size = "0", position = "top" },
        { lat = "48.391", long = "39.153", mark = "Location dot red.svg", marksize = "8", label = "[[Uspenka]]", label_size = "65", link = "Uspenka", position = "left" },
        { lat = "48.161", long = "38.839", mark = "Location dot red.svg", marksize = "10", label = "[[Vakhrusheve]]", label_size = "0", link = "Vakhrusheve", position = "top" },
        { lat = "48.160", long = "39.216", mark = "Location dot red.svg", marksize = "8", label = "Yasenivskyi", label_size = "0", position = "top" },
        { lat = "48.693", long = "38.515", mark = "Location dot red.svg", marksize = "10", label = "[[Zolote]]", label_size = "70", link = "Zolote", position = "right" },
        { lat = "48.417", long = "38.617", mark = "Location dot red.svg", marksize = "8", label = "[[Zorynsk]]", label_size = "65", link = "Zorynsk", position = "left" },
        { lat = "48.583", long = "38.933", mark = "Location dot red.svg", marksize = "8", label = "[[Zymohiria]]", label_size = "65", link = "Zymohiria", position = "top" },
		
		--أوبلاست لڤيڤ
        { 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 = "49.35", long = "23.5", mark = "Location dot blue.svg", marksize = "14", label = "[[Drohobych]]", link = "Control of cities during the Russo-Ukrainian War#Drohobych", label_size = "90", position = "right" },
        { 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.83", long = "24.014", mark = "Location dot blue.svg", marksize = "24", label = "[[Lviv]]", link = "Control of cities during the Russo-Ukrainian War#Lviv", label_size = "120", position = "right" },
        { lat = "49.812", long = "23.94", 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.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 = "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 = "47.912", long = "31.316", mark = "Location dot blue.svg", marksize = "8", label = "[[Arbuzynka]]", link = "Arbuzynka", label_size = "65", position = "top" },
        { lat = "47.410", long = "32.441", mark = "Location dot blue.svg", marksize = "10", label = "[[Bashtanka]]", link = "Bashtanka", label_size = "70", position = "top" },
        { lat = "47.310", long = "32.849", mark = "Location dot blue.svg", marksize = "8", label = "[[Bereznehuvate]]", link = "Bereznehuvate", label_size = "65", position = "top" },
        { lat = "47.868", long = "31.577", mark = "Location dot blue.svg", marksize = "8", label = "[[Bratske]]", link = "Bratske", label_size = "65", position = "top" },
        { lat = "47.628", long = "30.990", mark = "Location dot blue.svg", marksize = "8", label = "[[Domanivka]]", link = "Domanivka", label_size = "65", position = "top" },
        { lat = "47.834", long = "32.834", mark = "Location dot blue.svg", marksize = "8", label = "[[Kazanka, Ukraine|Kazanka]]", link = "Kazanka, Ukraine", label_size = "65", position = "top" },
        { lat = "47.947", long = "30.341", mark = "Location dot blue.svg", 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 = "Location dot blue.svg", marksize = "20", label = "[[Mykolaiv]]", link = "Control of cities 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", label_size = "0"},
        { lat = "47.309", long = "31.788", mark = "Location dot blue.svg", marksize = "10", label = "[[Nova Odesa]]", link = "Nova Odesa", label_size = "70", position = "top" },
        { lat = "47.697", long = "32.504", mark = "Location dot blue.svg", marksize = "10", label = "[[Novyi Buh]]", link = "Novyi Buh", label_size = "70", position = "top" },
        { lat = "46.619", long = "31.539", mark = "Location dot blue.svg", marksize = "10", label = "[[Ochakiv]]", link = "Ochakiv", label_size = "70", position = "top" },
        { lat = "47.691", long = "31.276", mark = "Location dot blue.svg", marksize = "8", label = "[[Oleksandrivka, Mykolaiv Oblast|Oleksandrivka]]", link = "Oleksandrivka, Mykolaiv Oblast", label_size = "65", position = "top" },
        { lat = "48.045", long = "30.888", mark = "Location dot blue.svg", marksize = "14", label = "[[Pervomaisk, Mykolaiv Oblast|Pervomaisk]]", link = "Pervomaisk, Mykolaiv Oblast", label_size = "90", position = "top" },
        { lat = "47.075", long = "32.806", mark = "Location dot blue.svg", marksize = "10", label = "[[Snihurivka]]", link = "Snihurivka", label_size = "70", position = "top" },
        { lat = "46.828", long = "32.22", mark = "Location dot blue.svg", marksize = "6", label = "[[Luch]]", label_size = "0" },
        { lat = "46.779", long = "32.093", mark = "Location dot blue.svg", marksize = "6", label = "[[Prybuzke]]", label_size = "0" },
        { lat = "46.863", long = "32.202", mark = "Location dot blue.svg", marksize = "6", label = "[[Shevchenkove]]", label_size = "0" },
        { lat = "46.8255", long = "32.141", mark = "Location dot blue.svg", marksize = "6", label = "[[Ukrainka]]", label_size = "0" },
        { lat = "47.356", long = "31.238", mark = "Location dot blue.svg", marksize = "8", label = "[[Veselynove]]", link = "Veselynove", label_size = "65", position = "top" },
        { lat = "47.561", long = "31.336", mark = "Location dot blue.svg", marksize = "12", label = "[[Voznesensk]]", link = "Voznesensk", label_size = "80", position = "top" },
        { lat = "47.866", long = "30.591", mark = "Location dot blue.svg", marksize = "8", label = "[[Vradiivka]]", link = "Vradiivka", label_size = "65", position = "top" },
        { lat = "47.823", long = "31.184", mark = "Location dot blue.svg", marksize = "12", label = "[[Yuzhnoukrainsk]]", link = "Yuzhnoukrainsk", label_size = "80", position = "top" },
        { lat = "47.816", long = "31.216", mark = "Icon_NuclearPowerPlant-blue.svg", marksize = "12", label = "[[South Ukraine Nuclear Power Plant|Yuzhnoukrainsk Nuclear Power Station]]", link = "South Ukraine Nuclear Power Plant", label_size = "0" },
		
		--أوبلاست أوديسا
		{ lat = "47.715", long = "29.991", mark = "Location dot blue.svg", marksize = "8", label = "[[Ananiv]]", link = "Ananiv", label_size = "65", position = "top" },
		{ lat = "45.979", long = "29.424", mark = "Location dot blue.svg", marksize = "10", label = "[[Artsyz]]", link = "Artsyz", label_size = "70", position = "top" },
		{ lat = "46.468", long = "30.614", mark = "Location dot blue.svg", marksize = "8", label = "[[Avanhard, Odessa Oblast|Avanhard]]", link = "Avanhard, Odessa Oblast", label_size = "65", position = "left" },
		{ lat = "47.937", long = "29.629", mark = "Location dot blue.svg", marksize = "10", label = "[[Balta, Ukraine|Balta]]", link = "Balta, Ukraine", label_size = "70", position = "top" },
		{ lat = "47.204", long = "30.916", mark = "Location dot blue.svg", marksize = "8", label = "[[Berezivka]]", link = "Berezivka", label_size = "65", position = "left" },
		{ lat = "46.186", long = "30.342", mark = "Location dot blue.svg", 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 = "[[Port of Bilhorod-Dnistrovskyi]]", link = "Port of Bilhorod-Dnistrovskyi", label_size = "0"},
        { lat = "46.490", long = "30.202", mark = "Location dot blue.svg", marksize = "10", label = "[[Bilyayivka]]", link = "Bilyayivka", label_size = "70", position = "top" },
		{ lat = "45.684", long = "28.614", mark = "Location dot blue.svg", marksize = "10", label = "[[Bolhrad]]", link = "Bolhrad", label_size = "70", position = "right" },
		{ lat = "46.295", long = "30.648", mark = "Location dot blue.svg", 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 = "Location dot blue.svg", marksize = "8", label = "[[Chornomorske, Odessa Oblast|Chornomorske]]", link = "Chornomorske, Odessa Oblast", label_size = "65", position = "left" },
		{ lat = "46.821", long = "30.946", mark = "Location dot blue.svg", marksize = "8", label = "[[Dobroslav, Ukraine|Dobroslav]]", link = "Dobroslav, Ukraine", label_size = "60", position = "top" },
		{ lat = "45.350", long = "28.850", mark = "Location dot blue.svg", 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 = "Location dot blue.svg", marksize = "10", label = "[[Kiliia]]", link = "Kiliia", label_size = "70", position = "top" },
		{ lat = "48.100", long = "29.124", mark = "Location dot blue.svg", marksize = "8", label = "[[Kodyma]]", link = "Kodyma", label_size = "65", position = "bottom" },
		{ lat = "47.833", long = "30.257", mark = "Location dot blue.svg", marksize = "8", label = "[[Liubashivka]]", link = "Liubashivka", label_size = "65", position = "left" },
		{ lat = "46.679", long = "29.974", mark = "Location dot blue.svg", marksize = "8", label = "[[Lymanske (urban-type settlement)|Lymanske]]", link = "Lymanske (urban-type settlement)", 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 = "Location dot blue.svg", marksize = "28", label = "[[Odessa]]", link = "Control of cities during the Russo-Ukrainian War#Odessa", 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 = "Location dot blue.svg", marksize = "8", label = "[[Okny]]", link = "Okny", label_size = "65", position = "top" },
		{ lat = "46.329", long = "30.631", mark = "Location dot blue.svg", marksize = "8", label = "[[Oleksandrivka, Chornomorsk urban hromada, Odessa Raion, Odessa Oblast|Oleksandrivka]]", link = "Oleksandrivka, Chornomorsk urban hromada, Odessa Raion, Odessa Oblast", label_size = "65", position = "right" },
		{ lat = "46.252", long = "30.437", mark = "Location dot blue.svg", marksize = "10", label = "[[Ovidiopol]]", link = "Ovidiopol", label_size = "70", position = "left" },
		{ lat = "47.759", long = "29.534", mark = "Location dot blue.svg", 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 Odessa]]", link = "Port of Odessa", label_size = "0"},
		{ lat = "45.457", long = "28.289", mark = "Location dot blue.svg", marksize = "10", label = "[[Reni, Ukraine|Reni]]", link = "Reni, Ukraine", label_size = "70", position = "right" },
		{ lat = "46.855", long = "30.075", mark = "Location dot blue.svg", marksize = "10", label = "[[Rozdilna]]", link = "Rozdilna", label_size = "70", position = "top" },
		{ lat = "48.135", long = "30.077", mark = "Location dot blue.svg", marksize = "8", label = "[[Savran, Odessa Oblast|Savran]]", link = "Savran, Odessa Oblast", label_size = "65", position = "bottom" },
		{ lat = "46.029", long = "30.365", mark = "Location dot blue.svg", marksize = "8", label = "[[Serhiivka, Serhiivka settlement hromada, Bilhorod-Dnistrovskyi Raion, Odessa Oblast|Serhiivka]]", link = "Serhiivka, Serhiivka settlement hromada, Bilhorod-Dnistrovskyi Raion, Odessa Oblast", label_size = "60", position = "left" },
        { lat = "45.255", long = "30.204", mark = "Location dot red.svg", marksize = "6", label = "[[Snake Island (Black Sea)|Snake Island]]", link = "Snake Island (Black Sea)", label_size = "65", position = "top" },
		{ lat = "47.376", long = "30.196", mark = "Location dot blue.svg", marksize = "8", label = "[[Shyriaieve]]", link = "Shyriaieve", label_size = "65", position = "top" },
		{ lat = "46.189", long = "29.147", mark = "Location dot blue.svg", marksize = "8", label = "[[Tarutyne]]", link = "Tarutyne", label_size = "65", position = "top" },
		{ lat = "45.839", long = "29.615", mark = "Location dot blue.svg", marksize = "10", label = "[[Tatarbunary]]", link = "Tatarbunary", label_size = "70", position = "top" },
		{ lat = "46.503", long = "30.328", mark = "Location dot blue.svg", marksize = "10", label = "[[Teplodar]]", link = "Teplodar", label_size = "70", position = "right" },
		{ lat = "47.082", long = "29.851", mark = "Location dot blue.svg", marksize = "8", label = "[[Velyka Mykhailivka]]", link = "Velyka Mykhailivka", label_size = "65", position = "top" },
		{ lat = "46.343", long = "30.567", mark = "Location dot blue.svg", marksize = "10", label = "[[Velykodolynske]]", link = "Velykodolynske", label_size = "70", position = "left" },
		{ lat = "45.400", long = "29.596", mark = "Location dot blue.svg", marksize = "8", label = "[[Vylkove]]", link = "Vylkove", label_size = "65", position = "top" },
		{ lat = "46.624", long = "31.100", mark = "Location dot blue.svg", marksize = "12", label = "[[Yuzhne]]", link = "Yuzhne", label_size = "80", position = "top" },
		{ lat = "47.333", long = "29.755", mark = "Location dot blue.svg", marksize = "8", label = "[[Zakharivka]]", link = "Zakharivka", label_size = "65", position = "top" },
		{ lat = "46.067", long = "30.457", mark = "Location dot blue.svg", marksize = "6", label = "[[Zatoka, Bilhorod-Dnistrovskyi Raion, Odessa Oblast|Zatoka]]", link = "Zatoka, Bilhorod-Dnistrovskyi Raion, Odessa Oblast", label_size = "0", position = "top" },
		
		--أوبلاست پولتاڤا
        { lat = "49.066", long = "33.416", mark = "Location dot blue.svg", marksize = "20", label = "[[Kremenchuk]]", link = "Control of cities 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 = "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 = "Location dot blue.svg", marksize = "20", label = "[[Poltava]]", link = "Control of cities 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.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.016", long = "32.999", mark = "Location dot blue.svg", marksize = "12", label = "[[Lubny]]", link = "Control of cities during the Russo-Ukrainian War#Lubny", label_size = "80", position = "left" },
		
		--أوبلاست ريڤنى
        { lat = "50.616", long = "26.25", mark = "Location dot blue.svg", marksize = "20", label = "[[Rivne]]", link = "Control of cities during the Russo-Ukrainian War#Rivne", label_size = "110", position = "right" },
		{ lat = "51.327", long = "25.891", mark = "Icon_NuclearPowerPlant-blue.svg", marksize = "12", label = "[[Rivne Nuclear Power Plant]]", link = "Rivne Nuclear Power Plant", label_size = "0", position = "left" },
		{ 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 = "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.149", long = "34.318", mark = "Location dot red.svg", marksize = "10", label = "[[Bilopillia]]", link = "Bilopillia", label_size = "70", position = "bottom" },
        { lat = "51.195", long = "33.826", mark = "Location dot red.svg", marksize = "8", label = "[[Buryn]]", link = "Buryn", label_size = "60", position = "top" },
        { 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.632", long = "33.572", mark = "Location dot red.svg", marksize = "6", label = "Dubovychi", label_size = "0", position = "top" },
        { lat = "51.678", long = "33.912", mark = "Location dot red.svg", marksize = "12", label = "[[Hlukhiv]]", link = "Hlukhiv", label_size = "80", position = "top" },
        { lat = "51.077", long = "34.772", mark = "Location dot red.svg", marksize = "6", label = "[[Khotin, Sumy Oblast|Khotin]]", link = "Khotin, Sumy Oblast", label_size = "0", position = "top" },
        { lat = "51.216", long = "33.2", mark = "Location dot red.svg", marksize = "14", label = "[[Konotop]]", link = "Control of cities during the Russo-Ukrainian War#Konotop", label_size = "90", position = "bottom" },
        { lat = "50.767", long = "35.268", mark = "Location dot blue.svg", marksize = "8", label = "[[Krasnopillia]]", link = "Krasnopillia", label_size = "60", position = "left" },
        { lat = "51.549", long = "33.386", mark = "Location dot red.svg", marksize = "12", label = "[[Krolevets]]", link = "Krolevets", label_size = "80", position = "top" },
        { lat = "50.584", long = "34.491", mark = "Location dot blue.svg", marksize = "12", label = "[[Lebedyn]]", link = "Control of cities during the Russo-Ukrainian War#Lebedyn", label_size = "80", position = "top" },
        { lat = "50.569", long = "33.793", mark = "Location dot blue.svg", marksize = "8", label = "[[Lypova Dolyna]]", link = "Lypova Dolyna", label_size = "65", position = "top" },
        { lat = "50.831", long = "33.882", mark = "Location dot blue.svg", marksize = "8", label = "[[Nedryhailiv]]", link = "Nedryhailiv", label_size = "65", position = "top" },
        { lat = "50.315", long = "34.901", mark = "Location dot blue.svg", marksize = "12", label = "[[Okhtyrka]]", link = "Okhtyrka", label_size = "80", position = "top" },
        { lat = "51.548", long = "33.940", mark = "80x80-red-blue-anim.gif", marksize = "6", label = "Peremoha", label_size = "0", position = "top" },
        { lat = "51.316", long = "33.866", mark = "Location dot red.svg", marksize = "10", label = "[[Putyvl]]", link = "Putyvl", label_size = "70", position = "top" },
        { lat = "50.742", long = "33.481", mark = "80x80-red-blue-anim.gif", marksize = "12", label = "[[Romny]]", link = "Control of cities during the Russo-Ukrainian War#Romny", label_size = "80", position = "top" },
        { lat = "50.84", long = "33.14", mark = "Location dot red.svg", marksize = "6", label = "[[Talalaivka]]", label_size = "0" },
        { lat = "52.184", long = "34.041", mark = "Location dot red.svg", marksize = "8", label = "[[Seredyna-Buda]]", link = "Seredyna-Buda", label_size = "65", position = "left" },
        { lat = "51.876", long = "33.497", mark = "Location dot red.svg", marksize = "14", label = "[[Shostka]]", link = "Control of cities during the Russo-Ukrainian War#Shostka", label_size = "90", position = "right" },
        { lat = "50.940", long = "34.632", mark = "80x80-red-blue-anim.gif", marksize = "8", label = "[[Stepanivka, Sumy Oblast|Stepanivka]]", link = "Stepanivka, Sumy Oblast", label_size = "65", position = "left" },
        { lat = "50.908", long = "34.796", mark = "Location dot blue.svg", marksize = "20", label = "[[Sumy]]", link = "Control of cities during the Russo-Ukrainian War#Sumy", label_size = "110", position = "top" },
        { lat = "50.908", long = "34.796", mark = "Map-circle-red.svg", marksize = "24", label = "[[Sumy]]", link = "Control of cities during the Russo-Ukrainian War#Sumy", label_size = "0"},
        { 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 = "Location dot blue.svg", marksize = "8", label = "[[Svesa]]", link = "Svesa", label_size = "65", position = "top" },
        { lat = "50.481", long = "34.965", mark = "Location dot blue.svg", marksize = "10", label = "[[Trostianets]]", link = "Trostianets", label_size = "70", position = "top" },
        { lat = "50.420", long = "35.481", mark = "Location dot red.svg", marksize = "6", label = "[[Velyka Pysarivka]]", link = "Velyka Pysarivka", label_size = "0", position = "left" },
        { lat = "51.771", long = "33.472", mark = "80x80-red-blue-anim.gif", marksize = "8", label = "[[Voronizh]]", link = "Voronizh", label_size = "65", position = "top" },
        { lat = "51.173", long = "34.219", mark = "Location dot red.svg", marksize = "8", label = "[[Vorozhba]]", link = "Vorozhba", label_size = "65", position = "left" },
		
		--أوبلاست تيرنوپيل
        { lat = "49.566", long = "25.6", mark = "Location dot blue.svg", marksize = "20", label = "[[Ternopil]]", link = "Control of cities 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.233", long = "28.483", mark = "Location dot blue.svg", marksize = "20", label = "[[Vinnytsia]]", link = "Control of cities during the Russo-Ukrainian War#Vinnytsia", label_size = "110", position = "top" },
        { 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" },
        
        --أوبلاست ڤولين
        { lat = "50.75", long = "25.335", mark = "Location dot blue.svg", marksize = "20", label = "[[Lutsk]]", link = "Control of cities 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.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" },
		
		--أوبلاست زكاراپاتيا
		{ lat = "48.206", long = "22.647", mark = "Location dot blue.svg", marksize = "12", label = "[[Berehove]]", link = "Control of cities during the Russo-Ukrainian War#Berehove", label_size = "0"},
		{ lat = "48.181", long = "23.298", mark = "Location dot blue.svg", marksize = "12", label = "[[Khust]]", link = "Control of cities during the Russo-Ukrainian War#Khust", label_size = "0"},
        { lat = "48.45", long = "22.75", mark = "Location dot blue.svg", marksize = "14", label = "[[Mukachevo]]", link = "Control of cities 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 = "Location dot blue.svg", marksize = "10", label = "[[Rakhiv]]", link = "Control of cities 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 = "Location dot blue.svg", marksize = "10", label = "[[Svaliava]]", link = "Control of cities during the Russo-Ukrainian War#Svaliava", label_size = "0"},
        { lat = "48.623", long = "22.295", mark = "Location dot blue.svg", marksize = "16", label = "[[Uzhhorod]]", link = "Control of cities 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 = "Location dot blue.svg", marksize = "12", label = "[[Vynohradiv]]", link = "Control of cities during the Russo-Ukrainian War#Vynohradiv", label_size = "0"},
		
		--أوبلاست زاپوريژيا
		{ lat = "47.741", long = "35.224", mark = "Location dot blue.svg", marksize = "8", label = "[[Balabyne]]", link = "Balabyne", label_size = "60", position = "left" },
        { lat = "46.774", long = "36.804", mark = "Location dot red.svg", marksize = "16", label = "[[Berdiansk]]", link = "Control of cities 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 = "47.363", long = "36.653", mark = "Location dot red.svg", marksize = "8", label = "[[Bilmak]]", link = "Bilmak", label_size = "65", position = "top" },
		{ lat = "47.188", long = "36.211", mark = "Location dot red.svg", marksize = "8", label = "[[Chernihivka]]", link = "Chernihivka", label_size = "60", position = "top" },
		{ lat = "47.869", long = "35.086", mark = "BSicon STRl blue.svg", marksize = "8", label = "[[Dnieper Hydroelectric Station]]", link = "Dnieper Hydroelectric Station", label_size = "0", position = "left" },
        { lat = "47.383", long = "34.994", mark = "Location dot red.svg", marksize = "10", label = "[[Dniprorudne]]", link = "Dniprorudne", label_size = "70", position = "top" },
		{ lat = "47.502", long = "34.634", mark = "Location dot red.svg", marksize = "14", label = "[[Enerhodar]]", link = "Enerhodar", label_size = "90", position = "right" },
		{ lat = "47.661", long = "36.273", mark = "80x80-red-blue-anim.gif", marksize = "10", label = "[[Huliaipole]]", link = "Huliaipole", label_size = "70", position = "top" },
		{ lat = "47.487", long = "34.417", mark = "Location dot red.svg", marksize = "10", label = "[[Kamianka-Dniprovska]]", link = "Kamianka-Dniprovska", label_size = "70", position = "bottom" },
		{ lat = "47.713", long = "35.533", mark = "Location dot blue.svg", marksize = "8", label = "[[Komyshuvakha, Zaporizhzhia Oblast|Komyshuvakha]]", link = "Komyshuvakha, Zaporizhzhia Oblast", label_size = "65", position = "top" },
		{ lat = "47.710", long = "35.215", mark = "Location dot blue.svg", marksize = "8", label = "[[Kushuhum]]", link = "Kushuhum", label_size = "65", position = "bottom" },
        { lat = "46.855", long = "35.359", mark = "Location dot red.svg", marksize = "16", label = "[[Melitopol]]", link = "Control of cities 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", position = "top" },
        { lat = "47.209", long = "35.596", mark = "Location dot red.svg", marksize = "8", label = "[[Molochansk]]", link = "Molochansk", label_size = "65", position = "bottom" },
		{ lat = "47.259", long = "35.218", mark = "Location dot red.svg", marksize = "10", label = "[[Mykhailivka, Mykhailivka Raion, Zaporizhzhia Oblast|Mykhailivka]]", link = "Mykhailivka, Mykhailivka Raion, Zaporizhzhia Oblast", label_size = "70", position = "top" },
		{ lat = "47.977", long = "35.910", mark = "Location dot blue.svg", marksize = "8", label = "[[Novomykolaivka, Zaporizhzhia Oblast|Komyshuvakha]]", link = "Novomykolaivka, Zaporizhzhia Oblast", label_size = "65", position = "top" },
		{ lat = "47.566", long = "35.788", mark = "80x80-red-blue-anim.gif", marksize = "10", label = "[[Orikhiv]]", link = "Orikhiv", label_size = "70", position = "top" },
		{ lat = "47.479", long = "36.249", mark = "Location dot red.svg", marksize = "10", label = "[[Polohy]]", link = "Polohy", label_size = "70", position = "top" },
		{ lat = "46.739", long = "35.638", mark = "Location dot red.svg", marksize = "8", label = "[[Pryazovske]]", link = "Pryazovske", label_size = "65", position = "top" },
		{ lat = "46.723", long = "36.354", mark = "Location dot red.svg", marksize = "10", label = "[[Prymorsk]]", link = "Prymorsk", label_size = "70", position = "top" },
        { lat = "47.25", long = "35.715", mark = "Location dot red.svg", marksize = "12", label = "[[Tokmak, Ukraine|Tokmak]]", link = "Tokmak", label_size = "80", position = "top" },
		{ lat = "47.442", long = "35.287", mark = "Location dot red.svg", marksize = "10", label = "[[Vasylivka]]", link = "Vasylivka", label_size = "70", position = "bottom" },
		{ lat = "47.940", long = "35.433", mark = "Location dot blue.svg", marksize = "10", label = "[[Vilniansk]]", link = "Vilniansk", label_size = "70", position = "top" },
		{ lat = "47.019", long = "34.909", mark = "Location dot red.svg", marksize = "8", label = "[[Vesele, Zaporizhzhia Oblast|Vesele]]", link = "Vesele, Zaporizhzhia Oblast", label_size = "65", position = "top" },
		{ lat = "46.698", long = "35.165", mark = "Location dot red.svg", marksize = "10", label = "[[Yakymivka]]", link = "Yakymivka", label_size = "70", position = "top" },
		{ lat = "47.839", long = "35.140", mark = "Location dot blue.svg", marksize = "24", label = "[[Zaporizhzhia]]", link = "Control of cities during the Russo-Ukrainian War#Zaporizhzhia", label_size = "120", 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" },
		
		--أوبلاست ژيتومير
        { lat = "50.031", long = "29.022", mark = "Location dot blue.svg", marksize = "8", label = "[[Andrushivka]]", link = "Andrushivka", label_size = "65", position = "top" },
        { lat = "50.292", long = "27.669", mark = "Location dot blue.svg", marksize = "10", label = "[[Baranivka (city)|Baranivka]]", link = "Baranivka (city)", label_size = "70", position = "top" },
        { lat = "49.911", long = "28.590", mark = "Location dot blue.svg", marksize = "14", label = "[[Berdychiv]]", link = "Berdychiv", label_size = "90", position = "top" },
        { lat = "50.454", long = "28.674", mark = "Location dot blue.svg", marksize = "8", label = "[[Cherniakhiv, Zhytomyr Oblast|Cherniakhiv]]", link = "Cherniakhiv, Zhytomyr Oblast", label_size = "60", position = "top" },
        { lat = "50.056", long = "28.118", mark = "Location dot blue.svg", marksize = "8", label = "[[Chudniv]]", link = "Chudniv", label_size = "65", position = "top" },
        { lat = "50.811", long = "27.317", mark = "Location dot blue.svg", marksize = "8", label = "[[Horodnytsia (urban-type settlement)|Horodnytsia]]", link = "Horodnytsia", label_size = "60", position = "top" },
        { lat = "50.749", long = "28.721", mark = "Location dot blue.svg", marksize = "8", label = "[[Irshansk]]", link = "Irshansk", label_size = "65", position = "top" },
        { lat = "50.593", long = "28.447", mark = "Location dot blue.svg", marksize = "8", label = "[[Khoroshiv]]", link = "Khoroshiv", label_size = "65", position = "left" },
        { lat = "50.953", long = "28.646", mark = "Location dot blue.svg", marksize = "14", label = "[[Korosten]]", link = "Korosten", label_size = "90", position = "top" },
        { lat = "50.317", long = "29.054", mark = "Location dot blue.svg", marksize = "12", label = "[[Korostyshiv]]", link = "Korostyshiv", label_size = "80", position = "bottom" },
        { lat = "50.770", long = "29.261", mark = "Location dot blue.svg", marksize = "12", label = "[[Malyn]]", link = "Malyn", label_size = "80", position = "top" },
        { lat = "50.692", long = "28.638", mark = "Location dot blue.svg", marksize = "8", label = "[[Nova Borova]]", link = "Nova Borova", label_size = "65", position = "bottom" },
        { lat = "50.586", long = "27.636", mark = "Location dot blue.svg", marksize = "14", label = "[[Novohrad-Volynskyi]]", link = "Novohrad-Volynskyi", label_size = "90", position = "top" },
        { lat = "50.197", long = "28.677", mark = "Location dot blue.svg", marksize = "8", label = "[[Novohuivynske]]", link = "Novohuivynske", label_size = "65", position = "left" },
        { lat = "51.221", long = "27.644", mark = "Location dot blue.svg", marksize = "10", label = "[[Olevsk]]", link = "Olevsk", label_size = "70", position = "top" },
        { lat = "51.327", long = "28.803", mark = "Location dot blue.svg", marksize = "10", label = "[[Ovruch]]", link = "Ovruch", label_size = "70", position = "top" },
        { lat = "50.180", long = "28.736", mark = "Location dot blue.svg", 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 = "Location dot blue.svg", marksize = "8", label = "Popilnia", label_size = "65", position = "top" },
        { lat = "50.471", long = "28.261", mark = "Location dot blue.svg", marksize = "8", label = "[[Pulyny]]", link = "Pulyny", label_size = "65", position = "top" },
        { lat = "50.497", long = "29.234", mark = "Location dot blue.svg", marksize = "10", label = "[[Radomyshl]]", link = "Radomyshl", label_size = "70", position = "top" },
        { lat = "50.154", long = "27.935", mark = "Location dot blue.svg", marksize = "8", label = "[[Romaniv]]", link = "Romaniv", label_size = "65", position = "top" },
        { lat = "50.875", long = "27.804", mark = "Location dot blue.svg", marksize = "8", label = "[[Yemilchyne]]", link = "Yemilchyne", label_size = "65", position = "top" },
        { lat = "50.255", long = "28.659", mark = "Location dot blue.svg", marksize = "20", label = "[[Zhytomyr]]", link = "Control of cities during the Russo-Ukrainian War#Zhytomyr", label_size = "110", position = "top" },
		
		--القرم
		{ lat = "44.667", long = "34.398", mark = "Location dot red.svg", marksize = "10", label = "[[Alushta]]", link = "Alushta", label_size = "70", position = "right" },
		{ lat = "46.115", long = "33.691", mark = "Location dot red.svg", marksize = "12", label = "[[Armiansk]]", link = "Armiansk", label_size = "80", position = "right" },
		{ lat = "45.407", long = "36.245", mark = "Fighter-jet-red-icon.svg", marksize = "10", label = "[[Baherove (air base)|Baherove]]", link = "Baherove (air base)", label_size = "0", position = "bottom" },
		{ lat = "44.753", long = "33.861", mark = "Location dot red.svg", marksize = "12", label = "[[Bakhchysarai]]", link = "Bakhchysarai", label_size = "80", position = "top" },
		{ lat = "45.054", long = "34.602", mark = "Location dot red.svg", marksize = "10", label = "[[Bilohirsk]]", link = "Bilohirsk", label_size = "70", position = "top" },
		{ lat = "45.502", long = "32.702", mark = "Location dot red.svg", marksize = "10", label = "[[Chornomorske]]", link = "Chornomorske", label_size = "70", position = "top" },
		{ lat = "46.833", long = "35.367", mark = "Location dot red.svg", marksize = "6", label = "[[Drofino]]", link = "Drofino", label_size = "0", position = "top" },
		{ lat = "45.709", long = "34.393", mark = "Location dot red.svg", marksize = "12", label = "[[Dzhankoi]]", link = "Dzhankoi", label_size = "80", position = "bottom" },
		{ lat = "45.049", long = "35.379", mark = "Location dot red.svg", marksize = "14", label = "[[Feodosia]]", link = "Feodosia", label_size = "90", position = "right" },
		{ lat = "44.600", long = "33.600", mark = "Location dot red.svg", marksize = "10", label = "[[Inkerman]]", link = "Inkerman", label_size = "70", position = "bottom" },
        { lat = "45.361", long = "36.471", mark = "Location dot red.svg", marksize = "16", label = "[[Kerch]]", link = "Control of cities during the Russo-Ukrainian War#Kerch", label_size = "100", position = "top" },
        { lat = "45.372", long = "36.401", mark = "Fighter-jet-red-icon.svg", marksize = "10", label = "[[Kerch Airport]]", link = "Kerch Airport", label_size = "0", position = "bottom" },
        { lat = "45.224", long = "35.205", mark = "Location dot red.svg", marksize = "8", label = "[[Kirovske, Crimea|Kirovske]]", link = "Kirovske, Crimea", label_size = "60", position = "bottom"},
        { lat = "44.960", long = "35.241", mark = "Location dot red.svg", marksize = "6", label = "[[Koktebel]]", link = "Koktebel", label_size = "0", position = "bottom" },
        { lat = "45.495", long = "34.295", mark = "Location dot red.svg", marksize = "10", label = "[[Krasnohvardiiske]]", link = "Krasnohvardiiske", label_size = "70", position = "bottom"},
        { lat = "44.924", long = "35.075", mark = "Location dot red.svg", marksize = "6", label = "[[Krasnokamianka (village)|Krasnokamianka]]", link = "Krasnokamianka (village)", label_size = "0", position = "top" },
        { lat = "45.967", long = "33.800", mark = "Location dot red.svg", marksize = "12", label = "[[Krasnoperekopsk]]", link = "Krasnoperekopsk", label_size = "80", position = "bottom" },
        { lat = "45.298", long = "35.774", mark = "Location dot red.svg", marksize = "8", label = "[[Lenine, Crimea|Lenine]]", link = "Lenine, Crimea", label_size = "65", position = "bottom" },
        { lat = "45.308", long = "33.034", mark = "Location dot red.svg", marksize = "6", label = "[[Myrnyi]]", link = "Myrnyi", label_size = "0", position = "bottom" },
        { lat = "45.093", long = "33.595", mark = "Location dot red.svg", marksize = "8", label = "[[Novofedorivka]]", link = "Novofedorivka", label_size = "65", position = "bottom" },
        { lat = "45.386", long = "33.118", mark = "Location dot red.svg", marksize = "6", label = "[[Novoozerne]]", link = "Novoozerne", label_size = "0", position = "bottom" },
        { lat = "45.442", long = "33.599", mark = "Location dot red.svg", marksize = "6", label = "[[Novoselivske]]", link = "Novoselivske", label_size = "0", position = "bottom" },
        { lat = "44.829", long = "34.913", mark = "Location dot red.svg", marksize = "6", label = "[[Novyi Svit]]", link = "Novyi Svit", label_size = "0", position = "bottom" },
        { lat = "45.444", long = "34.741", mark = "Location dot red.svg", marksize = "8", label = "[[Nyzhnohirskyi]]", link = "Nyzhnohirskyi", label_size = "65", position = "right" },
        { lat = "45.291", long = "34.127", mark = "Location dot red.svg", marksize = "10", label = "[[Oktiabrske]]", link = "Oktiabrske", label_size = "70", position = "left" },
        { lat = "44.576", long = "34.340", mark = "Location dot red.svg", marksize = "8", label = "[[Partenit]]", link = "Partenit", label_size = "65", position = "right" },
        { lat = "46.162", long = "33.693", mark = "Location dot red.svg", marksize = "6", label = "[[Perekop]]", link = "Perekop", label_size = "0", position = "right" },
        { lat = "45.716", long = "33.858", mark = "Location dot red.svg", marksize = "8", label = "[[Pervomaiske]]", link = "Pervomaiske", label_size = "65", position = "bottom" },
        { lat = "45.364", long = "36.628", mark = "Anchor pictogram red.svg", marksize = "12", label = [[Port Krym]], link = "Port Krym", label_size = "0" },
        { lat = "46.805", long = "32.263", mark = "Location dot blue.svg", marksize = "6", label = "[[Posad-Pokrovske]]", link = "Control of cities during the Russo-Ukrainian War#Posad-Pokrovske", label_size = "0", position = "bottom" },
        { lat = "45.117", long = "35.481", mark = "Location dot red.svg", marksize = "6", label = "[[Prymorskyi]]", link = "Prymorskyi", label_size = "0", position = "bottom" },
        { lat = "45.770", long = "33.488", mark = "Location dot red.svg", marksize = "8", label = "[[Rozdolne]]", link = "Rozdolne", label_size = "65", position = "bottom" },
        { lat = "45.134", long = "33.577", mark = "Location dot red.svg", marksize = "12", label = "[[Saky]]", link = "Saky", label_size = "80", position = "right" },
        { lat = "44.600", long = "33.533", mark = "Location dot red.svg", marksize = "20", label = "[[Sevastopol]]", link = "Control of cities during the Russo-Ukrainian War#Sevastopol", label_size = "110", position = "left" },
        { lat = "44.683", long = "33.583", mark = "Fighter-jet-red-icon.svg", marksize = "12", label = "[[Sevastopol International Airport]]", link = "Sevastopol International Airport", label_size = "0", position = "top" },
        { lat = "45.347", long = "34.933", mark = "Location dot red.svg", marksize = "10", label = "[[Sovietskyi]]", link = "Sovietskyi", label_size = "70", position = "bottom" },
		{ lat = "44.938", long = "34.088", mark = "Location dot red.svg", marksize = "20", label = "[[Simferopol]]", link = "Control of cities during the Russo-Ukrainian War#Simferopol", label_size = "110", position = "right" },
		{ lat = "45.052", long = "33.974", mark = "Fighter-jet-red-icon.svg", marksize = "12", label = "[[Simferopol International Airport]]", link = "Simferopol International Airport", label_size = "0", position = "top" },
		{ lat = "45.029", long = "35.089", mark = "Location dot red.svg", marksize = "8", label = "[[Staryi Krym]]", link = "Staryi Krym", label_size = "60", position = "top" },
		{ lat = "44.851", long = "34.972", mark = "Location dot red.svg", marksize = "10", label = "[[Sudak]]", link = "Sudak", label_size = "70", position = "right" },
        { lat = "44.499", long = "34.170", mark = "Location dot red.svg", marksize = "14", label = "[[Yalta]]", link = "Control of cities during the Russo-Ukrainian War#Yalta", label_size = "90", position = "right" },
        { lat = "45.193", long = "33.368", mark = "Location dot red.svg", marksize = "16", label = "[[Yevpatoria]]", link = "Control of cities during the Russo-Ukrainian War#Yevpatoria", label_size = "100", position = "left" },
        { lat = "45.242", long = "33.377", mark = "Fighter-jet-red-icon.svg", marksize = "10", label = "[[Yevpatoria Airport]]", link = "Yevpatoria Airport", label_size = "0", position = "bottom" },
        { lat = "44.9", long = "34.04", mark = "Fighter-jet-red-icon.svg", marksize = "10", label = "[[Zavodskoe Airport]]", link = "Zavodskoe Airport", label_size = "0", position = "bottom" },
        { lat = "45.161", long = "33.285", mark = "Location dot red.svg", marksize = "6", label = "[[Zaozerne]]", link = "Zaozerne", label_size = "0", position = "bottom" },
},
	containerArgs = {
		'Ukraine',
		float = 'center',
		width = '2600',
		caption = [=[Hold cursor over location to display name; click to go to sources and/or status description (if available, the cursor will show as [[File:Pointing hand cursor vector.svg|25px]]; if not, it will show as [[File:Cursor.svg|14px]]).<br/>
Control: [[File:Location dot blue.svg|11px]] [[Ukraine]]; [[File:Location dot red.svg|11px]] [[Russia]] and allies ([[Belarus]], [[Donetsk People's Republic]] & [[Luhansk People's Republic]])<br />
[[File:80x80-red-blue-anim.gif|11px]] contested; [[File:Map-ctl2-red+blue.svg|11px]] stable mixed control; [[File:LACMTA Circle Purple Line.svg|11px]] truce<br />
[[File:map-circle-blue.svg|12px]] Inner controls, outer sieges (or strong enemy pressure); 
[[File:map-arcNE-blue.svg|11px]] Enemy pressure from one side; Small icon within a larger icon: The situation in individual neighbourhood/district<br />
[[File:Fighter-jet-blue-icon.svg|13px]] Airport/Air base; [[File:Helicopter-blue-icon.svg|13px]] Heliport/Helicopter base; 
[[File:Abm-blue-icon.png|13px]] Military base; [[File:Map-peak-blue.svg|13px]] Strategic hill; [[File:Gota03.svg|12px]] Oil/gas; 
[[File:Icon NuclearPowerPlant-blue.svg|12px]] Industrial complex; [[File:Mountain pass 12x12 n.svg|20px]] Border Post; [[File:Anchor_pictogram_blue.svg|12px]] Major port or naval base; [[File:Arch dam 12x12 w.svg|16px]] Dam; [[File:4x4dot-blue.svg|13px]] Rural presence]=]
	}
}