Kenya Map Configuration
Select a country or region from the list below
- World
-
Europe
-
Countries
- Albania
- Andorra
- Austria
- Belarus
- Belgium
- Bosnia-Herzegovina
- Bulgaria
- Croatia
- Cyprus
- Czech Republic
- Denmark
- England
- Estonia
- Finland
- France
- Germany
- Greece
- Hungary
- Iceland
- Ireland
- Italy
- Italy (Regions)
- Latvia
- Liechtenstein
- Lithuania
- Luxembourg
- Macedonia
- Moldova
- Monaco
- Montenegro
- Netherlands
- Northern Ireland
- Norway
- Poland
- Portugal
- Romania
- San Marino
- Scotland
- Serbia
- Slovakia
- Slovenia
- Spain (Autonomous)
- Spain (Provinces)
- Sweden
- Switzerland
- Turkey
- United Kingdom
- Ukraine
- Vatican City
- Wales
-
North America
- Antigua
- Bahamas
- Barbados
- Cayman Island
- Cuba
- Dominica
- Dominican Republic
- Greenland
- Grenada
- Haiti
- Jamaica
- Mexico
- Puerto Rico
- St. Kitts & Nevis
- St. Lucia
- St. Vincent & The Grenadines
- Trinidad & Tobago
- Canada
- Mexico
-
USA
-
States
- USA (States)
- Alaska
- Alabama
- Arizona
- Arkansas
- California
- Colorado
- Connecticut
- Delaware
- Florida
- Georgia
- Hawaii
- Idaho
- Illinois
- Indiana
- Iowa
- Kansas
- Kentucky
- Louisiana
- Maine
- Maryland
- Massachusetts
- Michigan
- Minnesota
- Mississippi
- Missouri
- Montana
- Nebraska
- Nevada
- New Hampshire
- New Jersey
- New Mexico
- New York
- North Carolina
- North Dakota
- Ohio
- Oklahoma
- Oregon
- Pennsylvania
- Rhode Island
- South Carolina
- South Dakota
- Tennessee
- Texas
- Utah
- Vermont
- Virginia
- Washington
- West Virginia
- Wisconsin
- Wyoming
-
States
- Central America
- South America
-
Asia
- Oceania
-
Africa
-
Countries
- Algeria
- Angola
- Benin
- Botswana
- Burkina Faso
- Burundi
- Cameroon
- Cape Verde
- Central African Republic
- Chad
- Comoros
- Congo
- Cote Divoire
- Democratic Republic of the Congo
- Djibouti
- Equatorial Guinea
- Eritrea
- Ethiopia
- Gabon
- Gambia
- Ghana
- Guinea
- Guinea-Bissau
- Kenya
- Lesotho
- Liberia
- Libya
- Malawi
- Mali
- Mauritania
- Mauritius
- Morocco
- Mozambique
- Namibia
- Niger
- Nigeria
- Rwanda
- Sao Tome and Principe
- Senegal
- Sierra Leone
- Somalia
- South Africa
- Swaziland
- Tanzania
- Togo
- Tunisia
- Uganda
- Western Sahara
- Zambia
- Zimbabwe
- Madagascar
- Sudan
- Egypt
Loading
Map Name: Kenya
JavaScript Alias: maps/kenya
{
"map": {
"showshadow": "0",
"showlabels": "0",
"showmarkerlabels": "1",
"fillcolor": "F1f1f1",
"bordercolor": "CCCCCC",
"basefont": "Verdana",
"basefontsize": "10",
"markerbordercolor": "000000",
"markerbgcolor": "FF5904",
"markerradius": "6",
"usehovercolor": "0",
"hoveronempty": "0",
"showmarkertooltip": "1",
"canvasBorderColor": "375277",
"canvasBorderAlpha": "0"
},
"markers": {
"shapes": [
{
"id": "myCustomShape",
"type": "circle",
"fillcolor": "FFFFFF,333333",
"fillpattern": "radial",
"showborder": "0",
"radius": "4"
},
{
"id": "newCustomShape",
"type": "circle",
"fillcolor": "FFFFFF,000099",
"fillpattern": "radial",
"showborder": "0",
"radius": "3"
}
],
"items": [
{
"id": "NA",
"shapeid": "myCustomShape",
"x": "117.03",
"y": "207.5",
"label": "Nairobi",
"labelpos": "top"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "190.57",
"y": "48",
"label": "Moyale"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "166.75",
"y": "81.14",
"label": "Marsabit"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "62.14",
"y": "52.14",
"label": "Lodwar"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "47.64",
"y": "165.04",
"label": "Kisumu",
"labelpos": "right"
},
{
"id": "05",
"shapeid": "newCustomShape",
"x": "70.42",
"y": "141.21",
"label": "Eldoret"
},
{
"id": "07",
"shapeid": "newCustomShape",
"x": "89.07",
"y": "184.71",
"label": "Nakuru",
"labelpos": "left"
},
{
"id": "09",
"shapeid": "newCustomShape",
"x": "161.57",
"y": "156.75",
"label": "Meru"
},
{
"id": "10",
"shapeid": "newCustomShape",
"x": "141.89",
"y": "216.82",
"label": "Machakos",
"labelpos": "right"
},
{
"id": "11",
"shapeid": "newCustomShape",
"x": "255.82",
"y": "238.57",
"label": "Lamu"
},
{
"id": "12",
"shapeid": "newCustomShape",
"x": "222.67",
"y": "275.86",
"label": "Malindi",
"labelpos": "left"
},
{
"id": "13",
"shapeid": "newCustomShape",
"x": "209.21",
"y": "304.86",
"label": "Mombasa",
"labelpos": "left"
},
{
"id": "14",
"shapeid": "newCustomShape",
"x": "224.75",
"y": "169.18",
"label": "Garissa"
},
{
"id": "15",
"shapeid": "newCustomShape",
"x": "237.17",
"y": "96.68",
"label": "Wajir"
}
]
}
}
New JSON format for map marker data.
{
"map": {},
"markers": {
"shapes": [
{
"id": "myCustomShape",
"type": "circle",
"fillcolor": "FFFFFF,333333",
"fillpattern": "radial",
"showborder": "0",
"radius": "4"
},
{
"id": "newCustomShape",
"type": "circle",
"fillcolor": "FFFFFF,000099",
"fillpattern": "radial",
"showborder": "0",
"radius": "3"
}
],
"definition": [
{
"id": "NA",
"x": "117.03",
"y": "207.5",
"label": "Nairobi",
"labelpos": "top"
},
{
"id": "01",
"x": "190.57",
"y": "48",
"label": "Moyale"
},
{
"id": "02",
"x": "166.75",
"y": "81.14",
"label": "Marsabit"
},
{
"id": "03",
"x": "62.14",
"y": "52.14",
"label": "Lodwar"
},
{
"id": "04",
"x": "47.64",
"y": "165.04",
"label": "Kisumu",
"labelpos": "right"
},
{
"id": "05",
"x": "70.42",
"y": "141.21",
"label": "Eldoret"
},
{
"id": "07",
"x": "89.07",
"y": "184.71",
"label": "Nakuru",
"labelpos": "left"
},
{
"id": "09",
"x": "161.57",
"y": "156.75",
"label": "Meru"
},
{
"id": "10",
"x": "141.89",
"y": "216.82",
"label": "Machakos",
"labelpos": "right"
},
{
"id": "11",
"x": "255.82",
"y": "238.57",
"label": "Lamu"
},
{
"id": "12",
"x": "222.67",
"y": "275.86",
"label": "Malindi",
"labelpos": "left"
},
{
"id": "13",
"x": "209.21",
"y": "304.86",
"label": "Mombasa",
"labelpos": "left"
},
{
"id": "14",
"x": "224.75",
"y": "169.18",
"label": "Garissa"
},
{
"id": "15",
"x": "237.17",
"y": "96.68",
"label": "Wajir"
}
],
"application": [
{
"id": "NA",
"shapeid": "myCustomShape"
},
{
"id": "01",
"shapeid": "newCustomShape"
},
{
"id": "02",
"shapeid": "newCustomShape"
},
{
"id": "03",
"shapeid": "newCustomShape"
},
{
"id": "04",
"shapeid": "newCustomShape"
},
{
"id": "05",
"shapeid": "newCustomShape"
},
{
"id": "07",
"shapeid": "newCustomShape"
},
{
"id": "09",
"shapeid": "newCustomShape"
},
{
"id": "10",
"shapeid": "newCustomShape"
},
{
"id": "11",
"shapeid": "newCustomShape"
},
{
"id": "12",
"shapeid": "newCustomShape"
},
{
"id": "13",
"shapeid": "newCustomShape"
},
{
"id": "14",
"shapeid": "newCustomShape"
},
{
"id": "15",
"shapeid": "newCustomShape"
}
]
}
}
Old JSON format for map marker data, using separate application and definition blocks.
<map>
<markers>
<shapes>
<shape id='myCustomShape' type='circle' fillColor='FFFFFF,333333' fillPattern='radial' showBorder='0' radius='4'/>
<shape id='newCustomShape' type='circle' fillColor='FFFFFF,000099' fillPattern='radial' showBorder='0' radius='3'/>
</shapes>
<definition>
<marker id='NA' x='117.03' y='207.5' label='Nairobi' labelPos='top' />
<marker id='01' x='190.57' y='48' label='Moyale' />
<marker id='02' x='166.75' y='81.14' label='Marsabit' />
<marker id='03' x='62.14' y='52.14' label='Lodwar' />
<marker id='04' x='47.64' y='165.04' label='Kisumu' labelPos='right' />
<marker id='05' x='70.42' y='141.21' label='Eldoret' />
<marker id='07' x='89.07' y='184.71' label='Nakuru' labelPos='left' />
<marker id='09' x='161.57' y='156.75' label='Meru' />
<marker id='10' x='141.89' y='216.82' label='Machakos' labelPos='right' />
<marker id='11' x='255.82' y='238.57' label='Lamu' />
<marker id='12' x='222.67' y='275.86' label='Malindi' labelPos='left' />
<marker id='13' x='209.21' y='304.86' label='Mombasa' labelPos='left' />
<marker id='14' x='224.75' y='169.18' label='Garissa' />
<marker id='15' x='237.17' y='96.68' label='Wajir' />
</definition>
<application>
<marker id='NA' shapeId='myCustomShape' />
<marker id='01' shapeId='newCustomShape' />
<marker id='02' shapeId='newCustomShape' />
<marker id='03' shapeId='newCustomShape' />
<marker id='04' shapeId='newCustomShape' />
<marker id='05' shapeId='newCustomShape' />
<marker id='07' shapeId='newCustomShape' />
<marker id='09' shapeId='newCustomShape' />
<marker id='10' shapeId='newCustomShape' />
<marker id='11' shapeId='newCustomShape' />
<marker id='12' shapeId='newCustomShape' />
<marker id='13' shapeId='newCustomShape' />
<marker id='14' shapeId='newCustomShape' />
<marker id='15' shapeId='newCustomShape' />
</application>
</markers>
</map>
Old XML format for map marker data, using separate application and definition blocks.