Skip to content

Instantly share code, notes, and snippets.

@arbo77
Created March 20, 2019 03:36
Show Gist options
  • Save arbo77/f74194615292bdc5fbd8f5645a986f4d to your computer and use it in GitHub Desktop.
Save arbo77/f74194615292bdc5fbd8f5645a986f4d to your computer and use it in GitHub Desktop.
Openlayers Cluster
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="http://dev.openlayers.org/theme/default/style.css" type="text/css">
<link rel="stylesheet" href="http://dev.openlayers.org/examples/style.css" type="text/css">
<script src="http://dev.openlayers.org/OpenLayers.js"></script>
<script src="http://www.acuriousanimal.com/AnimatedCluster/AnimatedCluster.js"></script>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
.smallmap {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: auto;
height: auto;
}
</style>
</head>
<body onload="init()">
<div id="map" class="smallmap"></div>
<script>
var map;
function init() {
var map1 = new OpenLayers.Map("map");
var osm1 = new OpenLayers.Layer.OSM();
map1.addLayer(osm1);
var center = new OpenLayers.LonLat(2, 40);
center.transform(new OpenLayers.Projection("EPSG:4326"), new OpenLayers.Projection("EPSG:900913"));
map1.setCenter(center, 2);
map1.addControl(new OpenLayers.Control.LayerSwitcher());
var colors = {
low: "rgb(181, 226, 140)",
middle: "rgb(241, 211, 87)",
high: "rgb(253, 156, 115)",
red: "rgb(243, 28, 28)",
};
var point = {
office: [
new OpenLayers.Rule({
filter: new OpenLayers.Filter.Comparison({
type: OpenLayers.Filter.Comparison.LESS_THAN,
property: "count",
value: 2
}),
symbolizer: {
fillColor: colors.red,
strokeWidth: 0,
fillOpacity: 0.9,
pointRadius: 5,
}
}),
new OpenLayers.Rule({
filter: new OpenLayers.Filter.Comparison({
type: OpenLayers.Filter.Comparison.GREATER_THAN,
property: "count",
value: 1
}),
symbolizer: {
cursor: 'pointer',
fillColor: colors.high,
fillOpacity: 1,
strokeColor: colors.high,
strokeOpacity: 0.5,
strokeWidth: 12,
pointRadius: 20,
label: "${count}",
labelOutlineWidth: .5,
fontColor: "#ffffff",
fontOpacity: 0.8,
fontSize: "12px"
}
})
],
wo: [
new OpenLayers.Rule({
filter: new OpenLayers.Filter.Comparison({
type: OpenLayers.Filter.Comparison.LESS_THAN,
property: "count",
value: 2
}),
symbolizer: {
fillColor: colors.low,
strokeWidth: 0,
fillOpacity: 0.9,
pointRadius: 5,
}
}),
new OpenLayers.Rule({
filter: new OpenLayers.Filter.Comparison({
type: OpenLayers.Filter.Comparison.GREATER_THAN,
property: "count",
value: 1
}),
symbolizer: {
cursor: 'pointer',
fillColor: colors.low,
fillOpacity: 1,
strokeColor: colors.low,
strokeOpacity: 0.5,
strokeWidth: 12,
pointRadius: 20,
label: "${count}",
labelOutlineWidth: .5,
fontColor: "#ffffff",
fontOpacity: 0.8,
fontSize: "12px"
}
})
],
}
function createVector(src, style) {
v = new OpenLayers.Layer.Vector("Features", {
protocol: new OpenLayers.Protocol.HTTP({
url: src,
format: new OpenLayers.Format.GeoJSON()
}),
eventListeners: {
'featureselected': function (evt) {
var feature = evt.feature;
console.log(feature.cluster.length);
if (feature.cluster.length === 1) {
alert(JSON.stringify(feature.cluster[0].data));
} else {
map1.zoomIn();
}
}
},
renderers: ['Canvas', 'SVG'],
strategies: [
new OpenLayers.Strategy.Fixed(),
new OpenLayers.Strategy.Cluster({
distance: 45,
}),
],
styleMap: new OpenLayers.StyleMap(style)
})
var selectControl = new OpenLayers.Control.SelectFeature(v, {});
map1.addControl(selectControl);
selectControl.activate();
return v;
}
var vector1 = createVector('others.json', new OpenLayers.Style(null, {
rules: point.office
}));
map1.addLayer(vector1);
var vector2 = createVector('others2.json', new OpenLayers.Style(null, {
rules: point.wo
}));
map1.addLayer(vector2);
}
</script>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "EGY-AGH",
"FIPS_CNTRY": "EG",
"CNTRY_NAME": "Egypt",
"POP_RANK": 4,
"ADMIN_NAME": "Al Gharbiyah",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tanta",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
30.996000,
30.778999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LBY-AJD",
"FIPS_CNTRY": "LY",
"CNTRY_NAME": "Libya",
"POP_RANK": 7,
"ADMIN_NAME": "Ajdabiya",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ajdabiya",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
20.224001,
30.760000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-CHN",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 4,
"ADMIN_NAME": "Chandigarh",
"STATUS": "Provincial capital enclave",
"PORT_ID": 0,
"CITY_NAME": "Chandigarh",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
76.783997,
30.738001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CHN-SCH",
"FIPS_CNTRY": "CH",
"CNTRY_NAME": "China",
"POP_RANK": 2,
"ADMIN_NAME": "Sichuan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Chengdu",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
104.070999,
30.670000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IRN-BAV",
"FIPS_CNTRY": "IR",
"CNTRY_NAME": "Iran",
"POP_RANK": 7,
"ADMIN_NAME": "Kohkiluyeh va buyer Ahmadi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Yasuj",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
51.594002,
30.659000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "EGY-AMN",
"FIPS_CNTRY": "EG",
"CNTRY_NAME": "Egypt",
"POP_RANK": 5,
"ADMIN_NAME": "Al Minufiyah",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Shibin el Kom",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
30.900000,
30.591999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "EGY-AIM",
"FIPS_CNTRY": "EG",
"CNTRY_NAME": "Egypt",
"POP_RANK": 5,
"ADMIN_NAME": "Al Isma'iliyah",
"STATUS": "Provincial capital",
"PORT_ID": 48050,
"CITY_NAME": "Ismailia",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
32.265999,
30.589001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "EGY-ASH",
"FIPS_CNTRY": "EG",
"CNTRY_NAME": "Egypt",
"POP_RANK": 4,
"ADMIN_NAME": "Ash Sharqiyah",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Zagizig",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
31.516666,
30.583332
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CHN-HUB",
"FIPS_CNTRY": "CH",
"CNTRY_NAME": "China",
"POP_RANK": 2,
"ADMIN_NAME": "Hubei",
"STATUS": "Provincial capital",
"PORT_ID": 60060,
"CITY_NAME": "Wuhan",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
114.278999,
30.573000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IRQ-ABS",
"FIPS_CNTRY": "IZ",
"CNTRY_NAME": "Iraq",
"POP_RANK": 3,
"ADMIN_NAME": "Al Basrah",
"STATUS": "Other",
"PORT_ID": 48400,
"CITY_NAME": "Al Basrah",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
47.760864,
30.503490
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "EGY-AQL",
"FIPS_CNTRY": "EG",
"CNTRY_NAME": "Egypt",
"POP_RANK": 5,
"ADMIN_NAME": "Al Qalyubiyah",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Benha",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
31.183332,
30.466667
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "USA-LOU",
"FIPS_CNTRY": "US",
"CNTRY_NAME": "United States",
"POP_RANK": 5,
"ADMIN_NAME": "Louisiana",
"STATUS": "Provincial capital",
"PORT_ID": 8970,
"CITY_NAME": "Baton Rouge",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-91.153000,
30.465000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "USA-FLA",
"FIPS_CNTRY": "US",
"CNTRY_NAME": "United States",
"POP_RANK": 5,
"ADMIN_NAME": "Florida",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tallahassee",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-84.300003,
30.450001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MAR-SOU",
"FIPS_CNTRY": "MO",
"CNTRY_NAME": "Morocco",
"POP_RANK": 5,
"ADMIN_NAME": "South",
"STATUS": "Provincial capital",
"PORT_ID": 45803,
"CITY_NAME": "Agadir",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-9.611000,
30.417999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "USA-FLA",
"FIPS_CNTRY": "US",
"CNTRY_NAME": "United States",
"POP_RANK": 3,
"ADMIN_NAME": "Florida",
"STATUS": "Other",
"PORT_ID": 8580,
"CITY_NAME": "Jacksonville",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.660004,
30.330000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "USA-TEX",
"FIPS_CNTRY": "US",
"CNTRY_NAME": "United States",
"POP_RANK": 4,
"ADMIN_NAME": "Texas",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Austin",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-97.733002,
30.280001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IRN-KRM",
"FIPS_CNTRY": "IR",
"CNTRY_NAME": "Iran",
"POP_RANK": 4,
"ADMIN_NAME": "Kerman",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kerman",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
57.067001,
30.280001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CHN-ZHJ",
"FIPS_CNTRY": "CH",
"CNTRY_NAME": "China",
"POP_RANK": 2,
"ADMIN_NAME": "Zhejiang",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Hangzhou",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
120.165001,
30.253000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PAK-BLC",
"FIPS_CNTRY": "PK",
"CNTRY_NAME": "Pakistan",
"POP_RANK": 4,
"ADMIN_NAME": "Baluchistan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Quetta",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
67.017998,
30.209000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "JOR-MAA",
"FIPS_CNTRY": "JO",
"CNTRY_NAME": "Jordan",
"POP_RANK": 7,
"ADMIN_NAME": "Ma'an",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ma'an",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
35.736000,
30.191999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LBY-GHD",
"FIPS_CNTRY": "LY",
"CNTRY_NAME": "Libya",
"POP_RANK": 7,
"ADMIN_NAME": "Ghadamis",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Ghadamis",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
9.818351,
30.138603
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "EGY-AQH",
"FIPS_CNTRY": "EG",
"CNTRY_NAME": "Egypt",
"POP_RANK": 1,
"ADMIN_NAME": "Al Qahirah",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Cairo",
"POP_CLASS": "5,000,000 and greater"
},
"geometry": {
"type": "Point",
"coordinates": [
31.250797,
30.077911
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "EGY-AJI",
"FIPS_CNTRY": "EG",
"CNTRY_NAME": "Egypt",
"POP_RANK": 2,
"ADMIN_NAME": "Al Jizah",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Giza",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
31.220959,
30.051508
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "EGY-ASW",
"FIPS_CNTRY": "EG",
"CNTRY_NAME": "Egypt",
"POP_RANK": 4,
"ADMIN_NAME": "As Suways",
"STATUS": "Other",
"PORT_ID": 48040,
"CITY_NAME": "Suez",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
32.560001,
29.959999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "USA-LOU",
"FIPS_CNTRY": "US",
"CNTRY_NAME": "United States",
"POP_RANK": 2,
"ADMIN_NAME": "Louisiana",
"STATUS": "Other",
"PORT_ID": 8860,
"CITY_NAME": "New Orleans",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-90.098686,
29.956379
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "USA-TEX",
"FIPS_CNTRY": "US",
"CNTRY_NAME": "United States",
"POP_RANK": 2,
"ADMIN_NAME": "Texas",
"STATUS": "Other",
"PORT_ID": 9240,
"CITY_NAME": "Houston",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-95.407112,
29.771830
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CHN-XZN",
"FIPS_CNTRY": "CH",
"CNTRY_NAME": "China",
"POP_RANK": 4,
"ADMIN_NAME": "Xizang",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Lhasa",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
91.132004,
29.650999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IRN-FAR",
"FIPS_CNTRY": "IR",
"CNTRY_NAME": "Iran",
"POP_RANK": 3,
"ADMIN_NAME": "Fars",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Shiraz",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
52.530998,
29.601999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CHN-SCH",
"FIPS_CNTRY": "CH",
"CNTRY_NAME": "China",
"POP_RANK": 2,
"ADMIN_NAME": "Sichuan",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Chongqing",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.522690,
29.544104
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IRN-BVS",
"FIPS_CNTRY": "IR",
"CNTRY_NAME": "Iran",
"POP_RANK": 4,
"ADMIN_NAME": "Sistan va Baluchestan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Zahedan",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
60.873001,
29.500000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "USA-TEX",
"FIPS_CNTRY": "US",
"CNTRY_NAME": "United States",
"POP_RANK": 3,
"ADMIN_NAME": "Texas",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "San Antonio",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-98.524574,
29.429922
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KWT-AKW",
"FIPS_CNTRY": "KU",
"CNTRY_NAME": "Kuwait",
"POP_RANK": 2,
"ADMIN_NAME": "Al Kuwayt",
"STATUS": "National and provincial capital",
"PORT_ID": 48370,
"CITY_NAME": "Kuwait",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
47.974045,
29.385916
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KWT-HWL",
"FIPS_CNTRY": "KU",
"CNTRY_NAME": "Kuwait",
"POP_RANK": 5,
"ADMIN_NAME": "Hawalli",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Hawalli",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
48.000000,
29.333332
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KWT-AJH",
"FIPS_CNTRY": "KU",
"CNTRY_NAME": "Kuwait",
"POP_RANK": 5,
"ADMIN_NAME": "Al Jahrah",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Al-Jahrah",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
47.695999,
29.332001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "EGY-AFY",
"FIPS_CNTRY": "EG",
"CNTRY_NAME": "Egypt",
"POP_RANK": 5,
"ADMIN_NAME": "Al Fayyum",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "El Faiyum",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
30.833332,
29.316668
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NPL-MHK",
"FIPS_CNTRY": "NP",
"CNTRY_NAME": "Nepal",
"POP_RANK": 7,
"ADMIN_NAME": "Mahakali",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Dandeldhura",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
80.599998,
29.299999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KWT-AHM",
"FIPS_CNTRY": "KU",
"CNTRY_NAME": "Kuwait",
"POP_RANK": 4,
"ADMIN_NAME": "Al Ahmadi",
"STATUS": "Provincial capital",
"PORT_ID": 48361,
"CITY_NAME": "Al-Ahmadi",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
48.068001,
29.097000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-SON",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 4,
"ADMIN_NAME": "Sonora",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Hermosillo",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-110.961998,
29.094000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "EGY-BSW",
"FIPS_CNTRY": "EG",
"CNTRY_NAME": "Egypt",
"POP_RANK": 5,
"ADMIN_NAME": "Bani Suwayf",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Beni Suef",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
31.097000,
29.076000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IRN-BUS",
"FIPS_CNTRY": "IR",
"CNTRY_NAME": "Iran",
"POP_RANK": 5,
"ADMIN_NAME": "Bushehr",
"STATUS": "Provincial capital",
"PORT_ID": 48470,
"CITY_NAME": "Bushehr",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
50.833000,
28.922001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NPL-SET",
"FIPS_CNTRY": "NP",
"CNTRY_NAME": "Nepal",
"POP_RANK": 7,
"ADMIN_NAME": "Seti",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Dhangarhi",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
80.593002,
28.695000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CHN-JNG",
"FIPS_CNTRY": "CH",
"CNTRY_NAME": "China",
"POP_RANK": 2,
"ADMIN_NAME": "Jiangxi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Nanchang",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
115.889000,
28.671000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-DEL",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 1,
"ADMIN_NAME": "Delhi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Delhi",
"POP_CLASS": "5,000,000 and greater"
},
"geometry": {
"type": "Point",
"coordinates": [
77.216667,
28.666668
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-CHH",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 3,
"ADMIN_NAME": "Chihuahua",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Chihuahua",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-106.073997,
28.631001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NPL-RAP",
"FIPS_CNTRY": "NP",
"CNTRY_NAME": "Nepal",
"POP_RANK": 7,
"ADMIN_NAME": "Rapti",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sallyan",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
82.183296,
28.350000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NPL-DHW",
"FIPS_CNTRY": "NP",
"CNTRY_NAME": "Nepal",
"POP_RANK": 7,
"ADMIN_NAME": "Dhawalagiri",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Baglung",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
83.583298,
28.266701
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NPL-GND",
"FIPS_CNTRY": "NP",
"CNTRY_NAME": "Nepal",
"POP_RANK": 7,
"ADMIN_NAME": "Gandaki",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Pokhara",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
83.972000,
28.264000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CHN-HUN",
"FIPS_CNTRY": "CH",
"CNTRY_NAME": "China",
"POP_RANK": 2,
"ADMIN_NAME": "Hunan",
"STATUS": "Provincial capital",
"PORT_ID": 60080,
"CITY_NAME": "Changsha",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
113.000000,
28.100000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "EGY-AMI",
"FIPS_CNTRY": "EG",
"CNTRY_NAME": "Egypt",
"POP_RANK": 5,
"ADMIN_NAME": "Al Minya",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "El Minya",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
30.759001,
28.089001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NPL-BHE",
"FIPS_CNTRY": "NP",
"CNTRY_NAME": "Nepal",
"POP_RANK": 7,
"ADMIN_NAME": "Bheri",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Nepalganj",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
81.620003,
28.063999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "USA-FLA",
"FIPS_CNTRY": "US",
"CNTRY_NAME": "United States",
"POP_RANK": 4,
"ADMIN_NAME": "Florida",
"STATUS": "Other",
"PORT_ID": 8670,
"CITY_NAME": "Tampa",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-82.593025,
27.997358
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DZA-ADR",
"FIPS_CNTRY": "AG",
"CNTRY_NAME": "Algeria",
"POP_RANK": 7,
"ADMIN_NAME": "Adrar",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Adrar",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.290000,
27.868000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NPL-BGM",
"FIPS_CNTRY": "NP",
"CNTRY_NAME": "Nepal",
"POP_RANK": 4,
"ADMIN_NAME": "Bagmati",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kathmandu",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
85.312950,
27.712017
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DZA-TND",
"FIPS_CNTRY": "AG",
"CNTRY_NAME": "Algeria",
"POP_RANK": 7,
"ADMIN_NAME": "Tindouf",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Tindouf",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-8.160000,
27.700001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BTN-PNK",
"FIPS_CNTRY": "BT",
"CNTRY_NAME": "Bhutan",
"POP_RANK": 7,
"ADMIN_NAME": "Punakha",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Punakha",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
89.833298,
27.633301
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NPL-NRY",
"FIPS_CNTRY": "NP",
"CNTRY_NAME": "Nepal",
"POP_RANK": 7,
"ADMIN_NAME": "Narayani",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bhimphedi",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
85.129997,
27.551001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NPL-LMB",
"FIPS_CNTRY": "NP",
"CNTRY_NAME": "Nepal",
"POP_RANK": 7,
"ADMIN_NAME": "Lumbini",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bhairawa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
83.383301,
27.533300
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BTN-THM",
"FIPS_CNTRY": "BT",
"CNTRY_NAME": "Bhutan",
"POP_RANK": 7,
"ADMIN_NAME": "Thimphu",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Thimphu",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
89.667000,
27.443001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BTN-WNP",
"FIPS_CNTRY": "BT",
"CNTRY_NAME": "Bhutan",
"POP_RANK": 7,
"ADMIN_NAME": "Wangdi Phodrang",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Wangdue Prodrang",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
89.916702,
27.433300
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BTN-PAR",
"FIPS_CNTRY": "BT",
"CNTRY_NAME": "Bhutan",
"POP_RANK": 7,
"ADMIN_NAME": "Paro",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Paro",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
89.516701,
27.383301
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-SKK",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 7,
"ADMIN_NAME": "Sikkim",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Gangtok",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
88.616997,
27.329000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NPL-JNK",
"FIPS_CNTRY": "NP",
"CNTRY_NAME": "Nepal",
"POP_RANK": 7,
"ADMIN_NAME": "Janakpur",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ramechhap",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
86.086998,
27.326000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "EGY-ABA",
"FIPS_CNTRY": "EG",
"CNTRY_NAME": "Egypt",
"POP_RANK": 7,
"ADMIN_NAME": "Al Bahr al Ahmar",
"STATUS": "Provincial capital",
"PORT_ID": 47990,
"CITY_NAME": "Al Ghurdaqah",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
33.833302,
27.233299
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DZA-TMN",
"FIPS_CNTRY": "AG",
"CNTRY_NAME": "Algeria",
"POP_RANK": 7,
"ADMIN_NAME": "Tamanghasset",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "In Salah",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
2.530000,
27.200001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IRN-HRM",
"FIPS_CNTRY": "IR",
"CNTRY_NAME": "Iran",
"POP_RANK": 5,
"ADMIN_NAME": "Hormozgan",
"STATUS": "Provincial capital",
"PORT_ID": 48520,
"CITY_NAME": "Bandar-E Abbas",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
56.273998,
27.195005
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "EGY-ASY",
"FIPS_CNTRY": "EG",
"CNTRY_NAME": "Egypt",
"POP_RANK": 4,
"ADMIN_NAME": "Asyut",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Asyut",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
31.184999,
27.184000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-APD",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 7,
"ADMIN_NAME": "Arunachal Pradesh",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Itanagar",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
93.550003,
27.150000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LBY-SAB",
"FIPS_CNTRY": "LY",
"CNTRY_NAME": "Libya",
"POP_RANK": 7,
"ADMIN_NAME": "Sabha",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sabha",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
14.431000,
27.065001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ESH-SGH",
"FIPS_CNTRY": "WI",
"CNTRY_NAME": "Western Sahara",
"POP_RANK": 6,
"ADMIN_NAME": "Saguia el Hamra",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Laayoune",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-13.180000,
27.000000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NPL-MEC",
"FIPS_CNTRY": "NP",
"CNTRY_NAME": "Nepal",
"POP_RANK": 7,
"ADMIN_NAME": "Mechi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ilam",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
87.926003,
26.908001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-RJS",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 2,
"ADMIN_NAME": "Rajasthan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Jaipur",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
75.801003,
26.905001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-UPR",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 2,
"ADMIN_NAME": "Uttar Pradesh",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Lucknow",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
80.919998,
26.849001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CHN-GUI",
"FIPS_CNTRY": "CH",
"CNTRY_NAME": "China",
"POP_RANK": 2,
"ADMIN_NAME": "Guizhou",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Guiyang",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.699997,
26.572001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "EGY-SUH",
"FIPS_CNTRY": "EG",
"CNTRY_NAME": "Egypt",
"POP_RANK": 5,
"ADMIN_NAME": "Suhaj",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sohag",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
31.695000,
26.545000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NPL-SGR",
"FIPS_CNTRY": "NP",
"CNTRY_NAME": "Nepal",
"POP_RANK": 7,
"ADMIN_NAME": "Sagarmatha",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Rajbiraj",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
86.733299,
26.533300
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-UPR",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 2,
"ADMIN_NAME": "Uttar Pradesh",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Kanpur",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
80.317863,
26.457830
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NPL-KOS",
"FIPS_CNTRY": "NP",
"CNTRY_NAME": "Nepal",
"POP_RANK": 6,
"ADMIN_NAME": "Kosi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Biratnagar",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
87.283302,
26.450001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BHR-AMH",
"FIPS_CNTRY": "BA",
"CNTRY_NAME": "Bahrain",
"POP_RANK": 6,
"ADMIN_NAME": "Al Muharraq",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Al-Muharraq",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
50.616001,
26.261999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BHR-AMN",
"FIPS_CNTRY": "BA",
"CNTRY_NAME": "Bahrain",
"POP_RANK": 5,
"ADMIN_NAME": "Al Manamah",
"STATUS": "National and provincial capital",
"PORT_ID": 48310,
"CITY_NAME": "Al Manamah",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
50.583332,
26.216667
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BHR-JHF",
"FIPS_CNTRY": "BA",
"CNTRY_NAME": "Bahrain",
"POP_RANK": 7,
"ADMIN_NAME": "Jidd Hafs",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Jidd Hafs",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
50.537868,
26.215960
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "JPN-OKN",
"FIPS_CNTRY": "JA",
"CNTRY_NAME": "Japan",
"POP_RANK": 4,
"ADMIN_NAME": "Okinawa",
"STATUS": "Provincial capital",
"PORT_ID": 62500,
"CITY_NAME": "Naha",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
127.692001,
26.205000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "OMN-MSN",
"FIPS_CNTRY": "MU",
"CNTRY_NAME": "Oman",
"POP_RANK": 7,
"ADMIN_NAME": "Musandam",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Al Kasab",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
56.301014,
26.192488
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "EGY-QIN",
"FIPS_CNTRY": "EG",
"CNTRY_NAME": "Egypt",
"POP_RANK": 5,
"ADMIN_NAME": "Qina",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Qena",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
32.730000,
26.162001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-ASS",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 7,
"ADMIN_NAME": "Assam",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Dispur",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
91.783302,
26.133301
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BHR-ARM",
"FIPS_CNTRY": "BA",
"CNTRY_NAME": "Bahrain",
"POP_RANK": 7,
"ADMIN_NAME": "Ar Rifa wa al Mintaqah al Janubiyah",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ar Rifa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
50.549000,
26.121000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BHR-STR",
"FIPS_CNTRY": "BA",
"CNTRY_NAME": "Bahrain",
"POP_RANK": 7,
"ADMIN_NAME": "Sitrah",
"STATUS": "Provincial capital",
"PORT_ID": 48320,
"CITY_NAME": "Sitrah",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
50.613850,
26.100000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CHN-FUJ",
"FIPS_CNTRY": "CH",
"CNTRY_NAME": "China",
"POP_RANK": 2,
"ADMIN_NAME": "Fujian",
"STATUS": "Provincial capital",
"PORT_ID": 59860,
"CITY_NAME": "Fuzhou",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
119.304001,
26.070999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LBY-MRZ",
"FIPS_CNTRY": "LY",
"CNTRY_NAME": "Libya",
"POP_RANK": 7,
"ADMIN_NAME": "Murzuq",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Murzuq",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
13.910000,
25.910000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "USA-FLA",
"FIPS_CNTRY": "US",
"CNTRY_NAME": "United States",
"POP_RANK": 2,
"ADMIN_NAME": "Florida",
"STATUS": "Other",
"PORT_ID": 8640,
"CITY_NAME": "Miami",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-80.270218,
25.832130
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ARE-RAK",
"FIPS_CNTRY": "AE",
"CNTRY_NAME": "United Arab Emirates",
"POP_RANK": 7,
"ADMIN_NAME": "Ra's al Khaymah",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ra's Al-Khaymah",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
55.960838,
25.789000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-NLE",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 2,
"ADMIN_NAME": "Nuevo Leon",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Monterrey",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-100.317001,
25.677000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-NGL",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 6,
"ADMIN_NAME": "Nagaland",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kohima",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
94.115997,
25.667999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-BIH",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 3,
"ADMIN_NAME": "Bihar",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Patna",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
85.135002,
25.614000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ARE-UAQ",
"FIPS_CNTRY": "AE",
"CNTRY_NAME": "United Arab Emirates",
"POP_RANK": 7,
"ADMIN_NAME": "Umm al Qaywayn",
"STATUS": "Provincial capital",
"PORT_ID": 48272,
"CITY_NAME": "Umm Al Qaywayn",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
55.562454,
25.578339
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-MGH",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 5,
"ADMIN_NAME": "Meghalaya",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Shillong",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
91.883331,
25.566668
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "EGY-AWA",
"FIPS_CNTRY": "EG",
"CNTRY_NAME": "Egypt",
"POP_RANK": 7,
"ADMIN_NAME": "Al Wadi al Jadid",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "El-Kharga",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
30.556999,
25.436001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-CDZ",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 4,
"ADMIN_NAME": "Coahuila",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Saltillo",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-100.994003,
25.417999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ARE-AJM",
"FIPS_CNTRY": "AE",
"CNTRY_NAME": "United Arab Emirates",
"POP_RANK": 7,
"ADMIN_NAME": "'Ajman",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ajman",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
55.441090,
25.402868
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PAK-SIN",
"FIPS_CNTRY": "PK",
"CNTRY_NAME": "Pakistan",
"POP_RANK": 3,
"ADMIN_NAME": "Sind",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Hyderabad",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
68.366470,
25.380186
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MMR-KST",
"FIPS_CNTRY": "BM",
"CNTRY_NAME": "Myanmar",
"POP_RANK": 6,
"ADMIN_NAME": "Kachin State",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Myitkyina",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
97.388000,
25.379000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ARE-ASH",
"FIPS_CNTRY": "AE",
"CNTRY_NAME": "United Arab Emirates",
"POP_RANK": 5,
"ADMIN_NAME": "Ash Shariqah",
"STATUS": "Provincial capital",
"PORT_ID": 48270,
"CITY_NAME": "Sharjah",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
55.410999,
25.372000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "QAT-ADW",
"FIPS_CNTRY": "QA",
"CNTRY_NAME": "Qatar",
"POP_RANK": 5,
"ADMIN_NAME": "Ad Dawhah",
"STATUS": "National and provincial capital",
"PORT_ID": 48290,
"CITY_NAME": "Doha",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
51.532337,
25.284353
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-UPR",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 3,
"ADMIN_NAME": "Uttar Pradesh",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Varanasi",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
82.956337,
25.282011
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ARE-DBY",
"FIPS_CNTRY": "AE",
"CNTRY_NAME": "United Arab Emirates",
"POP_RANK": 4,
"ADMIN_NAME": "Dubayy",
"STATUS": "Provincial capital",
"PORT_ID": 48275,
"CITY_NAME": "Dubai",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
55.328999,
25.271000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ARE-AFJ",
"FIPS_CNTRY": "AE",
"CNTRY_NAME": "United Arab Emirates",
"POP_RANK": 7,
"ADMIN_NAME": "Al Fujayrah",
"STATUS": "Provincial capital",
"PORT_ID": 48262,
"CITY_NAME": "Fujairad",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
56.349998,
25.118999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BHS",
"FIPS_CNTRY": "BF",
"CNTRY_NAME": "The Bahamas",
"POP_RANK": 5,
"ADMIN_NAME": "Bahamas",
"STATUS": "National capital",
"PORT_ID": 9990,
"CITY_NAME": "Nassau",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.339996,
25.066999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CHN-YNN",
"FIPS_CNTRY": "CH",
"CNTRY_NAME": "China",
"POP_RANK": 2,
"ADMIN_NAME": "Yunnan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kunming",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
102.702003,
25.051001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TWN-TPS",
"FIPS_CNTRY": "TW",
"CNTRY_NAME": "Taiwan",
"POP_RANK": 2,
"ADMIN_NAME": "T'ai-pei Shih",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Taipei",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
121.506729,
25.035091
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PAK-SIN",
"FIPS_CNTRY": "PK",
"CNTRY_NAME": "Pakistan",
"POP_RANK": 1,
"ADMIN_NAME": "Sind",
"STATUS": "Provincial capital",
"PORT_ID": 48600,
"CITY_NAME": "Karachi",
"POP_CLASS": "5,000,000 and greater"
},
"geometry": {
"type": "Point",
"coordinates": [
67.028000,
24.893000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-SIN",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 4,
"ADMIN_NAME": "Sinaloa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Culiacan",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-107.386002,
24.805000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-MNP",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 5,
"ADMIN_NAME": "Manipur",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Imphal",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
93.941002,
24.788000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SAU-ARI",
"FIPS_CNTRY": "SA",
"CNTRY_NAME": "Saudi Arabia",
"POP_RANK": 2,
"ADMIN_NAME": "Ar Riyad",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Riyadh",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
46.770000,
24.650000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ARE-AZA",
"FIPS_CNTRY": "AE",
"CNTRY_NAME": "United Arab Emirates",
"POP_RANK": 5,
"ADMIN_NAME": "Abu Zaby",
"STATUS": "National and provincial capital",
"PORT_ID": 48278,
"CITY_NAME": "Abu Dhabi",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
54.370998,
24.476000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SAU-AMD",
"FIPS_CNTRY": "SA",
"CNTRY_NAME": "Saudi Arabia",
"POP_RANK": 4,
"ADMIN_NAME": "Al Madinah",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Medina",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
39.700001,
24.430000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BGD-RJS",
"FIPS_CNTRY": "BG",
"CNTRY_NAME": "Bangladesh",
"POP_RANK": 4,
"ADMIN_NAME": "Rajshahi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Rajshahi",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
88.639000,
24.358000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-BCS",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 5,
"ADMIN_NAME": "Baja California Sur",
"STATUS": "Provincial capital",
"PORT_ID": 15920,
"CITY_NAME": "La Paz",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-110.309532,
24.156427
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TWN-TCS",
"FIPS_CNTRY": "TW",
"CNTRY_NAME": "Taiwan",
"POP_RANK": 3,
"ADMIN_NAME": "T'ai-chung Shih",
"STATUS": "Other",
"PORT_ID": 57955,
"CITY_NAME": "T'aichung",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
120.670280,
24.143642
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "EGY-ASN",
"FIPS_CNTRY": "EG",
"CNTRY_NAME": "Egypt",
"POP_RANK": 5,
"ADMIN_NAME": "Aswan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Aswan",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
32.917999,
24.077999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-DRN",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 4,
"ADMIN_NAME": "Durango",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Durango",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-104.663002,
24.028999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-TRP",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 5,
"ADMIN_NAME": "Tripura",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Agartala",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
91.266701,
23.816700
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-TML",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 5,
"ADMIN_NAME": "Tamaulipas",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ciudad Victoria",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-99.139000,
23.739000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BGD-DAK",
"FIPS_CNTRY": "BG",
"CNTRY_NAME": "Bangladesh",
"POP_RANK": 2,
"ADMIN_NAME": "Dhaka",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Dacca",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
90.407143,
23.709919
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "OMN-MSQ",
"FIPS_CNTRY": "MU",
"CNTRY_NAME": "Oman",
"POP_RANK": 7,
"ADMIN_NAME": "Masqat",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Muscat",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
58.588001,
23.607000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-SIN",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 5,
"ADMIN_NAME": "Sinaloa",
"STATUS": "Other",
"PORT_ID": 15810,
"CITY_NAME": "Mazatlan",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-106.269997,
23.361511
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-MPR",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 2,
"ADMIN_NAME": "Madhya Pradesh",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bhopal",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
77.412003,
23.230000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-GJR",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 5,
"ADMIN_NAME": "Gujarat",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Gandhinagar",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
72.666664,
23.200001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CHN-GND",
"FIPS_CNTRY": "CH",
"CNTRY_NAME": "China",
"POP_RANK": 2,
"ADMIN_NAME": "Guangdong",
"STATUS": "Other",
"PORT_ID": 57830,
"CITY_NAME": "Guangzhou",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
113.293610,
23.096195
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CUB-MTN",
"FIPS_CNTRY": "CU",
"CNTRY_NAME": "Cuba",
"POP_RANK": 5,
"ADMIN_NAME": "Matanzas",
"STATUS": "Provincial capital",
"PORT_ID": 10110,
"CITY_NAME": "Matanzas",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.565002,
23.049999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CUB-CHB",
"FIPS_CNTRY": "CU",
"CNTRY_NAME": "Cuba",
"POP_RANK": 2,
"ADMIN_NAME": "Ciudad de la Habana",
"STATUS": "National and provincial capital",
"PORT_ID": 10100,
"CITY_NAME": "Havana",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-82.416451,
23.048952
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-GJR",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 2,
"ADMIN_NAME": "Gujarat",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Ahmadabad",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
72.566864,
23.039791
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TWN-TNS",
"FIPS_CNTRY": "TW",
"CNTRY_NAME": "Taiwan",
"POP_RANK": 3,
"ADMIN_NAME": "T'ai-nan Shih",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "T'ainan",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
120.209694,
23.015982
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BGD-KHL",
"FIPS_CNTRY": "BG",
"CNTRY_NAME": "Bangladesh",
"POP_RANK": 3,
"ADMIN_NAME": "Khulna",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Khulna",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
89.557999,
22.843000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CHN-GNG",
"FIPS_CNTRY": "CH",
"CNTRY_NAME": "China",
"POP_RANK": 3,
"ADMIN_NAME": "Guangxi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Nanning",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
108.295998,
22.837999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-HGN",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 7,
"ADMIN_NAME": "Ha Giang",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ha Giang",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
104.933334,
22.833334
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DZA-TMN",
"FIPS_CNTRY": "AG",
"CNTRY_NAME": "Algeria",
"POP_RANK": 7,
"ADMIN_NAME": "Tamanghasset",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Tamanrasset",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
5.550000,
22.830000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-ZCT",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 5,
"ADMIN_NAME": "Zacatecas",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Zacatecas",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-102.555000,
22.764000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MRT-TZM",
"FIPS_CNTRY": "MR",
"CNTRY_NAME": "Mauritania",
"POP_RANK": 7,
"ADMIN_NAME": "Tiris Zemmour",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Fderik",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-12.707000,
22.679001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-CBA",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 7,
"ADMIN_NAME": "Cao Bang",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Cao Bang",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.267998,
22.664000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MMR-CST",
"FIPS_CNTRY": "BM",
"CNTRY_NAME": "Myanmar",
"POP_RANK": 7,
"ADMIN_NAME": "Chin State",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Haka",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
93.616699,
22.650000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TWN-KAS",
"FIPS_CNTRY": "TW",
"CNTRY_NAME": "Taiwan",
"POP_RANK": 2,
"ADMIN_NAME": "Kao-hsiung Shih",
"STATUS": "Other",
"PORT_ID": 57920,
"CITY_NAME": "Kaoshsiung",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
120.286057,
22.608015
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-WBN",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 2,
"ADMIN_NAME": "West Bengal",
"STATUS": "Provincial capital",
"PORT_ID": 49560,
"CITY_NAME": "Calcutta",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
88.334000,
22.544001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-LCA",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 7,
"ADMIN_NAME": "Lao Cai",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Lao Cai",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
103.949997,
22.500000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CUB-PDR",
"FIPS_CNTRY": "CU",
"CNTRY_NAME": "Cuba",
"POP_RANK": 5,
"ADMIN_NAME": "Pinar del Rio",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Pinar Del Rio",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-83.688004,
22.424999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CUB-VCL",
"FIPS_CNTRY": "CU",
"CNTRY_NAME": "Cuba",
"POP_RANK": 5,
"ADMIN_NAME": "Villa Clara",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Santa Clara",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-79.966003,
22.414000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CHN-HKG",
"FIPS_CNTRY": "CH",
"CNTRY_NAME": "China",
"POP_RANK": 3,
"ADMIN_NAME": "Hong Kong",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Kowloon",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
114.230118,
22.379896
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BGD-CHT",
"FIPS_CNTRY": "BG",
"CNTRY_NAME": "Bangladesh",
"POP_RANK": 2,
"ADMIN_NAME": "Chittagong",
"STATUS": "Provincial capital",
"PORT_ID": 49590,
"CITY_NAME": "Chittagong",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
91.824997,
22.330000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CHN-HKG",
"FIPS_CNTRY": "CH",
"CNTRY_NAME": "China",
"POP_RANK": 2,
"ADMIN_NAME": "Hong Kong",
"STATUS": "Provincial capital",
"PORT_ID": 57840,
"CITY_NAME": "Victoria",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
114.177002,
22.274000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-TML",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 4,
"ADMIN_NAME": "Tamaulipas",
"STATUS": "Other",
"PORT_ID": 9360,
"CITY_NAME": "Tampico",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-97.842628,
22.243235
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CHN-MAC",
"FIPS_CNTRY": "CH",
"CNTRY_NAME": "China",
"POP_RANK": 4,
"ADMIN_NAME": "Macau",
"STATUS": "Provincial capital",
"PORT_ID": 57810,
"CITY_NAME": "Macau",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
113.545174,
22.199213
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-SLP",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 4,
"ADMIN_NAME": "San Luis Potosi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "San Luis Potosi",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-100.980003,
22.152000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CUB-CNF",
"FIPS_CNTRY": "CU",
"CNTRY_NAME": "Cuba",
"POP_RANK": 5,
"ADMIN_NAME": "Cienfuegos",
"STATUS": "Provincial capital",
"PORT_ID": 10540,
"CITY_NAME": "Cienfuegos",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-80.444000,
22.150000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MMR-MND",
"FIPS_CNTRY": "BM",
"CNTRY_NAME": "Myanmar",
"POP_RANK": 3,
"ADMIN_NAME": "Mandalay",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Mandalay",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
96.084000,
21.976000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CUB-SSP",
"FIPS_CNTRY": "CU",
"CNTRY_NAME": "Cuba",
"POP_RANK": 6,
"ADMIN_NAME": "Sancti Spiritus",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sancti Spiritus",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-79.443001,
21.936001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-AGS",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 4,
"ADMIN_NAME": "Aguascalientes",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Aguascalientes",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-102.290001,
21.888000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CUB-IDL",
"FIPS_CNTRY": "CU",
"CNTRY_NAME": "Cuba",
"POP_RANK": 7,
"ADMIN_NAME": "Isla de la Juventud",
"STATUS": "Provincial capital",
"PORT_ID": 10550,
"CITY_NAME": "Nueva Gerona",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-82.799004,
21.885000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MMR-SGN",
"FIPS_CNTRY": "BM",
"CNTRY_NAME": "Myanmar",
"POP_RANK": 7,
"ADMIN_NAME": "Sagaing",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sagaing",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
95.961998,
21.879999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-LSO",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 7,
"ADMIN_NAME": "Lang Son",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Lang Son",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.757004,
21.846001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CUB-CDA",
"FIPS_CNTRY": "CU",
"CNTRY_NAME": "Cuba",
"POP_RANK": 5,
"ADMIN_NAME": "Ciego de Avila",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ciego De Avila",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-78.763000,
21.841000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-TQN",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 7,
"ADMIN_NAME": "Tuyen Quang",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tuyen Quang",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.210999,
21.818001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SDN-ASH",
"FIPS_CNTRY": "SU",
"CNTRY_NAME": "Sudan",
"POP_RANK": 7,
"ADMIN_NAME": "Ash Shamaliyah",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Wadi Halfa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
31.280001,
21.760000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-LCH",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 7,
"ADMIN_NAME": "Lai Chau",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Luan Chau",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
103.343002,
21.740000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-YBA",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 6,
"ADMIN_NAME": "Yen Bai",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Yen Bai",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
104.875000,
21.705000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LAO-PHN",
"FIPS_CNTRY": "LA",
"CNTRY_NAME": "Laos",
"POP_RANK": 7,
"ADMIN_NAME": "Phongsali",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Phongsali",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
102.099998,
21.683300
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-BTH",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 5,
"ADMIN_NAME": "Bac Thai",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Thai Nguyen",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.862999,
21.551001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-NYR",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 5,
"ADMIN_NAME": "Nayarit",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tepic",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-104.897003,
21.507999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TCA",
"FIPS_CNTRY": "TK",
"CNTRY_NAME": "Turks & Caicos Is.",
"POP_RANK": 7,
"ADMIN_NAME": "Turks & Caicos Is.",
"STATUS": "Provincial capital",
"PORT_ID": 10020,
"CITY_NAME": "Grand Turk",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.133331,
21.466667
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SAU-MKK",
"FIPS_CNTRY": "SA",
"CNTRY_NAME": "Saudi Arabia",
"POP_RANK": 3,
"ADMIN_NAME": "Makkah",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Mecca",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
39.814838,
21.427382
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CUB-CMG",
"FIPS_CNTRY": "CU",
"CNTRY_NAME": "Cuba",
"POP_RANK": 4,
"ADMIN_NAME": "Camaguey",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Camaguey",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.914001,
21.386000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "USA-HAW",
"FIPS_CNTRY": "US",
"CNTRY_NAME": "United States",
"POP_RANK": 4,
"ADMIN_NAME": "Hawaii",
"STATUS": "Provincial capital",
"PORT_ID": 56280,
"CITY_NAME": "Honolulu",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-157.862000,
21.329000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-SLA",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 7,
"ADMIN_NAME": "Son La",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Son La",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
103.910004,
21.327999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-VPH",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 6,
"ADMIN_NAME": "Vinh Phu",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Viet Tri",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.428001,
21.305000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-HBA",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 7,
"ADMIN_NAME": "Ha Bac",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Phu Lang Thuong",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.192001,
21.271000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-MHR",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 2,
"ADMIN_NAME": "Maharashtra",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Nagpur",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
79.089111,
21.155758
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-HNO",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 2,
"ADMIN_NAME": "Ha Noi",
"STATUS": "National capital and provincial capital enclave",
"PORT_ID": 0,
"CITY_NAME": "Hanoi",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.820000,
21.030001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-GNJ",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 6,
"ADMIN_NAME": "Guanajuato",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Guanajuato",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-101.264000,
21.020000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-YCT",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 3,
"ADMIN_NAME": "Yucatan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Merida",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-89.627998,
20.983000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CUB-LTU",
"FIPS_CNTRY": "CU",
"CNTRY_NAME": "Cuba",
"POP_RANK": 6,
"ADMIN_NAME": "Las Tunas",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Victoria De Las Tunas",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-76.949997,
20.966000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LAO-LNM",
"FIPS_CNTRY": "LA",
"CNTRY_NAME": "Laos",
"POP_RANK": 7,
"ADMIN_NAME": "Louang Namtha",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Louang Namtha",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
101.416702,
20.950001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-QNI",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 5,
"ADMIN_NAME": "Quang Ninh",
"STATUS": "Provincial capital",
"PORT_ID": 57700,
"CITY_NAME": "Hon Gai",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
107.081001,
20.948000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-HHU",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 6,
"ADMIN_NAME": "Hai Hung",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Hai Duong",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.331001,
20.941999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MRT-DND",
"FIPS_CNTRY": "MR",
"CNTRY_NAME": "Mauritania",
"POP_RANK": 7,
"ADMIN_NAME": "Dakhlet Nouadhibou",
"STATUS": "Other",
"PORT_ID": 45812,
"CITY_NAME": "Nouadhibou",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-17.066734,
20.900051
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CUB-HLG",
"FIPS_CNTRY": "CU",
"CNTRY_NAME": "Cuba",
"POP_RANK": 5,
"ADMIN_NAME": "Holguin",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Holguin",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-76.262001,
20.891001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-HPH",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 4,
"ADMIN_NAME": "Hai Phong",
"STATUS": "Other",
"PORT_ID": 57680,
"CITY_NAME": "Haiphong",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.679794,
20.861359
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-HBN",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 6,
"ADMIN_NAME": "Hoa Binh",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Hoa Binh",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.333000,
20.830000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MMR-SST",
"FIPS_CNTRY": "BM",
"CNTRY_NAME": "Myanmar",
"POP_RANK": 5,
"ADMIN_NAME": "Shan State",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Taunggyi",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
97.038002,
20.782000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-JLS",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 2,
"ADMIN_NAME": "Jalisco",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Guadalajara",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-103.344002,
20.674000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-QDA",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 4,
"ADMIN_NAME": "Queretaro",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Queretaro",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-100.387001,
20.583000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MRT-ADR",
"FIPS_CNTRY": "MR",
"CNTRY_NAME": "Mauritania",
"POP_RANK": 7,
"ADMIN_NAME": "Adrar",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Atar",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-13.050000,
20.511000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LAO-HPH",
"FIPS_CNTRY": "LA",
"CNTRY_NAME": "Laos",
"POP_RANK": 7,
"ADMIN_NAME": "Houaphan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Xam Nua",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
104.033302,
20.416700
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CUB-GRN",
"FIPS_CNTRY": "CU",
"CNTRY_NAME": "Cuba",
"POP_RANK": 5,
"ADMIN_NAME": "Granma",
"STATUS": "Provincial capital",
"PORT_ID": 10460,
"CITY_NAME": "Manzanillo",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.112999,
20.344000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-ORS",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 4,
"ADMIN_NAME": "Orissa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bhubaneshwar",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
85.834999,
20.264000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-NBN",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 7,
"ADMIN_NAME": "Ninh Binh",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ninh Binh",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.974998,
20.253000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-DAN",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 7,
"ADMIN_NAME": "Dadra and Nagar Haveli",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Silvassa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
73.001793,
20.191545
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CUB-GNT",
"FIPS_CNTRY": "CU",
"CNTRY_NAME": "Cuba",
"POP_RANK": 5,
"ADMIN_NAME": "Guantanamo",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Guantanamo",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-75.209000,
20.143000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MMR-MAG",
"FIPS_CNTRY": "BM",
"CNTRY_NAME": "Myanmar",
"POP_RANK": 6,
"ADMIN_NAME": "Magwe",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Magway",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
94.917999,
20.139999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MMR-AST",
"FIPS_CNTRY": "BM",
"CNTRY_NAME": "Myanmar",
"POP_RANK": 5,
"ADMIN_NAME": "Arakan State",
"STATUS": "Provincial capital",
"PORT_ID": 49620,
"CITY_NAME": "Sittwe",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
92.894997,
20.139000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-HDL",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 5,
"ADMIN_NAME": "Hidalgo",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Pachuca",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-98.754997,
20.120001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CUB-SDC",
"FIPS_CNTRY": "CU",
"CNTRY_NAME": "Cuba",
"POP_RANK": 4,
"ADMIN_NAME": "Santiago de Cuba",
"STATUS": "Provincial capital",
"PORT_ID": 10370,
"CITY_NAME": "Santiago De Cuba",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-75.829002,
20.028999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HTI-NOU",
"FIPS_CNTRY": "HA",
"CNTRY_NAME": "Haiti",
"POP_RANK": 7,
"ADMIN_NAME": "Nord-Ouest",
"STATUS": "Provincial capital",
"PORT_ID": 10920,
"CITY_NAME": "Port-De-Paix",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-72.829483,
19.931768
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-CRA",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Chiang Rai",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Chang Rai",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
99.833000,
19.906000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LAO-LNG",
"FIPS_CNTRY": "LA",
"CNTRY_NAME": "Laos",
"POP_RANK": 7,
"ADMIN_NAME": "Louangphrabang",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Louangphrabang",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
102.141998,
19.884001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-CMP",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 5,
"ADMIN_NAME": "Campeche",
"STATUS": "Provincial capital",
"PORT_ID": 9500,
"CITY_NAME": "Campeche",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-90.526001,
19.855000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-MCR",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 7,
"ADMIN_NAME": "Monte Cristi",
"STATUS": "Provincial capital",
"PORT_ID": 10970,
"CITY_NAME": "Monte Cristi",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.646004,
19.843000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-THO",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 6,
"ADMIN_NAME": "Thanh Hoa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Thanh Hoa",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.777000,
19.809000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-PPL",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 6,
"ADMIN_NAME": "Puerto Plata",
"STATUS": "Provincial capital",
"PORT_ID": 10980,
"CITY_NAME": "Puerto Plata",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-70.690247,
19.790218
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HTI-NOR",
"FIPS_CNTRY": "HA",
"CNTRY_NAME": "Haiti",
"POP_RANK": 6,
"ADMIN_NAME": "Nord",
"STATUS": "Provincial capital",
"PORT_ID": 10930,
"CITY_NAME": "Cap-Haitien",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-72.213455,
19.755552
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MRT-INC",
"FIPS_CNTRY": "MR",
"CNTRY_NAME": "Mauritania",
"POP_RANK": 7,
"ADMIN_NAME": "Inchiri",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Akjoujt",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-14.391000,
19.747000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "USA-HAW",
"FIPS_CNTRY": "US",
"CNTRY_NAME": "United States",
"POP_RANK": 7,
"ADMIN_NAME": "Hawaii",
"STATUS": "Other",
"PORT_ID": 56090,
"CITY_NAME": "Hilo",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-155.067291,
19.714815
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-MDO",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 4,
"ADMIN_NAME": "Michoacan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Morelia",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-101.184998,
19.697001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HTI-NES",
"FIPS_CNTRY": "HA",
"CNTRY_NAME": "Haiti",
"POP_RANK": 7,
"ADMIN_NAME": "Nord-Est",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Fort-Liberte",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.844833,
19.665567
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MMR-KSE",
"FIPS_CNTRY": "BM",
"CNTRY_NAME": "Myanmar",
"POP_RANK": 7,
"ADMIN_NAME": "Kayah State",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Loikaw",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
97.206001,
19.665001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SDN-ASR",
"FIPS_CNTRY": "SU",
"CNTRY_NAME": "Sudan",
"POP_RANK": 5,
"ADMIN_NAME": "Ash Sharqiyah",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Port Sudan",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
37.219688,
19.615713
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-VLV",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 6,
"ADMIN_NAME": "Valverde",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Mao",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.074997,
19.552000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-DJB",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 7,
"ADMIN_NAME": "Dajabon",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Dajabon",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.705002,
19.548000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-VLL",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 5,
"ADMIN_NAME": "Veracruz",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Jalapa",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-96.903000,
19.533001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-SRD",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 7,
"ADMIN_NAME": "Santiago Rodrigu",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sabaneta",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.344994,
19.505001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-SNT",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 5,
"ADMIN_NAME": "Santiago",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Santiago",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-70.707001,
19.455999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HTI-ART",
"FIPS_CNTRY": "HA",
"CNTRY_NAME": "Haiti",
"POP_RANK": 7,
"ADMIN_NAME": "Artibonite",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Gonaives",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-72.689003,
19.450001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-DTD",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 1,
"ADMIN_NAME": "Distrito Federal",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Mexico City",
"POP_CLASS": "5,000,000 and greater"
},
"geometry": {
"type": "Point",
"coordinates": [
-99.127571,
19.427046
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-ESP",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 7,
"ADMIN_NAME": "Espaillat",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Moca",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-70.523003,
19.396999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-SLC",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 7,
"ADMIN_NAME": "Salcedo",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Salcedo",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-70.416702,
19.382999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-MTS",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 7,
"ADMIN_NAME": "Maria Trinidad S",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Nagua",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-69.847000,
19.375999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LAO-XNG",
"FIPS_CNTRY": "LA",
"CNTRY_NAME": "Laos",
"POP_RANK": 7,
"ADMIN_NAME": "Xiangkhoang",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Xiangkhoang",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
103.366699,
19.333300
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-TLX",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 6,
"ADMIN_NAME": "Tlaxcala",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tlaxcala",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-98.237000,
19.309999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-DUA",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 5,
"ADMIN_NAME": "Duarte",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "San Francisco De Macoris",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-70.253998,
19.301001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-MHS",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Mae Hong Son",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Mae Hong Son",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
97.969002,
19.301001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CYM",
"FIPS_CNTRY": "CJ",
"CNTRY_NAME": "Cayman Is.",
"POP_RANK": 7,
"ADMIN_NAME": "Cayman Is.",
"STATUS": "Provincial capital",
"PORT_ID": 10580,
"CITY_NAME": "George Town",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.383331,
19.299999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-MEX",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 1,
"ADMIN_NAME": "Mexico",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Toluca",
"POP_CLASS": "5,000,000 and greater"
},
"geometry": {
"type": "Point",
"coordinates": [
-99.666702,
19.283001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-COL",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 5,
"ADMIN_NAME": "Colima",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Colima",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-103.735001,
19.250999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-LVE",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 6,
"ADMIN_NAME": "La Vega",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "La Vega",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-70.550003,
19.250000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-SAM",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 7,
"ADMIN_NAME": "Samana",
"STATUS": "Provincial capital",
"PORT_ID": 11000,
"CITY_NAME": "Samana",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-69.332001,
19.212000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LAO-XGN",
"FIPS_CNTRY": "LA",
"CNTRY_NAME": "Laos",
"POP_RANK": 7,
"ADMIN_NAME": "Xaignabouri",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Muang Xaignabouri",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
101.484001,
19.195000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SDN-ASH",
"FIPS_CNTRY": "SU",
"CNTRY_NAME": "Sudan",
"POP_RANK": 7,
"ADMIN_NAME": "Ash Shamaliyah",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Dongola",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
30.474001,
19.169001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-PHA",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Phayao",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Phayao",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
99.903999,
19.159000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HTI-CNT",
"FIPS_CNTRY": "HA",
"CNTRY_NAME": "Haiti",
"POP_RANK": 7,
"ADMIN_NAME": "Centre",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Hinche",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-72.003998,
19.143000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-MHR",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 1,
"ADMIN_NAME": "Maharashtra",
"STATUS": "Provincial capital",
"PORT_ID": 48840,
"CITY_NAME": "Bombay",
"POP_CLASS": "5,000,000 and greater"
},
"geometry": {
"type": "Point",
"coordinates": [
72.825996,
19.077000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-SRM",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 7,
"ADMIN_NAME": "Sanchez Ramirez",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Cotui",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-70.152000,
19.059000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-PUE",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 2,
"ADMIN_NAME": "Puebla",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Puebla",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-98.192947,
19.048632
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-MNV",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 7,
"ADMIN_NAME": "Monsenor Novel",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bonao",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-70.408997,
18.941999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-MRL",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 4,
"ADMIN_NAME": "Morelos",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Cuernavaca",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-99.221001,
18.921000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-LST",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 7,
"ADMIN_NAME": "La Estrelleta",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Elias Pina",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.707001,
18.875999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-SJU",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 5,
"ADMIN_NAME": "San Juan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "San Juan",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.228996,
18.806999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-MPL",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 7,
"ADMIN_NAME": "Monte Plata",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Monte Plata",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-69.783997,
18.806999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-CMA",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 5,
"ADMIN_NAME": "Chiang Mai",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Chiang Mai",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
99.000000,
18.787001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-NAN",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Nan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Nan",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.785004,
18.775999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-HMJ",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 7,
"ADMIN_NAME": "Hato Major",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Hato Mayor",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-69.257004,
18.764000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-ESE",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 7,
"ADMIN_NAME": "El Seibo",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "El Seibo",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-69.035004,
18.764000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-NAN",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 5,
"ADMIN_NAME": "Nghe An",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Vinh",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.671997,
18.669001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HTI-GAN",
"FIPS_CNTRY": "HA",
"CNTRY_NAME": "Haiti",
"POP_RANK": 7,
"ADMIN_NAME": "Grand Anse",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Jeremie",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-74.113754,
18.639927
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-LAL",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 7,
"ADMIN_NAME": "La Altagracia",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Higuey",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-68.708000,
18.615999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MRT-TGN",
"FIPS_CNTRY": "MR",
"CNTRY_NAME": "Mauritania",
"POP_RANK": 7,
"ADMIN_NAME": "Tagant",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tidjikdja",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-11.431000,
18.558001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-MHR",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 2,
"ADMIN_NAME": "Maharashtra",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Pune",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
73.852272,
18.535748
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HTI-OUE",
"FIPS_CNTRY": "HA",
"CNTRY_NAME": "Haiti",
"POP_RANK": 3,
"ADMIN_NAME": "Ouest",
"STATUS": "National and provincial capital",
"PORT_ID": 10880,
"CITY_NAME": "Port-au-Prince",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-72.343109,
18.526617
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-LMP",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Lamphun",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Lamphun",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
99.073997,
18.503000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-QRO",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 6,
"ADMIN_NAME": "Quintana Roo",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Chetumal",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.291000,
18.497999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-IND",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 7,
"ADMIN_NAME": "Independencia",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Jimani",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.850998,
18.493000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-SDM",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 2,
"ADMIN_NAME": "Santo Domingo",
"STATUS": "National and provincial capital",
"PORT_ID": 11040,
"CITY_NAME": "Santo Domingo",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-69.899002,
18.489000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "JAM-TRL",
"FIPS_CNTRY": "JM",
"CNTRY_NAME": "Jamaica",
"POP_RANK": 7,
"ADMIN_NAME": "Trelawny",
"STATUS": "Provincial capital",
"PORT_ID": 10620,
"CITY_NAME": "Falmouth",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.656044,
18.479582
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-BAO",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 7,
"ADMIN_NAME": "Baoruco",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Neiba",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.421997,
18.479000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "JAM-SJA",
"FIPS_CNTRY": "JM",
"CNTRY_NAME": "Jamaica",
"POP_RANK": 6,
"ADMIN_NAME": "Saint James",
"STATUS": "Provincial capital",
"PORT_ID": 10610,
"CITY_NAME": "Montego Bay",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.920998,
18.469000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-SPD",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 5,
"ADMIN_NAME": "San Pedro de Macor�s",
"STATUS": "Provincial capital",
"PORT_ID": 11030,
"CITY_NAME": "San Pedro De Macoris",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-69.307999,
18.455999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-AZU",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 7,
"ADMIN_NAME": "Azua",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Azua",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-70.728996,
18.454000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "JAM-HNV",
"FIPS_CNTRY": "JM",
"CNTRY_NAME": "Jamaica",
"POP_RANK": 7,
"ADMIN_NAME": "Hanover",
"STATUS": "Provincial capital",
"PORT_ID": 10600,
"CITY_NAME": "Lucea",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-78.179001,
18.443001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "JAM-SAN",
"FIPS_CNTRY": "JM",
"CNTRY_NAME": "Jamaica",
"POP_RANK": 7,
"ADMIN_NAME": "Saint Ann",
"STATUS": "Provincial capital",
"PORT_ID": 10650,
"CITY_NAME": "St. Anns Bay",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.199532,
18.432640
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-LRO",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 5,
"ADMIN_NAME": "La Romana",
"STATUS": "Provincial capital",
"PORT_ID": 11020,
"CITY_NAME": "La Romana",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-68.968002,
18.426001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-SCR",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 5,
"ADMIN_NAME": "San Cristobal",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "San Cristobal",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-70.109001,
18.416000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VGB",
"FIPS_CNTRY": "VI",
"CNTRY_NAME": "British Virgin Is.",
"POP_RANK": 7,
"ADMIN_NAME": "British Virgin Is.",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Road Town",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-64.621696,
18.409067
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PRI-SJN",
"FIPS_CNTRY": "RQ",
"CNTRY_NAME": "Puerto Rico",
"POP_RANK": 4,
"ADMIN_NAME": "San Juan",
"STATUS": "National and provincial capital",
"PORT_ID": 11110,
"CITY_NAME": "San Juan",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-66.069000,
18.399000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BLZ-CRZ",
"FIPS_CNTRY": "BH",
"CNTRY_NAME": "Belize",
"POP_RANK": 7,
"ADMIN_NAME": "Corozal",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Corozal",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.388000,
18.398001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "JAM-SMA",
"FIPS_CNTRY": "JM",
"CNTRY_NAME": "Jamaica",
"POP_RANK": 7,
"ADMIN_NAME": "Saint Mary",
"STATUS": "Provincial capital",
"PORT_ID": 10680,
"CITY_NAME": "Port Maria",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-76.900002,
18.377001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VIR",
"FIPS_CNTRY": "VQ",
"CNTRY_NAME": "Virgin Is.",
"POP_RANK": 7,
"ADMIN_NAME": "Virgin Is.",
"STATUS": "Provincial capital",
"PORT_ID": 11310,
"CITY_NAME": "Charlotte Amalie",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-64.933334,
18.350000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-HTN",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 7,
"ADMIN_NAME": "Ha Tinh",
"STATUS": "Provincial capital",
"PORT_ID": 57530,
"CITY_NAME": "Ha Tinh",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.916702,
18.350000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-LMN",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Lampang",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Lampang",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
99.484001,
18.292000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-PER",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 7,
"ADMIN_NAME": "Peravia",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bani",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-70.331001,
18.280001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HTI-SES",
"FIPS_CNTRY": "HA",
"CNTRY_NAME": "Haiti",
"POP_RANK": 7,
"ADMIN_NAME": "Sud-Est",
"STATUS": "Provincial capital",
"PORT_ID": 10820,
"CITY_NAME": "Jacmel",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-72.537003,
18.235001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "AIA",
"FIPS_CNTRY": "AV",
"CNTRY_NAME": "Anguilla",
"POP_RANK": 7,
"ADMIN_NAME": "Anguilla",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "The Valley",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-63.066666,
18.216667
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-BRH",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 6,
"ADMIN_NAME": "Barahona",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Barahona",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.099998,
18.208000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PRI-MYG",
"FIPS_CNTRY": "RQ",
"CNTRY_NAME": "Puerto Rico",
"POP_RANK": 5,
"ADMIN_NAME": "Mayag?ez",
"STATUS": "Provincial capital",
"PORT_ID": 11290,
"CITY_NAME": "Mayaguez",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-67.142998,
18.202999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HTI-SUD",
"FIPS_CNTRY": "HA",
"CNTRY_NAME": "Haiti",
"POP_RANK": 7,
"ADMIN_NAME": "Sud",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Les Cayes",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.748001,
18.190001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "JAM-WST",
"FIPS_CNTRY": "JM",
"CNTRY_NAME": "Jamaica",
"POP_RANK": 7,
"ADMIN_NAME": "Westmoreland",
"STATUS": "Provincial capital",
"PORT_ID": 10800,
"CITY_NAME": "Savanna La Mar",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.947998,
18.164000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "JAM-PRT",
"FIPS_CNTRY": "JM",
"CNTRY_NAME": "Jamaica",
"POP_RANK": 7,
"ADMIN_NAME": "Portland",
"STATUS": "Provincial capital",
"PORT_ID": 10710,
"CITY_NAME": "Port Antonio",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-76.379997,
18.159000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-PHR",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Phrae",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Phrae",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.163002,
18.150000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BLZ-OWA",
"FIPS_CNTRY": "BH",
"CNTRY_NAME": "Belize",
"POP_RANK": 7,
"ADMIN_NAME": "Orange Walk",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Orange Walk",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.556999,
18.083000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DOM-PDR",
"FIPS_CNTRY": "DR",
"CNTRY_NAME": "Dominican Republic",
"POP_RANK": 7,
"ADMIN_NAME": "Pedernales",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Pedernales",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.740997,
18.038000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "JAM-MNC",
"FIPS_CNTRY": "JM",
"CNTRY_NAME": "Jamaica",
"POP_RANK": 7,
"ADMIN_NAME": "Manchester",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Mandeville",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.500000,
18.033001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "JAM-SEL",
"FIPS_CNTRY": "JM",
"CNTRY_NAME": "Jamaica",
"POP_RANK": 7,
"ADMIN_NAME": "Saint Elizabeth",
"STATUS": "Provincial capital",
"PORT_ID": 10780,
"CITY_NAME": "Black River",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.851997,
18.031000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PRI-PNC",
"FIPS_CNTRY": "RQ",
"CNTRY_NAME": "Puerto Rico",
"POP_RANK": 5,
"ADMIN_NAME": "Ponce",
"STATUS": "Provincial capital",
"PORT_ID": 11260,
"CITY_NAME": "Ponce",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-66.613998,
18.021000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LAO-VNG",
"FIPS_CNTRY": "LA",
"CNTRY_NAME": "Laos",
"POP_RANK": 4,
"ADMIN_NAME": "Viangchan",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Vientiane",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
102.680237,
18.001732
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "JAM-SCT",
"FIPS_CNTRY": "JM",
"CNTRY_NAME": "Jamaica",
"POP_RANK": 6,
"ADMIN_NAME": "Saint Catherine",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Spanish Town",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-76.952003,
17.995001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-TBS",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 4,
"ADMIN_NAME": "Tabasco",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Villahermosa",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-92.936996,
17.976000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "JAM-CLR",
"FIPS_CNTRY": "JM",
"CNTRY_NAME": "Jamaica",
"POP_RANK": 7,
"ADMIN_NAME": "Clarendon",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "May Pen",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.242996,
17.969000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "JAM-KNG",
"FIPS_CNTRY": "JM",
"CNTRY_NAME": "Jamaica",
"POP_RANK": 3,
"ADMIN_NAME": "Kingston",
"STATUS": "National and provincial capital",
"PORT_ID": 10770,
"CITY_NAME": "Kingston",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-76.799522,
17.966923
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TCD-BET",
"FIPS_CNTRY": "CD",
"CNTRY_NAME": "Chad",
"POP_RANK": 7,
"ADMIN_NAME": "Borkou-Ennedi-Tibesti",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Faya",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
19.120001,
17.930000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "JAM-STH",
"FIPS_CNTRY": "JM",
"CNTRY_NAME": "Jamaica",
"POP_RANK": 7,
"ADMIN_NAME": "Saint Thomas",
"STATUS": "Provincial capital",
"PORT_ID": 10740,
"CITY_NAME": "Port Morant",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-76.329002,
17.891001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-NKH",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Nong Khai",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Nong Khai",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
102.747002,
17.884001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-APR",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 3,
"ADMIN_NAME": "Andhra Pradesh",
"STATUS": "Other",
"PORT_ID": 49480,
"CITY_NAME": "Vishakhapatnam",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
83.330002,
17.750000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-UTT",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Uttaradit",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Uttaradit",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.102997,
17.622999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-GRR",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 6,
"ADMIN_NAME": "Guerrero",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Chilpancingo De Los Bravo",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-99.500999,
17.552000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BLZ-BLZ",
"FIPS_CNTRY": "BH",
"CNTRY_NAME": "Belize",
"POP_RANK": 7,
"ADMIN_NAME": "Belize",
"STATUS": "Provincial capital",
"PORT_ID": 9590,
"CITY_NAME": "Belize",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.181999,
17.496000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-LOE",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Loei",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Loei",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
101.735001,
17.490000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-QBN",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 7,
"ADMIN_NAME": "Quang Binh",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Dong Hoi",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.624001,
17.464001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-UTA",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 6,
"ADMIN_NAME": "Udon Thani",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Udon Thani",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
102.790001,
17.407000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LAO-KHM",
"FIPS_CNTRY": "LA",
"CNTRY_NAME": "Laos",
"POP_RANK": 7,
"ADMIN_NAME": "Khammouan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Muang Khammouan",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
104.800179,
17.396971
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-APR",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 2,
"ADMIN_NAME": "Andhra Pradesh",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Hyderabad",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
78.485001,
17.395000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MMR-PEG",
"FIPS_CNTRY": "BM",
"CNTRY_NAME": "Myanmar",
"POP_RANK": 5,
"ADMIN_NAME": "Pegu",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Pegu",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
96.498001,
17.327999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KNA",
"FIPS_CNTRY": "SC",
"CNTRY_NAME": "St. Kitts & Nevis",
"POP_RANK": 7,
"ADMIN_NAME": "St. Kitts & Nevis",
"STATUS": "National capital",
"PORT_ID": 11400,
"CITY_NAME": "Basseterre",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-62.731998,
17.292999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-SNK",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Sakon Nakhon",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sakon Nakhon",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
104.151001,
17.163000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BLZ-CAY",
"FIPS_CNTRY": "BH",
"CNTRY_NAME": "Belize",
"POP_RANK": 7,
"ADMIN_NAME": "Cayo",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "El Cayo",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-89.060997,
17.156000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ATG",
"FIPS_CNTRY": "AC",
"CNTRY_NAME": "Antigua & Barbuda",
"POP_RANK": 7,
"ADMIN_NAME": "Antigua & Barbuda",
"STATUS": "National capital",
"PORT_ID": 11430,
"CITY_NAME": "Saint John's",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-61.842171,
17.124773
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BLZ-CAY",
"FIPS_CNTRY": "BH",
"CNTRY_NAME": "Belize",
"POP_RANK": 7,
"ADMIN_NAME": "Cayo",
"STATUS": "National capital",
"PORT_ID": 0,
"CITY_NAME": "Belmopan",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.800003,
17.120001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-OAX",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 5,
"ADMIN_NAME": "Oaxaca",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Oaxaca",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-96.713997,
17.062000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MRT-BRK",
"FIPS_CNTRY": "MR",
"CNTRY_NAME": "Mauritania",
"POP_RANK": 7,
"ADMIN_NAME": "Brakna",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Aleg",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-13.909000,
17.058001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-SKH",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Sukhothai",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sukhothai",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
99.750000,
17.013000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NER-AGD",
"FIPS_CNTRY": "NG",
"CNTRY_NAME": "Niger",
"POP_RANK": 6,
"ADMIN_NAME": "Agadez",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Agadez",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
7.983000,
16.993999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-GRR",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 4,
"ADMIN_NAME": "Guerrero",
"STATUS": "Other",
"PORT_ID": 15760,
"CITY_NAME": "Acapulco",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-99.931496,
16.974386
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BLZ-SCR",
"FIPS_CNTRY": "BH",
"CNTRY_NAME": "Belize",
"POP_RANK": 7,
"ADMIN_NAME": "Stann Creek",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Stann Creek Town",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.213997,
16.965000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "YEM-SDH",
"FIPS_CNTRY": "YM",
"CNTRY_NAME": "Yemen",
"POP_RANK": 7,
"ADMIN_NAME": "Sa'dah",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sa'Dah",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
43.764999,
16.943001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-PET",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 7,
"ADMIN_NAME": "Peten",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Flores",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-89.884003,
16.927000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-TAK",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Tak",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tak",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
99.120003,
16.878000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MMR-RNG",
"FIPS_CNTRY": "BM",
"CNTRY_NAME": "Myanmar",
"POP_RANK": 2,
"ADMIN_NAME": "Rangoon",
"STATUS": "National and provincial capital",
"PORT_ID": 49650,
"CITY_NAME": "Rangoon",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
96.124893,
16.872223
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MMR-KSA",
"FIPS_CNTRY": "BM",
"CNTRY_NAME": "Myanmar",
"POP_RANK": 7,
"ADMIN_NAME": "Karen State",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Pa-an",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
97.616699,
16.850000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-QTR",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 7,
"ADMIN_NAME": "Quang Tri",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Dong Ha",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
107.133301,
16.850000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-PHT",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 6,
"ADMIN_NAME": "Phitsanulok",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Phitsanulok",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.265999,
16.813000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MMR-IRR",
"FIPS_CNTRY": "BM",
"CNTRY_NAME": "Myanmar",
"POP_RANK": 5,
"ADMIN_NAME": "Irrawaddy",
"STATUS": "Provincial capital",
"PORT_ID": 49640,
"CITY_NAME": "Bassein",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
94.732002,
16.774000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MLI-GAO",
"FIPS_CNTRY": "ML",
"CNTRY_NAME": "Mali",
"POP_RANK": 7,
"ADMIN_NAME": "Gao",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Timbuktu",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-3.010000,
16.760000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MEX-CHP",
"FIPS_CNTRY": "MX",
"CNTRY_NAME": "Mexico",
"POP_RANK": 4,
"ADMIN_NAME": "Chiapas",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tuxtla Gutierrez",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-93.109001,
16.743999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MSR",
"FIPS_CNTRY": "MH",
"CNTRY_NAME": "Montserrat",
"POP_RANK": 7,
"ADMIN_NAME": "Montserrat",
"STATUS": "Provincial capital",
"PORT_ID": 11420,
"CITY_NAME": "Plymouth",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-62.201000,
16.680000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MRT-HEG",
"FIPS_CNTRY": "MR",
"CNTRY_NAME": "Mauritania",
"POP_RANK": 7,
"ADMIN_NAME": "Hodh el Gharbi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ayoun El Atrous",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-9.617000,
16.660999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MRT-ASB",
"FIPS_CNTRY": "MR",
"CNTRY_NAME": "Mauritania",
"POP_RANK": 7,
"ADMIN_NAME": "Assaba",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kiffa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-11.404000,
16.617001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MRT-HEC",
"FIPS_CNTRY": "MR",
"CNTRY_NAME": "Mauritania",
"POP_RANK": 7,
"ADMIN_NAME": "Hodh ech Chargui",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Nema",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-7.261000,
16.615999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LAO-SVN",
"FIPS_CNTRY": "LA",
"CNTRY_NAME": "Laos",
"POP_RANK": 6,
"ADMIN_NAME": "Savannakhet",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Savannakhet",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
104.747002,
16.561001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MRT-TRR",
"FIPS_CNTRY": "MR",
"CNTRY_NAME": "Mauritania",
"POP_RANK": 7,
"ADMIN_NAME": "Trarza",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Rosso",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-15.799000,
16.511999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MMR-MST",
"FIPS_CNTRY": "BM",
"CNTRY_NAME": "Myanmar",
"POP_RANK": 5,
"ADMIN_NAME": "Mon State",
"STATUS": "Provincial capital",
"PORT_ID": 49660,
"CITY_NAME": "Moulmein",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
97.645035,
16.492678
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-KPH",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Kamphaeng Phet",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kamphaeng Phet",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
99.528999,
16.473000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-TTH",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 5,
"ADMIN_NAME": "Thua Thien Hue",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Hue",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
107.584999,
16.462999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-PHC",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Phichit",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Phichit",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.348999,
16.438999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-KKA",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 5,
"ADMIN_NAME": "Khon Kaen",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Khon Kaen",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
102.836998,
16.433001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-KLS",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Kalasin",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kalasin",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
103.509003,
16.427999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-PHH",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Phetchabun",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Phetchabun",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
101.158997,
16.419001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HND-IDL",
"FIPS_CNTRY": "HO",
"CNTRY_NAME": "Honduras",
"POP_RANK": 7,
"ADMIN_NAME": "Islas de la Bahia",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Roatan",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-86.518997,
16.330000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MLI-GAO",
"FIPS_CNTRY": "ML",
"CNTRY_NAME": "Mali",
"POP_RANK": 6,
"ADMIN_NAME": "Gao",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Gao",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.051000,
16.273001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-MSR",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Maha Sarakham",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Maha Sarakham",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
103.297997,
16.184000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MRT-GRG",
"FIPS_CNTRY": "MR",
"CNTRY_NAME": "Mauritania",
"POP_RANK": 7,
"ADMIN_NAME": "Gorgol",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kaedi",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-13.497000,
16.152000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BLZ-TOL",
"FIPS_CNTRY": "BH",
"CNTRY_NAME": "Belize",
"POP_RANK": 7,
"ADMIN_NAME": "Toledo",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Punta Gorda",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.800003,
16.115999
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-QND",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 4,
"ADMIN_NAME": "Quang Nam-Da Nang",
"STATUS": "Provincial capital",
"PORT_ID": 57650,
"CITY_NAME": "Da Nang",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
108.214996,
16.052000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-RET",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Roi Et",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Roi Et",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
103.654999,
16.051001
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GLP",
"FIPS_CNTRY": "GP",
"CNTRY_NAME": "Guadeloupe",
"POP_RANK": 7,
"ADMIN_NAME": "Guadeloupe",
"STATUS": "Provincial capital",
"PORT_ID": 11460,
"CITY_NAME": "Basse-Terre",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-61.724258,
16.004915
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SEN-STL",
"FIPS_CNTRY": "SG",
"CNTRY_NAME": "Senegal",
"POP_RANK": 6,
"ADMIN_NAME": "Saint-Louis",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Saint Louis",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-16.297838,
15.951210
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HND-COL",
"FIPS_CNTRY": "HO",
"CNTRY_NAME": "Honduras",
"POP_RANK": 7,
"ADMIN_NAME": "Colon",
"STATUS": "Provincial capital",
"PORT_ID": 9680,
"CITY_NAME": "Trujillo",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-85.948616,
15.916615
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-CHY",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Chaiyaphum",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Chaiyaphum",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
102.040001,
15.798000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-YST",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Yasothon",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Yasothon",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
104.151001,
15.788000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HND-ATL",
"FIPS_CNTRY": "HO",
"CNTRY_NAME": "Honduras",
"POP_RANK": 6,
"ADMIN_NAME": "Atlantida",
"STATUS": "Provincial capital",
"PORT_ID": 9670,
"CITY_NAME": "La Ceiba",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-86.872002,
15.755000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-IZB",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 7,
"ADMIN_NAME": "Izabal",
"STATUS": "Provincial capital",
"PORT_ID": 9620,
"CITY_NAME": "Puerto Barrios",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.597000,
15.727000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LAO-SRV",
"FIPS_CNTRY": "LA",
"CNTRY_NAME": "Laos",
"POP_RANK": 7,
"ADMIN_NAME": "Saravan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Saravan",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.427002,
15.716000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-NSA",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 5,
"ADMIN_NAME": "Nakhon Sawan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Nakhon Sawan",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.134003,
15.701000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "YEM-HJJ",
"FIPS_CNTRY": "YM",
"CNTRY_NAME": "Yemen",
"POP_RANK": 7,
"ADMIN_NAME": "Hajjah",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Hajjah",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
43.603001,
15.693000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SDN-AKH",
"FIPS_CNTRY": "SU",
"CNTRY_NAME": "Sudan",
"POP_RANK": 3,
"ADMIN_NAME": "Al Khartum",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Omdurman",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
32.480000,
15.620000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SDN-AKH",
"FIPS_CNTRY": "SU",
"CNTRY_NAME": "Sudan",
"POP_RANK": 3,
"ADMIN_NAME": "Al Khartum",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Khartoum",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
32.529999,
15.550000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HND-CRT",
"FIPS_CNTRY": "HO",
"CNTRY_NAME": "Honduras",
"POP_RANK": 4,
"ADMIN_NAME": "Cortes",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "San Pedro Sula",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.028000,
15.502000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-GOA",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 7,
"ADMIN_NAME": "Goa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Panaji",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
73.818001,
15.492000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-AVR",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 7,
"ADMIN_NAME": "Alta Verapaz",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Coban",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-90.372002,
15.471000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "YEM-MRB",
"FIPS_CNTRY": "YM",
"CNTRY_NAME": "Yemen",
"POP_RANK": 7,
"ADMIN_NAME": "Ma'rib",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Marib",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
45.334000,
15.421000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-UTH",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Uthai Thani",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Uthai Thani",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.026001,
15.379000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "YEM-SAN",
"FIPS_CNTRY": "YM",
"CNTRY_NAME": "Yemen",
"POP_RANK": 3,
"ADMIN_NAME": "San'a'",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "San'a",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
44.209503,
15.361444
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ERI-HMS",
"FIPS_CNTRY": "ER",
"CNTRY_NAME": "Eritrea",
"POP_RANK": 4,
"ADMIN_NAME": "Hamasen",
"STATUS": "National capital",
"PORT_ID": 0,
"CITY_NAME": "Asmara",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
38.970001,
15.330000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-HHT",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 7,
"ADMIN_NAME": "Huehuetenango",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Huehuetenango",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-91.467003,
15.317000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DMA",
"FIPS_CNTRY": "DO",
"CNTRY_NAME": "Dominica",
"POP_RANK": 7,
"ADMIN_NAME": "Dominica",
"STATUS": "National capital",
"PORT_ID": 11520,
"CITY_NAME": "Roseau",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-61.388474,
15.299000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HND-GAD",
"FIPS_CNTRY": "HO",
"CNTRY_NAME": "Honduras",
"POP_RANK": 7,
"ADMIN_NAME": "Gracias a Dios",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Puerto Lempira",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-83.780998,
15.257000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-URT",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 5,
"ADMIN_NAME": "Ubon Ratchathani",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ubon Ratchathani",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
104.857002,
15.239000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-CNA",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Chai Nat",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Chainat",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.125999,
15.179000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MRT-GDM",
"FIPS_CNTRY": "MR",
"CNTRY_NAME": "Mauritania",
"POP_RANK": 7,
"ADMIN_NAME": "Guidimaka",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Selibabi",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-12.176000,
15.161000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MNP",
"FIPS_CNTRY": "CQ",
"CNTRY_NAME": "Northern Mariana Is.",
"POP_RANK": 7,
"ADMIN_NAME": "Northern Mariana Is.",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Chalan Kanoa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
145.735001,
15.150000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-QNG",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 5,
"ADMIN_NAME": "Quang Ngai",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Quang Ngai",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
108.811996,
15.124000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-SSK",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Sisaket",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sisaket",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
104.333000,
15.114000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-BVR",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 7,
"ADMIN_NAME": "Baja Verapaz",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Salama",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-90.314003,
15.103000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HND-YOR",
"FIPS_CNTRY": "HO",
"CNTRY_NAME": "Honduras",
"POP_RANK": 7,
"ADMIN_NAME": "Yoro",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Yoro",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-87.290001,
15.060000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-QUI",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 7,
"ADMIN_NAME": "Quiche",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Santa Cruz Del Quiche",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-91.133301,
15.033300
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "YEM-HDH",
"FIPS_CNTRY": "YM",
"CNTRY_NAME": "Yemen",
"POP_RANK": 7,
"ADMIN_NAME": "Hadhramaut",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Al Mukalla",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
50.000000,
15.000000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-BRR",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Buriram",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Buriram",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
103.112000,
14.996000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-ZAC",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 7,
"ADMIN_NAME": "Zacapa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Zacapa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-89.528999,
14.972000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-NRT",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 5,
"ADMIN_NAME": "Nakhon Ratchasima",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Nakhon Ratchasima",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
102.101997,
14.969000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-SMR",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 7,
"ADMIN_NAME": "San Marcos",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "San Marcos",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-91.800003,
14.966000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CPV",
"FIPS_CNTRY": "CV",
"CNTRY_NAME": "Cape Verde",
"POP_RANK": 6,
"ADMIN_NAME": "Cape Verde",
"STATUS": "National capital",
"PORT_ID": 45910,
"CITY_NAME": "Praia",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-23.521000,
14.923000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HND-SBR",
"FIPS_CNTRY": "HO",
"CNTRY_NAME": "Honduras",
"POP_RANK": 7,
"ADMIN_NAME": "Santa Barbara",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Santa Barbara",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.236000,
14.919000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-TTN",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 7,
"ADMIN_NAME": "Totonicapan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Totonicapan",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-91.358002,
14.914000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NER-TAH",
"FIPS_CNTRY": "NG",
"CNTRY_NAME": "Niger",
"POP_RANK": 6,
"ADMIN_NAME": "Tahoua",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tahoua",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
5.266000,
14.891000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-SBU",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Sing Buri",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sing Buri",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.401001,
14.887000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-SUR",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Surin",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Surin",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
103.497002,
14.886000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LAO-CHM",
"FIPS_CNTRY": "LA",
"CNTRY_NAME": "Laos",
"POP_RANK": 7,
"ADMIN_NAME": "Champasak",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Champasak",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.866699,
14.883300
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-EPR",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 7,
"ADMIN_NAME": "El Progreso",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "El Progreso",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-90.016701,
14.850000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-QZL",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 6,
"ADMIN_NAME": "Quezaltenango",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Quezaltenango",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-91.500000,
14.833300
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LAO-ATT",
"FIPS_CNTRY": "LA",
"CNTRY_NAME": "Laos",
"POP_RANK": 7,
"ADMIN_NAME": "Attapeu",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Attapu",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.838997,
14.808000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SEN-THI",
"FIPS_CNTRY": "SG",
"CNTRY_NAME": "Senegal",
"POP_RANK": 5,
"ADMIN_NAME": "Thies",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Thies",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-16.924000,
14.805000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-CHQ",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 7,
"ADMIN_NAME": "Chiquimula",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Chiquimula",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-89.543999,
14.797000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-LBU",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Lop Buri",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Thahanbok Lop Buri",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.619003,
14.797000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "YEM-AHD",
"FIPS_CNTRY": "YM",
"CNTRY_NAME": "Yemen",
"POP_RANK": 5,
"ADMIN_NAME": "Al Hudaydah",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Al Hudaydah",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
42.945999,
14.795000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-SOL",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 7,
"ADMIN_NAME": "Solola",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Solola",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-91.182999,
14.773000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HND-COP",
"FIPS_CNTRY": "HO",
"CNTRY_NAME": "Honduras",
"POP_RANK": 7,
"ADMIN_NAME": "Copan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Santa Rosa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.778000,
14.766000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SEN-DKR",
"FIPS_CNTRY": "SG",
"CNTRY_NAME": "Senegal",
"POP_RANK": 2,
"ADMIN_NAME": "Dakar",
"STATUS": "National and provincial capital",
"PORT_ID": 45820,
"CITY_NAME": "Dakar",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-17.452000,
14.687000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HND-OLN",
"FIPS_CNTRY": "HO",
"CNTRY_NAME": "Honduras",
"POP_RANK": 7,
"ADMIN_NAME": "Olancho",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Juticalpa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-86.219002,
14.666000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-CHM",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 7,
"ADMIN_NAME": "Chimaltenango",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Chimaltenango",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-90.820000,
14.662000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SEN-DRB",
"FIPS_CNTRY": "SG",
"CNTRY_NAME": "Senegal",
"POP_RANK": 6,
"ADMIN_NAME": "Diourbel",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Diourbel",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-16.233999,
14.653000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PHL-NCR",
"FIPS_CNTRY": "RP",
"CNTRY_NAME": "Philippines",
"POP_RANK": 2,
"ADMIN_NAME": "National Capital Region",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Quezon City",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
121.033348,
14.649989
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-JAL",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 7,
"ADMIN_NAME": "Jalapa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Jalapa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-89.988998,
14.633000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-GTM",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 2,
"ADMIN_NAME": "Guatemala",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Guatemala",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-90.524902,
14.618008
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PHL-NCR",
"FIPS_CNTRY": "RP",
"CNTRY_NAME": "Philippines",
"POP_RANK": 2,
"ADMIN_NAME": "National Capital Region",
"STATUS": "National and provincial capital",
"PORT_ID": 58370,
"CITY_NAME": "Manila",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
120.966942,
14.616697
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MTQ",
"FIPS_CNTRY": "MB",
"CNTRY_NAME": "Martinique",
"POP_RANK": 6,
"ADMIN_NAME": "Martinique",
"STATUS": "Provincial capital",
"PORT_ID": 11550,
"CITY_NAME": "Fort-De-France",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-61.076000,
14.607440
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HND-LMP",
"FIPS_CNTRY": "HO",
"CNTRY_NAME": "Honduras",
"POP_RANK": 7,
"ADMIN_NAME": "Lempira",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Gracias",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.583298,
14.583300
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-ATH",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Ang Thong",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ang Thong",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.449997,
14.583300
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-SCT",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 7,
"ADMIN_NAME": "Sacatepequez",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Antigua Guatemala",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-90.733299,
14.566700
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "YEM-DHM",
"FIPS_CNTRY": "YM",
"CNTRY_NAME": "Yemen",
"POP_RANK": 7,
"ADMIN_NAME": "Dhamar",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Dhamar",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
44.393002,
14.550000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "YEM-ATQ",
"FIPS_CNTRY": "YM",
"CNTRY_NAME": "Yemen",
"POP_RANK": 7,
"ADMIN_NAME": "'Ataq",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "'Ataq",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
46.799999,
14.550000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-RTL",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 7,
"ADMIN_NAME": "Retalhuleu",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Retalhuleu",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-91.677017,
14.537099
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-SCH",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 7,
"ADMIN_NAME": "Suchitepequez",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Mazatenango",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-91.500366,
14.534211
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TCD-BLT",
"FIPS_CNTRY": "CD",
"CNTRY_NAME": "Chad",
"POP_RANK": 7,
"ADMIN_NAME": "Biltine",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Biltine",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
20.923000,
14.534000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-SRB",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 6,
"ADMIN_NAME": "Saraburi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Saraburi",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.914001,
14.513000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MLI-MOP",
"FIPS_CNTRY": "ML",
"CNTRY_NAME": "Mali",
"POP_RANK": 6,
"ADMIN_NAME": "Mopti",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Mopti",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-4.183000,
14.483000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-SBR",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Suphan Buri",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Supham Buri",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.128998,
14.471000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HND-CMY",
"FIPS_CNTRY": "HO",
"CNTRY_NAME": "Honduras",
"POP_RANK": 7,
"ADMIN_NAME": "Comayagua",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Comayagua",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-87.642998,
14.454000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-ODL",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Oudalan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Gorom Gorom",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.233300,
14.450000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MLI-KAY",
"FIPS_CNTRY": "ML",
"CNTRY_NAME": "Mali",
"POP_RANK": 7,
"ADMIN_NAME": "Kayes",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kayes",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-11.429000,
14.449000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HND-OCT",
"FIPS_CNTRY": "HO",
"CNTRY_NAME": "Honduras",
"POP_RANK": 7,
"ADMIN_NAME": "Ocotepeque",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Nueva Ocotepeque",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-89.181999,
14.437000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-KTM",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 7,
"ADMIN_NAME": "Kon Tum",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kon Tum",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
108.014999,
14.350000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SEN-FTC",
"FIPS_CNTRY": "SG",
"CNTRY_NAME": "Senegal",
"POP_RANK": 7,
"ADMIN_NAME": "Fatick",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Fatick",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-16.416000,
14.344000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-PNS",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 6,
"ADMIN_NAME": "Phra Nakhon Si Ayutthaya",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Phra Nakhon Si Ayutthaya",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.560997,
14.344000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HND-INT",
"FIPS_CNTRY": "HO",
"CNTRY_NAME": "Honduras",
"POP_RANK": 7,
"ADMIN_NAME": "Intibuca",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "La Esperanza",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.166702,
14.333000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HND-LPA",
"FIPS_CNTRY": "HO",
"CNTRY_NAME": "Honduras",
"POP_RANK": 7,
"ADMIN_NAME": "La Paz",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "La Paz",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-87.683998,
14.320000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-ESC",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 6,
"ADMIN_NAME": "Escuintla",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Escuintla",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-90.781998,
14.303000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-JUT",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 7,
"ADMIN_NAME": "Jutiapa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Jutiapa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-89.897003,
14.290000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GTM-SRO",
"FIPS_CNTRY": "GT",
"CNTRY_NAME": "Guatemala",
"POP_RANK": 7,
"ADMIN_NAME": "Santa Rosa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Cuilapa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-90.297997,
14.279000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-NNA",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Nakhon Nayok",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Nakhon Nayok",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
101.216003,
14.200000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SEN-KLC",
"FIPS_CNTRY": "SG",
"CNTRY_NAME": "Senegal",
"POP_RANK": 5,
"ADMIN_NAME": "Kaolack",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kaolack",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-16.096001,
14.143000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TCD-KAN",
"FIPS_CNTRY": "CD",
"CNTRY_NAME": "Chad",
"POP_RANK": 7,
"ADMIN_NAME": "Kanem",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Mao",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
15.317000,
14.122000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HND-FMR",
"FIPS_CNTRY": "HO",
"CNTRY_NAME": "Honduras",
"POP_RANK": 3,
"ADMIN_NAME": "Francisco Morazan",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tegucigalpa",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-87.203003,
14.099000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-SOM",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Soum",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Djibo",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-1.627000,
14.099000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MMR-TNS",
"FIPS_CNTRY": "BM",
"CNTRY_NAME": "Myanmar",
"POP_RANK": 6,
"ADMIN_NAME": "Tenasserim",
"STATUS": "Provincial capital",
"PORT_ID": 49680,
"CITY_NAME": "Tavoy",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
98.202003,
14.084000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SLV-CHL",
"FIPS_CNTRY": "ES",
"CNTRY_NAME": "El Salvador",
"POP_RANK": 7,
"ADMIN_NAME": "Chalatenango",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Chalatenango",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-89.094002,
14.072000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-PBU",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Prachin Buri",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Prachin Buri",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
101.377998,
14.049000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-SEN",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Seno",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Dori",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.028000,
14.034000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-PTH",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Pathum Thani",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Pathum Thani",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.533302,
14.016700
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LCA",
"FIPS_CNTRY": "ST",
"CNTRY_NAME": "St. Lucia",
"POP_RANK": 6,
"ADMIN_NAME": "St. Lucia",
"STATUS": "National capital",
"PORT_ID": 11630,
"CITY_NAME": "Castries",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-60.983002,
14.000000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SLV-SAN",
"FIPS_CNTRY": "ES",
"CNTRY_NAME": "El Salvador",
"POP_RANK": 5,
"ADMIN_NAME": "Santa Ana",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Santa Ana",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-89.553001,
13.996000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "YEM-ABD",
"FIPS_CNTRY": "YM",
"CNTRY_NAME": "Yemen",
"POP_RANK": 7,
"ADMIN_NAME": "Al Bayda'",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Al Bayda",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
45.574001,
13.979000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "YEM-IBB",
"FIPS_CNTRY": "YM",
"CNTRY_NAME": "Yemen",
"POP_RANK": 7,
"ADMIN_NAME": "Ibb",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ibb",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
44.179001,
13.968000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-GLA",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 6,
"ADMIN_NAME": "Gia Lai",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Play Cu",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
108.016670,
13.950000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HND-EPA",
"FIPS_CNTRY": "HO",
"CNTRY_NAME": "Honduras",
"POP_RANK": 7,
"ADMIN_NAME": "El Paraiso",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Yuscaran",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-86.850998,
13.944000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SLV-AHC",
"FIPS_CNTRY": "ES",
"CNTRY_NAME": "El Salvador",
"POP_RANK": 7,
"ADMIN_NAME": "Ahuachapan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ahuachapan",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-89.845001,
13.919000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SLV-CBN",
"FIPS_CNTRY": "ES",
"CNTRY_NAME": "El Salvador",
"POP_RANK": 7,
"ADMIN_NAME": "Cabanas",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sensuntepeque",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.633301,
13.866700
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-NNT",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Nonthaburi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Nonthaburi",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.519852,
13.848032
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TCD-OUA",
"FIPS_CNTRY": "CD",
"CNTRY_NAME": "Chad",
"POP_RANK": 7,
"ADMIN_NAME": "Ouaddai",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Abeche",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
20.832001,
13.837000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-NPT",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Nakhon Pathom",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Nakhon Pathom",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.064003,
13.818000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KHM-PVI",
"FIPS_CNTRY": "CB",
"CNTRY_NAME": "Cambodia",
"POP_RANK": 7,
"ADMIN_NAME": "Preah Vihear",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Phnum Tbeng Meanchey",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
104.966698,
13.816700
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NER-ZND",
"FIPS_CNTRY": "NG",
"CNTRY_NAME": "Niger",
"POP_RANK": 5,
"ADMIN_NAME": "Zinder",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Zinder",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
8.994000,
13.797000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SEN-TMB",
"FIPS_CNTRY": "SG",
"CNTRY_NAME": "Senegal",
"POP_RANK": 7,
"ADMIN_NAME": "Tambacounda",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tambacounda",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-13.678000,
13.773000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-BDN",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 5,
"ADMIN_NAME": "Binh Dinh",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Qui Nhon",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
109.233330,
13.766667
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-KTH",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 1,
"ADMIN_NAME": "Krung Thep",
"STATUS": "National and provincial capital",
"PORT_ID": 57450,
"CITY_NAME": "Bangkok",
"POP_CLASS": "5,000,000 and greater"
},
"geometry": {
"type": "Point",
"coordinates": [
100.516670,
13.750000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SLV-SNS",
"FIPS_CNTRY": "ES",
"CNTRY_NAME": "El Salvador",
"POP_RANK": 7,
"ADMIN_NAME": "Sonsonate",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sonsonate",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-89.719002,
13.721000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SLV-SSL",
"FIPS_CNTRY": "ES",
"CNTRY_NAME": "El Salvador",
"POP_RANK": 4,
"ADMIN_NAME": "San Salvador",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "San Salvador",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-89.200233,
13.701412
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SLV-MRZ",
"FIPS_CNTRY": "ES",
"CNTRY_NAME": "El Salvador",
"POP_RANK": 7,
"ADMIN_NAME": "Morazan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "San Francisco Gotera",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.099998,
13.700000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-CHC",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Chachoengsao",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Chachoengsao",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
101.075996,
13.679000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SLV-LLB",
"FIPS_CNTRY": "ES",
"CNTRY_NAME": "El Salvador",
"POP_RANK": 6,
"ADMIN_NAME": "La Libertad",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Nueva San Salvador",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-89.290001,
13.674000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SLV-SVC",
"FIPS_CNTRY": "ES",
"CNTRY_NAME": "El Salvador",
"POP_RANK": 7,
"ADMIN_NAME": "San Vicente",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "San Vicente",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.785004,
13.641000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NIC-NSE",
"FIPS_CNTRY": "NU",
"CNTRY_NAME": "Nicaragua",
"POP_RANK": 7,
"ADMIN_NAME": "Nueva Segovia",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ocotal",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-86.473000,
13.630000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SDN-DRF",
"FIPS_CNTRY": "SU",
"CNTRY_NAME": "Sudan",
"POP_RANK": 6,
"ADMIN_NAME": "Darfur",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "El Fasher",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
25.350000,
13.627000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-SPR",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 6,
"ADMIN_NAME": "Samut Prakan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Samut Prakan",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.603996,
13.588000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "YEM-TAZ",
"FIPS_CNTRY": "YM",
"CNTRY_NAME": "Yemen",
"POP_RANK": 5,
"ADMIN_NAME": "Ta'izz",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ta'izz",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
44.014999,
13.570000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-YTN",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Yatenga",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ouahigouya",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-2.417000,
13.569000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GMB-MIS",
"FIPS_CNTRY": "GA",
"CNTRY_NAME": "The Gambia",
"POP_RANK": 7,
"ADMIN_NAME": "MacCarthy Island",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Georgetown",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-14.767000,
13.551000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-SSH",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 6,
"ADMIN_NAME": "Samut Sakhon",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Samut Sakhon",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.274002,
13.536000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HND-VAL",
"FIPS_CNTRY": "HO",
"CNTRY_NAME": "Honduras",
"POP_RANK": 7,
"ADMIN_NAME": "Valle",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Nacaome",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-87.488998,
13.528000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KHM-STR",
"FIPS_CNTRY": "CB",
"CNTRY_NAME": "Cambodia",
"POP_RANK": 7,
"ADMIN_NAME": "Stoeng Treng",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Stoeng Treng",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.973999,
13.523000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NER-NIA",
"FIPS_CNTRY": "NG",
"CNTRY_NAME": "Niger",
"POP_RANK": 4,
"ADMIN_NAME": "Niamey",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Niamey",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
2.120000,
13.514000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SLV-LPA",
"FIPS_CNTRY": "ES",
"CNTRY_NAME": "El Salvador",
"POP_RANK": 7,
"ADMIN_NAME": "La Paz",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Zacatecoluca",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.867996,
13.508000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KHM-RTN",
"FIPS_CNTRY": "CB",
"CNTRY_NAME": "Cambodia",
"POP_RANK": 7,
"ADMIN_NAME": "Rotanokiri",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Lumphat",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.981003,
13.507000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-RTC",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Ratchaburi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ratchaburi",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
99.900002,
13.500000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ETH-TGR",
"FIPS_CNTRY": "ET",
"CNTRY_NAME": "Ethiopia",
"POP_RANK": 6,
"ADMIN_NAME": "Tigray",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Mek'ele",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
39.473999,
13.496000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GMB-NBA",
"FIPS_CNTRY": "GA",
"CNTRY_NAME": "The Gambia",
"POP_RANK": 7,
"ADMIN_NAME": "North Bank",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kerewan",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-16.094999,
13.494000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NER-MAR",
"FIPS_CNTRY": "NG",
"CNTRY_NAME": "Niger",
"POP_RANK": 5,
"ADMIN_NAME": "Maradi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Maradi",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
7.101000,
13.490000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NIC-MDR",
"FIPS_CNTRY": "NU",
"CNTRY_NAME": "Nicaragua",
"POP_RANK": 7,
"ADMIN_NAME": "Madriz",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Somoto",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-86.583000,
13.476000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SLV-SMI",
"FIPS_CNTRY": "ES",
"CNTRY_NAME": "El Salvador",
"POP_RANK": 6,
"ADMIN_NAME": "San Miguel",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "San Miguel",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.177002,
13.473000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GUM",
"FIPS_CNTRY": "GQ",
"CNTRY_NAME": "Guam",
"POP_RANK": 6,
"ADMIN_NAME": "Guam",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Agana",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
144.746994,
13.467000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TCD-LAC",
"FIPS_CNTRY": "CD",
"CNTRY_NAME": "Chad",
"POP_RANK": 7,
"ADMIN_NAME": "Lac",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bol",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
14.716700,
13.466000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GMB-BNJ",
"FIPS_CNTRY": "GA",
"CNTRY_NAME": "The Gambia",
"POP_RANK": 6,
"ADMIN_NAME": "Banjul",
"STATUS": "National capital and provincial capital enclave",
"PORT_ID": 45825,
"CITY_NAME": "Banjul",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-16.596792,
13.463950
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GMB-BNJ",
"FIPS_CNTRY": "GA",
"CNTRY_NAME": "The Gambia",
"POP_RANK": 7,
"ADMIN_NAME": "Banjul",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bathurst",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-16.589001,
13.455000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MLI-SEG",
"FIPS_CNTRY": "ML",
"CNTRY_NAME": "Mali",
"POP_RANK": 6,
"ADMIN_NAME": "Segou",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Segou",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-6.255000,
13.436000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-SSN",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Samut Songkhram",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Samut Songkhram",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.000999,
13.413000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GMB-LRI",
"FIPS_CNTRY": "GA",
"CNTRY_NAME": "The Gambia",
"POP_RANK": 7,
"ADMIN_NAME": "Lower River",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Mansa Konko",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-15.678561,
13.377312
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KHM-SOM",
"FIPS_CNTRY": "CB",
"CNTRY_NAME": "Cambodia",
"POP_RANK": 6,
"ADMIN_NAME": "Siemreab-Otdar Meanchey",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Siemreab",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
103.863998,
13.369000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-CBU",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Chon Buri",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Chon Buri",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.987000,
13.368000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SLV-USL",
"FIPS_CNTRY": "ES",
"CNTRY_NAME": "El Salvador",
"POP_RANK": 7,
"ADMIN_NAME": "Usulutan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Usulutan",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.431999,
13.346000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SLV-LUN",
"FIPS_CNTRY": "ES",
"CNTRY_NAME": "El Salvador",
"POP_RANK": 7,
"ADMIN_NAME": "La Union",
"STATUS": "Provincial capital",
"PORT_ID": 15600,
"CITY_NAME": "La Union",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-87.838997,
13.332000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NER-DIF",
"FIPS_CNTRY": "NG",
"CNTRY_NAME": "Niger",
"POP_RANK": 7,
"ADMIN_NAME": "Diffa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Diffa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
12.616700,
13.316700
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GMB-URI",
"FIPS_CNTRY": "GA",
"CNTRY_NAME": "The Gambia",
"POP_RANK": 7,
"ADMIN_NAME": "Upper River",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Basse Santa Su",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-14.223000,
13.310000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "HND-CHL",
"FIPS_CNTRY": "HO",
"CNTRY_NAME": "Honduras",
"POP_RANK": 6,
"ADMIN_NAME": "Choluteca",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Choluteca",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-87.194000,
13.303000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GMB-WST",
"FIPS_CNTRY": "GA",
"CNTRY_NAME": "The Gambia",
"POP_RANK": 7,
"ADMIN_NAME": "Western",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Brikama",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-16.653000,
13.279000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TCD-BAT",
"FIPS_CNTRY": "CD",
"CNTRY_NAME": "Chad",
"POP_RANK": 7,
"ADMIN_NAME": "Batha",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ati",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
18.337999,
13.214000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SDN-KRD",
"FIPS_CNTRY": "SU",
"CNTRY_NAME": "Sudan",
"POP_RANK": 5,
"ADMIN_NAME": "Kurdufan",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "El Obeid",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
30.160000,
13.180000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VCT",
"FIPS_CNTRY": "VC",
"CNTRY_NAME": "St. Vincent & the Grenadines",
"POP_RANK": 7,
"ADMIN_NAME": "St. Vincent & the Grenadines",
"STATUS": "National capital",
"PORT_ID": 11640,
"CITY_NAME": "Kingstown",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-61.229313,
13.155361
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-PHB",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Phetchaburi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Phet Buri",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
99.949997,
13.100000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BRB",
"FIPS_CNTRY": "BB",
"CNTRY_NAME": "Barbados",
"POP_RANK": 7,
"ADMIN_NAME": "Barbados",
"STATUS": "National capital",
"PORT_ID": 11690,
"CITY_NAME": "Bridgetown",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-59.615849,
13.095871
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NIC-JNT",
"FIPS_CNTRY": "NU",
"CNTRY_NAME": "Nicaragua",
"POP_RANK": 7,
"ADMIN_NAME": "Jinotega",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Jinotega",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-86.000000,
13.091000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KHM-BTD",
"FIPS_CNTRY": "CB",
"CNTRY_NAME": "Cambodia",
"POP_RANK": 6,
"ADMIN_NAME": "Batdambang",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Batdambang",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
103.204002,
13.089000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-SNM",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Sanmatenga",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kaya",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-1.088000,
13.088000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NIC-EST",
"FIPS_CNTRY": "NU",
"CNTRY_NAME": "Nicaragua",
"POP_RANK": 7,
"ADMIN_NAME": "Esteli",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Esteli",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-86.356003,
13.087000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-PYN",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 7,
"ADMIN_NAME": "Phu Yen",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tuy Hoa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
109.316002,
13.082000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-SOR",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Sourou",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tougan",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-3.070000,
13.069000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-TNA",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 2,
"ADMIN_NAME": "Tamil Nadu",
"STATUS": "Provincial capital",
"PORT_ID": 49450,
"CITY_NAME": "Madras",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
80.248001,
13.062000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-SOK",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 5,
"ADMIN_NAME": "Sokoto",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sokoto",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
5.246000,
13.057000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NER-DOS",
"FIPS_CNTRY": "NG",
"CNTRY_NAME": "Niger",
"POP_RANK": 7,
"ADMIN_NAME": "Dosso",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Dosso",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
3.204000,
13.047000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "YEM-LHJ",
"FIPS_CNTRY": "YM",
"CNTRY_NAME": "Yemen",
"POP_RANK": 7,
"ADMIN_NAME": "Lahij",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Lahij",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
44.900002,
13.033300
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-KAT",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 5,
"ADMIN_NAME": "Katsina",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Katsina",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
7.606000,
12.993000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-KRN",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 2,
"ADMIN_NAME": "Karnataka",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Bangalore",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
77.587730,
12.974751
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-GNG",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Gnagna",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bogande",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.138000,
12.969000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-PSS",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Passore",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Yako",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-2.263000,
12.954000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NIC-MTG",
"FIPS_CNTRY": "NU",
"CNTRY_NAME": "Nicaragua",
"POP_RANK": 6,
"ADMIN_NAME": "Matagalpa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Matagalpa",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-85.917000,
12.921000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SEN-KLD",
"FIPS_CNTRY": "SG",
"CNTRY_NAME": "Senegal",
"POP_RANK": 7,
"ADMIN_NAME": "Kolda",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kolda",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-14.944000,
12.900000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "YEM-ADN",
"FIPS_CNTRY": "YM",
"CNTRY_NAME": "Yemen",
"POP_RANK": 4,
"ADMIN_NAME": "Aden",
"STATUS": "Other",
"PORT_ID": 48190,
"CITY_NAME": "Aden",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
45.041504,
12.766245
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-KSS",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Kossi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Nouna",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-3.860000,
12.729000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KHM-KTH",
"FIPS_CNTRY": "CB",
"CNTRY_NAME": "Cambodia",
"POP_RANK": 7,
"ADMIN_NAME": "Kampong Thum",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kampong Thum",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
104.889000,
12.712000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-RYN",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Rayong",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Rayong",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
101.285004,
12.677000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-DLA",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 6,
"ADMIN_NAME": "Dac Lac",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Buon Me Thuot",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
108.050003,
12.666667
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-NMT",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Namentenga",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Boulsa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.569000,
12.657000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MLI-BAM",
"FIPS_CNTRY": "ML",
"CNTRY_NAME": "Mali",
"POP_RANK": 3,
"ADMIN_NAME": "Bamako",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bamako",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-7.986482,
12.652950
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NIC-CHN",
"FIPS_CNTRY": "NU",
"CNTRY_NAME": "Nicaragua",
"POP_RANK": 6,
"ADMIN_NAME": "Chinandega",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Chinandega",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-87.129997,
12.624000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-CHN",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Chanthaburi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Chanthaburi",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
102.116997,
12.606000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ETH-GND",
"FIPS_CNTRY": "ET",
"CNTRY_NAME": "Ethiopia",
"POP_RANK": 6,
"ADMIN_NAME": "Gonder",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Gonder",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
37.467999,
12.600000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SEN-ZGN",
"FIPS_CNTRY": "SG",
"CNTRY_NAME": "Senegal",
"POP_RANK": 5,
"ADMIN_NAME": "Ziguinchor",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ziguinchor",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-16.284000,
12.580000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-OBR",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Oubritenga",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ziniare",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-1.293000,
12.577000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KHM-PTH",
"FIPS_CNTRY": "CB",
"CNTRY_NAME": "Cambodia",
"POP_RANK": 7,
"ADMIN_NAME": "Pouthisat",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Pouthisat",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
103.928001,
12.534000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ABW",
"FIPS_CNTRY": "AA",
"CNTRY_NAME": "Aruba",
"POP_RANK": 7,
"ADMIN_NAME": "Aruba",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Oranjestad",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-70.026001,
12.525000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GNB-OIO",
"FIPS_CNTRY": "PU",
"CNTRY_NAME": "Guinea-Bissau",
"POP_RANK": 7,
"ADMIN_NAME": "Oio",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Farim",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-15.227000,
12.493000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-KND",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Koundara",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Koundara",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-13.296000,
12.480000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-KDG",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 4,
"ADMIN_NAME": "Kadiogo",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ouagadougou",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-1.670000,
12.480000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NIC-BOA",
"FIPS_CNTRY": "NU",
"CNTRY_NAME": "Nicaragua",
"POP_RANK": 7,
"ADMIN_NAME": "Boaco",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Boaco",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-85.660004,
12.471000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KHM-KRC",
"FIPS_CNTRY": "CB",
"CNTRY_NAME": "Cambodia",
"POP_RANK": 7,
"ADMIN_NAME": "Kracheh",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kracheh",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.024002,
12.469000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-MHN",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Mouhoun",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Dedougou",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-3.464000,
12.455000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-KEB",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 7,
"ADMIN_NAME": "Kebbi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Birnin Kebbi",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
4.197000,
12.455000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KHM-MKI",
"FIPS_CNTRY": "CB",
"CNTRY_NAME": "Cambodia",
"POP_RANK": 7,
"ADMIN_NAME": "Mondol Kiri",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Senmonorom",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
107.199997,
12.450000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NIC-LEO",
"FIPS_CNTRY": "NU",
"CNTRY_NAME": "Nicaragua",
"POP_RANK": 5,
"ADMIN_NAME": "Leon",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Leon",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-86.880997,
12.433000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-SNG",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Sanguie",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Reo",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-2.466946,
12.333488
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GNB-GAB",
"FIPS_CNTRY": "PU",
"CNTRY_NAME": "Guinea-Bissau",
"POP_RANK": 7,
"ADMIN_NAME": "Gabu",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Gabu",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-14.234000,
12.280000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GNB-CAC",
"FIPS_CNTRY": "PU",
"CNTRY_NAME": "Guinea-Bissau",
"POP_RANK": 7,
"ADMIN_NAME": "Cacheu",
"STATUS": "Provincial capital",
"PORT_ID": 45835,
"CITY_NAME": "Cacheu",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-16.165001,
12.269000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KHM-KCN",
"FIPS_CNTRY": "CB",
"CNTRY_NAME": "Cambodia",
"POP_RANK": 7,
"ADMIN_NAME": "Kampong Chhnang",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kampong Chnang",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
104.664001,
12.257000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-BLK",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 6,
"ADMIN_NAME": "Boulkiemde",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Koudougou",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-2.364000,
12.249000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-GNZ",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Ganzourgou",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Zorgo",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.611000,
12.243000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-KHO",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 5,
"ADMIN_NAME": "Khanh Hoa",
"STATUS": "Provincial capital",
"PORT_ID": 57620,
"CITY_NAME": "Nha Trang",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
109.203003,
12.243000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-TRA",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Trat",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Trat",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
102.509003,
12.237000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TCD-GUE",
"FIPS_CNTRY": "CD",
"CNTRY_NAME": "Chad",
"POP_RANK": 7,
"ADMIN_NAME": "Guera",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Mongo",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
18.698000,
12.187000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-KRT",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Kouritenga",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Koupela",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.356000,
12.177000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GNB-BAF",
"FIPS_CNTRY": "PU",
"CNTRY_NAME": "Guinea-Bissau",
"POP_RANK": 7,
"ADMIN_NAME": "Bafata",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bafata",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-14.690000,
12.168000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NIC-MAN",
"FIPS_CNTRY": "NU",
"CNTRY_NAME": "Nicaragua",
"POP_RANK": 3,
"ADMIN_NAME": "Managua",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Managua",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-86.273003,
12.151000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ANT",
"FIPS_CNTRY": "NT",
"CNTRY_NAME": "Netherlands Antilles",
"POP_RANK": 6,
"ADMIN_NAME": "Netherlands Antilles",
"STATUS": "Provincial capital",
"PORT_ID": 11810,
"CITY_NAME": "Willemstad",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-68.970551,
12.138784
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TCD-CBG",
"FIPS_CNTRY": "CD",
"CNTRY_NAME": "Chad",
"POP_RANK": 3,
"ADMIN_NAME": "Chari-Baguirmi",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ndjamena",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
15.240824,
12.104139
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NIC-CHT",
"FIPS_CNTRY": "NU",
"CNTRY_NAME": "Nicaragua",
"POP_RANK": 7,
"ADMIN_NAME": "Chontales",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Juigalpa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-85.370003,
12.104000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-MLI",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Mali",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Mali",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-12.301000,
12.084000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-TAP",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Tapoa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Diapaga",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
1.796000,
12.077000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GRD",
"FIPS_CNTRY": "GJ",
"CNTRY_NAME": "Grenada",
"POP_RANK": 7,
"ADMIN_NAME": "Grenada",
"STATUS": "National capital",
"PORT_ID": 11670,
"CITY_NAME": "Saint George's",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-61.744999,
12.065000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-BZG",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Bazega",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kombissiri",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-1.334000,
12.064000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-GRM",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Gourma",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Fada Ngourma",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
0.361000,
12.055000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NIC-ZEL",
"FIPS_CNTRY": "NU",
"CNTRY_NAME": "Nicaragua",
"POP_RANK": 7,
"ADMIN_NAME": "Zelaya",
"STATUS": "Provincial capital",
"PORT_ID": 9770,
"CITY_NAME": "Bluefields",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-83.765999,
12.011000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-KAN",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 3,
"ADMIN_NAME": "Kano",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kano",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
8.500000,
12.000000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KHM-KCH",
"FIPS_CNTRY": "CB",
"CNTRY_NAME": "Cambodia",
"POP_RANK": 7,
"ADMIN_NAME": "Kampong Cham",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kampong Cham",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.464996,
11.991000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NIC-MAS",
"FIPS_CNTRY": "NU",
"CNTRY_NAME": "Nicaragua",
"POP_RANK": 6,
"ADMIN_NAME": "Masaya",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Masaya",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-86.095001,
11.969000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DJI-OBC",
"FIPS_CNTRY": "DJ",
"CNTRY_NAME": "Djibouti",
"POP_RANK": 7,
"ADMIN_NAME": "Obock",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Obock",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
43.291000,
11.967000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-LDO",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 5,
"ADMIN_NAME": "Lam Dong",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Da Lat",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
108.442001,
11.945000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-PND",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 5,
"ADMIN_NAME": "Pondicherry",
"STATUS": "Provincial capital",
"PORT_ID": 49430,
"CITY_NAME": "Pondicherry",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
79.836998,
11.933000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NIC-GRN",
"FIPS_CNTRY": "NU",
"CNTRY_NAME": "Nicaragua",
"POP_RANK": 6,
"ADMIN_NAME": "Granada",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Granada",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-85.959999,
11.928000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-BOR",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 4,
"ADMIN_NAME": "Borno",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Maiduguri",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
13.161000,
11.851000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NIC-CAR",
"FIPS_CNTRY": "NU",
"CNTRY_NAME": "Nicaragua",
"POP_RANK": 7,
"ADMIN_NAME": "Carazo",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Jinotepe",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-86.195000,
11.846000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-PKK",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Prachuap Khiri Khan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Prachuap Khiri Khan",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
99.800003,
11.803000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-JIG",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 7,
"ADMIN_NAME": "Jigawa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Dutse",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
9.350341,
11.799188
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DJI-TDJ",
"FIPS_CNTRY": "DJ",
"CNTRY_NAME": "Djibouti",
"POP_RANK": 7,
"ADMIN_NAME": "Tadjoura",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tadjoura",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
42.900002,
11.783300
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-BLG",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Boulgou",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tenkodogo",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.359000,
11.774000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GNB-QNR",
"FIPS_CNTRY": "PU",
"CNTRY_NAME": "Guinea-Bissau",
"POP_RANK": 7,
"ADMIN_NAME": "Quinara",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Fulacunda",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-15.195000,
11.773000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-GAO",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Gaoual",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Gaoual",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-13.213000,
11.754000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-YOB",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 7,
"ADMIN_NAME": "Yobe",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Damaturu",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
11.966000,
11.749000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-AAN",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 6,
"ADMIN_NAME": "Andaman and Nicobar Islands",
"STATUS": "Provincial capital",
"PORT_ID": 49720,
"CITY_NAME": "Port Blair",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
92.758331,
11.667563
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-ZND",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Zoundweogo",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Manga",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-1.065000,
11.662000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KHM-KKO",
"FIPS_CNTRY": "CB",
"CNTRY_NAME": "Cambodia",
"POP_RANK": 7,
"ADMIN_NAME": "Kaoh Kong",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Krong Kaoh Kong",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
103.042633,
11.613940
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GNB-BOL",
"FIPS_CNTRY": "PU",
"CNTRY_NAME": "Guinea-Bissau",
"POP_RANK": 7,
"ADMIN_NAME": "Bolama",
"STATUS": "Provincial capital",
"PORT_ID": 45840,
"CITY_NAME": "Bolama",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-15.486000,
11.583000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KHM-PPE",
"FIPS_CNTRY": "CB",
"CNTRY_NAME": "Cambodia",
"POP_RANK": 3,
"ADMIN_NAME": "Phnum Penh",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Phnom Penh",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
104.913193,
11.564736
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "COL-LGU",
"FIPS_CNTRY": "CO",
"CNTRY_NAME": "Colombia",
"POP_RANK": 7,
"ADMIN_NAME": "La Guajira",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Riohacha",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-72.898003,
11.552000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DJI-DJI",
"FIPS_CNTRY": "DJ",
"CNTRY_NAME": "Djibouti",
"POP_RANK": 4,
"ADMIN_NAME": "Djibouti",
"STATUS": "National and provincial capital",
"PORT_ID": 47850,
"CITY_NAME": "Djibouti",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
43.099998,
11.500000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KHM-PVE",
"FIPS_CNTRY": "CB",
"CNTRY_NAME": "Cambodia",
"POP_RANK": 7,
"ADMIN_NAME": "Prey Veng",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Prey Veng",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.323997,
11.484000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KHM-KSP",
"FIPS_CNTRY": "CB",
"CNTRY_NAME": "Cambodia",
"POP_RANK": 7,
"ADMIN_NAME": "Kampong Spoe",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kampong Spoe",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
104.518997,
11.452000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-TOU",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Tougue",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tongue",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-11.670000,
11.440000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NIC-RIV",
"FIPS_CNTRY": "NU",
"CNTRY_NAME": "Nicaragua",
"POP_RANK": 7,
"ADMIN_NAME": "Rivas",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Rivas",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-85.833000,
11.432000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-SIG",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Siguiri",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Siguiri",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-9.179000,
11.419000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-FLC",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 5,
"ADMIN_NAME": "Falcon",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Coro",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-69.678001,
11.403000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-LAB",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 5,
"ADMIN_NAME": "Labe",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Labe",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-12.299000,
11.323000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-TNI",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 7,
"ADMIN_NAME": "Tay Ninh",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tay Ninh",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.147003,
11.323000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "MLI-SKS",
"FIPS_CNTRY": "ML",
"CNTRY_NAME": "Mali",
"POP_RANK": 6,
"ADMIN_NAME": "Sikasso",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sikasso",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-5.673000,
11.315000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-DNG",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Dinguiraye",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Dinguiraye",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-10.726000,
11.299000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SOM-BAR",
"FIPS_CNTRY": "SO",
"CNTRY_NAME": "Somalia",
"POP_RANK": 7,
"ADMIN_NAME": "Bari",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Boosaaso",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
49.166698,
11.259149
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "COL-MGD",
"FIPS_CNTRY": "CO",
"CNTRY_NAME": "Colombia",
"POP_RANK": 5,
"ADMIN_NAME": "Magdalena",
"STATUS": "Provincial capital",
"PORT_ID": 11940,
"CITY_NAME": "Santa Marta",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-74.181000,
11.250000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GNB-TMB",
"FIPS_CNTRY": "PU",
"CNTRY_NAME": "Guinea-Bissau",
"POP_RANK": 7,
"ADMIN_NAME": "Tombali",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Catio",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-15.166700,
11.216700
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-HUT",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 5,
"ADMIN_NAME": "Houet",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bobo Dioulasso",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-4.292000,
11.178000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-NHR",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Nahouri",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Po",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-1.135000,
11.169000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DJI-ASA",
"FIPS_CNTRY": "DJ",
"CNTRY_NAME": "Djibouti",
"POP_RANK": 7,
"ADMIN_NAME": "'Ali Sabih",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ali Sabieh",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
42.712002,
11.152000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "DJI-DKH",
"FIPS_CNTRY": "DJ",
"CNTRY_NAME": "Djibouti",
"POP_RANK": 7,
"ADMIN_NAME": "Dikhil",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Dikhil",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
42.372002,
11.104000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-SSS",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Sissili",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Leo",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-2.098000,
11.094000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-PIT",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Pita",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Pita",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-12.401000,
11.080000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KHM-SRI",
"FIPS_CNTRY": "CB",
"CNTRY_NAME": "Cambodia",
"POP_RANK": 7,
"ADMIN_NAME": "Svay Rieng",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Svay Rieng",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.801003,
11.080000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-NES",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 7,
"ADMIN_NAME": "Neuva Esparta",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "La Asuncion",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-63.883331,
11.033333
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TCD-SLM",
"FIPS_CNTRY": "CD",
"CNTRY_NAME": "Chad",
"POP_RANK": 7,
"ADMIN_NAME": "Salamat",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Am Timan",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
20.283300,
11.033300
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "COL-ATL",
"FIPS_CNTRY": "CO",
"CNTRY_NAME": "Colombia",
"POP_RANK": 3,
"ADMIN_NAME": "Atlantico",
"STATUS": "Provincial capital",
"PORT_ID": 11930,
"CITY_NAME": "Barranquilla",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-74.806000,
10.984000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KHM-TAK",
"FIPS_CNTRY": "CB",
"CNTRY_NAME": "Cambodia",
"POP_RANK": 7,
"ADMIN_NAME": "Takev",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Takev",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
104.783302,
10.983300
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-KND",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Kenedougou",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Orodara",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-4.908000,
10.974000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-SBE",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 7,
"ADMIN_NAME": "Song Be",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Thu Dau Mot",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.652748,
10.969072
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-BGR",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Bougouriba",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Diebougou",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-3.248000,
10.952000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-DNA",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 5,
"ADMIN_NAME": "Dong Nai",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bien Hoa",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.816666,
10.950000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-BOK",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Boke",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Boke",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-14.297000,
10.939000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-BTN",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 5,
"ADMIN_NAME": "Binh Thuan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Phan Thiet",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
108.103996,
10.921000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-TLM",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Telimele",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Telimele",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-13.043000,
10.905000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GHA-UPE",
"FIPS_CNTRY": "GH",
"CNTRY_NAME": "Ghana",
"POP_RANK": 7,
"ADMIN_NAME": "Upper East",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bolgatanga",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.866700,
10.766700
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-HCM",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 2,
"ADMIN_NAME": "Ho Chi Minh",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Ho Chi Minh City",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.662453,
10.759182
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-DAB",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Dabola",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Dabola",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-11.109000,
10.748000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-DAL",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Dalaba",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Dalaba",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-12.272000,
10.656000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-KRS",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Kouroussa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kouroussa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-9.892000,
10.653000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-ZUL",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 2,
"ADMIN_NAME": "Zulia",
"STATUS": "Provincial capital",
"PORT_ID": 11960,
"CITY_NAME": "Maracaibo",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.637001,
10.645000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TTO",
"FIPS_CNTRY": "TD",
"CNTRY_NAME": "Trinidad & Tobago",
"POP_RANK": 6,
"ADMIN_NAME": "Trinidad & Tobago",
"STATUS": "National capital",
"PORT_ID": 11720,
"CITY_NAME": "Port of Spain",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-61.490063,
10.639734
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-COM",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Comoe",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Banfora",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-4.758000,
10.627000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CRI-GNC",
"FIPS_CNTRY": "CS",
"CNTRY_NAME": "Costa Rica",
"POP_RANK": 7,
"ADMIN_NAME": "Guanacaste",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Liberia",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-85.436996,
10.626000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "KHM-KMP",
"FIPS_CNTRY": "CB",
"CNTRY_NAME": "Cambodia",
"POP_RANK": 7,
"ADMIN_NAME": "Kampot",
"STATUS": "Provincial capital",
"PORT_ID": 57500,
"CITY_NAME": "Kampot",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
104.181999,
10.606000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CMR-ENO",
"FIPS_CNTRY": "CM",
"CNTRY_NAME": "Cameroon",
"POP_RANK": 5,
"ADMIN_NAME": "Extreme-Nord",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Maroua",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
14.328000,
10.593000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SOM-SAN",
"FIPS_CNTRY": "SO",
"CNTRY_NAME": "Somalia",
"POP_RANK": 7,
"ADMIN_NAME": "Sanaag",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ceerigaabo",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
47.333302,
10.583300
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-LKS",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 7,
"ADMIN_NAME": "Lakshadweep",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kavaratti",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
72.633156,
10.550958
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-LAN",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 6,
"ADMIN_NAME": "Long An",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tan An",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.413002,
10.531000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-KAD",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 4,
"ADMIN_NAME": "Kaduna",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kaduna",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
7.443000,
10.519000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-DFD",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 2,
"ADMIN_NAME": "Distrito Federal",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Caracas",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-66.898285,
10.496049
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-CHM",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Chumphon",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Chumphon",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
99.177002,
10.493000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-TNG",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Tengrela",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tingrela",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-6.409000,
10.481000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "COL-CES",
"FIPS_CNTRY": "CO",
"CNTRY_NAME": "Colombia",
"POP_RANK": 5,
"ADMIN_NAME": "Cesar",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Valledupar",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.250999,
10.467000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-DTH",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 7,
"ADMIN_NAME": "Dong Thap",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Cao Lanh",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.636002,
10.467000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-SUC",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 5,
"ADMIN_NAME": "Sucre",
"STATUS": "Provincial capital",
"PORT_ID": 12220,
"CITY_NAME": "Cumana",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-64.181999,
10.454000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "COL-BLV",
"FIPS_CNTRY": "CO",
"CNTRY_NAME": "Colombia",
"POP_RANK": 3,
"ADMIN_NAME": "Bolivar",
"STATUS": "Provincial capital",
"PORT_ID": 11910,
"CITY_NAME": "Cartagena",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-75.533997,
10.414000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-KNK",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 5,
"ADMIN_NAME": "Kankan",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kankan",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-9.306000,
10.384000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-AGI",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 5,
"ADMIN_NAME": "An Giang",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Long Xuyen",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.438004,
10.382000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-FRI",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Fria",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Fria",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-13.552000,
10.378000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-MAM",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Mamou",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Mamou",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-12.092000,
10.374000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-TGI",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 5,
"ADMIN_NAME": "Tien Giang",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "My Tho",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.366997,
10.354000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-MRN",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 5,
"ADMIN_NAME": "Miranda",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Los Teques",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-67.040001,
10.342000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-YRC",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 6,
"ADMIN_NAME": "Yaracuy",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "San Felipe",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-68.746002,
10.336000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ETH-GOJ",
"FIPS_CNTRY": "ET",
"CNTRY_NAME": "Ethiopia",
"POP_RANK": 7,
"ADMIN_NAME": "Gojam",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Debre Markos",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
37.730000,
10.334000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BFA-PON",
"FIPS_CNTRY": "UV",
"CNTRY_NAME": "Burkina Faso",
"POP_RANK": 7,
"ADMIN_NAME": "Poni",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Gaoua",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-3.174000,
10.325000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BEN-ATK",
"FIPS_CNTRY": "BN",
"CNTRY_NAME": "Benin",
"POP_RANK": 7,
"ADMIN_NAME": "Atakora",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Natitingou",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
1.389000,
10.313000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-BAU",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 6,
"ADMIN_NAME": "Bauchi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bauchi",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
9.845000,
10.310000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CAF-VAK",
"FIPS_CNTRY": "CT",
"CNTRY_NAME": "Central African Republic",
"POP_RANK": 7,
"ADMIN_NAME": "Vakaga",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Birao",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
22.794001,
10.276000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TCD-MKE",
"FIPS_CNTRY": "CD",
"CNTRY_NAME": "Chad",
"POP_RANK": 7,
"ADMIN_NAME": "Mayo Kebi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bongor",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
15.371000,
10.274000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-VLN",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 6,
"ADMIN_NAME": "Vinh Long",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Vinh Long",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.963997,
10.256000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-ARA",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 4,
"ADMIN_NAME": "Aragua",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Maracay",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-67.594002,
10.245000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-BTR",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 7,
"ADMIN_NAME": "Ben Tre",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Truc Giang",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.375000,
10.235000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-BOF",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Boffa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Boffa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-14.043000,
10.185000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-CRB",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 3,
"ADMIN_NAME": "Carabobo",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Valencia",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-68.002998,
10.178000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-ANZ",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 5,
"ADMIN_NAME": "Anzoategui",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Barcelona",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-64.692001,
10.133000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-LAR",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 3,
"ADMIN_NAME": "Lara",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Barquisimeto",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-69.338997,
10.066000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-KIN",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 6,
"ADMIN_NAME": "Kindia",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kindia",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-12.866000,
10.055000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GHA-UPW",
"FIPS_CNTRY": "GH",
"CNTRY_NAME": "Ghana",
"POP_RANK": 7,
"ADMIN_NAME": "Upper West",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Wa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-2.496000,
10.055000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-FRN",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Faranah",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Faranah",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-10.743000,
10.039000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-CTH",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 5,
"ADMIN_NAME": "Can Tho",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Can Tho",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.783997,
10.032000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CRI-ALJ",
"FIPS_CNTRY": "CS",
"CNTRY_NAME": "Costa Rica",
"POP_RANK": 7,
"ADMIN_NAME": "Alajuela",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Alajuela",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-84.221001,
10.016000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-KGI",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 5,
"ADMIN_NAME": "Kien Giang",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Rach Gia",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.084999,
10.007000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CRI-HER",
"FIPS_CNTRY": "CS",
"CNTRY_NAME": "Costa Rica",
"POP_RANK": 7,
"ADMIN_NAME": "Heredia",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Heredia",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-84.120003,
9.992000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CRI-LIM",
"FIPS_CNTRY": "CS",
"CNTRY_NAME": "Costa Rica",
"POP_RANK": 7,
"ADMIN_NAME": "Limon",
"STATUS": "Provincial capital",
"PORT_ID": 9810,
"CITY_NAME": "Puerto Limon",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-83.029999,
9.990000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CRI-PNT",
"FIPS_CNTRY": "CS",
"CNTRY_NAME": "Costa Rica",
"POP_RANK": 7,
"ADMIN_NAME": "Puntarenas",
"STATUS": "Provincial capital",
"PORT_ID": 15510,
"CITY_NAME": "Puntarenas",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-84.843002,
9.969000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-RNN",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Ranong",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ranong",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
98.638000,
9.962000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-TVN",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 7,
"ADMIN_NAME": "Tra Vinh",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tra Vinh",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
106.334000,
9.934000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CRI-SJO",
"FIPS_CNTRY": "CS",
"CNTRY_NAME": "Costa Rica",
"POP_RANK": 4,
"ADMIN_NAME": "San Jose",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "San Jose",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-84.078613,
9.930476
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-PLA",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 5,
"ADMIN_NAME": "Plateau",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Jos",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
8.893000,
9.924000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-TNA",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 3,
"ADMIN_NAME": "Tamil Nadu",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Madurai",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
78.121727,
9.913986
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-GUA",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 6,
"ADMIN_NAME": "Guarico",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "San Juan De Los Morros",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-67.353996,
9.901000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CRI-CRT",
"FIPS_CNTRY": "CS",
"CNTRY_NAME": "Costa Rica",
"POP_RANK": 7,
"ADMIN_NAME": "Cartago",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Cartago",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-83.920998,
9.857000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-MNG",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 5,
"ADMIN_NAME": "Monagas",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Maturin",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-63.181999,
9.742000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-CJD",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 6,
"ADMIN_NAME": "Cojedes",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "San Carlos",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-68.589996,
9.658000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-NIG",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 5,
"ADMIN_NAME": "Niger",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Minna",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
6.553000,
9.608000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-STR",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 6,
"ADMIN_NAME": "Soc Trang",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Soc Trang",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.966667,
9.600000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-FRK",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Ferkessedougou",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ferkessedougou",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-5.202000,
9.594000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SOM-WGL",
"FIPS_CNTRY": "SO",
"CNTRY_NAME": "Somalia",
"POP_RANK": 6,
"ADMIN_NAME": "Woqooyi Galbeed",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Hargeysa",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
44.060001,
9.561000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-CNK",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 3,
"ADMIN_NAME": "Conakry",
"STATUS": "National and provincial capital",
"PORT_ID": 45855,
"CITY_NAME": "Conakry",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-13.672000,
9.550000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PAN-SBL",
"FIPS_CNTRY": "PM",
"CNTRY_NAME": "Panama",
"POP_RANK": 7,
"ADMIN_NAME": "San Blas",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "El Porvenir",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-78.959854,
9.543206
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SOM-TGD",
"FIPS_CNTRY": "SO",
"CNTRY_NAME": "Somalia",
"POP_RANK": 7,
"ADMIN_NAME": "Togdheer",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Burao",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
45.533298,
9.533300
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SDN-AAN",
"FIPS_CNTRY": "SU",
"CNTRY_NAME": "Sudan",
"POP_RANK": 7,
"ADMIN_NAME": "A'ali an Nil",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Malakal",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
31.655001,
9.530000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-BNL",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Boundiali",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Boundiali",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-6.489000,
9.522000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-ODN",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Odienne",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Odienne",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-7.577000,
9.509000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-KRH",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 5,
"ADMIN_NAME": "Korhogo",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Korhogo",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-5.645000,
9.446000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-FRC",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Forecariah",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Forecariah",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-13.098000,
9.430000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GHA-NRT",
"FIPS_CNTRY": "GH",
"CNTRY_NAME": "Ghana",
"POP_RANK": 5,
"ADMIN_NAME": "Northern",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tamale",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.833000,
9.397000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TCD-TND",
"FIPS_CNTRY": "CD",
"CNTRY_NAME": "Chad",
"POP_RANK": 7,
"ADMIN_NAME": "Tandjile",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Lai",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
16.305000,
9.395000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-TRJ",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 7,
"ADMIN_NAME": "Trujillo",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Trujillo",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-70.431999,
9.375000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PAN-COL",
"FIPS_CNTRY": "PM",
"CNTRY_NAME": "Panama",
"POP_RANK": 6,
"ADMIN_NAME": "Colon",
"STATUS": "Provincial capital",
"PORT_ID": 9860,
"CITY_NAME": "Colon",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-79.895348,
9.355107
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PAN-BDT",
"FIPS_CNTRY": "PM",
"CNTRY_NAME": "Panama",
"POP_RANK": 7,
"ADMIN_NAME": "Bocas del Toro",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bocas del Toro",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-82.249390,
9.333913
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BEN-BOR",
"FIPS_CNTRY": "BN",
"CNTRY_NAME": "Benin",
"POP_RANK": 6,
"ADMIN_NAME": "Borgou",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Parakou",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
2.626000,
9.330000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "COL-SUC",
"FIPS_CNTRY": "CO",
"CNTRY_NAME": "Colombia",
"POP_RANK": 5,
"ADMIN_NAME": "Sucre",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sincelejo",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-75.391998,
9.307000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CMR-NOR",
"FIPS_CNTRY": "CM",
"CNTRY_NAME": "Cameroon",
"POP_RANK": 6,
"ADMIN_NAME": "Nord",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Garoua",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
13.395000,
9.298000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VNM-MHA",
"FIPS_CNTRY": "VM",
"CNTRY_NAME": "Vietnam",
"POP_RANK": 6,
"ADMIN_NAME": "Minh Hai",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bac Lieu",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
105.733330,
9.283333
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-BON",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Bouna",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bouna",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-2.992000,
9.269000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-KER",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Kerouane",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kerouane",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-9.014000,
9.265000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TGO-BSS",
"FIPS_CNTRY": "TO",
"CNTRY_NAME": "Togo",
"POP_RANK": 7,
"ADMIN_NAME": "Bassar",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bassar",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
0.789000,
9.261000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-ADM",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 7,
"ADMIN_NAME": "Adamawa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Yola",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
12.465000,
9.239000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-KSS",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Kissidougou",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kissidougou",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-10.113000,
9.187000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TCD-MCH",
"FIPS_CNTRY": "CD",
"CNTRY_NAME": "Chad",
"POP_RANK": 6,
"ADMIN_NAME": "Moyen-Chari",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sarh",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
18.396000,
9.147000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-STH",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Surat Thani",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Surat Thani",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
99.334000,
9.135000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ETH-WEL",
"FIPS_CNTRY": "ET",
"CNTRY_NAME": "Ethiopia",
"POP_RANK": 7,
"ADMIN_NAME": "Welega",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Nek'emte",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
36.540001,
9.087000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-FCT",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 7,
"ADMIN_NAME": "Abuja Capital Territory (Abuja)",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Abuja",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
7.256381,
9.057267
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-DAM",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 7,
"ADMIN_NAME": "Delta Amacuro",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tucupita",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-62.049999,
9.057000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-PRT",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 6,
"ADMIN_NAME": "Portuguesa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Guanare",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-69.750000,
9.044000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ETH-SHE",
"FIPS_CNTRY": "ET",
"CNTRY_NAME": "Ethiopia",
"POP_RANK": 2,
"ADMIN_NAME": "Shewa",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Addis Ababa",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
38.700001,
9.030000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PAN-PAN",
"FIPS_CNTRY": "PM",
"CNTRY_NAME": "Panama",
"POP_RANK": 3,
"ADMIN_NAME": "Panama",
"STATUS": "National and provincial capital",
"PORT_ID": 15390,
"CITY_NAME": "Panama",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-79.517082,
9.002879
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-TAR",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 7,
"ADMIN_NAME": "Taraba",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Jalingo",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
11.369000,
8.884000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SLE-NRT",
"FIPS_CNTRY": "SL",
"CNTRY_NAME": "Sierra Leone",
"POP_RANK": 7,
"ADMIN_NAME": "Northern",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Makeni",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-12.044000,
8.881000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "COL-CRD",
"FIPS_CNTRY": "CO",
"CNTRY_NAME": "Colombia",
"POP_RANK": 5,
"ADMIN_NAME": "Cordoba",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Monteria",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-75.882004,
8.757000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-BEY",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Beyla",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Beyla",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-8.657000,
8.687000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TCD-LOR",
"FIPS_CNTRY": "CD",
"CNTRY_NAME": "Chad",
"POP_RANK": 7,
"ADMIN_NAME": "Logone Oriental",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Doba",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
16.851000,
8.650000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-BRN",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 5,
"ADMIN_NAME": "Barinas",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Barinas",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-70.209999,
8.630000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-MER",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 5,
"ADMIN_NAME": "Merida",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Merida",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.149002,
8.601000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LKA-EST",
"FIPS_CNTRY": "CE",
"CNTRY_NAME": "Sri Lanka",
"POP_RANK": 7,
"ADMIN_NAME": "Eastern",
"STATUS": "Provincial capital",
"PORT_ID": 49290,
"CITY_NAME": "Trincomalee",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
81.233002,
8.569000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TGO-SOT",
"FIPS_CNTRY": "TO",
"CNTRY_NAME": "Togo",
"POP_RANK": 7,
"ADMIN_NAME": "Sotouboua",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sotouboua",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
0.985000,
8.557000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-GCK",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Gueckedou",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Gueckedou",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-10.151000,
8.554000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TCD-LOC",
"FIPS_CNTRY": "CD",
"CNTRY_NAME": "Chad",
"POP_RANK": 5,
"ADMIN_NAME": "Logone Occidental",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Moundou",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
16.089710,
8.553889
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-MCN",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Macenta",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Macenta",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-9.471000,
8.542000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PAN-COC",
"FIPS_CNTRY": "PM",
"CNTRY_NAME": "Panama",
"POP_RANK": 7,
"ADMIN_NAME": "Cocle",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Penonome",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-80.355003,
8.513000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "IND-KER",
"FIPS_CNTRY": "IN",
"CNTRY_NAME": "India",
"POP_RANK": 3,
"ADMIN_NAME": "Kerala",
"STATUS": "Provincial capital",
"PORT_ID": 49170,
"CITY_NAME": "Trivandrum",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
76.952003,
8.504000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-KWA",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 4,
"ADMIN_NAME": "Kwara",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ilorin",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
4.545000,
8.492000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SLE-WAR",
"FIPS_CNTRY": "SL",
"CNTRY_NAME": "Sierra Leone",
"POP_RANK": 4,
"ADMIN_NAME": "Western Area",
"STATUS": "National and provincial capital",
"PORT_ID": 45862,
"CITY_NAME": "Freetown",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-13.239000,
8.486000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-PHN",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Phangnga",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Phangnga",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
98.533997,
8.451000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PAN-CHR",
"FIPS_CNTRY": "PM",
"CNTRY_NAME": "Panama",
"POP_RANK": 6,
"ADMIN_NAME": "Chiriqui",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "David",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-82.431000,
8.428000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-NST",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 6,
"ADMIN_NAME": "Nakhon Si Thammarat",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Nakhon Si Thammarat",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
99.964996,
8.422000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LBR-LOF",
"FIPS_CNTRY": "LI",
"CNTRY_NAME": "Liberia",
"POP_RANK": 7,
"ADMIN_NAME": "Lofa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Voinjama",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-9.750000,
8.416700
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CAF-BBN",
"FIPS_CNTRY": "CT",
"CNTRY_NAME": "Central African Republic",
"POP_RANK": 7,
"ADMIN_NAME": "Bamingui-Bangoran",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ndele",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
20.650999,
8.410000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SOM-NUG",
"FIPS_CNTRY": "SO",
"CNTRY_NAME": "Somalia",
"POP_RANK": 7,
"ADMIN_NAME": "Nugaal",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Garoowe",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
48.481998,
8.405000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PAN-DAR",
"FIPS_CNTRY": "PM",
"CNTRY_NAME": "Panama",
"POP_RANK": 7,
"ADMIN_NAME": "Darien",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "La Palma",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-78.137260,
8.397867
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-DBK",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Dabakala",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Dabakala",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-4.420000,
8.357000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LKA-NCN",
"FIPS_CNTRY": "CE",
"CNTRY_NAME": "Sri Lanka",
"POP_RANK": 7,
"ADMIN_NAME": "North Central",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Anuradhapura",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
80.383331,
8.350000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-TOU",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Touba",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Touba",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-7.684000,
8.280000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ETH-ILB",
"FIPS_CNTRY": "ET",
"CNTRY_NAME": "Ethiopia",
"POP_RANK": 7,
"ADMIN_NAME": "Ilubabor",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Gore",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
35.536999,
8.149000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-KAT",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Katiola",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Katiola",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-5.108000,
8.144000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-BLV",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 5,
"ADMIN_NAME": "Bolivar",
"STATUS": "Provincial capital",
"PORT_ID": 12340,
"CITY_NAME": "Ciudad Bolivar",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-63.553001,
8.127000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PAN-VRG",
"FIPS_CNTRY": "PM",
"CNTRY_NAME": "Panama",
"POP_RANK": 7,
"ADMIN_NAME": "Veraguas",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Santiago",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-80.964996,
8.101000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-MNK",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Mankono",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Mankono",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-6.188000,
8.054000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-KRA",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Krabi",
"STATUS": "Provincial capital",
"PORT_ID": 49780,
"CITY_NAME": "Krabi",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
98.912003,
8.052000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LKA-NWS",
"FIPS_CNTRY": "CE",
"CNTRY_NAME": "Sri Lanka",
"POP_RANK": 7,
"ADMIN_NAME": "North Western",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Puttalan",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
79.825996,
8.033000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-BND",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Bondoukou",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bondoukou",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-2.792000,
8.028000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PAN-HRR",
"FIPS_CNTRY": "PM",
"CNTRY_NAME": "Panama",
"POP_RANK": 7,
"ADMIN_NAME": "Herrera",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Chitre",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-80.434998,
7.980000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SLE-STH",
"FIPS_CNTRY": "SL",
"CNTRY_NAME": "Sierra Leone",
"POP_RANK": 6,
"ADMIN_NAME": "Southern",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bo",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-11.734000,
7.968000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-SEG",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Seguela",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Seguela",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-6.666000,
7.960000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ETH-ARS",
"FIPS_CNTRY": "ET",
"CNTRY_NAME": "Ethiopia",
"POP_RANK": 7,
"ADMIN_NAME": "Arsi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Asela",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
39.139999,
7.950000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-APU",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 6,
"ADMIN_NAME": "Apure",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "San Fernado de Aprue",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-67.480003,
7.901949
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "COL-NDS",
"FIPS_CNTRY": "CO",
"CNTRY_NAME": "Colombia",
"POP_RANK": 4,
"ADMIN_NAME": "Norde de Santander",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Cucuta",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-72.502998,
7.891000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SLE-EST",
"FIPS_CNTRY": "SL",
"CNTRY_NAME": "Sierra Leone",
"POP_RANK": 6,
"ADMIN_NAME": "Eastern",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kenema",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-11.185000,
7.877000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-PHK",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Phuket",
"STATUS": "Provincial capital",
"PORT_ID": 49770,
"CITY_NAME": "Phuket",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
98.385002,
7.877000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-KOG",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 7,
"ADMIN_NAME": "Kogi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Lokoja",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
6.737000,
7.809000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-TND",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Tanda",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Tanda",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-3.166000,
7.798000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PAN-LSN",
"FIPS_CNTRY": "PM",
"CNTRY_NAME": "Panama",
"POP_RANK": 7,
"ADMIN_NAME": "Los Santos",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Las Tablas",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-80.277000,
7.766000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-OSU",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 4,
"ADMIN_NAME": "Osun",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Oshogbo",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
4.561000,
7.766000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "VEN-TCH",
"FIPS_CNTRY": "VE",
"CNTRY_NAME": "Venezuela",
"POP_RANK": 5,
"ADMIN_NAME": "Tachira",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "San Cristobal",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-72.227997,
7.765000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-NZR",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 6,
"ADMIN_NAME": "Nzerekore",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Nzerekore",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-8.818000,
7.755000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-BEN",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 6,
"ADMIN_NAME": "Benue",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Makurdi",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
8.523000,
7.747000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-BNK",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Biankouma",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Biankouma",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-7.616700,
7.733300
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SDN-BAG",
"FIPS_CNTRY": "SU",
"CNTRY_NAME": "Sudan",
"POP_RANK": 5,
"ADMIN_NAME": "Bahr al Ghazal",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Wau",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
27.992001,
7.696000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-BOA",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 4,
"ADMIN_NAME": "Bouake",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bouake",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-5.031000,
7.688000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ETH-KEF",
"FIPS_CNTRY": "ET",
"CNTRY_NAME": "Ethiopia",
"POP_RANK": 6,
"ADMIN_NAME": "Kefa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Jima",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
36.838001,
7.678000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-BEM",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Beoumi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Beoumi",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-5.576000,
7.669000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-PHL",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Phatthalung",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Phatthalung",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.081001,
7.615000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GIN-YOM",
"FIPS_CNTRY": "GV",
"CNTRY_NAME": "Guinea",
"POP_RANK": 7,
"ADMIN_NAME": "Yomou",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Yomou",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-9.260000,
7.563000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-TRN",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Trang",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Trang",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
99.614998,
7.549000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-MBH",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Mbahiakro",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Mbahiakro",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-4.461000,
7.470000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-SKS",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Sakassou",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sakassou",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-5.294000,
7.451000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-ZNL",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Zuenoula",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Zuenoula",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-6.050000,
7.435000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-MAN",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 6,
"ADMIN_NAME": "Man",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Man",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-7.543000,
7.405000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-OYO",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 2,
"ADMIN_NAME": "Oyo",
"STATUS": "Other",
"PORT_ID": 0,
"CITY_NAME": "Ibadan",
"POP_CLASS": "1,000,000 to 5,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
3.895278,
7.378840
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-VAV",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Vavoua",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Vavoua",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-6.483000,
7.373000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LBR-NIM",
"FIPS_CNTRY": "LI",
"CNTRY_NAME": "Liberia",
"POP_RANK": 7,
"ADMIN_NAME": "Nimba",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sanniquellie",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-8.685000,
7.371000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PLW",
"FIPS_CNTRY": "PS",
"CNTRY_NAME": "Palau",
"POP_RANK": 7,
"ADMIN_NAME": "Palau",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Koror",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
134.491684,
7.340619
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GHA-BAH",
"FIPS_CNTRY": "GH",
"CNTRY_NAME": "Ghana",
"POP_RANK": 7,
"ADMIN_NAME": "Brong-Ahafo",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sunyani",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-2.336000,
7.336000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CMR-ADM",
"FIPS_CNTRY": "CM",
"CNTRY_NAME": "Cameroon",
"POP_RANK": 6,
"ADMIN_NAME": "Adamoua",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ngaoundere",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
13.584000,
7.324000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LKA-CEN",
"FIPS_CNTRY": "CE",
"CNTRY_NAME": "Sri Lanka",
"POP_RANK": 5,
"ADMIN_NAME": "Central",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kandy",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
80.637001,
7.284000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-DAN",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Danane",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Danane",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-8.154000,
7.261000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-OND",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 5,
"ADMIN_NAME": "Ondo",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Akure",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
5.194000,
7.247000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-SNG",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 6,
"ADMIN_NAME": "Songkhla",
"STATUS": "Provincial capital",
"PORT_ID": 57434,
"CITY_NAME": "Songkhla",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.593002,
7.197000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BEN-ZOU",
"FIPS_CNTRY": "BN",
"CNTRY_NAME": "Benin",
"POP_RANK": 6,
"ADMIN_NAME": "Zou",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Abomey",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
1.989000,
7.184000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "NGA-OGU",
"FIPS_CNTRY": "NI",
"CNTRY_NAME": "Nigeria",
"POP_RANK": 4,
"ADMIN_NAME": "Ogun",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Abeokuta",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
3.350000,
7.159000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-AGN",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Agnibilekrou",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Agnibilekrou",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-3.202000,
7.128000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "COL-SNT",
"FIPS_CNTRY": "CO",
"CNTRY_NAME": "Colombia",
"POP_RANK": 4,
"ADMIN_NAME": "Santander",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bucaramanga",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.120003,
7.113000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "PHL-SMN",
"FIPS_CNTRY": "RP",
"CNTRY_NAME": "Philippines",
"POP_RANK": 3,
"ADMIN_NAME": "Southern Mindanao",
"STATUS": "Other",
"PORT_ID": 59430,
"CITY_NAME": "Davao",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
125.613678,
7.080080
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "COL-ARA",
"FIPS_CNTRY": "CO",
"CNTRY_NAME": "Colombia",
"POP_RANK": 7,
"ADMIN_NAME": "Arauca",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Arauca",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-70.758003,
7.079000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ETH-SID",
"FIPS_CNTRY": "ET",
"CNTRY_NAME": "Ethiopia",
"POP_RANK": 7,
"ADMIN_NAME": "Sidamo",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Awasa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
38.477001,
7.060000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-DKR",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Daoukro",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Daoukro",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-3.959000,
7.052000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-BNG",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Bangolo",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bangolo",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-7.483300,
7.016700
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "ETH-BAL",
"FIPS_CNTRY": "ET",
"CNTRY_NAME": "Ethiopia",
"POP_RANK": 7,
"ADMIN_NAME": "Bale",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Goba",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
39.974998,
7.006000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LBR-BON",
"FIPS_CNTRY": "LI",
"CNTRY_NAME": "Liberia",
"POP_RANK": 7,
"ADMIN_NAME": "Bong",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Gbarnga",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-9.483300,
7.000000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CAF-GRB",
"FIPS_CNTRY": "CT",
"CNTRY_NAME": "Central African Republic",
"POP_RANK": 7,
"ADMIN_NAME": "Gribingui",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kaga Bandoro",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
19.166700,
7.000000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LKA-UVA",
"FIPS_CNTRY": "CE",
"CNTRY_NAME": "Sri Lanka",
"POP_RANK": 7,
"ADMIN_NAME": "Uva",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Badulla",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
81.056000,
6.985000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-BOU",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Bouafle",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bouafle",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-5.748000,
6.978000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LKA-WST",
"FIPS_CNTRY": "CE",
"CNTRY_NAME": "Sri Lanka",
"POP_RANK": 3,
"ADMIN_NAME": "Western",
"STATUS": "National and provincial capital",
"PORT_ID": 49240,
"CITY_NAME": "Colombo",
"POP_CLASS": "500,000 to 1,000,000"
},
"geometry": {
"type": "Point",
"coordinates": [
79.848000,
6.927000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "TGO-KLT",
"FIPS_CNTRY": "TO",
"CNTRY_NAME": "Togo",
"POP_RANK": 7,
"ADMIN_NAME": "Kloto",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kpalime",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
0.633000,
6.902000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-DAL",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 5,
"ADMIN_NAME": "Daloa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Daloa",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-6.446000,
6.882000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-PTT",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Pattani",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Pattani",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
101.250000,
6.864000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-YMS",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 6,
"ADMIN_NAME": "Yamoussoukro",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Yamoussoukro",
"POP_CLASS": "50,000 to 100,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-5.283000,
6.818000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "SOM-MUD",
"FIPS_CNTRY": "SO",
"CNTRY_NAME": "Somalia",
"POP_RANK": 7,
"ADMIN_NAME": "Mudug",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Gaalkacyo",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
47.424000,
6.773000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GUY-DMM",
"FIPS_CNTRY": "GY",
"CNTRY_NAME": "Guyana",
"POP_RANK": 5,
"ADMIN_NAME": "Demerara-Mahaica",
"STATUS": "National capital",
"PORT_ID": 12370,
"CITY_NAME": "Georgetown",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-58.169998,
6.770000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LBR-GCM",
"FIPS_CNTRY": "LI",
"CNTRY_NAME": "Liberia",
"POP_RANK": 7,
"ADMIN_NAME": "Grand Cape Mount",
"STATUS": "Provincial capital",
"PORT_ID": 45930,
"CITY_NAME": "Robertsport",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-11.366700,
6.750000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-DUK",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Duekoue",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Duekoue",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-7.336000,
6.742000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-ABN",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Abengourou",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Abengourou",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-3.490000,
6.727000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "LKA-SBR",
"FIPS_CNTRY": "CE",
"CNTRY_NAME": "Sri Lanka",
"POP_RANK": 7,
"ADMIN_NAME": "Sabaragamuwa",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ratnapura",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
80.386002,
6.693000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GHA-ASH",
"FIPS_CNTRY": "GH",
"CNTRY_NAME": "Ghana",
"POP_RANK": 4,
"ADMIN_NAME": "Ashanti",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Kumasi",
"POP_CLASS": "250,000 to 500,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-1.622000,
6.687000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-BGA",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Bongouanou",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Bongouanou",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-4.200000,
6.650000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-DMB",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Dimbokro",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Dimbokro",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-4.705000,
6.644000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-SNF",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Sinfra",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Sinfra",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-5.912000,
6.618000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-SAT",
"FIPS_CNTRY": "TH",
"CNTRY_NAME": "Thailand",
"POP_RANK": 7,
"ADMIN_NAME": "Satun",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Satun",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
100.066704,
6.616700
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BEN-MON",
"FIPS_CNTRY": "BN",
"CNTRY_NAME": "Benin",
"POP_RANK": 7,
"ADMIN_NAME": "Mono",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Lokossa",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
1.715000,
6.615000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "BEN-OUE",
"FIPS_CNTRY": "BN",
"CNTRY_NAME": "Benin",
"POP_RANK": 5,
"ADMIN_NAME": "Oueme",
"STATUS": "National and provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Porto Novo",
"POP_CLASS": "100,000 to 250,000"
},
"geometry": {
"type": "Point",
"coordinates": [
2.632503,
6.601096
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "GHA-VOL",
"FIPS_CNTRY": "GH",
"CNTRY_NAME": "Ghana",
"POP_RANK": 7,
"ADMIN_NAME": "Volta",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Ho",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
0.471000,
6.600000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-TMD",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Toumodi",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Toumodi",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-5.019000,
6.552000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "CIV-GUI",
"FIPS_CNTRY": "IV",
"CNTRY_NAME": "Cote d'Ivory",
"POP_RANK": 7,
"ADMIN_NAME": "Guiglo",
"STATUS": "Provincial capital",
"PORT_ID": 0,
"CITY_NAME": "Guiglo",
"POP_CLASS": "Less than 50,000"
},
"geometry": {
"type": "Point",
"coordinates": [
-7.483300,
6.550000
]
}
},
{
"type": "Feature",
"properties": {
"GMI_ADMIN": "THA-YAL",
"FIPS_CNTRY": "TH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment