Loading
Dominican Republic 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: DominicanRepublic
JavaScript Alias: maps/dominicanrepublic
{
"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": "SD",
"shapeid": "myCustomShape",
"x": "233.87",
"y": "166.68",
"label": "Santo Domingo",
"labelpos": "top"
},
{
"id": "01",
"shapeid": "newCustomShape",
"x": "40",
"y": "11.79",
"label": "Monte Cristi",
"labelpos": "right"
},
{
"id": "02",
"shapeid": "newCustomShape",
"x": "150.78",
"y": "25.13",
"label": "Puerto Plata",
"labelpos": "right"
},
{
"id": "03",
"shapeid": "newCustomShape",
"x": "177.45",
"y": "75.39",
"label": "San Francisco de Macoris",
"labelpos": "right"
},
{
"id": "04",
"shapeid": "newCustomShape",
"x": "139.5",
"y": "100.01",
"label": "La Vega"
},
{
"id": "06",
"shapeid": "newCustomShape",
"x": "106.68",
"y": "69.23",
"label": "Santiago"
},
{
"id": "07",
"shapeid": "newCustomShape",
"x": "38.97",
"y": "117.45",
"label": "Ellas Pina"
},
{
"id": "08",
"shapeid": "newCustomShape",
"x": "102.57",
"y": "205.66",
"label": "Barahona"
},
{
"id": "09",
"shapeid": "newCustomShape",
"x": "31.79",
"y": "216.95",
"label": "Pedernales"
},
{
"id": "10",
"shapeid": "newCustomShape",
"x": "224.64",
"y": "168.73",
"label": "Haina",
"labelpos": "left"
},
{
"id": "11",
"shapeid": "newCustomShape",
"x": "298.49",
"y": "167.71",
"label": "San Pedro de Macoris",
"labelpos": "bottom"
},
{
"id": "12",
"shapeid": "newCustomShape",
"x": "326.19",
"y": "171.81",
"label": "La Romana",
"labelpos": "right"
},
{
"id": "13",
"shapeid": "newCustomShape",
"x": "346.71",
"y": "141.04",
"label": "Higuey"
}
]
}
}
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": "SD",
"x": "233.87",
"y": "166.68",
"label": "Santo Domingo",
"labelpos": "top"
},
{
"id": "01",
"x": "40",
"y": "11.79",
"label": "Monte Cristi",
"labelpos": "right"
},
{
"id": "02",
"x": "150.78",
"y": "25.13",
"label": "Puerto Plata",
"labelpos": "right"
},
{
"id": "03",
"x": "177.45",
"y": "75.39",
"label": "San Francisco de Macoris",
"labelpos": "right"
},
{
"id": "04",
"x": "139.5",
"y": "100.01",
"label": "La Vega"
},
{
"id": "06",
"x": "106.68",
"y": "69.23",
"label": "Santiago"
},
{
"id": "07",
"x": "38.97",
"y": "117.45",
"label": "Ellas Pina"
},
{
"id": "08",
"x": "102.57",
"y": "205.66",
"label": "Barahona"
},
{
"id": "09",
"x": "31.79",
"y": "216.95",
"label": "Pedernales"
},
{
"id": "10",
"x": "224.64",
"y": "168.73",
"label": "Haina",
"labelpos": "left"
},
{
"id": "11",
"x": "298.49",
"y": "167.71",
"label": "San Pedro de Macoris",
"labelpos": "bottom"
},
{
"id": "12",
"x": "326.19",
"y": "171.81",
"label": "La Romana",
"labelpos": "right"
},
{
"id": "13",
"x": "346.71",
"y": "141.04",
"label": "Higuey"
}
],
"application": [
{
"id": "SD",
"shapeid": "myCustomShape"
},
{
"id": "01",
"shapeid": "newCustomShape"
},
{
"id": "02",
"shapeid": "newCustomShape"
},
{
"id": "03",
"shapeid": "newCustomShape"
},
{
"id": "04",
"shapeid": "newCustomShape"
},
{
"id": "06",
"shapeid": "newCustomShape"
},
{
"id": "07",
"shapeid": "newCustomShape"
},
{
"id": "08",
"shapeid": "newCustomShape"
},
{
"id": "09",
"shapeid": "newCustomShape"
},
{
"id": "10",
"shapeid": "newCustomShape"
},
{
"id": "11",
"shapeid": "newCustomShape"
},
{
"id": "12",
"shapeid": "newCustomShape"
},
{
"id": "13",
"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='SD' x='233.87' y='166.68' label='Santo Domingo' labelPos='top' />
<marker id='01' x='40' y='11.79' label='Monte Cristi' labelPos='right' />
<marker id='02' x='150.78' y='25.13' label='Puerto Plata' labelPos='right' />
<marker id='03' x='177.45' y='75.39' label='San Francisco de Macoris' labelPos='right'/>
<marker id='04' x='139.5' y='100.01' label='La Vega' />
<marker id='06' x='106.68' y='69.23' label='Santiago' />
<marker id='07' x='38.97' y='117.45' label='Ellas Pina' />
<marker id='08' x='102.57' y='205.66' label='Barahona' />
<marker id='09' x='31.79' y='216.95' label='Pedernales' />
<marker id='10' x='224.64' y='168.73' label='Haina' labelPos='left' />
<marker id='11' x='298.49' y='167.71' label='San Pedro de Macoris' labelPos='bottom' />
<marker id='12' x='326.19' y='171.81' label='La Romana' labelPos='right' />
<marker id='13' x='346.71' y='141.04' label='Higuey' />
</definition>
<application>
<marker id='SD' shapeId='myCustomShape' />
<marker id='01' shapeId='newCustomShape' />
<marker id='02' shapeId='newCustomShape' />
<marker id='03' shapeId='newCustomShape' />
<marker id='04' shapeId='newCustomShape' />
<marker id='06' shapeId='newCustomShape' />
<marker id='07' shapeId='newCustomShape' />
<marker id='08' 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' />
</application>
</markers>
</map>
Old XML format for map marker data, using separate application and definition blocks.