Last active
December 14, 2015 07:59
-
-
Save mango314/5054700 to your computer and use it in GitHub Desktop.
a map of Puerto Rico by county
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <script src="http://d3js.org/d3.v3.min.js"></script> | |
| <script src="http://d3js.org/queue.v1.min.js"></script> | |
| <style> | |
| svg{ background-color:#FEFEFE;} | |
| .stroke { | |
| fill: none; | |
| stroke: #000; | |
| stroke-width: .5px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <script> | |
| var width=1250, height=500; | |
| var svg = d3.select("body").append("svg") | |
| .attr("width", width) | |
| .attr("height", height); | |
| var q = 0; | |
| var sc = 500; | |
| var d3line2 = d3.svg.line() | |
| .x(function(d){q= 0.95105*sc*(d[0]+67.5262); return q;}) | |
| .y(function(d){q= sc*(-1*d[1]+ 18.6336); return q;}) | |
| .interpolate("linear"); | |
| d3.json("/prCounties.json", function(d){ | |
| for(var k = 0; k < d.features[0].length; k++){ | |
| //http://stackoverflow.com/questions/15124600/d3-js-trouble-parsing-mnan-nan | |
| svg.append("path") | |
| .attr("d", d3line2(d.features[0][k].geometry.coordinates[0][0].concat([d.features[0][k].geometry.coordinates[0][0][0]])) ) | |
| .attr("class", "stroke"); | |
| } | |
| }); | |
| </script> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"type": "FeatureCollection", "properties": {"kind": "state", "state": "PR"}, "features": [[ | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.7222, 18.2198], [-66.6838, 18.2034], [-66.6729, 18.1541], [-66.6948, 18.1322], [-66.7167, 18.1322], [-66.7331, 18.1103], [-66.7715, 18.1377], [-66.7989, 18.1322], [-66.8262, 18.1705], [-66.8153, 18.2308], [-66.7824, 18.2527]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Adjuntas", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-67.1603, 18.417], [-67.133, 18.3896], [-67.1275, 18.3184], [-67.1822, 18.3129], [-67.237, 18.3732]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Aguada", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-67.1056, 18.5156], [-67.0563, 18.4608], [-67.133, 18.3896], [-67.1603, 18.417], [-67.1658, 18.4882], [-67.1056, 18.5156]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Aguadilla", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.065, 18.302], [-66.1197, 18.2089], [-66.1416, 18.1979], [-66.1471, 18.2308], [-66.169, 18.2253], [-66.1909, 18.2582], [-66.1416, 18.2801], [-66.0814, 18.2965]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Aguas Buenas", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.2786, 18.176], [-66.2402, 18.1815], [-66.2183, 18.1432], [-66.2238, 18.0939], [-66.2566, 18.0774], [-66.3224, 18.1267], [-66.3169, 18.1541]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Aibonito", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-67.122, 18.3239], [-67.0508, 18.3075], [-67.0398, 18.291], [-67.0837, 18.2527], [-67.122, 18.2417], [-67.1603, 18.2746], [-67.1877, 18.2691], [-67.2261, 18.2965], [-67.1822, 18.3129], [-67.1275, 18.3184]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "A\u00f1asco", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.5853, 18.4827], [-66.5853, 18.4827], [-66.5907, 18.3896], [-66.5907, 18.3403], [-66.6072, 18.3294], [-66.7112, 18.3129], [-66.7331, 18.3513], [-66.7715, 18.3239], [-66.766, 18.4827]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Arecibo", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.0595, 18.0391], [-66.0211, 17.9788], [-66.0704, 17.9679], [-66.0814, 18.0336]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Arroyo", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.5853, 18.4827], [-66.5853, 18.4827], [-66.536, 18.4827], [-66.5414, 18.4061], [-66.5907, 18.3896]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Barceloneta", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.3114, 18.2472], [-66.2676, 18.2472], [-66.2621, 18.187], [-66.2402, 18.187], [-66.2402, 18.1815], [-66.2786, 18.176], [-66.3169, 18.1541], [-66.3717, 18.176], [-66.3498, 18.2417]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Barranquitas", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.169, 18.4334], [-66.1307, 18.4225], [-66.1416, 18.2801], [-66.1909, 18.2582], [-66.2074, 18.2746], [-66.2074, 18.3184], [-66.1964, 18.3896]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Bayam\u00f3n", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-67.1822, 18.1705], [-67.1603, 18.1541], [-67.1001, 18.1048], [-67.111, 18.0555], [-67.111, 17.946], [-67.1768, 17.9624], [-67.1932, 17.935], [-67.2151, 17.9624], [-67.1713, 18.0172], [-67.2096, 18.0336]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Cabo Rojo", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.0211, 18.3075], [-65.9992, 18.2089], [-66.054, 18.1158], [-66.0978, 18.1705], [-66.1197, 18.2089], [-66.065, 18.302], [-66.043, 18.3129]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Caguas", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.8372, 18.4882], [-66.8262, 18.3403], [-66.892, 18.3677], [-66.8974, 18.3677], [-66.9029, 18.4827]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Camuy", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-65.9116, 18.4006], [-65.8678, 18.4115], [-65.8678, 18.3787], [-65.8678, 18.2965], [-65.8349, 18.2746], [-65.8514, 18.2527], [-65.9171, 18.2691], [-65.9171, 18.4006]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Can\u00f3vanas", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-65.9938, 18.4608], [-65.9171, 18.4006], [-65.9171, 18.2691], [-65.9445, 18.291], [-65.9992, 18.3787], [-66.0376, 18.4499]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Carolina", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.1252, 18.4608], [-66.1088, 18.4389], [-66.1307, 18.4225], [-66.1307, 18.4225], [-66.169, 18.4334], [-66.1416, 18.4608]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Cata\u00f1o", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.0978, 18.1596], [-66.0978, 18.1705], [-66.054, 18.1158], [-66.054, 18.1103], [-66.054, 18.1048], [-66.0759, 18.1048], [-66.1252, 18.0993], [-66.1307, 18.0391], [-66.1635, 18.05], [-66.2019, 18.0446], [-66.2238, 18.0939], [-66.2183, 18.1432], [-66.1307, 18.1322]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Cayey", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-65.7528, 18.2965], [-65.7144, 18.2691], [-65.6323, 18.2856], [-65.5885, 18.2308], [-65.6597, 18.2089], [-65.6816, 18.2527], [-65.7692, 18.2801], [-65.7582, 18.291]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Ceiba", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.4757, 18.3677], [-66.4648, 18.3732], [-66.4538, 18.2582], [-66.5086, 18.2472], [-66.5141, 18.1651], [-66.5414, 18.1651], [-66.5688, 18.2965], [-66.6072, 18.3294], [-66.5907, 18.3403], [-66.536, 18.3513]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Ciales", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.1471, 18.2308], [-66.1416, 18.1979], [-66.1197, 18.2089], [-66.0978, 18.1705], [-66.0978, 18.1596], [-66.1307, 18.1322], [-66.2183, 18.1432], [-66.2402, 18.1815], [-66.2402, 18.187], [-66.2128, 18.1705], [-66.169, 18.2253]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Cidra", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.3717, 18.176], [-66.3169, 18.1541], [-66.3224, 18.1267], [-66.2566, 18.0774], [-66.3333, 18.0172], [-66.3826, 18.0391], [-66.4264, 18.0446], [-66.4319, 18.0829], [-66.4429, 18.176]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Coamo", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.2074, 18.2746], [-66.1909, 18.2582], [-66.169, 18.2253], [-66.2128, 18.1705], [-66.2402, 18.187], [-66.2621, 18.187], [-66.2676, 18.2472]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Comer\u00edo", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.3059, 18.3677], [-66.2786, 18.3294], [-66.3114, 18.2472], [-66.3498, 18.2417], [-66.3771, 18.2965], [-66.3662, 18.3349], [-66.3169, 18.3677]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Corozal", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-65.2598, 18.3239], [-65.2598, 18.291], [-65.3091, 18.302], [-65.342, 18.3458]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Culebra", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.1964, 18.4663], [-66.2566, 18.4553], [-66.2512, 18.3951], [-66.3059, 18.3841], [-66.3169, 18.4773]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Dorado", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-65.6323, 18.2856], [-65.7144, 18.2691], [-65.7528, 18.2965], [-65.6816, 18.3239], [-65.6706, 18.3622], [-65.6158, 18.3841]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Fajardo", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.5414, 18.4006], [-66.536, 18.3513], [-66.5907, 18.3403], [-66.5907, 18.3896], [-66.5414, 18.4061]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Florida", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.0759, 18.1048], [-66.054, 18.1048], [-66.0814, 18.0336], [-66.0704, 17.9679], [-66.1581, 17.9296], [-66.2074, 17.9296], [-66.1745, 17.946], [-66.2074, 17.9624], [-66.1635, 18.05], [-66.1307, 18.0391], [-66.1252, 18.0993]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Guayama", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.7989, 18.1322], [-66.7715, 18.1377], [-66.766, 18.0391], [-66.7386, 18.05], [-66.7331, 18.0172], [-66.755, 18.0008], [-66.8536, 17.9569]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Guayanilla", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.1307, 18.4225], [-66.1088, 18.4389], [-66.0814, 18.2965], [-66.1416, 18.2801], [-66.1307, 18.4225]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Guaynabo", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.9577, 18.0336], [-66.8865, 18.0227], [-66.8591, 17.9569], [-66.9248, 17.9734], [-66.9248, 17.9296], [-66.9796, 17.9515]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Gu\u00e1nica", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-65.9828, 18.3129], [-65.9445, 18.291], [-65.9171, 18.2691], [-65.9499, 18.2308], [-65.9664, 18.2308], [-65.9992, 18.2089], [-66.0211, 18.3075]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Gurabo", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.766, 18.4827], [-66.7715, 18.3239], [-66.8262, 18.3239], [-66.8262, 18.3403], [-66.8372, 18.4882]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Hatillo", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-67.1165, 18.1596], [-67.0837, 18.1486], [-67.1001, 18.1048], [-67.1603, 18.1541]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Hormigueros", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-65.824, 18.1979], [-65.7418, 18.176], [-65.7966, 18.072], [-65.8787, 18.1158]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Humacao", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-67.1056, 18.5156], [-67.1056, 18.5156], [-66.9577, 18.4882], [-66.9686, 18.4553], [-66.9194, 18.3951], [-67.0125, 18.3951], [-67.0289, 18.3951], [-67.0563, 18.4608]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Isabela", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.5688, 18.2965], [-66.5414, 18.1651], [-66.5469, 18.1541], [-66.5524, 18.1541], [-66.651, 18.1596], [-66.6236, 18.2472]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Jayuya", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.5469, 18.1541], [-66.5195, 18.1541], [-66.5195, 18.0829], [-66.4319, 18.0829], [-66.4264, 18.0446], [-66.4483, 17.9843], [-66.536, 17.9788], [-66.5524, 18.1541]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Juana D\u00edaz", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-65.9171, 18.2691], [-65.8514, 18.2527], [-65.928, 18.1432], [-65.9499, 18.2308]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Juncos", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-67.0672, 18.0665], [-66.9851, 18.05], [-66.9577, 18.0336], [-66.9796, 17.9515], [-67.0618, 17.9734], [-67.111, 17.946], [-67.111, 18.0555]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Lajas", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.892, 18.3677], [-66.8262, 18.3403], [-66.8262, 18.3239], [-66.8153, 18.2308], [-66.8262, 18.1705], [-66.8372, 18.1705], [-66.8974, 18.187], [-66.9084, 18.2527]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Lares", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-67.0398, 18.291], [-66.9084, 18.2527], [-66.8974, 18.187], [-66.9139, 18.1924], [-67.0179, 18.1979], [-67.0837, 18.2527]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Las Mar\u00edas", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-65.824, 18.2746], [-65.824, 18.1979], [-65.8787, 18.1158], [-65.9061, 18.1267], [-65.928, 18.1212], [-65.928, 18.1432], [-65.8514, 18.2527], [-65.8349, 18.2746]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Las Piedras", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-65.8294, 18.4225], [-65.8678, 18.3787], [-65.8678, 18.4115], [-65.9116, 18.4006], [-65.9171, 18.4006], [-65.9938, 18.4608]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Lo\u00edza", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-65.7582, 18.291], [-65.7528, 18.3841], [-65.6706, 18.3622], [-65.6816, 18.3239], [-65.7528, 18.2965]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Luquillo", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.4374, 18.4827], [-66.4429, 18.3732], [-66.4648, 18.3732], [-66.4757, 18.3677], [-66.536, 18.3513], [-66.5414, 18.4006], [-66.5414, 18.4061], [-66.536, 18.4827], [-66.4374, 18.4882]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Manat\u00ed", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.9139, 18.1924], [-66.8974, 18.187], [-66.8372, 18.1705], [-66.8591, 18.1377], [-66.9248, 18.1486], [-66.9796, 18.1432], [-67.0508, 18.176], [-67.0179, 18.1979]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Maricao", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-65.9883, 18.061], [-65.8514, 18.0117], [-65.9116, 17.9843]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Maunabo", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-67.1603, 18.2746], [-67.122, 18.2417], [-67.0837, 18.2527], [-67.0179, 18.1979], [-67.0508, 18.176], [-67.0837, 18.1486], [-67.1165, 18.1596], [-67.1603, 18.1541], [-67.1822, 18.1705], [-67.1549, 18.2034], [-67.1877, 18.2691]]], [[[-67.8943, 18.1158], [-67.8614, 18.1212], [-67.845, 18.0829], [-67.8943, 18.05], [-67.9381, 18.0774], [-67.9326, 18.1158]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Mayag\u00fcez", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-67.0563, 18.4608], [-67.0289, 18.3951], [-67.0508, 18.3075], [-67.122, 18.3239], [-67.1275, 18.3184], [-67.133, 18.3896]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Moca", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.4429, 18.3732], [-66.3771, 18.3458], [-66.3662, 18.3349], [-66.3771, 18.2965], [-66.4538, 18.2582], [-66.4648, 18.3732]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Morovis", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-65.824, 18.2746], [-65.7692, 18.2801], [-65.6816, 18.2527], [-65.6597, 18.2089], [-65.7418, 18.176], [-65.824, 18.1979]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Naguabo", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.2566, 18.3294], [-66.2074, 18.3184], [-66.2074, 18.2746], [-66.2676, 18.2472], [-66.3114, 18.2472], [-66.2786, 18.3294]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Naranjito", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.3771, 18.2965], [-66.3498, 18.2417], [-66.3717, 18.176], [-66.4429, 18.176], [-66.4538, 18.176], [-66.5195, 18.1541], [-66.5469, 18.1541], [-66.5414, 18.1651], [-66.5141, 18.1651], [-66.5086, 18.2472], [-66.4538, 18.2582]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Orocovis", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.054, 18.1048], [-66.054, 18.1103], [-66.0102, 18.0774], [-65.9883, 18.061], [-65.9116, 17.9843], [-66.0211, 17.9788], [-66.0595, 18.0391], [-66.0814, 18.0336]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Patillas", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.7167, 18.1322], [-66.6948, 18.1322], [-66.7003, 17.9788], [-66.755, 18.0008], [-66.7331, 18.0172], [-66.7386, 18.05], [-66.766, 18.0391], [-66.7715, 18.1377], [-66.7331, 18.1103]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Pe\u00f1uelas", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.651, 18.1596], [-66.5524, 18.1541], [-66.536, 17.9788], [-66.7003, 17.9788], [-66.6948, 18.1322], [-66.6729, 18.1541]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Ponce", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.9029, 18.4827], [-66.8974, 18.3677], [-66.9194, 18.3951], [-66.9686, 18.4553], [-66.9577, 18.4882]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Quebradillas", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-67.237, 18.3732], [-67.1822, 18.3129], [-67.2261, 18.2965], [-67.2699, 18.3622]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Rinc\u00f3n", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-65.7528, 18.3841], [-65.7582, 18.291], [-65.7692, 18.2801], [-65.824, 18.2746], [-65.8349, 18.2746], [-65.8678, 18.2965], [-65.8678, 18.3787], [-65.8294, 18.4225]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "R\u00edo Grande", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.9248, 18.1486], [-66.8865, 18.0227], [-66.9577, 18.0336], [-66.9851, 18.05], [-66.9796, 18.1432]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Sabana Grande", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.2238, 18.0939], [-66.2019, 18.0446], [-66.1635, 18.05], [-66.2074, 17.9624], [-66.2347, 17.9296], [-66.3388, 17.9788], [-66.3333, 18.0172], [-66.2566, 18.0774]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Salinas", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-67.0508, 18.176], [-66.9796, 18.1432], [-66.9851, 18.05], [-67.0672, 18.0665], [-67.111, 18.0555], [-67.1001, 18.1048], [-67.0837, 18.1486]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "San Germ\u00e1n", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.0376, 18.4499], [-65.9992, 18.3787], [-66.0376, 18.3677], [-66.043, 18.3129], [-66.065, 18.302], [-66.0814, 18.2965], [-66.1088, 18.4389], [-66.1252, 18.4608]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "San Juan", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-65.9664, 18.2308], [-65.9499, 18.2308], [-65.928, 18.1432], [-65.928, 18.1212], [-66.0102, 18.0774], [-66.054, 18.1103], [-66.054, 18.1158], [-65.9992, 18.2089]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "San Lorenzo", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-67.0125, 18.3951], [-66.9194, 18.3951], [-66.8974, 18.3677], [-66.892, 18.3677], [-66.9084, 18.2527], [-67.0398, 18.291], [-67.0508, 18.3075], [-67.0289, 18.3951]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "San Sebasti\u00e1n", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.3826, 18.0391], [-66.3333, 18.0172], [-66.3388, 17.9788], [-66.3826, 17.9405], [-66.4483, 17.9843], [-66.4264, 18.0446]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Santa Isabel", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.2183, 18.3951], [-66.1964, 18.3896], [-66.2074, 18.3184], [-66.2566, 18.3294], [-66.2786, 18.3294], [-66.3059, 18.3677], [-66.3169, 18.3677], [-66.3059, 18.3841], [-66.2512, 18.3951]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Toa Alta", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.1416, 18.4608], [-66.169, 18.4334], [-66.1964, 18.3896], [-66.2183, 18.3951], [-66.2512, 18.3951], [-66.2566, 18.4553], [-66.1964, 18.4663]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Toa Baja", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-65.9992, 18.3787], [-65.9445, 18.291], [-65.9828, 18.3129], [-66.0211, 18.3075], [-66.043, 18.3129], [-66.0376, 18.3677]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Trujillo Alto", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.7112, 18.3129], [-66.6072, 18.3294], [-66.5688, 18.2965], [-66.6236, 18.2472], [-66.651, 18.1596], [-66.6729, 18.1541], [-66.6838, 18.2034], [-66.7222, 18.2198], [-66.7824, 18.2527], [-66.8153, 18.2308], [-66.8262, 18.3239], [-66.7715, 18.3239], [-66.7331, 18.3513]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Utuado", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.3169, 18.4773], [-66.3059, 18.3841], [-66.3169, 18.3677], [-66.3662, 18.3349], [-66.3771, 18.3458], [-66.3498, 18.4882]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Vega Alta", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.3498, 18.4882], [-66.3771, 18.3458], [-66.4429, 18.3732], [-66.4374, 18.4827], [-66.4374, 18.4882]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Vega Baja", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-65.4406, 18.1541], [-65.2763, 18.1322], [-65.4515, 18.0884], [-65.5775, 18.1048]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Vieques", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.4538, 18.176], [-66.4429, 18.176], [-66.4319, 18.0829], [-66.5195, 18.0829], [-66.5195, 18.1541]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Villalba", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-65.9061, 18.1267], [-65.8787, 18.1158], [-65.7966, 18.072], [-65.8514, 18.0117], [-65.9883, 18.061], [-66.0102, 18.0774], [-65.928, 18.1212]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Yabucoa", "state": "PR"}}, | |
| {"geometry": {"type": "MultiPolygon", "coordinates": [[[[-66.8262, 18.1705], [-66.7989, 18.1322], [-66.8536, 17.9569], [-66.8591, 17.9569], [-66.8865, 18.0227], [-66.9248, 18.1486], [-66.8591, 18.1377], [-66.8372, 18.1705]]]]}, "type": "Feature", "properties": {"kind": "county", "name": "Yauco", "state": "PR"}}]]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
