Module:Taliban insurgency detailed map

From blackwiki
Jump to navigation Jump to search

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

Contested icon

Definition

The purpose of the contested icon (80x80-grey-black-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-black.svg) should be used for towns that are under siege or strong enemy pressure. The “pressure from one side” icon (Map-arcNE-black.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-black.svg or Map-arcNE-black.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-black.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-black.svg", marksize = "8" },
    

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. If a wikilink label is used, it should not have a size that is smaller than 65 (label_size=65).

"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 "Save changes"), you should preview your edit (changes). This allows you to view the map to make sure it is what you want to do before saving and making the changes appear on Wikipedia. To do this, type in the box under "Preview page with this module" the name of the template: "Template:Syrian Civil War 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 = {
		{ lat = "34.500", long = "69.170", mark = "Location dot red.svg", marksize = "45", label = "[[Kabul#21st century|Kabul]]", link = "Kabul#21st century", label_size = "200", position = "top" },
		{ lat = "34.589", long = "69.762", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Surobi District|Surobi]]", link = "Surobi, Kabul", label_size = "70", position = "top" },	
		{ lat = "34.405", long = "69.494", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Khaki Jabbar District|Khaki Jabbar]]", link = "Khaki Jabbar District", label_size = "70", position = "top" },	
		{ lat = "34.841", long = "69.148", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Qarabagh District|Qarabagh]]", link = "Qarabagh Disrict, Kabul", label_size = "0", position = "top" },		
		{ lat = "34.398", long = "69.167", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Chahar Asyab District|Chahar Asyab]]", link = "Chahar Asyab Disrict", label_size = "70", position = "top" },		
		{ lat = "34.745", long = "69.046", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Guldara District|Guldara]]", link = "Guldara Disrict", label_size = "70", position = "top" },		
		{ lat = "34.588", long = "68.958", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Paghman District|Paghman]]", link = "Paghman District", label_size = "70", position = "top" },	
		{ lat = "31.632", long = "65.713", mark = "Location dot red.svg", marksize = "25", label = "[[Kandahar#21st century|Kandahar]]", link = "Kandahar#21st century", label_size = "150", position = "top" },
		{ lat = "34.350", long = "62.188", mark = "Location dot red.svg", marksize = "24", label = "[[Herat]]", link = "Herat", label_size = "150", position = "top" },
		{ lat = "34.353", long = "63.741", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Chishti Sharif District|Chishti Sharif]]", link = "Chishti Sharif", label_size = "70", position = "top" },		
        { lat = "34.283", long = "62.616", mark = "Map-ctl2-red+grey.svg", marksize = "8", label = "[[Pashtun Zarghun District|Pashtun Zarghun]]", link = "Pashtun Zarghun", label_size = "70", position = "bottom" },	
        { lat = "34.373", long = "63.195", mark = "Map-ctl2-red+grey.svg", marksize = "8", label = "[[Obe District|Obe]]", link = "Obe District", label_size = "70", position = "top" },
		{ lat = "33.697", long = "63.092", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Farsi District|Farsi]]", link = "Farsi District", label_size = "70", position = "top" },
        { lat = "34.871", long = "62.547", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Kushki Kuhna District|Kushki Kuhna]]", link = "Kushki Kuhna District", label_size = "70", position = "top" },
        { lat = "35.059", long = "62.295", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Kushk District|Kushk (Rabat Sangi)]]", link = "Kushk District", label_size = "70", position = "left" },
        { lat = "34.652", long = "61.199", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Kohsan District|Kohsan]]", link = "Kohsan District", label_size = "70", position = "top" },
        { lat = "34.49", long = "62.59", mark = "Map-ctl2-red+grey.svg", marksize = "8", label = "[[Karukh District|Karukh]]", link = "Karukh District", label_size = "70", position = "top" },
        { lat = "34.125", long = "62.235", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Guzara District|Guzara]]", link = "Guzara District", label_size = "70", position = "bottom" },
		{ lat = "34.250", long = "61.188", mark = "Map-ctl2-red+grey.svg", marksize = "8", label = "[[Ghoryan]]", link = "Ghoryan", label_size = "70", position = "top" },
		{ lat = "35.100", long = "61.670", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Gulran District|Gulran]]", link = "Gulran District", label_size = "70", position = "top" },
        { lat = "33.304", long = "62.14", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Shindand]]", link = "Shindand", label_size = "70", position = "bottom" },
        { lat = "33.790", long = "61.825", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Adraskan District|Adraskan]]", link = "Adraskan District", label_size = "70", position = "bottom" },
        { lat = "33.393", long = "62.254", mark = "Fighter-jet-red-icon.svg", marksize = "12", label = "[[Shindand Air Base]]", link = "Shindand", label_size = "0" },
        { lat = "33.276", long = "62.151", mark = "Map-ctl2-red+grey.svg", marksize = "4", label = "[[Deh-e Aman]]", label_size = "0" },
        { lat = "33.291", long = "62.202", mark = "Map-ctl2-red+grey.svg", marksize = "4", label = "[[Deh e Mir Qasem]]", label_size = "0" },
	    { lat = "34.239", long = "70.182", mark = "Location dot red.svg", marksize = "8", label = "[[Khogyani District|Khogyani]]", link = "Khogyani District", label_size = "0" },
        { lat = "35.953", long = "65.48", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Bibi Maryam]]", label_size = "0" },
        { lat = "35.974", long = "65.800", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Mizra Valang]]", label_size = "0" },
        { lat = "32.883", long = "68.063", mark = "Location dot red.svg", marksize = "6", label = "[[Ab Band District|Ab Band]]", link = "Ab Band", label_size = "70", position = "top" },
		{ lat = "32.883", long = "68.063", mark = "map-circle-grey.svg", marksize = "8", label = "[[Ab Band District|Ab Band]]", link = "Ab Band", label_size = "0" },
        { lat = "34.216", long = "68.295", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Day Mirdad District|Day Mirdad]]", link = "Day Mirdad District", label_size = "70", position = "top" },		
		{ lat = "34.509", long = "68.261", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Hesa Awal Behsood District|Hesa Awal Behsood]]", link = "Hesa Awal Behsood District", label_size = "70", position = "top" },
		{ lat = "36.709", long = "67.111", mark = "Location dot red.svg", marksize = "22", label = "[[Mazar-i-Sharif#Since 2001|Mazar-i-Sharif]]", link = "Mazar-i-Sharif#Since 2001", label_size = "150", position = "bottom" },
        { lat = "36.300", long = "66.860", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Sholgara District|Sholgara]]", link = "Sholgara District", label_size = "70", position = "top" },
        { lat = "36.520", long = "66.760", mark = "Map-ctl2-red+grey.svg", marksize = "8", label = "[[Chimtal District|Chimtal]]", link = "Chimtal District", label_size = "70", position = "top" },     
       { lat = "36.677", long = "66.806", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Chemtal]]", link = "Chemtal", label_size = "70", position = "top" },
        { lat = "36.5", long = "67.333", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Charkint District|Charkint]]", link = "Charkint District", label_size = "70", position = "top" },
        { lat = "37.06", long = "66.8", mark = "Map-ctl2-red+grey.svg", marksize = "9", label = "[[Dawlatabad District|Dawlatabad]]", link = "Dawlatabad District", label_size = "70", position = "top" },
        { lat = "37.26", long = "66.85", mark = "Location dot red.svg", marksize = "6", label = "[[Shortepa District|Shortepa]]", link = "Shortepa District", label_size = "70", position = "top" },
        { lat = "37.13", long = "67.55", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Kaldar District|Kaldar]]", link = "Kaldar District", label_size = "70", position = "top" },
        { lat = "36.840", long = "67.180", mark = "Map-ctl2-red+grey.svg", marksize = "7", label = "[[Nahri Shahi District|Nahri Shahi]]", link = "Nahri Shahi District", label_size = "70", position = "top" },
		{ lat = "36.730", long = "68.867", mark = "Location dot red.svg", marksize = "20", label = "[[Kunduz]]", link = "Kunduz", label_size = "150", position = "top" },
                        { lat = "36.730", long = "68.867", mark = "Map-arcNN-grey.svg", marksize = "24", label = "[[Kunduz]]", link = "Kunduz", label_size = "0" },
        { lat = "36.797", long = "68.819", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Taluqa]]", label_size = "0", position = "top" },
		{ lat = "34.430", long = "70.449", mark = "Location dot red.svg", marksize = "18", label = "[[Jalalabad#History|Jalalabad]]", link = "Jalalabad#History", label_size = "100", position = "top" },
                        { lat = "34.399", long = "70.498", mark = "Fighter-jet-red-icon.svg", marksize = "12", label = "[[Jalalabad Airport]]", link = "Jalalabad Airport", label_size = "0" },
		{ lat = "35.213", long = "70.373", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Du Ab District|Du Ab]]", link = "Du Ab District", label_size = "70", position = "top" },
		{ lat = "35.775", long = "71.252", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Barg-i Matal District|Barg-i Matal]]", link = "Barg-i Matal District", label_size = "70", position = "top" },
		{ lat = "35.483", long = "71.316", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Kamdesh District|Kamdesh]]", link = "Kamdesh District", label_size = "70", position = "top" },
		{ lat = "35.083", long = "70.455", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Nurgaram District|Nurgaram]]", link = "Nurgaram District", label_size = "70", position = "top" },
		{ lat = "34.558", long = "70.603", mark = "Location dot red.svg", marksize = "6", label = "[[Kuz Kunar District|Kuz Kunar]]", link = "Kuz Kunar", label_size = "70", position = "top" },
		{ lat = "34.250", long = "70.007", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Sherzad District|Sherzad]]", link = "Sherzad District", label_size = "70", position = "bottom" },
		{ lat = "34.126", long = "70.712", mark = "Location dot red.svg", marksize = "9", label = "[[Achin District|Achin]]", link = "Achin District", label_size = "85", position = "bottom" },
		{ lat = "34.077", long = "70.637", mark = "Location dot red.svg", marksize = "4", label = "[[Asad Khail]]", label_size = "0" },

		{ lat = "34.088", long = "70.662", mark = "Location dot red.svg", marksize = "4", label = "[[Shedal Bazar]]", label_size = "0" },
                { lat = "34.465", long = "70.477", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Bihsud District|Bihsud]]", link = "Bihsud District", label_size = "70", position = "right" },
		{ lat = "34.120", long = "70.279", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Pachir Aw Agam District|Pachir Aw Agam]]", link = "Pachir Aw Agam District", label_size = "70", position = "bottom" },
		{ lat = "34.367", long = "70.769", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Goshta District|Gostha]]", link = "Goshta District", label_size = "70", position = "top" },
	        { lat = "34.239", long = "69.951", mark = "Location dot red.svg", marksize = "4", label = "[[Wazir Dara]]", label_size = "0" },
	        { lat = "34.199", long = "70.162", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Wazir Tangi]]", label_size = "0" },
	        { lat = "34.177", long = "70.014", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Merke Khelo Tangay]]", label_size = "0" },
                { lat = "34.303", long = "69.907", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Sprai area]]", link = "Sprai area", label_size = "0", position = "top" },
        { lat = "32.520", long = "69.270", mark = "Mountain pass 12x12 se.svg", marksize = "20" },
		{ lat = "32.52", long = "69.27", mark = "Map-ctl2-red+grey.svg", marksize = "7", label = "[[Angur Ada]]", link = "Angur Ada", label_size = "70", position = "left" },
		{ lat = "34.260", long = "70.566", mark = "Location dot red.svg", marksize = "7", label = "[[Rodat]]", link = "Rodat", label_size = "0" },
		{ lat = "34.159", long = "70.613", mark = "Location dot red.svg", marksize = "7", label = "[[Kot District|Kot]]", link = "Kot District", label_size = "0" },
		{ lat = "34.262", long = "70.737", mark = "Location dot red.svg", marksize = "7", label = "[[Bati Kot District|Bati Kot]]", link = "Kot District", label_size = "0" },
		{ lat = "34.117", long = "70.220", mark = "Abm-red-icon.png", marksize = "10", label = "[[Tora Bora#Military base|Tora Bora]]", link = "Tora Bora#Military base", label_size = "0" },
        { lat = "34.276", long = "70.361", mark = "Map-ctl2-red+grey.svg", marksize = "7", label = "[[Chaparhar District|Chaparhar]]", link = "Chaparhar District", label_size = "0" },
                        { lat = "34.248", long = "70.314", mark = "Location dot red.svg", marksize = "5", label = "[[Manu]]", link = "Manu", label_size = "0", position = "top" },
		{ lat = "34.093", long = "70.47", mark = "Location dot red.svg", marksize = "5", label = "[[Dih Bala]]", link = "Dih Bala", label_size = "0" },
	    { lat = "34.104", long = "70.406", mark = "Location dot red.svg", marksize = "5", label = "[[Gargari]]", label_size = "0" },
		{ lat = "34.199", long = "70.833", mark = "Location dot red.svg", marksize = "6", label = "[[Shinwar District|Shinwar]]", link = "Shinwar", label_size = "0", position = "top" },
		{ lat = "34.254", long = "70.865", mark = "Location dot red.svg", marksize = "6", label = "[[Momand Dara District|Momand Dara]]", link = "Momand Dara District", label_size = "0" },
		{ lat = "34.235", long = "70.912", mark = "Location dot red.svg", marksize = "6", label = "[[Hazar Now]]", link = "Hazar Now", label_size = "0" },
		{ lat = "34.236", long = "70.936", mark = "Location dot red.svg", marksize = "6", label = "[[Ghazgai]]", link = "Ghazgai", label_size = "0" },
		{ lat = "34.231", long = "70.972", mark = "Location dot red.svg", marksize = "7", label = "[[Gardo Gose]]", link = "Gardo Gose", label_size = "0" },
		{ lat = "34.126", long = "70.808", mark = "Location dot red.svg", marksize = "6", label = "[[Nazyan District|Nazyan]]", link = "Nazyan District", label_size = "0" },
                        { lat = "34.216", long = "70.681", mark = "Location dot red.svg", marksize = "4", label = "[[Bandar]]", label_size = "0" },
		{ lat = "34.237", long = "71.0455", mark = "Map-ctl2-red+grey.svg", marksize = "8", label = "[[Lal Pur]]", link = "Lal Pur", label_size = "70", position = "right" },
		{ lat = "34.125", long = "71.088", mark = "Mountain pass 12x12 se.svg", marksize = "20" },
		{ lat = "34.125", long = "71.088", mark = "Location dot red.svg", marksize = "7", label = "[[Torkham]]", link = "Torkham", label_size = "0", position = "left" },
						{ lat = "34.170", long = "71.065", mark = "Abm-red-icon.png", marksize = "6", label = "[[FOB Torkham]]", link = "Forward Operating Base Torkham", label_size = "0" },
						{ lat = "34.140", long = "71.041", mark = "Location dot red.svg", marksize = "4", label = "[[Ghorki]]", label_size = "0" },
						{ lat = "34.070", long = "71.053", mark = "4x4dot-grey.svg", marksize = "12", label = "[[Jaish-e-Mohammad presence]]", link = "Jaish-e-Mohammed", label_size = "0", position = "top" },
		{ lat = "34.294", long = "69.767", mark = "Map-ctl2-red+grey.svg", marksize = "7", label = "[[Hesarak District|Hesarak]]", link = "Hesarak District", label_size = "0" },
                        { lat = "34.418", long = "70.323", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Surkh-Rōd District|Surkh-Rōd]]", link = "Surkh-Rōd District", label_size = "70", position = "bottom" },
                        { lat = "37.665", long = "70.657", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Raghistan District|Raghistan]]", link = "Raghistan District", label_size = "70", position = "left" },
		{ lat = "36.664", long = "68.910", mark = "Fighter-jet-red-icon.svg", marksize = "12", label = "[[Kunduz Airport]]", link = "Kunduz", label_size = "0" },
		{ lat = "37.189", long = "68.936", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Imam Sahib]]", link = "Imam Sahib", label_size = "70", position = "bottom" },
		{ lat = "37.191", long = "68.611", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Shirkhan Bandar]]", link = "Shir Khan Bandar", label_size = "0" },
		{ lat = "37.206", long = "68.775", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Hazrat Imam]]", label_size = "0" },
                        { lat = "36.681", long = "69.114", mark = "Location dot red.svg", marksize = "10", label = "[[Khan Abad]]", link = "Khan Abad", label_size = "70", position = "bottom" },
		{ lat = "36.698", long = "69.050", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Bu'in]]", label_size = "0" },
                        { lat = "36.603", long = "69.104", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Khan Abad District|Khan Abad]]", link = "Khan Abad District", label_size = "0" },
                        { lat = "36.701", long = "68.728", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Char Dara District|Char Dara]]", link = "Char Dara District", label_size = "70", position = "left" },
		{ lat = "32.445", long = "64.741", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Musa Qala District|Musa Qala]]", link = "Musa Qala District", label_size = "70", position = "right" },
		{ lat = "32.4049", long = "64.469", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Nawzad, Afghanistan|Nawzad]]", link = "Nawzad District", label_size = "70", position = "left" },
		{ lat = "31.521", long = "64.117", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Marjah]]", link = "Marjah", label_size = "70", position = "bottom" },
		{ lat = "31.594", long = "64.372", mark = "Location dot red.svg", marksize = "12", label = "[[Lashkar Gah]]", link = "Lashkar Gah", label_size = "100", position = "right" },
		{ lat = "33.062", long = "65.096", mark = "Map-dot-grey-68a.svg", marksize = "7", label = "[[Baghran]]", link = "Baghran", label_size = "70", position = "left" },
		{ lat = "34.950", long = "69.260", mark = "Fighter-jet-red-icon.svg", marksize = "12", label = "[[Bagram Airbase]]", link = "Bragram", label_size = "0" },
		{ lat = "34.820", long = "67.830", mark = "Location dot red.svg", marksize = "9", label = "[[Bamyan]]", link = "Bamyan", label_size = "100", position = "top" },
		{ lat = "34.733", long = "66.967", mark = "Location dot red.svg", marksize = "6", label = "[[Yakawlang]]", link = "Yakawlang", label_size = "70", position = "top" },
		{ lat = "34.383", long = "67.016", mark = "Location dot red.svg", marksize = "6", label = "[[Panjab, Afghanistan|Panjab]]", link = "Panjab, Afghanistan", label_size = "70", position = "top" },
		{ lat = "34.220", long = "66.901", mark = "Location dot red.svg", marksize = "6", label = "[[Waras District|Waras]]", link = "Waras District", label_size = "70", position = "bottom" },
{ lat = "34.920", long = "68.040", mark = "Location dot red.svg", marksize = "6", label = "[[Shibar District|Shibar]]", link = "Shibar District", label_size = "70", position = "top" },
{ lat = "35.183", long = "67.708", mark = "Location dot red.svg", marksize = "6", label = "[[Sayghan District|Sayghan]]", link = "Sayghan District", label_size = "70", position = "top" },
		{ lat = "36.758", long = "66.899", mark = "Location dot red.svg", marksize = "12", label = "[[Balkh]]", link = "Balkh", label_size = "90", position = "right" },
		{ lat = "37.120", long = "70.580", mark = "Location dot red.svg", marksize = "8", label = "[[Fayzabad, Badakhshan|Fayzabad]]", link = "Fayzabad", label_size = "100", position = "top" },
		{ lat = "36.863", long = "70.212", mark = "Location dot red.svg", marksize = "6", label = "[[Tishkan District|Tishkan]]", link = "Tishkan District", label_size = "70", position = "right" },
		{ lat = "36.906", long = "70.758", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Khash District|Khash]]", link = "Khash District", label_size = "70", position = "top" },
		{ lat = "36.035", long = "68.645", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Dand-e-Shahabuddin]]", link = "Dand-e-shahabuddin", label_size = "0"},
                        { lat = "36.014", long = "68.656", mark = "Map-ctl2-red+grey.svg", marksize = "5", label = "[[Kotub]]", link = "Kotub", label_size = "0"},
                        { lat = "36.057", long = "68.585", mark = "Map-ctl2-red+grey.svg", marksize = "5", label = "[[Chasma-I-Shir]]", label_size = "0"},    
		{ lat = "35.950", long = "68.700", mark = "Location dot red.svg", marksize = "10", label = "[[Puli Khumri]]", link = "Puli Khumri", label_size = "80", position = "right" },
		{ lat = "36.717", long = "69.517", mark = "Location dot red.svg", marksize = "18", label = "[[Taloqan]]", link = "Taloqan", label_size = "100", position = "top" },
						{ lat = "36.717", long = "69.517", mark = "Map-arcWW-grey.svg", marksize = "22", label = "[[Taloqan]]", link = "Taloqan", label_size = "0" },
						{ lat = "36.689", long = "65.929", mark = "Gota01.svg", marksize = "8", label = "[[Yatim Taq Gas Field]]", label_size = "0"},	
		{ lat = "36.665", long = "65.752", mark = "Location dot red.svg", marksize = "16", label = "[[Sheberghan]]", link = "Sheberghan", label_size = "100", position = "top" },
		{ lat = "36.304", long = "65.483", mark = "Map-dot-grey-68a.svg", marksize = "7", label = "[[Qush Tepa District|Qush Tepa]]", link = "Qush Tepa", label_size = "70", position = "top" },
                        { lat = "36.010", long = "66.920", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Kishindih District|Kishindih]]", link = "Kishindih District", label_size = "70", position = "top" },
		{ lat = "35.85", long = "66.73", mark = "Location dot red.svg", marksize = "6", label = "[[Zari District|Zari]]", link = "Zari District", label_size = "70", position = "top" },
                        { lat = "35.85", long = "66.73", mark = "map-circle-grey.svg", marksize = "10", label = "[[Zari District|Zari]]", link = "Zari District", label_size = "0" },
		{ lat = "36.900", long = "66.210", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Aqcha District|Aqcha]]", link = "Aqcha District", label_size = "70", position = "top" },
		{ lat = "36.215", long = "65.933", mark = "Location dot red.svg", marksize = "12", label = "[[Sar-e Pol city|Sar-e Pol]]", link = "Sar-e Pol city", label_size = "100", position = "top" },
		{ lat = "36.000", long = "66.128", mark = "Map-ctl2-red+grey.svg", marksize = "8", label = "[[Sozma Qala]]", link = "Sozma Qala", label_size = "70", position = "top" },
		{ lat = "36.041", long = "66.334", mark = "Location dot red.svg", marksize = "6", label = "[[Do Aba]]", label_size = "0" },
		{ lat = "35.480", long = "65.828", mark = "Map-dot-grey-68a.svg", marksize = "8", label = "[[Kohistanat District|Kohistanat]]", link = "Kohistanat District", label_size = "70", position = "top" },
		{ lat = "36.171", long = "65.628", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Sayyad District|Sayyad]]", link = "Sayyad", label_size = "70", position = "top" },
		{ lat = "35.849", long = "66.437", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Sancharak District|Sancharak]]", link = "Sancharak", label_size = "70", position = "top" },
		{ lat = "35.5", long = "66.5", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Balkhab District|Balkhab]]", link = "Balkhab", label_size = "70", position = "top" },
		{ lat = "35.94", long = "66.517", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Gosfandi District|Gosfandi]]", link = "Gosfandi District", label_size = "70", position = "top" },
		{ lat = "35.976", long = "65.378", mark = "Map-dot-grey-68a.svg", marksize = "8", label = "[[Darzab]]", link = "Darzab", label_size = "70", position = "bottom" },
		{ lat = "36.037", long = "65.3675", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Gardan]]", label_size = "0" },
	    { lat = "36.067", long = "65.376", mark = "Map-dot-grey-68a.svg", marksize = "5", label = "[[Shir Bayq]]", label_size = "0" },
	    { lat = "35.574", long = "65.264", mark = "Map-dot-grey-68a.svg", marksize = "5", label = "[[Sar Darreh]]", label_size = "0" },
	    { lat = "36.084", long = "65.389", mark = "Map-dot-grey-68a.svg", marksize = "5", label = "[[Qepchah Qaleh]]", label_size = "0" },
	    { lat = "36.111", long = "65.416", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Khaneqah]]", label_size = "0" },
		{ lat = "32.344", long = "62.119", mark = "Location dot red.svg", marksize = "12", label = "[[Farah, Afghanistan|Farrah]]", link = "Farah, Afghanistan", label_size = "100", position = "right" },
		{ lat = "32.366", long = "62.166", mark = "Fighter-jet-red-icon.svg", marksize = "13", label = "[[Farah Air Base]]", label_size = "0" },
		{ lat = "32.367", long = "62.072", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Bagh-e Pul]]", label_size = "0" },
		{ lat = "32.371", long = "62.094", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Bagh-e Now]]", label_size = "0" },
		{ lat = "32.467", long = "62.03", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Pusht Rod]]", link = "Pusht Rod", label_size = "70", position = "left" },
		{ lat = "33.140", long = "63.860", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Pur Chaman District|Pur Chaman]]", link = "Pur Chaman District", label_size = "70", position = "top" },
		{ lat = "31.826", long = "61.23", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Lash Wa Juwayn District|Lash Wa Juwayn]]", link = "Lash Wa Juwayn District", label_size = "70", position = "left" },
                        { lat = "32.108", long = "61.368", mark = "Location dot red.svg", marksize = "6", label = "[[Shib Koh District|Shib Koh]]", link = "Shib Koh District", label_size = "70", position = "left" },
                        { lat = "32.4", long = "61.33", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Qala i Kah District|Qala i Kah]]", link = "Qala i Kah District", label_size = "70", position = "left" },
                        { lat = "33.333", long = "69.917", mark = "Location dot red.svg", marksize = "15", label = "[[Khost]]", link = "Khost", label_size = "100", position = "top" },
                        { lat = "33.460", long = "69.99", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Sabari District|Sabari]]", link = "Sabari District", label_size = "70", position = "left" },
		{ lat = "33.435", long = "70.067", mark = "80x80-red-black-anim.gif", marksize = "6", label = "[[Tirazayi District|Tirazayi]]", link = "Tirazayi District", label_size = "0", position = "top" },
		{ lat = "33.315", long = "69.703", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Nadir Shah Kot District|Nader Shah Kot]]", link = "Nader Shah Kot", label_size = "0", position = "top"},
        { lat = "33.5", long = "70.05", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Bak District|Bak]]", link = "Bak District", label_size = "70", position = "top" },
        { lat = "33.287", long = "69.912", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Gurbuz District|Gurbuz]]", link = "Gurbuz District", label_size = "70", position = "bottom" },
        { lat = "33.626", long = "70.134", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Zazi Maidan District|Zazi Maidan]]", link = "Zazi Maidan District", label_size = "70", position = "left" },
        { lat = "33.533", long = "69.733", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Musakhel District|Musakhel]]", link = "Musakhel District", label_size = "70", position = "top" },
        { lat = "33.515", long = "69.678", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Qalandar District|Qalandar]]", link = "Qalandar District", label_size = "70", position = "bottom" },
        { lat = "33.202", long = "69.516", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Spera District|Spera]]", link = "Spera District", label_size = "70", position = "top" },
		{ lat = "35.933", long = "64.750", mark = "Location dot red.svg", marksize = "10", label = "[[Maymana]]", link = "Maymana", label_size = "100", position = "top" },
		{ lat = "36.945", long = "65.116", mark = "Location dot red.svg", marksize = "8", label = "[[Andkhoy]]", link = "Andkhoy", label_size = "80", position = "top" },
		{ lat = "37.036", long = "64.943", mark = "Map-ctl2-red+grey.svg", marksize = "8", label = "[[Qurghan District|Qurghan]]", link = "Qurghan District", label_size = "80", position = "top" },
        { lat = "36.109", long = "64.967", mark = "Map-ctl2-red+grey.svg", marksize = "5", label = "[[Juma Bazar]]", label_size = "0" },
        { lat = "35.850", long = "64.530", mark = "Location dot red.svg", marksize = "6", label = "[[Almar District|Almar Bazaar]]", label_size = "70", position = "bottom" },
        { lat = "35.926", long = "64.243", mark = "Map-dot-grey-68a.svg", marksize = "5", label = "[[Khwajah Gowhar]]", label_size = "0" },
        { lat = "35.882", long = "64.584", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Chaghatay]]", label_size = "0" }, 
        { lat = "35.858", long = "64.582", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Chugumat]]", label_size = "0" }, 
        { lat = "35.580", long = "65.170", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Gurziwan District|Gurziwan]]", link = "Gurziwan District", label_size = "80", position = "bottom" },
        { lat = "35.838", long = "65.231", mark = "Location dot red.svg", marksize = "8", label = "[[Bilchiragh District|Bilchiragh]]", link = "Bilchiragh District", label_size = "80", position = "bottom" },
        { lat = "35.381", long = "64.756", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Kohistan District|Kohistan]]", link = "Kohistan District, Faryab", label_size = "80", position = "top" },
        { lat = "35.392", long = "64.822", mark = "Location dot red.svg", marksize = "4", label = "Chashmah-ye Sangin", link = "", label_size = "0", position = "top" },
        { lat = "36.885", long = "65.091", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Tuquz Darak]]", label_size = "0" },
        { lat = "33.493", long = "68.754", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Sado Khel]]", label_size = "0" },
        { lat = "36.876", long = "65.081", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Daj Yakhchee Khana]]", label_size = "0" },
        { lat = "36.899", long = "65.075", mark = "Map-ctl2-red+grey.svg", marksize = "4", label = "[[Mirabad]]", label_size = "0" },
		{ lat = "35.912", long = "64.787", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Pashtun Kot District|Pashtun Kot]]", link = "Pashtun Kot District", label_size = "0" },
		{ lat = "36.909", long = "64.762", mark = "Location dot red.svg", marksize = "4", label = "[[Yam Bulaq]]", label_size = "0"},
		{ lat = "35.901", long = "64.767", mark = "Location dot red.svg", marksize = "4", label = "[[Bibi Ainah]]", label_size = "0"},
		{ lat = "35.591", long = "64.776", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Sar-e Howz]]", label_size = "0" },
		{ lat = "36.060", long = "64.970", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Khwaja Sabz Posh District|Khwaja Sabz Posh]]", link = "Khwaja Sabz Posh District", label_size = "70", position = "left" },
                        { lat = "36.25", long = "64.82", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Shirin Tagab District|Shirin Tagab]]", link = "Shirin Tagab District", label_size = "70", position = "top" },
		{ lat = "35.633", long = "64.350", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Qaysar District|Qaysar]]", link = "Qaysar District", label_size = "70", position = "right" },
		{ lat = "35.685", long = "64.300", mark = "Location dot red.svg", marksize = "4", label = "Yangi Shaghasi", link = "", label_size = "0", position = "right" },
		{ lat = "35.695", long = "64.121", mark = "Location dot red.svg", marksize = "4", label = "[[Burghun]]", label_size = "0" },
                        { lat = "35.919", long = "64.985", mark = "Location dot red.svg", marksize = "5", label = "[[Hazarah Qal‘ah]]", label_size = "0" },
                        { lat = "35.911", long = "65.027", mark = "Location dot red.svg", marksize = "5", label = "[[Katah Qal‘ah]]", label_size = "0" },
                        { lat = "35.927", long = "64.957", mark = "Location dot red.svg", marksize = "5", label = "[[Nazrabad]]", label_size = "0" },
		{ lat = "35.873", long = "65.033", mark = "Map-dot-grey-68a.svg", marksize = "5", label = "[[Gul Darah]]", label_size = "0" },
		{ lat = "35.875", long = "65.068", mark = "Map-dot-grey-68a.svg", marksize = "5", label = "[[Chaqmaq]]", label_size = "0" },
                        { lat = "35.725", long = "63.789", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Ghormach District|Ghormach]]", link = "Ghormach District", label_size = "70", position = "top" },
		{ lat = "35.607", long = "64.765", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Aq e Abdul]]", label_size = "0" },		
                        { lat = "35.599", long = "64.784", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Sar e Howz]]", label_size = "0" },
                        { lat = "35.604", long = "64.804", mark = "Abm-grey-icon.png", marksize = "6", label = "[[Sae e Howz dam]]", label_size = "0" },
                        { lat = "36.536", long = "65.055", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Dawlat Abad District|Dawlat Abad]]", link = "Dawlat Abad District", label_size = "70", position = "top" },
                        { lat = "36.790", long = "64.960", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Qaramqol District|Qaramqol]]", link = "Qaramqol District", label_size = "70", position = "top" },
		{ lat = "30.960", long = "61.860", mark = "Location dot red.svg", marksize = "8", label = "[[Zaranj]]", link = "Zaranj", label_size = "100", position = "right" },
        { lat = "30.350", long = "61.916", mark = "Abm-red-icon.png", marksize = "6", label = "[[Kamal Khan Dam]]", link = "Kamal Khan Dam", label_size = "0" },
		{ lat = "31.444", long = "62.635", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Khash Rod District|Khash Rod]]", link = "Khash Rod", label_size = "80", position = "top" },
		{ lat = "32.160", long = "63.310", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Delaram]]", link = "Delaram", label_size = "80", position = "right" },
		{ lat = "31.166", long = "62.066", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Chakhansur District|Chakhansur]]", link = "Chakhansur District", label_size = "70", position = "top" },
		{ lat = "35.417", long = "70.917", mark = "Location dot red.svg", marksize = "6", label = "[[Parun]]", link = "Parun", label_size = "100", position = "right" },
		{ lat = "34.868", long = "71.130", mark = "Location dot red.svg", marksize = "8", label = "[[Asadabad, Afghanistan|Asadabad]]", link = "Asadabad", label_size = "75", position = "left" },
		{ lat = "34.790", long = "71.108", mark = "80x80-red-black-anim.gif", marksize = "6", label = "[[Sirkanay District|Serkanay]]", link = "Serkanay", label_size = "70", position = "right" },
		{ lat = "35.033", long = "71.358", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Asmar]]", link = "Asmar", label_size = "70", position = "left" },
		{ lat = "34.992", long = "71.418", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Dangam District|Dangam]]", link = "Dangam District", label_size = "70", position = "right" },
		{ lat = "35.210", long = "71.525", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Nari District|Nari]]", link = "Nari District", label_size = "70", position = "left" },
		{ lat = "34.891", long = "71.169", mark = "80x80-red-black-anim.gif", marksize = "6", label = "[[Marawara District|Marawara]]", link = "Marawara", label_size = "70", position = "right" },
		{ lat = "35.144", long = "71.391", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Ghazi Abad District|Ghazi Abad]]", link = "Ghazi Abad", label_size = "70", position = "bottom" },
		{ lat = "34.953", long = "70.916", mark = "80x80-grey-black-anim.gif", marksize = "7", label = "[[Dara-I-Pech District|Dara-I-Pech]]", link = "Dara-I-Pech District", label_size = "70", position = "top" },
		{ lat = "34.613", long = "70.938", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Khas Kunar District|Khas Kunar]]", link = "Khas Kunar District", label_size = "70", position = "right" },
		{ lat = "34.610", long = "70.757", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Nurgal District|Nurgal]]", link = "Nurgal District", label_size = "70", position = "top" },
                        { lat = "34.706", long = "70.586", mark = "Location dot black.svg", marksize = "10", label = "[[Darai Nur District|Darai Nur]]", link = "Darai Nur District", label_size = "0", position = "top" },
		{ lat = "34.875", long = "70.867", mark = "Location dot black.svg", marksize = "4", label = "[[Yakhah Chinah]]", label_size = "0" },
                        { lat = "34.725", long = "70.693", mark = "Location dot red.svg", marksize = "5", label = "[[Mamagul ’khvar]]", link = "Mamagul ’khvar", label_size = "0" },
		{ lat = "34.725", long = "70.7077", mark = "Map-peak-red.svg", marksize = "8", label = "[[Mamagul Kandow]]", link = "Mamagul Kandow", label_size = "0" },
		{ lat = "34.802", long = "71.004", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Narang District|Narang]]", link = "Narang Aw Badil District", label_size = "70", position = "left" },
		{ lat = "34.700", long = "70.910", mark = "80x80-red-black-anim.gif", marksize = "6", label = "[[Chawkay District|Chawkay]]", link = "Chawkay District", label_size = "70", position = "left" },		
		{ lat = "34.965", long = "71.274", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Shaigal District|Shaigal]]", link = "Shaigal Aw Shiltan District", label_size = "0", position = "top" },
		{ lat = "34.650", long = "70.183", mark = "Location dot red.svg", marksize = "13", label = "[[Mihtarlam]]", link = "Mihtarlam", label_size = "100", position = "top" },
		{ lat = "34.507", long = "70.213", mark = "Map-ctl2-red+grey.svg", marksize = "8", label = "[[Qarghayi District|Qarghayi]]", link = "Qarghayi District", label_size = "70", position = "top" },
		{ lat = "34.80", long = "70.093", mark = "Map-ctl2-red+grey.svg", marksize = "8", label = "[[Alishing District|Alishing]]", link = "Alishing District", label_size = "70", position = "top" },
		{ lat = "34.80", long = "70.403", mark = "Map-dot-grey-68a.svg", marksize = "8", label = "[[Alingar District|Alingar]]", link = "Alingar District", label_size = "70", position = "top" },
		{ lat = "34.952", long = "70.07", mark = "Map-ctl2-red+grey.svg", marksize = "8", label = "[[Dawlat Shah District|Dawlat Shah]]", link = "Dawlat Shah District", label_size = "70", position = "top" },
		{ lat = "34.959", long = "70.703", mark = "80x80-grey-black-anim.gif", marksize = "7", label = "[[Chapa Dara District|Chapa Dara]]", link = "Chapa Dara District", label_size = "70", position = "left" },
                        { lat = "34.917", long = "70.774", mark = "80x80-grey-black-anim.gif", marksize = "5", label = "[[Wêrsêk]]", link = "Wêrsêk", label_size = "0" },
                        { lat = "34.911", long = "71.127", mark = "80x80-grey-black-anim.gif", marksize = "7", label = "[[Watapur District|Watapur]]", link = "Watapur District", label_size = "70", position = "top" },
		{ lat = "35.317", long = "69.550", mark = "Location dot red.svg", marksize = "8", label = "[[Bazarak]]", link = "Bazarak", label_size = "100", position = "top" },
		{ lat = "35.240", long = "69.807", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Dara]]", link = "Dara", label_size = "70", position = "top" },
		{ lat = "35.647", long = "70.043", mark = "Map-ctl2-red+grey.svg", marksize = "7", label = "[[Paryan District|Paryan]]", link = "Paryan District", label_size = "70", position = "top" },
		{ lat = "35.021", long = "69.331", mark = "Location dot red.svg", marksize = "6", label = "[[Mahmud-i-Raqi]]", link = "Mahmud-i-Raqi", label_size = "70", position = "right" },
		{ lat = "36.265", long = "68.017", mark = "Location dot red.svg", marksize = "12", label = "[[Samangan]]", link = "Samagan", label_size = "100", position = "top" },
		{ lat = "36.071", long = "67.360", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Dara-I-Suf District|Dara-I-Suf]]", link = "Dara-I-Suf District", label_size = "70", position = "top" },
		{ lat = "35.995", long = "68.051", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Khuram Wa Sarbagh District|Khuram Wa Sarbagh]]", link = "Khuram Wa Sarbagh District", label_size = "70", position = "top" },
		{ lat = "36.451", long = "67.895", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Hazrati Sultan District|Hazrati Sultan]]", link = "Hazrati Sultan District", label_size = "70", position = "top" },
		{ lat = "35.559", long = "67.825", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Ruyi Du Ab District|Ruyi Du Ab]]", link = "Ruyi Du Ab District", label_size = "70", position = "top" },
		{ lat = "34.987", long = "63.129", mark = "Location dot red.svg", marksize = "8", label = "[[Qala e Naw]]", link = "Qala e Naw", label_size = "70", position = "bottom" },
                       { lat = "34.987", long = "63.129", mark = "Map-arcEE-grey.svg", marksize = "12", label = "[[Qala e Naw]]", link = "Qala e Naw", label_size = "0" },
                       { lat = "35.036", long = "63.291", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Muqur District, Badghis|Muqur]]", link = "Muqur District, Badghis", label_size = "70", position = "top" },
                       { lat = "35.586", long = "63.333", mark = "Map-dot-grey-68a.svg", marksize = "8", label = "[[Murghab District|Murghab]]", link = "Murghab District", label_size = "70", position = "top" },
                       { lat = "35.575", long = "63.315", mark = "Abm-red-icon.png", marksize = "6", label = "[[Military base]]", link = "Murghab District", label_size = "0" },
                       { lat = "35.575", long = "63.315", mark = "map-circle-grey.svg", marksize = "10", label = "[[ANA enclave in Murghab base]]", link = "Murghab District", label_size = "0" },
                       { lat = "35.811", long = "63.141", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Murichaq]]", link = "Murichaq", label_size = "70", position = "right" },
                       { lat = "34.803", long = "63.438", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Qadis District|Qadis]]", link = "Qadis District", label_size = "80", position = "top" },
                       { lat = "35.087", long = "63.067", mark = "Map-ctl2-red+grey.svg", marksize = "7", label = "[[Ab Kamari District|Ab Kamari]]", link = "Ab Kamari District", label_size = "70", position = "top" },
		{ lat = "34.523", long = "65.252", mark = "Location dot red.svg", marksize = "6", label = "[[Chaghcharan]]", link = "Chaghcharan", label_size = "100", position = "top" },
                       { lat = "34.523", long = "65.252", mark = "Map-arcNW-grey.svg", marksize = "10", label = "[[Chaghcharan]]", link = "Chaghcharan", label_size = "0" },
		{ lat = "33.972", long = "63.707", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Tulak District|Tulak]]", link = "Tulak District", label_size = "70", position = "top" },
		{ lat = "34.100", long = "64.266", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Shahrak District|Shahrak]]", link = "Shahrak District", label_size = "70", position = "top" },
                       { lat = "34.136", long = "64.421", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Sar Chashmah]]", label_size = "0" },
		{ lat = "33.552", long = "64.416", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Taywara]]", link = "Taywara", label_size = "70", position = "top" },
		{ lat = "33.691", long = "64.856", mark = "Map-ctl2-red+grey.svg", marksize = "7", label = "[[Pasaband District|Pasaband]]", link = "Shinkot", label_size = "70", position = "top" },
                        { lat = "33.691", long = "63.867", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Saghar District|Saghar]]", link = "Saghar District", label_size = "70", position = "top" },
		{ lat = "34.171", long = "65.1", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Du Layna District|Du Layna]]", link = "Du Layna District", label_size = "70", position = "top" },
		{ lat = "34.58", long = "65.75", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Dawlat Yar District|Dawlat Yar]]", link = "Dawlat Yar District", label_size = "70", position = "top" },
	                    { lat = "34.673", long = "65.835", mark = "Location dot red.svg", marksize = "4", label = "[[Sumak]]", label_size = "0" },	
		{ lat = "33.717", long = "66.117", mark = "Location dot red.svg", marksize = "8", label = "[[Nili, Afghanistan|Nili]]", link = "Nili, Afghanistan", label_size = "90", position = "top" },
                         { lat = "33.83", long = "66.94", mark = "Map-ctl2-red+grey.svg", marksize = "8", label = "[[Miramor District|Miramor]]", link = "Miramor District", label_size = "70", position = "top" },
                         { lat = "33.21", long = "65.62", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Kajran District|Kajran]]", link = "Kajran District", label_size = "70", position = "top" },
                           { lat = "33.172", long = "65.585", mark = "Map-dot-grey-68a.svg", marksize = "5", label = "Kandu-ye Bala", link = "", label_size = "0", position = "top" },
                        { lat = "33.400", long = "66.230", mark = "Location dot red.svg", marksize = "6", label = "[[Gizab District|Gizab]]", link = "Gizab District", label_size = "70", position = "bottom" },
                                        { lat = "33.400", long = "66.230", mark = "map-circle-grey.svg", marksize = "8" },
                       { lat = "33.430", long = "66.207", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Sang Shek]]", label_size = "0" },
                       { lat = "33.564", long = "66.163", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Waghnir]]", label_size = "0" },
                       { lat = "33.596", long = "66.116", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Tamazan]]", label_size = "0" },
                       { lat = "33.601", long = "66.065", mark = "Location dot red.svg", marksize = "4", label = "[[Pato]]", label_size = "0" },
		{ lat = "32.627", long = "65.873", mark = "Location dot red.svg", marksize = "7", label = "[[Tarinkot]]", link = "Tarinkot", label_size = "100", position = "top" },
                        { lat = "32.627", long = "65.873", mark = "map-circle-grey.svg", marksize = "9", label = "[[Tarinkot]]", link = "Tarinkot", label_size = "0" },
        { lat = "32.655", long = "65.905", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Shah Mansur]]", label_size = "0" },
		{ lat = "32.604", long = "65.866", mark = "Abm-grey-icon.png", marksize = "7", label = "[[Camp Russell / Camp Holland ANDSF base]]", label_size = "0" },
		{ lat = "32.626", long = "65.470", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Deh Rahwod District|Deh Rahwod]]", link = "Deh Rahwod District", label_size = "70", position = "bottom" },
		{ lat = "32.920", long = "65.480", mark = "Location dot red.svg", marksize = "6", label = "[[Shahidi Hassas District|Shahidi Hassas]]", link = "Shahidi Hassas", label_size = "70", position = "left" },
		{ lat = "32.920", long = "65.480", mark  = "Map-circle-grey.svg", marksize = "8" },
		{ lat = "33.517", long = "67.198", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Ajristan]]", link = "Ajristan", label_size = "70", position = "left" },
        { lat = "33.000", long = "66.690", mark = "Location dot red.svg", marksize = "8", label = "[[Khas Uruzgan District|Khas Uruzgan]]", link = "Khas Urozgan District", label_size = "70" },
		{ lat = "33.000", long = "66.690", mark  = "Map-circle-grey.svg", marksize = "10", label = "[[Khas Uruzgan District|Khas Uruzgan]]", link = "Khas Urozgan District", label_size = "0" },
		{ lat = "32.862", long = "67.096", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Kakar]]", link = "Kakar", label_size = "70", position = "bottom" },
		{ lat = "32.662", long = "66.996", mark = "Location dot red.svg", marksize = "6", label = "[[Arghandab, Afghanistan|Arghandab]]", link = "Arghandab", label_size = "70", position = "right" },
			{ lat = "32.662", long = "66.996", mark  = "Map-circle-grey.svg", marksize = "8" },
		{ lat = "32.427", long = "65.641", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Nesh District|Nesh]]", link = "Nesh District", label_size = "70", position = "right" },
		{ lat = "32.852", long = "66.027", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Chora]]", link = "Chora", label_size = "0", position = "top" },
		{ lat = "33.010", long = "66.077", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Chora District]]", link = "Chora District", label_size = "70", position = "top" },
		{ lat = "31.996", long = "65.476", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Khakrez District|Khakrez]]", link = "Khakrez District", label_size = "70", position = "top" },
		{ lat = "31.739", long = "65.140", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Maywand District|Maywand]]", link = "Maywand District", label_size = "70", position = "top" },
		{ lat = "32.074", long = "66.141", mark = "Map-ctl2-red+grey.svg", marksize = "8", label = "[[Shah Wali Kot District|Shah Wali Kot]]", link = "Shah Wali Kot", label_size = "70", position = "bottom" },
		{ lat = "32.373", long = "66.345", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Miyanishin District|Miyanishin]]", link = "Miyanishin District", label_size = "70", position = "top" },
		{ lat = "31.576", long = "65.426", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Zhari District|Zhari]]", link = "Zhari District", label_size = "70", position = "top" },
		{ lat = "32.160", long = "66.042", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Kariz]]", link = "Kariz", label_size = "0" },
		{ lat = "35.013", long = "69.169", mark = "Location dot red.svg", marksize = "16", label = "[[Charikar]]", link = "Charikar", label_size = "100", position = "left" },
		{ lat = "34.923", long = "69.330", mark = "Location dot red.svg", marksize = "8", label = "[[Bagram District|Bagram]]", link = "Bagram District", label_size = "80", position = "bottom" },
		{ lat = "34.795", long = "69.526", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Kohi Safi District|Kohi Safi]]", link = "Kohi Safi District", label_size = "70", position = "left" },
		{ lat = "35.118", long = "69.237", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Jabal Saraj District|Jabal Saraj]]", link = "Jabal Saraj District", label_size = "0", position = "left" },
		{ lat = "35.295", long = "69.064", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Salang District|Salang]]", link = "Salang District", label_size = "70", position = "bottom" },
		{ lat = "35.0", long = "68.85", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Ghorband District|Ghorband]]", link = "Ghorband District", label_size = "70", position = "bottom" },
		{ lat = "35.053", long = "69.256", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Sayed Khel District|Sayed Khel]]", link = "Sayed Khel District", label_size = "0", position = "top" },
		{ lat = "35.013", long = "68.369", mark = "Map-ctl2-red+grey.svg", marksize = "8", label = "[[Shekh Ali District|Shekh Ali]]", link = "Shekh Ali", label_size = "80", position = "bottom" },
		{ lat = "35.115", long = "69.073", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Shinwari District|Shinwari]]", link = "Shinwari District", label_size = "70", position = "left" },
		{ lat = "34.238", long = "69.121", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Mohammad Agha District|Mohammad Agha]]", link = "Mohammad Agha District", label_size = "80", position = "left" },
		{ lat = "34.433", long = "69.384", mark = "Icon_NuclearPowerPlant-red.svg", marksize = "7", label = "[[Mes Aynak| Mes Aynak copper mine]]", link = "Mes Aynak", label_size = "0", position = "bottom" },
		{ lat = "34.450", long = "68.783", mark = "Location dot red.svg", marksize = "8", label = "[[Maidan Shar]]", link = "Maidan Shar", label_size = "70", position = "bottom" },
		{ lat = "34.471", long = "68.629", mark = "Location dot red.svg", marksize = "6", label = "[[Jalrez District|Jalrez]]", link = "Jalrez District", label_size = "70", position = "top" },
		{ lat = "34.471", long = "68.629", mark = "Map-arcSS-grey.svg", marksize = "8", label = "[[Jalrez District|Jalrez]]", link = "Jalrez District", label_size = "0" },
		{ lat = "34.588", long = "68.752", mark = "Location dot red.svg", marksize = "4", label = "Sanglakh", link = "Sanglakh", label_size = "0", position = "left" },
		{ lat = "34.487", long = "68.552", mark = "Location dot red.svg", marksize = "4", label = "Sarchashma", link = "Sarchashma", label_size = "0", position = "left" },
		{ lat = "34.464", long = "68.712", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "Zaiwalat", link = "Zaiwalat", label_size = "0", position = "left" },
		{ lat = "34.439", long = "68.531", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "Takana", link = "Takana", label_size = "0", position = "left" },
		{ lat = "34.397", long = "68.88", mark = "Abm-red-icon.png", marksize = "8", label = "[[Maidan Shar Base]]", link = "Maidan Shar", label_size = "0" },
		{ lat = "34.050", long = "68.383", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Chak District|Chak]]", link = "Chak", label_size = "80", position = "left" },
		{ lat = "34.150", long = "68.683", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Nirkh District|Nirkh]]", link = "Nirkh", label_size = "80", position = "left" },
		{ lat = "33.981", long = "69.035", mark = "Location dot red.svg", marksize = "12", label = "[[Pul-i-Alam]]", link = "Pul-i-Alam", label_size = "100", position = "top" },
		{ lat = "33.981", long = "69.335", mark = "Map-ctl2-red+grey.svg", marksize = "8", label = "[[Khoshi District|Khoshi]]", link = "Khoshi", label_size = "70", position = "top" },
		{ lat = "34.081", long = "69.712", mark = "Map-dot-grey-68a.svg", marksize = "8", label = "[[Azra District|Azra]]", link = "Azra District", label_size = "70", position = "top" },
	            { lat = "33.929", long = "68.885", mark = "Map-ctl2-red+grey.svg", marksize = "8", label = "[[Baraki Barak District|Baraki Barak]]", link = "Baraki Barak", label_size = "70", position = "top" },
		{ lat = "33.600", long = "69.217", mark = "Location dot red.svg", marksize = "10", label = "[[Gardez]]", link = "Gardez", label_size = "100", position = "bottom" },
		{ lat = "33.489", long = "69.128", mark = "Map-ctl2-red+grey.svg", marksize = "4", label = "[[Ibrahimkhel]]", link = "Gardez District", label_size = "0" },
        { lat = "33.655", long = "69.778", mark = "Map-ctl2-red+grey.svg", marksize = "5", label = "[[Janikhel District (Paktia)|Janikhel]]", link = "Janikhel", label_size = "100", position = "left" },
        { lat = "33.716", long = "69.366", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Sayid Karam District |Sayid Karam]]", link = "Sayid Karam District", label_size = "70", position = "top" },
        { lat = "33.653", long = "69.304", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Ahmadabad District |Ahmadabad]]", link = "Ahmadabad District", label_size = "0", position = "top" },
        { lat = "33.433", long = "69.377", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Shwak District |Shwak]]", link = "Shwak District", label_size = "70", position = "top" },
        { lat = "33.719", long = "69.910", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Dand Aw Patan District |Dand Aw Patan]]", link = "Dand Aw Patan District", label_size = "0", position = "top" },
        { lat = "33.735", long = "69.632", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Lazha Mangal District|Lazha Mangal]]", link = "Lazha Mangal District", label_size = "70", position = "top" },
        { lat = "33.792", long = "69.817", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Tsamkani District|Tsamkani]]", link = "Tsamkani District", label_size = "70", position = "top" },
        { lat = "33.966", long = "69.806", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Jaji District |Jaji]]", link = "Zazi District", label_size = "70", position = "left" },
		{ lat = "33.55", long = "68.42", mark = "Location dot red.svg", marksize = "15", label = "[[Ghazni]]", link = "Ghazni", label_size = "100", position = "right" },
		{ lat = "33.466", long = "68.462", mark = "Location dot red.svg", marksize = "4", label = "[[Arzu]]", label_size = "0" },
		{ lat = "33.669", long = "68.644", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Zana Khan District|Zana Khan]]", link = "Zana Khan", label_size = "70", position = "top" },
		{ lat = "33.475", long = "68.653", mark = "Location dot red.svg", marksize = "6", label = "[[Dih Yak District|Dih Yak]]", link = "Dih Yak District", label_size = "80", position = "bottom" },
		{ lat = "33.577", long = "68.186", mark = "Location dot red.svg", marksize = "6", label = "[[Jaghatū District|Jaghatu]]", link = "Jaghatu", label_size = "70", position = "left" },
		{ lat = "33.558", long = "68.325", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Khogyani District (Ghazni)|Khogyani]]", link = "Khogyani", label_size = "70", position = "top" },
		{ lat = "33.69", long = "68.402", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Khwaja Umari District|Khwaja Umari]]", link = "Khwaja Umari", label_size = "70", position = "top" },
		{ lat = "33.7", long = "68.2", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Rashidan District|Rashidan]]", link = "Rashidan", label_size = "70", position = "left" },
		{ lat = "33.898", long = "67.9575", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Nawur District|Nawur]]", link = "Nawur", label_size = "70", position = "bottom" },
		{ lat = "33.350", long = "68.383", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Alizai]]", label_size = "0" },
		{ lat = "33.332", long = "68.455", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Miray]]", link = "Miray", label_size = "70", position = "bottom" },
		{ lat = "33.304", long = "68.614", mark = "Abm-red-icon.png", marksize = "6", label = "2 ANA bases", link = "", label_size = "0", position = "top" },
		{ lat = "33.366", long = "68.318", mark = "Abm-red-icon.png", marksize = "6", label = "2 ANA bases", link = "", label_size = "0", position = "top" },	
		{ lat = "33.356", long = "68.527", mark = "Abm-red-icon.png", marksize = "6", label = "2 ANA bases", link = "", label_size = "0", position = "top" },
		{ lat = "33.356", long = "68.527", mark = "map-circle-grey.svg", marksize = "8", label = "2 ANA bases", link = "", label_size = "0" },
		
		
		{ lat = "33.194", long = "68.102", mark = "Map-ctl2-red+grey.svg", marksize = "9", label = "[[Qarabagh District, Ghazni|Qarabagh]]", link = "Qarabagh District, Ghazni", label_size = "70", position = "left" },
		 { lat = "32.650", long = "67.757", mark = "Location dot red.svg", marksize = "6", label = "[[Gelan]]", link = "Gelan", label_size = "70", position = "top" },
		{ lat = "32.650", long = "67.757", mark = "map-circle-grey.svg", marksize = "8", label = "[[Gelan]]", link = "Gelan", label_size = "0" },
		
		{ lat = "32.594", long = "68.037", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Dila]]", link = "Dila", label_size = "70", position = "right" },
		{ lat = "32.936", long = "68.646", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Yahyakhel District|Yahyakhel]]", link = "Yahyakhel", label_size = "70", position = "left" },
		{ lat = "32.9", long = "68.796", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Omna District|Omna]]", link = "Omna", label_size = "70", position = "bottom" },
		{ lat = "33.047", long = "68.654", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Yosuf Khel District|Yosuf Khel]]", link = "Yosuf Khel", label_size = "70", position = "bottom" },
		{ lat = "32.763", long = "68.394", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Janikhel District (Paktika)|Janikhel]]", link = "Janikhel District (Paktika)", label_size = "70", position = "top" },
		{ lat = "32.494", long = "68.839", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Gomal District|Gomal]]", link = "Gomal District", label_size = "70", position = "top" },
		{ lat = "32.796", long = "69.097", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Surobi District (Paktika)|Surobi]]", link = "Surobi District (Paktika)", label_size = "70", position = "top" },
		{ lat = "32.055", long = "68.811", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Wor Mamay District|Wor Mamay]]", link = "Wor Mamay District", label_size = "70", position = "top" },
		{ lat = "32.9", long = "69.156", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Urgun]]", link = "Urgun", label_size = "70", position = "right" },
		{ lat = "33.435", long = "69.030", mark = "Location dot red.svg", marksize = "6", label = "[[Zurmat]]", link = "Zurmat", label_size = "80", position = "bottom" },
		{ lat = "33.435", long = "69.030", mark = "Map-arcSW-grey.svg", marksize = "8", label = "[[Zurmat]]", link = "Zurmat", label_size = "0" },
		{ lat = "33.508", long = "69.026", mark = "Abm-red-icon.png", marksize = "6", label = "ANA base", link = "Sahak", label_size = "0", position = "top" },
		{ lat = "33.508", long = "69.026", mark = "map-circle-grey.svg", marksize = "8", label = "ANA base", link = "Sahak", label_size = "0" },
		{ lat = "33.452", long = "68.879", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Kulalgo]]", link = "Kulalgo", label_size = "0" },
		
		{ lat = "33.688", long = "68.885", mark = "Map-dot-grey-68a.svg", marksize = "8", label = "[[Kharwar]]", link = "Kharwar", label_size = "70", position = "top" },
		{ lat = "33.888", long = "68.885", mark = "Map-ctl2-red+grey.svg", marksize = "8", label = "[[Charkh District|Charkh]]", link = "Charkh", label_size = "70", position = "bottom" },
		{ lat = "33.159", long = "69.319", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Ziruk]]", link = "Ziruk", label_size = "70", position = "bottom" },
		{ lat = "33.181", long = "69.258", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Nika]]", link = "Nika", label_size = "70", position = "top" },
		{ lat = "32.980", long = "69.457", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Gayan District|Gayan]]", link = "Gayan", label_size = "70", position = "left" },
		{ lat = "33.239", long = "68.866", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Mata Khan District|Mata Khan]]", link = "Mata Khan District", label_size = "70", position = "top" },
		{ lat = "33.107", long = "68.977", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Sar Hawza District|Sar Hawza]]", link = "Sar Hawza District", label_size = "70", position = "top" },
		{ lat = "32.180", long = "68.107", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Waza Khwa District|Waza Khwa]]", link = "Waza Khwa District", label_size = "70", position = "right" },
		{ lat = "31.791", long = "68.397", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Terwa District|Terwa (Khoshamand)]]", link = "Terwa District", label_size = "70", position = "top" },
		{ lat = "32.3215", long = "67.887", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Nawa, Afghanistan|Nawa]]", link = "Nawa, Afghanistan", label_size = "80", position = "top" },
		{ lat = "31.738", long = "67.360", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Atghar District|Atghar]]", link = "Atghar District", label_size = "70", position = "bottom" },
		{ lat = "31.800", long = "67.360", mark = "Abm-red-icon.png", marksize = "6", label = "ANA base", link = "", label_size = "0", position = "top" },
		{ lat = "31.800", long = "67.360", mark = "map-circle-grey.svg", marksize = "10", label = "ANA base", link = "", label_size = "0" },
		{ lat = "32.106", long = "66.907", mark = "Location dot red.svg", marksize = "7", label = "[[Qalat, Zabul|Qalat]]", link = "Qalat", label_size = "100", position = "top" },
		                    { lat = "32.106", long = "66.907", mark = "Map-arcNE-grey.svg", marksize = "11", label = "[[Qalat, Zabul|Qalat]]", link = "Qalat", label_size = "0" },
		                    { lat = "32.129", long = "66.928", mark = "Abm-red-icon.png", marksize = "6", label = "[[FOB Lagman]]", link = "Forward Operating Base Lagman", label_size = "0" },
		                    { lat = "32.129", long = "66.928", mark = "Map-arcEE-grey.svg", marksize = "10", label = "[[FOB Lagman]]", link = "Forward Operating Base Lagman", label_size = "0" },	                    
		{ lat = "32.187", long = "67.021", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Spin Ghbargah]]", label_size = "0" },
		{ lat = "32.407", long = "66.805", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Deh Afghanan]]", label_size = "0" },
        { lat = "32.497", long = "67.394", mark = "Map-ctl2-red+grey.svg", marksize = "7", label = "[[Shahjoy District|Shahjoy]]", link = "Shahjoy District", label_size = "70", position = "top" },
		{ lat = "32.522", long = "67.413", mark = "Location dot red.svg", marksize = "5", label = "[[‘Alaqahdari Shah Joy]]", label_size = "0" },
        { lat = "31.873", long = "66.499", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Tarnak Aw Jaldak District|Tarnak Aw Jaldak]]", link = "Tarnak Aw Jaldak District", label_size = "70", position = "top" },
   		{ lat = "31.803", long = "66.324", mark = "Location dot red.svg", marksize = "6", label = "[[Shahr-e Safa]]", label_size = "0" },
        { lat = "32.215", long = "67.644", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Naw Bahar District|Naw Bahar]]", link = "Naw Bahar District", label_size = "70", position = "left" },
        { lat = "32.148", long = "67.672", mark = "4x4dot-red.svg", marksize = "12", label = "Military presence in Naw Bahar district", label_size = "0", position = "top" },
		{ lat = "32.153", long = "66.690", mark = "Location dot red.svg", marksize = "6", label = "[[Mizan]]", link = "Mizan District", label_size = "80", position = "top" },
		{ lat = "32.153", long = "66.690", mark = "map-circle-grey.svg", marksize = "8", label = "[[Mizan]]", link = "Mizan District", label_size = "0" },
		{ lat = "32.579", long = "66.666", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Daychopan District|Daychopan]]", link = "Daychopan District", label_size = "80", position = "top" },
        { lat = "31.908", long = "67.646", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Shamulzayi District|Shamulzayi]]", link = "Shamulzayi District", label_size = "70", position = "top" },
                        { lat = "31.983", long = "67.335", mark = "Map-ctl2-red+grey.svg", marksize = "7", label = "[[Shinkay District|Shinkay]]", link = "Shinkay", label_size = "80", position = "top" },
                        { lat = "33.130", long = "68.780", mark = "Location dot red.svg", marksize = "8", label = "[[Sharana, Afghanistan|Sharana]]", link = "Sharana, Afghanistan", label_size = "100", position = "bottom" },
		{ lat = "30.434", long = "63.318", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Dishu]]", link = "Dishu", label_size = "70", position = "left" },
		{ lat = "29.416", long = "64.050", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Bahramcha]]", link = "Bahramcha", label_size = "70", position = "top" },
		{ lat = "30.549", long = "63.790", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Khanashin]]", link = "Khanashin District", label_size = "70", position = "top" },
		{ lat = "30.567", long = "63.600", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Mirabad]]", link = "Mirabad, Afghanistan", label_size = "70", position = "left" },
		{ lat = "32.283", long = "65.060", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Kajaki]]", link = "Kajaki District", label_size = "70", position = "bottom" },
                        { lat = "32.320", long = "65.120", mark = "Abm-red-icon.png", marksize = "6", label = "[[Kajaki Dam]]", link = "Kajaki Dam", label_size = "0" },
                        { lat = "32.320", long = "65.120", mark = "map-circle-grey.svg", marksize = "8", label = "[[Kajaki Dam enclave]]", link = "Kajaki Dam", label_size = "0" },
		{ lat = "32.073", long = "64.834", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Sangin]]", link = "Sangin District", label_size = "70", position = "top" },
		{ lat = "32.085", long = "65.076", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Gaw Khanah]]", label_size = "0" },
		{ lat = "32.115", long = "64.901", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[De Toro Obo Kelay]]", label_size = "0" },
		{ lat = "32.185", long = "64.980", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Shaykh Muhammadian]]", label_size = "0" },
		{ lat = "32.252", long = "63.853", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Washir]]", link = "Washer District", label_size = "70", position = "top" },
		{ lat = "31.117", long = "64.200", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Garmsir]]", link = "Garmsir District", label_size = "70", position = "top" },
		{ lat = "31.101", long = "64.067", mark = "Abm-red-icon.png", marksize = "6", label = "[[Camp Dwyer]]", link = "Camp Dwyer", label_size = "0", position = "top" },
		{ lat = "31.664", long = "64.278", mark = "Location dot red.svg", marksize = "6", label = "[[Nad Ali]]", link = "Nad Ali District", label_size = "70", position = "top" },
		{ lat = "31.664", long = "64.278", mark = "Map-arcNW-grey.svg", marksize = "8", label = "[[Nad Ali]]", link = "Nad Ali District", label_size = "0" },
		{ lat = "31.598", long = "64.284", mark = "Location dot red.svg", marksize = "4", label = "[[Shnai Simi]]", link = "Shnai Simi", label_size = "0", position = "top" },
		{ lat = "31.736", long = "63.973", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Dashti Simi]]", link = "Shnai Simi", label_size = "0", position = "top" },
		
        { lat = "31.46", long = "64.54", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Lashkargah District|Lashkargah]]", link = "Lashkargah District", label_size = "0" },
        { lat = "31.817", long = "64.550", mark = "Map-ctl2-red+grey.svg", marksize = "8", label = "[[Nahri Saraj District|Nahri Saraj]]", link = "Nahri Saraj District", label_size = "70", position = "top" },
         { lat = "31.646", long = "64.370", mark = "Location dot red.svg", marksize = "5", label = "[[Babaji]]", link = "Babaji", label_size = "0", position = "top" },
		{ lat = "31.383", long = "64.300", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Nawa-i-Barakzayi District|Nawa-i-Barakzayi]]", link = "Nawa-i-Barakzayi District", label_size = "70", position = "top" },
		{ lat = "31.857", long = "64.221", mark = "Abm-red-icon.png", marksize = "12", label = "[[Shorabak Base]]", link = "Shorabak Base", label_size = "0" },
		{ lat = "35.063", long = "64.151", mark = "Location dot red.svg", marksize = "6", label = "[[Jawand]]", link = "Jawand District", label_size = "70", position = "right" },
	                    { lat = "35.063", long = "64.151", mark = "map-circle-grey.svg", marksize = "8" },	
		{ lat = "33.888", long = "68.694", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Saydabad]]", link = "Saydabad", label_size = "80", position = "top" },
		{ lat = "37.066", long = "69.293", mark = "Location dot red.svg", marksize = "6", label = "[[Archi]]", link = "Archi, Kunduz Province", label_size = "0" },
		{ lat = "37.117", long = "69.163", mark = "Location dot red.svg", marksize = "6", label = "[[Dasht-e-Archi]]", link = "Archi District", label_size = "0" },
		                    { lat = "37.117", long = "69.163", mark = "Map-arcWW-grey.svg", marksize = "10", label = "[[Dasht-e-Archi]]", link = "Archi District", label_size = "0" },
		{ lat = "32.699", long = "62.730", mark = "Map-dot-grey-68a.svg", marksize = "8", label = "[[Bala Buluk District|Bala Buluk]]", link = "Bala Buluk District", label_size = "85", position = "top" },
		{ lat = "32.599", long = "63.830", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Gulistan District|Gulistan]]", link = "Gulistan District", label_size = "85", position = "top" },
		{ lat = "32.199", long = "62.930", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Bakwa District|Bakwa]]", link = "Bakwa", label_size = "85", position = "top" },
		{ lat = "34.916", long = "65.288", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Qale-Zobayd]]", link = "Charsadda District, Afghanistan", label_size = "70", position = "left" },
		{ lat = "37.508", long = "65.771", mark = "Location dot red.svg", marksize = "6", label = "[[Khamyab District|Khamyab]]", link = "Khamyab District", label_size = "70", position = "bottom" },
		{ lat = "36.522", long = "68.899", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[['Aliabad]]", link = "'Aliabad", label_size = "70", position = "left" },
		{ lat = "37.013", long = "68.460", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Qalay-I-Zal District|Qalay-I-Zal]]", link = "Qalay-I-Zal", label_size = "70", position = "right" },
		{ lat = "37.003", long = "70.908", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Baharak District, Badakhshan|Baharak]]", link = "Baharak District, Badakhshan", label_size = "70", position = "top" },
		{ lat = "36.864", long = "70.843", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Jurm District|Jurm]]", link = "Jurm District, Jurm", label_size = "70", position = "top" },
		{ lat = "36.843", long = "71.060", mark = "4x4dot-black.svg", marksize = "12", label = "ISKP presence in central Badakhshan", label_size = "0", position = "top" },
		{ lat = "36.853", long = "71.250", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Warduj]]", link = "Warduj", label_size = "70", position = "top" },
		{ lat = "36.703", long = "70.700", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Yamgan]]", link = "Yamgan", label_size = "70", position = "bottom" },
		{ lat = "36.815", long = "70.106", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Kishim District|Kishim]]", link = "Kishim District", label_size = "70", position = "bottom"},
		{ lat = "34.797", long = "69.679", mark = "Map-ctl2-red+grey.svg", marksize = "7", label = "[[Tagab District, Kapisa|Tagab]]", link = "Tagab District, Kapisa", label_size = "70", position = "bottom" },
		{ lat = "34.843", long = "69.657", mark = "Location dot red.svg", marksize = "4", label = "[[Karam Khel]]", label_size = "0" },
		{ lat = "34.854", long = "69.716", mark = "Location dot red.svg", marksize = "4", label = "[[Mya Khel]]", label_size = "0" },
		{ lat = "34.997", long = "69.679", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Nijrab]]", link = "Nijrab", label_size = "70", position = "right" },
		{ lat = "35.109", long = "69.427", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Koh Band District|Koh Band]]", link = "Koh Band District", label_size = "70", position = "right" },
		{ lat = "34.895", long = "69.720", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Alasay District|Alasay]]", link = "Alasay District", label_size = "70", position = "top" },
		{ lat = "34.959", long = "69.618", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Afghanyah]]", link = "Afghanyah", label_size = "0" },
		{ lat = "34.968", long = "69.655", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Ghayn e Pain]]", link = "Ghayn e Pain", label_size = "0" },
		{ lat = "35.673", long = "64.276", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Haydari Khanah]]", link = "Haydari Khanah", label_size = "0" },
		{ lat = "35.635", long = "64.299", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Yozbigi]]", link = "Yozbigi", label_size = "0" },
		{ lat = "35.682", long = "64.257", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Deh Buri]]", link = "Deh Buri", label_size = "0" },
		{ lat = "35.703", long = "64.246", mark = "Location dot red.svg", marksize = "5", label = "[[Sufi Qal‘ah]]", label_size = "0" },
		{ lat = "35.706", long = "64.225", mark = "Map-ctl2-red+grey.svg", marksize = "5", label = "[[Now Dari Qal‘ah]]", label_size = "0" },
		{ lat = "35.233", long = "71.033", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Waygal District|Waygal]]", link = "Waygal District", label_size = "80", position = "left" },
		{ lat = "34.566", long = "69.212", mark = "Fighter-jet-red-icon.svg", marksize = "16", label = "[[Kabul Intl Airport]]", link = "Hamid Karzai International Airport", label_size = "0" },
		{ lat = "36.707", long = "67.209", mark = "Fighter-jet-red-icon.svg", marksize = "16", label = "[[Mazar-e-Sharifi Intl Airport]]", link = "Mazar-e-Sharifi International Airport", label_size = "0" },
		{ lat = "31.507", long = "65.850", mark = "Fighter-jet-red-icon.svg", marksize = "16", label = "[[Kandahar Intl Airport]]", link = "Kandahar International Airport", label_size = "0" },
		{ lat = "34.210", long = "62.228", mark = "Fighter-jet-red-icon.svg", marksize = "16", label = "[[Herat Intl Airport]]", link = "Herat International Airport", label_size = "0" },
		{ lat = "30.183", long = "66.100", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Shorabak District|Shorabak]]", link = "Shorabak District", label_size = "70", position = "left" },
		{ lat = "29.730", long = "65.691", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Reg District (Kandahar)|Reg Alaqadari]]", link = "Reg District (Kandahar)", label_size = "70", position = "top" },
		{ lat = "31.566", long = "66.500", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Arghistan District|Arghistan]]", link = "Arghistan District", label_size = "70", position = "top" },
		{ lat = "31.033", long = "66.383", mark = "Location dot red.svg", marksize = "6", label = "[[Spin Boldak District|Spin Boldak]]", link = "Spin Boldak District", label_size = "70", position = "top" },
					{ lat = "31.033", long = "66.383", mark = "map-arcNN-grey.svg", marksize = "10", label = "[[Spin Boldak District|Spin Boldak]]", link = "Spin Boldak District", label_size = "0" },
		    { lat = "30.953", long = "66.438", mark = "Mountain pass 12x12 se.svg", marksize = "20" },
		{ lat = "30.953", long = "66.438", mark = "Location dot red.svg", marksize = "6", label = "[[Wesh–Chaman border crossing|Wesh]]", link = "Wesh–Chaman border crossing", label_size = "70", position = "left" },
		{ lat = "31.650", long = "67.183", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Maruf District|Maruf]]", link = "Maruf District", label_size = "70", position = "bottom" },
		{ lat = "31.316", long = "65.933", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Takhteh Pol]]", link = "Takhteh Pol", label_size = "70", position = "top" },
		{ lat = "31.654", long = "65.649", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Arghandab District|Arghandab]]", link = "Arghandab District", label_size = "70", position = "top" },
		{ lat = "32.227", long = "65.234", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Ghorak District|Ghorak]]", link = "Ghorak District", label_size = "70", position = "right" },
		{ lat = "32.654", long = "62.102", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Khaki Safed District|Khaki Safed]]", link = "Khaki Safed District", label_size = "70", position = "left" },
		{ lat = "32.586", long = "62.192", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Dewar e Surkh]]", label_size = "0" },
		{ lat = "33.054", long = "61.302", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Anar Dara District|Anar Dara]]", link = "Anar Dara District", label_size = "70", position = "left" },
		{ lat = "36.709", long = "71.739", mark = "Location dot red.svg", marksize = "6", label = "[[Ishkashim District|Ishkashim]]", link = "Ishkashim District", label_size = "70", position = "top"},
		{ lat = "36.730", long = "71.930", mark = "Location dot red.svg", marksize = "4", label = "[[Shikhawr]]", label_size = "0" },
		{ lat = "36.914", long = "72.233", mark = "Location dot red.svg", marksize = "6", label = "[[Pegish]]", link = "Pegish", label_size = "70", position = "bottom"},
		{ lat = "36.930", long = "72.280", mark = "Location dot red.svg", marksize = "4", label = "[[Yameet]]", label_size = "0" },
		{ lat = "36.948", long = "72.317", mark = "Location dot red.svg", marksize = "6", label = "[[Khandud]]", link = "Khandud", label_size = "70", position = "right"},
		{ lat = "37.000", long = "72.567", mark = "Location dot red.svg", marksize = "6", label = "[[Qal`eh-ye Panjeh]]", link = "Qal`eh-ye Panjeh", label_size = "70", position = "right"},
		{ lat = "36.970", long = "73.150", mark = "Location dot red.svg", marksize = "4", label = "[[Dehghulaman]]", label_size = "0" },
		{ lat = "37.000", long = "73.379", mark = "Location dot red.svg", marksize = "6", label = "[[Patukh]]", link = "Patukh", label_size = "70", position = "top"},
		{ lat = "36.983", long = "73.450", mark = "Location dot red.svg", marksize = "6", label = "[[Sarhadd]]", link = "Sarhadd", label_size = "70", position = "right"},
		{ lat = "37.350", long = "74.500", mark = "Location dot red.svg", marksize = "4", label = "[[Qaradumur]]", label_size = "0" },
		{ lat = "37.350", long = "74.580", mark = "Location dot red.svg", marksize = "4", label = "[[Kokturuq]]", label_size = "0" },
		{ lat = "37.889", long = "70.219", mark = "Location dot red.svg", marksize = "6", label = "[[Khwahan]]", link = "Khwahan District", label_size = "70", position = "right"},
		{ lat = "36.809", long = "70.096", mark = "Location dot red.svg", marksize = "4", label = "[[Mashhad]]", link = "Kishim District", label_size = "0", position = "top"},
		{ lat = "37.052", long = "70.412", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Argo District|Argo]]", link = "Argo District", label_size = "70", position = "top"},
		{ lat = "37.226", long = "70.772", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Arghanj Khwa District|Arghanj Khwa]]", link = "Arghanj Khwa District", label_size = "70", position = "top"},
		{ lat = "37.036", long = "71.003", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Shuhada District|Shuhada]]", link = "Shuhada District", label_size = "70", position = "top"},
		{ lat = "36.953", long = "70.301", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Darayim]]", link = "Darayim", label_size = "70", position = "right"},
		{ lat = "38.039", long = "70.477", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Kuf Ab District|Qal'eh-ye Kuf]]", link = "Kuf Ab District", label_size = "70", position = "right"},
		{ lat = "36.029", long = "70.773", mark = "Location dot red.svg", marksize = "6", label = "[[Kuran wa Munjan District|Koran wa Monjan]]", link = "Kuran wa Munjan District ", label_size = "70", position = "top"},
						{ lat = "36.029", long = "70.773", mark = "map-arcNN-grey.svg", marksize = "10", label = "[[Kuran wa Munjan District|Koran wa Monjan]]", link = "Kuran wa Munjan District ", label_size = "0" },
		{ lat = "36.305", long = "70.716", mark = "Map-dot-grey-68a.svg", marksize = "4", label = "[[Dahn-e-Aab Oshtogan]]", label_size = "0" },
		{ lat = "36.563", long = "70.301", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Tagab District|Tagab]]", link = "Tagab District, Badakhshan", label_size = "70", position = "top"},
		{ lat = "38.281", long = "71.324", mark = "Location dot red.svg", marksize = "6", label = "[[Maimay District|Jamarj-e Bala]]", link = "Maimay District", label_size = "70", position = "left"},
						{ lat = "38.281", long = "71.324", mark = "Map-arcWW-grey.svg", marksize = "10", label = "[[Maimay District|Jamarj-e Bala]]", link = "Maimay District", label_size = "0" },
		{ lat = "38.443", long = "70.806", mark = "Location dot red.svg", marksize = "6", label = "[[Nusay District|Nusay]]", link = "Nusay District", label_size = "70", position = "bottom"},
						{ lat = "38.443", long = "70.806", mark = "map-circle-grey.svg", marksize = "10", label = "[[Nusay District|Nusay]]", link = "Nusay District", label_size = "0" },
		{ lat = "38.460", long = "70.882", mark = "Fighter-jet-red-icon.svg", marksize = "10", label = "[[Darwaz Airport]]", label_size = "0" },
		{ lat = "37.308", long = "70.353", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Yaftali Sufla District|Yaftali Sufla]]", link = "Yaftali Sufla District", label_size = "70", position = "bottom"},
		{ lat = "37.592", long = "70.558", mark = "Location dot red.svg", marksize = "6", label = "[[Ziraki]]", link = "Raghistan District", label_size = "70", position = "left"},
		{ lat = "37.542", long = "70.608", mark = "Location dot red.svg", marksize = "5", label = "[[Raghistan District|Band Ghorila]]", link = "Raghistan District", label_size = "70", position = "left"},
		{ lat = "37.692", long = "70.758", mark = "Map-dot-grey-68a.svg", marksize = "5", label = "[[Raghistan District|Walik]]", link = "Raghistan District", label_size = "70", position = "top"},
		{ lat = "37.311", long = "70.167", mark = "Location dot red.svg", marksize = "6", label = "[[Shahri Buzurg]]", link = "Shari Buzurg District", label_size = "70", position = "top"},
		{ lat = "37.617", long = "71.450", mark = "Location dot red.svg", marksize = "6", label = "[[Shighnan]]", link = "Shighnan District", label_size = "70", position = "top"},
		{ lat = "38.243", long = "70.551", mark = "Location dot red.svg", marksize = "6", label = "[[Shekay District|Jarf]]", link = "Shekay District", label_size = "70", position = "top"},
		{ lat = "36.533", long = "71.350", mark = "Location dot red.svg", marksize = "6", label = "[[Zebak District|Zebak]]", link = "Zebak District", label_size = "70", position = "top"},
		{ lat = "35.628", long = "69.177", mark = "Location dot red.svg", marksize = "6", label = "[[Andarab]]", link = "Andarab District", label_size = "70", position = "top"},
		{ lat = "35.900", long = "69.670", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Khost wa Fereng District|Khost wa Fereng]]", link = "Khost wa Fereng District", label_size = "70", position = "right"},
		{ lat = "36.330", long = "68.620", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Baghlani Jadid]]", link = "Baghlani Jadid District", label_size = "70", position = "top"},
		{ lat = "36.227", long = "69.146", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Burka District|Burka]]", link = "Burka District", label_size = "70", position = "top"},
		{ lat = "36.210", long = "69.533", mark = "Location dot red.svg", marksize = "6", label = "[[Guzargahi Nur District|Guzargahi Nur]]", link = "Guzargahi Nur District", label_size = "70", position = "top"},
		{ lat = "36.176", long = "68.751", mark = "Location dot red.svg", marksize = "12", label = "[[Baghlan]]", link = "Baghlan", label_size = "70", position = "top"},
		{ lat = "36.136", long = "68.711", mark = "Map-ctl2-red+grey.svg", marksize = "9", label = "[[South Central Baghlan]]", link = "Baghlan", label_size = "0"},		
		{ lat = "36.126", long = "68.670", mark = "Icon_NuclearPowerPlant-red.svg", marksize = "6", label = "[[Sugar Factory]]", label_size = "0" },
                        { lat = "36.126", long = "68.670", mark = "Map-arcSW-grey.svg", marksize = "10", label = "[[Sugar Factory]]", label_size = "0" },
		{ lat = "36.061", long = "69.108", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Nahrin]]", link = "Nahrin", label_size = "70", position = "top"},
		{ lat = "35.62", long = "68.67", mark = "Map-ctl2-red+grey.svg", marksize = "7", label = "[[Dushi District|Dushi]]", link = "Dushi District ", label_size = "70", position = "top"},
		{ lat = "35.629", long = "68.402", mark = "Map-dot-grey-68a.svg", marksize = "5", label = "[[Darah-ye Kayan]]", label_size = "0"},
		{ lat = "35.583", long = "68.902", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Khinjan District|Khinjan]]", link = "Khinjan District", label_size = "70", position = "top"},
		{ lat = "35.901", long = "68.484", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Dahana i Ghuri District#History|Dahana i Ghuri]]", link = "Dahana i Ghuri District#History", label_size = "0"},
		{ lat = "35.941", long = "68.659", mark = "Location dot red.svg", marksize = "4", label = "[[Jonow]]", label_size = "0"},
		{ lat = "35.390", long = "68.223", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Barfak]]", link = "Tala wa Barfak District", label_size = "70", position = "top"},
		{ lat = "35.308", long = "67.627", mark = "Location dot red.svg", marksize = "6", label = "[[Kahmard]]", link = "Kahmard District", label_size = "70", position = "top"},
		{ lat = "35.618", long = "69.468", mark = "Location dot red.svg", marksize = "6", label = "[[Puli Hisar]]", link = "Puli Hisar District", label_size = "70", position = "top"},
		{ lat = "35.740", long = "69.360", mark = "Location dot red.svg", marksize = "6", label = "[[Dih Salah]]", link = "Dih Salah District", label_size = "70", position = "top"},
		{ lat = "35.501", long = "68.327", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Dahan e Turmush]]", link = "#no", label_size = "0"},
		{ lat = "36.052", long = "69.018", mark = "Location dot red.svg", marksize = "6", label = "[[Arakash]]", link = "#no", label_size = "0"},
		{ lat = "36.002", long = "69.516", mark = "Location dot red.svg", marksize = "6", label = "[[Barak]]", link = "#no", label_size = "0"},
		{ lat = "37.396", long = "69.811", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Chah Ab]]", link = "Chah Ab District", label_size = "70", position = "top"},
		{ lat = "37.133", long = "69.833", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Rostaq, Afghanistan|Rostaq]]", link = "Rostaq, Afghanistan", label_size = "70", position = "top"},
		{ lat = "37.100", long = "69.323", mark = "Map-dot-grey-68a.svg", marksize = "5", label = "[[Men Chuqur]]", label_size = "0" },
		{ lat = "37.066", long = "69.432", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Khwaja Ghar District|Khwaja Ghar]]", link = "Khwaja Ghar District", label_size = "70", position = "bottom"},
		{ lat = "37.379", long = "69.423", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Darqad District|Darqad]]", link = "Darqad District", label_size = "70", position = "top"},
		{ lat = "37.466", long = "69.620", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Yangi Qala District|Yengi Qala]]", link = "Yangi Qala District", label_size = "70", position = "top"},
		{ lat = "37.343", long = "69.533", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Khwaja Bahawodin District|Khwaja Bahawodin]]", link = "Khwaja Baha Wuddin District", label_size = "0"},
		{ lat = "37.143", long = "69.452", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Dashti Qala District|Dashti Qala]]", link = "Dashti Qala District", label_size = "70", position = "right"},
		{ lat = "37.162", long = "69.415", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Ai Khanum]]", label_size = "0", position = "right"},
		{ lat = "36.376", long = "69.332", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Ishkamish District|Ishkamish]]", link = "Ishkamish", label_size = "70", position = "top"},
		{ lat = "36.527", long = "69.534", mark = "Location dot red.svg", marksize = "6", label = "[[Chal]]", link = "Chal District", label_size = "70", position = "top"},
		{ lat = "36.726", long = "69.226", mark = "Location dot red.svg", marksize = "6", label = "[[Bangi]]", link = "Bangi District", label_size = "70", position = "right"},
		{ lat = "36.503", long = "69.651", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Namak Ab District|Namak Ab]]", link = "Namak Ab District", label_size = "70", position = "bottom"},
		{ lat = "36.808", long = "69.398", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Baharak District|Baharak]]", link = "Baharak District, Takhar", label_size = "70", position = "top"},
		{ lat = "36.580", long = "69.858", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Farkhar]]", link = "Farkhar District", label_size = "70", position = "top"},
		{ lat = "36.039", long = "70.146", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Warsaj District|Warsaj]]", link = "Warsaj District", label_size = "70", position = "top"},
		{ lat = "36.756", long = " 66.720", mark = "Map-ctl2-red+grey.svg", marksize = "8", label = "[[Charbolak District|Charbolak]]", link = "Charbolak District", label_size = "70", position = "top"},
		{ lat = "36.700", long = "66.330", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Fayzabad District, Jowzjan|Fayzabad]]", link = "Fayzabad", label_size = "70", position = "top"},
		{ lat = "36.997", long = "66.306", mark = "Location dot red.svg", marksize = "6", label = "[[Mardyan District|Mardyan]]", link = "Mardyan", label_size = "70", position = "top"},
                        { lat = "37.025", long = "66.362", mark = "Location dot red.svg", marksize = "4", label = "[[Forough Qala]]", label_size = "0", },
		{ lat = "37.027", long = "66.128", mark = "Location dot red.svg", marksize = "6", label = "[[Mingajik District|Mingajik]]", link = "Mingajik", label_size = "70", position = "top"},
                        { lat = "37.027", long = "66.128", mark = "map-circle-grey.svg", marksize = "8" },
		{ lat = "37.412", long = "66.047", mark = "Location dot red.svg", marksize = "6", label = "[[Qarqin District|Qarqin]]", link = "Qarqin", label_size = "70", position = "bottom"},
        { lat = "37.340", long = "66.250", mark = "Mountain pass 12x12 ne.svg", marksize = "20" },
		{ lat = "37.340", long = "66.250", mark = "Location dot red.svg", marksize = "7", label = "[[Keleft]]", link = "Kelif Pipeline Bridge", label_size = "0" },
		{ lat = "36.862", long = "66.167", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Khaniqa District|Khanaqa]]", link = "Khaniqa District", label_size = "70", position = "bottom"},
		{ lat = "33.107", long = "68.299", mark = "Map-dot-grey-68a.svg", marksize = "6", label = "[[Giro District|Giro]]", link = "Giro District", label_size = "70", position = "bottom"},
		{ lat = "32.818", long = "67.767", mark = "Map-ctl2-red+grey.svg", marksize = "6", label = "[[Muqur, Ghazni|Moqor]]", link = "Moqor District", label_size = "70", position = "bottom"},
		{ lat = "33.133", long = "67.454", mark = "Location dot red.svg", marksize = "6", label = "[[Jaghori District|Jaghori]]", link = "Jaghori District", label_size = "70", position = "top"},
                        { lat = "32.957", long = "67.528", mark = "Location dot red.svg", marksize = "4", label = "[[Anguri]]", label_size = "0" },
                        { lat = "32.945", long = "67.487", mark = "Location dot red.svg", marksize = "4", label = "[[Hotqool]]", label_size = "0" },
                       { lat = "32.998", long = "67.464", mark = "Location dot red.svg", marksize = "4", label = "[[Qual Dawoud]]", label_size = "0" },
                       { lat = "32.996", long = "67.531", mark = "Location dot red.svg", marksize = "4", label = "[[Babul]]", label_size = "0" },
                       { lat = "33.3", long = "67.171", mark = "Location dot red.svg", marksize = "6", label = "[[Malestan District|Malestan]]", link = "Malestan", label_size = "70", position = "top"},
		{ lat = "36.772", long = "69.949", mark = "Location dot red.svg", marksize = "6", label = "[[Kalafgan District|Kalafgan]]", link = "Kalafgan District", label_size = "70", position = "left"},
		{ lat = "33.000", long = "70.065", mark = "Location dot green.svg", marksize = "6", label = "[[Miramshah]]", link = "Miramshah", label_size = "70", position = "top"},
        { lat = "33.716667", long = "73.066667", mark = "Location dot green.svg", marksize = "30", label = "[[Islamabad]]", link = "Islamabad", label_size = "180", position = "top" },
		{ lat = "33.6", long = "73.033333", mark = "Location dot green.svg", marksize = "36", label = "[[Rawalpindi]]", link = "Rawalpindi", label_size = "200", position = "bottom" },
		{ lat = "32.15", long = "74.183333", mark = "Location dot green.svg", marksize = "32", label = "[[Gujranwala]]", link = "Gujranwala", label_size = "180", position = "top" },
		{ lat = "31.429167", long = "73.078889", mark = "Location dot green.svg", marksize = "40", label = "[[Faisalabad]]", link = "Faisalabad", label_size = "220", position = "bottom" },
		{ lat = "31.549722", long = "74.343611", mark = "Location dot green.svg", marksize = "48", label = "[[Lahore]]", link = "Lahore", label_size = "250", position = "top" },
		{ lat = "34.016667", long = "71.583333", mark = "Location dot green.svg", marksize = "35", label = "[[Peshawar]]", link = "Peshawar", label_size = "200", position = "bottom" },
		{ lat = "30.197778", long = "71.469722", mark = "Location dot green.svg", marksize = "33", label = "[[Multan]]", link = "Multan", label_size = "200", position = "left" },
		{ lat = "29.395556", long = "71.683611", mark = "Location dot green.svg", marksize = "30", label = "[[Bahawalpur]]", link = "Bahawalpur", label_size = "180", position = "bottom" },
		{ lat = "30.183333", long = "67", mark = "Location dot green.svg", marksize = "27", label = "[[Quetta]]", link = "Quetta", label_size = "150", position = "top" },
		{ lat = "30.223333", long = "67.577222", mark = "Location dot green.svg", marksize = "6", label = "[[Khost, Pakistan|Khost]]", link = "Khost, Pakistan", label_size = "70", position = "top" },
		{ lat = "29.55", long = "67.883333", mark = "Location dot green.svg", marksize = "10", label = "[[Sibi]]", link = "Sibi", label_size = "70", position = "bottom" },
		{ lat = "31.35", long = "69.45", mark = "Location dot green.svg", marksize = "9", label = "[[Zhob]]", link = "Zhob", label_size = "70", position = "top" },
		{ lat = "35.921944", long = "74.289167", mark = "Location dot green.svg", marksize = "22", label = "[[Gilgit]]", link = "Gilgit", label_size = "125", position = "top" },
		{ lat = "34.35", long = "73.466667", mark = "Location dot green.svg", marksize = "12", label = "[[Muzaffarabad]]", link = "Muzaffarabad", label_size = "100", position = "top" },
		{ lat = "34.25", long = "72.25", mark = "Location dot green.svg", marksize = "27", label = "[[Mardan]]", link = "Mardan", label_size = "150", position = "top" },
		{ lat = "34.155833", long = "73.219444", mark = "Location dot green.svg", marksize = "25", label = "[[Abbottabad]]", link = "Abbottabad", label_size = "150", position = "top" },
		{ lat = "35.846111", long = "71.785833", mark = "Location dot green.svg", marksize = "12", label = "[[Chitral]]", link = "Chitral", label_size = "100", position = "bottom" },
		{ lat = "36.283333", long = "72.516667", mark = "Location dot green.svg", marksize = "19", label = "[[Mastuj]]", link = "Mastuj", label_size = "125", position = "bottom" },
		{ lat = "34.783333", long = "72.366667", mark = "Location dot green.svg", marksize = "18", label = "[[Mingora]]", link = "Mingora", label_size = "125", position = "top" },
		{ lat = "33.988", long = "72.955", mark = "Location dot green.svg", marksize = "10", label = "[[Haripur]]", link = "Haripur", label_size = "70", position = "top" },
		{ lat = "32.605278", long = "70.914444", mark = "Location dot green.svg", marksize = "18", label = "[[Lakki Marwat]]", link = "Lakki Marwat", label_size = "125", position = "bottom" },
		{ lat = "31.928611", long = "70.459167", mark = "Location dot green.svg", marksize = "7", label = "[[Kulachi]]", link = "Kulachi", label_size = "70", position = "bottom" },
		{ lat = "34.74", long = "71.53", mark = "Location dot green.svg", marksize = "12", label = "[[Khaar]]", link = "Khaar", label_size = "100", position = "bottom" },
		{ lat = "34.101111", long = "71.145556", mark = "Location dot green.svg", marksize = "8", label = "[[Landi Kotal]]", link = "Landi Kotal", label_size = "70", position = "right" },
		{ lat = "33.899167", long = "70.100833", mark = "Location dot green.svg", marksize = "16", label = "[[Parachinar]]", link = "Parachinar", label_size = "100", position = "right" },
		{ lat = "32.6886", long = "69.8356", mark = "Location dot green.svg", marksize = "7", label = "[[Razmak]]", link = "Razmak", label_size = "70", position = "top" },
		{ lat = "32.9", long = "69.7356", mark = "Location dot green.svg", marksize = "7", label = "[[Datta Khel]]", link = "Datta Khel", label_size = "70", position = "right" },
		{ lat = "32.9", long = "69.6356", mark = "Location dot green.svg", marksize = "7", label = "[[Shawal Valley]]", link = "Shawal Valley", label_size = "0" },
		{ lat = "32.304722", long = "69.570278", mark = "Location dot green.svg", marksize = "13", label = "[[Wana, Pakistan|Wana]]", link = "Wana, Pakistan", label_size = "100", position = "top" },
		{ lat = "32.333056", long = "70.114444", mark = "Location dot green.svg", marksize = "6", label = "[[Jandola]]", link = "Jandola", label_size = "70", position = "top" },
		{ lat = "33.683543", long = "71.519687", mark = "Location dot green.svg", marksize = "8", label = "[[Darra Adam Khel]]", link = "Darra Adam Khel", label_size = "70", position = "bottom" },
		{ lat = "32.13", long = "70.23", mark = "Location dot green.svg", marksize = "10", label = "[[Tank, Pakistan|Tank]]", link = "Tank, Pakistan", label_size = "70", position = "top" },
},
	containerArgs = {
		'Afghanistan',
		float = 'center',
		width = '2800',
		caption = [=[Hold cursor over location to display name; click to go to sources &/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/>
*[[File:Location dot red.svg|11px]] Under control of the [[Politics of Afghanistan|Afghan Government]], [[Resolute Support Mission|NATO]], and [[War in Afghanistan (2015–present)#Allied militias|Allies]]
*[[File:Map-dot-grey-68a.svg|11px]] Under control of the [[Taliban]], [[al-Qaeda]], and [[Islamic Jihad Union|Allies]]
*[[File:Location dot black.svg|11px]] Under control of [[Islamic State of Iraq and the Levant|ISIL]] and [[Islamic Movement of Uzbekistan|Allies]]
*[[File:Location dot blue.svg|11px]] Under control of local forces or government warlords independent (and/or hostile) of Afghan Gov't
*[[File:Location dot green.svg|11px]] Under control of the [[Politics of Pakistan|Pakistan Government]] and allied militias
*[[File:Map-ctl2-red+grey.svg|11px]] Under peaceful, mixed control of both the [[Politics of Afghanistan|Afghan Government]] and [[Taliban]]

Contested 	
*[[File:80x80-red-grey-anim.gif|11px]] Government & Allies -  Taliban, al-Qaeda & Allies
*[[File:80x80-red-black-anim.gif|11px]] Government & Allies - Islamic State of Iraq and the Levant & Allies
*[[File:80x80-grey-black-anim.gif|11px]] Taliban, al-Qaeda & Allies - Islamic State of Iraq and the Levant & Allies
*[[File:80x80-lime-grey-anim.gif|11px]] Taliban, al-Qaeda & Allies infighting
*[[File:80x80-red-blue-anim.gif|11px]] Government & Allies - Local forces or Warlords
*[[File:80x80-grey-blue-anim.gif|11px]] Taliban, al-Qaeda & Allies - Local forces or Warlords
*[[File:80x80-blue-black-anim.gif|11px]] Islamic State of Iraq and the Levant & Allies - Local forces or Warlords

Other
*[[File:Abm-red-icon.png|15px]] [[File:Abm-grey-icon.png|15px]] Army base
*[[File:Fighter-jet-red-icon.svg|13px]] [[File:Fighter-jet-grey-icon.svg|13px]] Airport or air base (jet) 
*[[File:Helicopter-red-icon.svg|13px]] [[File:Helicopter-grey-icon.svg|13px]] Airport or air base (helicopter) 
*[[File:Map-peak-red.svg|13px]] [[File:Map-peak-grey.svg|13px]] Strategic peak/hill 
*[[File:Anchor_pictogram.svg|12px]] Major port, naval base
*[[File:Mountain pass 12x12 n.svg|20px]] Border post
*[[File:Arch dam 12x12 w.svg|16px]] Dam
*[[File:Icon NuclearPowerPlant-black.svg|12px]] Industrial complex
*[[File:4x4dot-black.svg|12px]] Rural presence
*[[File:Gota07.svg|12px]] Oil/gas
[[File:map-circle-black.svg|12px]] Inner controls, outer sieges (or strong enemy pressure); 
[[File:map-arcNE-black.svg|11px]] Enemy pressure from one side; Small icon within a larger icon: The situation in individual neighbourhood/district]=]
	}
}