Skip to content

Instantly share code, notes, and snippets.

@palewire
Last active March 2, 2017 16:01
Show Gist options
  • Save palewire/2e4bc74cb4ec5336c666b4f5f99ec611 to your computer and use it in GitHub Desktop.
Save palewire/2e4bc74cb4ec5336c666b4f5f99ec611 to your computer and use it in GitHub Desktop.
Load data incrementally in d3 using a sorted value
license: MIT
border: no
height: 800

Gradually loads all the cities of California from north to south, and then removes them from south to north.

Accomplished by sorting the d3 selection prior to the transition, and then adding a custom delay for each object using its index value.

This same principle can be used to progressively load data along any x or y axis.

Display the source blob
Display the rendered blob
Raw
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",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "Longitude": -117.409214, "Latitude": 34.582769, "Name_0": "California", "NAMELSAD": "Adelanto" }, "geometry": { "type": "Point", "coordinates": [ -117.409214, 34.582769 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.761675, "Latitude": 34.153339, "Name_0": "California", "NAMELSAD": "Agoura Hills" }, "geometry": { "type": "Point", "coordinates": [ -118.761675, 34.153339 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.241636, "Latitude": 37.765206, "Name_0": "California", "NAMELSAD": "Alameda" }, "geometry": { "type": "Point", "coordinates": [ -122.241636, 37.765206 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.297747, "Latitude": 37.886869, "Name_0": "California", "NAMELSAD": "Albany" }, "geometry": { "type": "Point", "coordinates": [ -122.297747, 37.886869 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.127014, "Latitude": 34.095286, "Name_0": "California", "NAMELSAD": "Alhambra" }, "geometry": { "type": "Point", "coordinates": [ -118.127014, 34.095286 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.725556, "Latitude": 33.575, "Name_0": "California", "NAMELSAD": "Aliso Viejo" }, "geometry": { "type": "Point", "coordinates": [ -117.725556, 33.575 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.542456, "Latitude": 41.487114, "Name_0": "California", "NAMELSAD": "Alturas" }, "geometry": { "type": "Point", "coordinates": [ -120.542456, 41.487114 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.824103, "Latitude": 38.419356, "Name_0": "California", "NAMELSAD": "Amador City" }, "geometry": { "type": "Point", "coordinates": [ -120.824103, 38.419356 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.260803, "Latitude": 38.174917, "Name_0": "California", "NAMELSAD": "American Canyon" }, "geometry": { "type": "Point", "coordinates": [ -122.260803, 38.174917 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.914503, "Latitude": 33.835292, "Name_0": "California", "NAMELSAD": "Anaheim" }, "geometry": { "type": "Point", "coordinates": [ -117.914503, 33.835292 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.297783, "Latitude": 40.448208, "Name_0": "California", "NAMELSAD": "Anderson" }, "geometry": { "type": "Point", "coordinates": [ -122.297783, 40.448208 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.538531, "Latitude": 38.067783, "Name_0": "California", "NAMELSAD": "Angels Camp" }, "geometry": { "type": "Point", "coordinates": [ -120.538531, 38.067783 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.805789, "Latitude": 38.004922, "Name_0": "California", "NAMELSAD": "Antioch" }, "geometry": { "type": "Point", "coordinates": [ -121.805789, 38.004922 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.035344, "Latitude": 34.139728, "Name_0": "California", "NAMELSAD": "Arcadia" }, "geometry": { "type": "Point", "coordinates": [ -118.035344, 34.139728 ] } },
{ "type": "Feature", "properties": { "Longitude": -124.082839, "Latitude": 40.866517, "Name_0": "California", "NAMELSAD": "Arcata" }, "geometry": { "type": "Point", "coordinates": [ -124.082839, 40.866517 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.590725, "Latitude": 35.118586, "Name_0": "California", "NAMELSAD": "Arroyo Grande" }, "geometry": { "type": "Point", "coordinates": [ -120.590725, 35.118586 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.083122, "Latitude": 33.865847, "Name_0": "California", "NAMELSAD": "Artesia" }, "geometry": { "type": "Point", "coordinates": [ -118.083122, 33.865847 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.833106, "Latitude": 35.2018, "Name_0": "California", "NAMELSAD": "Arvin" }, "geometry": { "type": "Point", "coordinates": [ -118.833106, 35.2018 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.670725, "Latitude": 35.489417, "Name_0": "California", "NAMELSAD": "Atascadero" }, "geometry": { "type": "Point", "coordinates": [ -120.670725, 35.489417 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.609083, "Latitude": 37.347717, "Name_0": "California", "NAMELSAD": "Atwater" }, "geometry": { "type": "Point", "coordinates": [ -120.609083, 37.347717 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.076889, "Latitude": 38.896564, "Name_0": "California", "NAMELSAD": "Auburn" }, "geometry": { "type": "Point", "coordinates": [ -121.076889, 38.896564 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.328228, "Latitude": 33.342819, "Name_0": "California", "NAMELSAD": "Avalon" }, "geometry": { "type": "Point", "coordinates": [ -118.328228, 33.342819 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.129028, "Latitude": 36.004122, "Name_0": "California", "NAMELSAD": "Avenal" }, "geometry": { "type": "Point", "coordinates": [ -120.129028, 36.004122 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.907564, "Latitude": 34.133619, "Name_0": "California", "NAMELSAD": "Azusa" }, "geometry": { "type": "Point", "coordinates": [ -117.907564, 34.133619 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.018711, "Latitude": 35.373292, "Name_0": "California", "NAMELSAD": "Bakersfield" }, "geometry": { "type": "Point", "coordinates": [ -119.018711, 35.373292 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.960897, "Latitude": 34.085286, "Name_0": "California", "NAMELSAD": "Baldwin Park" }, "geometry": { "type": "Point", "coordinates": [ -117.960897, 34.085286 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.876411, "Latitude": 33.925572, "Name_0": "California", "NAMELSAD": "Banning" }, "geometry": { "type": "Point", "coordinates": [ -116.876411, 33.925572 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.017283, "Latitude": 34.895797, "Name_0": "California", "NAMELSAD": "Barstow" }, "geometry": { "type": "Point", "coordinates": [ -117.017283, 34.895797 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.977247, "Latitude": 33.929461, "Name_0": "California", "NAMELSAD": "Beaumont" }, "geometry": { "type": "Point", "coordinates": [ -116.977247, 33.929461 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.187017, "Latitude": 33.977514, "Name_0": "California", "NAMELSAD": "Bell" }, "geometry": { "type": "Point", "coordinates": [ -118.187017, 33.977514 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.151458, "Latitude": 33.965292, "Name_0": "California", "NAMELSAD": "Bell Gardens" }, "geometry": { "type": "Point", "coordinates": [ -118.151458, 33.965292 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.117011, "Latitude": 33.881683, "Name_0": "California", "NAMELSAD": "Bellflower" }, "geometry": { "type": "Point", "coordinates": [ -118.117011, 33.881683 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.2758, "Latitude": 37.520214, "Name_0": "California", "NAMELSAD": "Belmont" }, "geometry": { "type": "Point", "coordinates": [ -122.2758, 37.520214 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.464417, "Latitude": 37.872703, "Name_0": "California", "NAMELSAD": "Belvedere" }, "geometry": { "type": "Point", "coordinates": [ -122.464417, 37.872703 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.272747, "Latitude": 37.871592, "Name_0": "California", "NAMELSAD": "Berkeley" }, "geometry": { "type": "Point", "coordinates": [ -122.272747, 37.871592 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.400356, "Latitude": 34.073619, "Name_0": "California", "NAMELSAD": "Beverly Hills" }, "geometry": { "type": "Point", "coordinates": [ -118.400356, 34.073619 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.911422, "Latitude": 34.243897, "Name_0": "California", "NAMELSAD": "Big Bear Lake" }, "geometry": { "type": "Point", "coordinates": [ -116.911422, 34.243897 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.71275, "Latitude": 39.412389, "Name_0": "California", "NAMELSAD": "Biggs" }, "geometry": { "type": "Point", "coordinates": [ -121.71275, 39.412389 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.395111, "Latitude": 37.363539, "Name_0": "California", "NAMELSAD": "Bishop" }, "geometry": { "type": "Point", "coordinates": [ -118.395111, 37.363539 ] } },
{ "type": "Feature", "properties": { "Longitude": -123.98395, "Latitude": 40.882908, "Name_0": "California", "NAMELSAD": "Blue Lake" }, "geometry": { "type": "Point", "coordinates": [ -123.98395, 40.882908 ] } },
{ "type": "Feature", "properties": { "Longitude": -114.589175, "Latitude": 33.617233, "Name_0": "California", "NAMELSAD": "Blythe" }, "geometry": { "type": "Point", "coordinates": [ -114.589175, 33.617233 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.970897, "Latitude": 34.14695, "Name_0": "California", "NAMELSAD": "Bradbury" }, "geometry": { "type": "Point", "coordinates": [ -117.970897, 34.14695 ] } },
{ "type": "Feature", "properties": { "Longitude": -115.530267, "Latitude": 32.978658, "Name_0": "California", "NAMELSAD": "Brawley" }, "geometry": { "type": "Point", "coordinates": [ -115.530267, 32.978658 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.900061, "Latitude": 33.916681, "Name_0": "California", "NAMELSAD": "Brea" }, "geometry": { "type": "Point", "coordinates": [ -117.900061, 33.916681 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.480511, "Latitude": 34.057361, "Name_0": "California", "NAMELSAD": "Brentwood" }, "geometry": { "type": "Point", "coordinates": [ -118.480511, 34.057361 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.399972, "Latitude": 37.680767, "Name_0": "California", "NAMELSAD": "Brisbane" }, "geometry": { "type": "Point", "coordinates": [ -122.399972, 37.680767 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.19265, "Latitude": 34.613597, "Name_0": "California", "NAMELSAD": "Buellton" }, "geometry": { "type": "Point", "coordinates": [ -120.19265, 34.613597 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.998117, "Latitude": 33.867514, "Name_0": "California", "NAMELSAD": "Buena Park" }, "geometry": { "type": "Point", "coordinates": [ -117.998117, 33.867514 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.308967, "Latitude": 34.180839, "Name_0": "California", "NAMELSAD": "Burbank" }, "geometry": { "type": "Point", "coordinates": [ -118.308967, 34.180839 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.366083, "Latitude": 37.584103, "Name_0": "California", "NAMELSAD": "Burlingame" }, "geometry": { "type": "Point", "coordinates": [ -122.366083, 37.584103 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.660833, "Latitude": 34.138333, "Name_0": "California", "NAMELSAD": "Calabasas" }, "geometry": { "type": "Point", "coordinates": [ -118.660833, 34.138333 ] } },
{ "type": "Feature", "properties": { "Longitude": -115.498883, "Latitude": 32.678947, "Name_0": "California", "NAMELSAD": "Calexico" }, "geometry": { "type": "Point", "coordinates": [ -115.498883, 32.678947 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.985903, "Latitude": 35.1258, "Name_0": "California", "NAMELSAD": "California City" }, "geometry": { "type": "Point", "coordinates": [ -117.985903, 35.1258 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.061975, "Latitude": 34.003903, "Name_0": "California", "NAMELSAD": "Calimesa" }, "geometry": { "type": "Point", "coordinates": [ -117.061975, 34.003903 ] } },
{ "type": "Feature", "properties": { "Longitude": -115.514153, "Latitude": 33.125597, "Name_0": "California", "NAMELSAD": "Calipatria" }, "geometry": { "type": "Point", "coordinates": [ -115.514153, 33.125597 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.579706, "Latitude": 38.578797, "Name_0": "California", "NAMELSAD": "Calistoga" }, "geometry": { "type": "Point", "coordinates": [ -122.579706, 38.578797 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.037603, "Latitude": 34.216394, "Name_0": "California", "NAMELSAD": "Camarillo" }, "geometry": { "type": "Point", "coordinates": [ -119.037603, 34.216394 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.949958, "Latitude": 37.287164, "Name_0": "California", "NAMELSAD": "Campbell" }, "geometry": { "type": "Point", "coordinates": [ -121.949958, 37.287164 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.273092, "Latitude": 33.685022, "Name_0": "California", "NAMELSAD": "Canyon Lake" }, "geometry": { "type": "Point", "coordinates": [ -117.273092, 33.685022 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.953292, "Latitude": 36.975228, "Name_0": "California", "NAMELSAD": "Capitola" }, "geometry": { "type": "Point", "coordinates": [ -121.953292, 36.975228 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.350594, "Latitude": 33.158092, "Name_0": "California", "NAMELSAD": "Carlsbad" }, "geometry": { "type": "Point", "coordinates": [ -117.350594, 33.158092 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.923289, "Latitude": 36.555239, "Name_0": "California", "NAMELSAD": "Carmel-by-the-Sea" }, "geometry": { "type": "Point", "coordinates": [ -121.923289, 36.555239 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.518456, "Latitude": 34.398883, "Name_0": "California", "NAMELSAD": "Carpinteria" }, "geometry": { "type": "Point", "coordinates": [ -119.518456, 34.398883 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.282017, "Latitude": 33.831406, "Name_0": "California", "NAMELSAD": "Carson" }, "geometry": { "type": "Point", "coordinates": [ -118.282017, 33.831406 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.465292, "Latitude": 33.779742, "Name_0": "California", "NAMELSAD": "Cathedral City" }, "geometry": { "type": "Point", "coordinates": [ -116.465292, 33.779742 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.957711, "Latitude": 37.594933, "Name_0": "California", "NAMELSAD": "Ceres" }, "geometry": { "type": "Point", "coordinates": [ -120.957711, 37.594933 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.064786, "Latitude": 33.858347, "Name_0": "California", "NAMELSAD": "Cerritos" }, "geometry": { "type": "Point", "coordinates": [ -118.064786, 33.858347 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.837478, "Latitude": 39.728494, "Name_0": "California", "NAMELSAD": "Chico" }, "geometry": { "type": "Point", "coordinates": [ -121.837478, 39.728494 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.688944, "Latitude": 34.012236, "Name_0": "California", "NAMELSAD": "Chino" }, "geometry": { "type": "Point", "coordinates": [ -117.688944, 34.012236 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.732586, "Latitude": 33.989819, "Name_0": "California", "NAMELSAD": "Chino Hills" }, "geometry": { "type": "Point", "coordinates": [ -117.732586, 33.989819 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.260175, "Latitude": 37.123, "Name_0": "California", "NAMELSAD": "Chowchilla" }, "geometry": { "type": "Point", "coordinates": [ -120.260175, 37.123 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.084197, "Latitude": 32.640053, "Name_0": "California", "NAMELSAD": "Chula Vista" }, "geometry": { "type": "Point", "coordinates": [ -117.084197, 32.640053 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.281061, "Latitude": 38.707125, "Name_0": "California", "NAMELSAD": "Citrus Heights" }, "geometry": { "type": "Point", "coordinates": [ -121.281061, 38.707125 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.719778, "Latitude": 34.096675, "Name_0": "California", "NAMELSAD": "Claremont" }, "geometry": { "type": "Point", "coordinates": [ -117.719778, 34.096675 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.935792, "Latitude": 37.941033, "Name_0": "California", "NAMELSAD": "Clayton" }, "geometry": { "type": "Point", "coordinates": [ -121.935792, 37.941033 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.626372, "Latitude": 38.958231, "Name_0": "California", "NAMELSAD": "Clearlake" }, "geometry": { "type": "Point", "coordinates": [ -122.626372, 38.958231 ] } },
{ "type": "Feature", "properties": { "Longitude": -123.017222, "Latitude": 38.805461, "Name_0": "California", "NAMELSAD": "Cloverdale" }, "geometry": { "type": "Point", "coordinates": [ -123.017222, 38.805461 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.702919, "Latitude": 36.825228, "Name_0": "California", "NAMELSAD": "Clovis" }, "geometry": { "type": "Point", "coordinates": [ -119.702919, 36.825228 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.173894, "Latitude": 33.6803, "Name_0": "California", "NAMELSAD": "Coachella" }, "geometry": { "type": "Point", "coordinates": [ -116.173894, 33.6803 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.36015, "Latitude": 36.139678, "Name_0": "California", "NAMELSAD": "Coalinga" }, "geometry": { "type": "Point", "coordinates": [ -120.36015, 36.139678 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.953275, "Latitude": 39.100731, "Name_0": "California", "NAMELSAD": "Colfax" }, "geometry": { "type": "Point", "coordinates": [ -120.953275, 39.100731 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.313656, "Latitude": 34.073903, "Name_0": "California", "NAMELSAD": "Colton" }, "geometry": { "type": "Point", "coordinates": [ -117.313656, 34.073903 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.009417, "Latitude": 39.214333, "Name_0": "California", "NAMELSAD": "Colusa" }, "geometry": { "type": "Point", "coordinates": [ -122.009417, 39.214333 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.159792, "Latitude": 34.000569, "Name_0": "California", "NAMELSAD": "Commerce" }, "geometry": { "type": "Point", "coordinates": [ -118.159792, 34.000569 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.220072, "Latitude": 33.89585, "Name_0": "California", "NAMELSAD": "Compton" }, "geometry": { "type": "Point", "coordinates": [ -118.220072, 33.89585 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.031072, "Latitude": 37.977978, "Name_0": "California", "NAMELSAD": "Concord" }, "geometry": { "type": "Point", "coordinates": [ -122.031072, 37.977978 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.031072, "Latitude": 37.977978, "Name_0": "California", "NAMELSAD": "Corcoran" }, "geometry": { "type": "Point", "coordinates": [ -122.031072, 37.977978 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.179156, "Latitude": 39.927658, "Name_0": "California", "NAMELSAD": "Corning" }, "geometry": { "type": "Point", "coordinates": [ -122.179156, 39.927658 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.566439, "Latitude": 33.875294, "Name_0": "California", "NAMELSAD": "Corona" }, "geometry": { "type": "Point", "coordinates": [ -117.566439, 33.875294 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.183089, "Latitude": 32.685886, "Name_0": "California", "NAMELSAD": "Coronado" }, "geometry": { "type": "Point", "coordinates": [ -117.183089, 32.685886 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.918669, "Latitude": 33.641133, "Name_0": "California", "NAMELSAD": "Costa Mesa" }, "geometry": { "type": "Point", "coordinates": [ -117.918669, 33.641133 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.709167, "Latitude": 38.327778, "Name_0": "California", "NAMELSAD": "Cotati" }, "geometry": { "type": "Point", "coordinates": [ -122.709167, 38.327778 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.890339, "Latitude": 34.090008, "Name_0": "California", "NAMELSAD": "Covina" }, "geometry": { "type": "Point", "coordinates": [ -117.890339, 34.090008 ] } },
{ "type": "Feature", "properties": { "Longitude": -124.201747, "Latitude": 41.755947, "Name_0": "California", "NAMELSAD": "Crescent City" }, "geometry": { "type": "Point", "coordinates": [ -124.201747, 41.755947 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.18535, "Latitude": 33.960569, "Name_0": "California", "NAMELSAD": "Cudahy" }, "geometry": { "type": "Point", "coordinates": [ -118.18535, 33.960569 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.396467, "Latitude": 34.021122, "Name_0": "California", "NAMELSAD": "Culver City" }, "geometry": { "type": "Point", "coordinates": [ -118.396467, 34.021122 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.032183, "Latitude": 37.322997, "Name_0": "California", "NAMELSAD": "Cupertino" }, "geometry": { "type": "Point", "coordinates": [ -122.032183, 37.322997 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.962242, "Latitude": 37.320531, "Name_0": "California", "NAMELSAD": "Cypress" }, "geometry": { "type": "Point", "coordinates": [ -121.962242, 37.320531 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.470208, "Latitude": 37.687925, "Name_0": "California", "NAMELSAD": "Daly City" }, "geometry": { "type": "Point", "coordinates": [ -122.470208, 37.687925 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.698108, "Latitude": 33.466972, "Name_0": "California", "NAMELSAD": "Dana Point" }, "geometry": { "type": "Point", "coordinates": [ -117.698108, 33.466972 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.740517, "Latitude": 38.544906, "Name_0": "California", "NAMELSAD": "Davis" }, "geometry": { "type": "Point", "coordinates": [ -121.740517, 38.544906 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.265314, "Latitude": 32.959489, "Name_0": "California", "NAMELSAD": "Del Mar" }, "geometry": { "type": "Point", "coordinates": [ -117.265314, 32.959489 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.834953, "Latitude": 36.593292, "Name_0": "California", "NAMELSAD": "Del Rey Oaks" }, "geometry": { "type": "Point", "coordinates": [ -121.834953, 36.593292 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.247053, "Latitude": 35.768842, "Name_0": "California", "NAMELSAD": "Delano" }, "geometry": { "type": "Point", "coordinates": [ -119.247053, 35.768842 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.501678, "Latitude": 33.961125, "Name_0": "California", "NAMELSAD": "Desert Hot Springs" }, "geometry": { "type": "Point", "coordinates": [ -116.501678, 33.961125 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.810336, "Latitude": 34.028622, "Name_0": "California", "NAMELSAD": "Diamond Bar" }, "geometry": { "type": "Point", "coordinates": [ -117.810336, 34.028622 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.387067, "Latitude": 36.543283, "Name_0": "California", "NAMELSAD": "Dinuba" }, "geometry": { "type": "Point", "coordinates": [ -119.387067, 36.543283 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.823297, "Latitude": 38.445464, "Name_0": "California", "NAMELSAD": "Dixon" }, "geometry": { "type": "Point", "coordinates": [ -121.823297, 38.445464 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.918061, "Latitude": 41.967369, "Name_0": "California", "NAMELSAD": "Dorris" }, "geometry": { "type": "Point", "coordinates": [ -121.918061, 41.967369 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.626572, "Latitude": 36.986058, "Name_0": "California", "NAMELSAD": "Dos Palos" }, "geometry": { "type": "Point", "coordinates": [ -120.626572, 36.986058 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.132569, "Latitude": 33.940014, "Name_0": "California", "NAMELSAD": "Downey" }, "geometry": { "type": "Point", "coordinates": [ -118.132569, 33.940014 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.977286, "Latitude": 34.13945, "Name_0": "California", "NAMELSAD": "Duarte" }, "geometry": { "type": "Point", "coordinates": [ -117.977286, 34.13945 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.935792, "Latitude": 37.702153, "Name_0": "California", "NAMELSAD": "Dublin" }, "geometry": { "type": "Point", "coordinates": [ -121.935792, 37.702153 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.271953, "Latitude": 41.208208, "Name_0": "California", "NAMELSAD": "Dunsmuir" }, "geometry": { "type": "Point", "coordinates": [ -122.271953, 41.208208 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.141075, "Latitude": 37.468828, "Name_0": "California", "NAMELSAD": "East Palo Alto" }, "geometry": { "type": "Point", "coordinates": [ -122.141075, 37.468828 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.563889, "Latitude": 33.963056, "Name_0": "California", "NAMELSAD": "Eastvale" }, "geometry": { "type": "Point", "coordinates": [ -117.563889, 33.963056 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.962528, "Latitude": 32.794772, "Name_0": "California", "NAMELSAD": "El Cajon" }, "geometry": { "type": "Point", "coordinates": [ -116.962528, 32.794772 ] } },
{ "type": "Feature", "properties": { "Longitude": -115.56305, "Latitude": 32.792, "Name_0": "California", "NAMELSAD": "El Centro" }, "geometry": { "type": "Point", "coordinates": [ -115.56305, 32.792 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.310764, "Latitude": 37.916133, "Name_0": "California", "NAMELSAD": "El Cerrito" }, "geometry": { "type": "Point", "coordinates": [ -122.310764, 37.916133 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.027567, "Latitude": 34.068622, "Name_0": "California", "NAMELSAD": "El Monte" }, "geometry": { "type": "Point", "coordinates": [ -118.027567, 34.068622 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.416464, "Latitude": 33.919181, "Name_0": "California", "NAMELSAD": "El Segundo" }, "geometry": { "type": "Point", "coordinates": [ -118.416464, 33.919181 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.371617, "Latitude": 38.4088, "Name_0": "California", "NAMELSAD": "Elk Grove" }, "geometry": { "type": "Point", "coordinates": [ -121.371617, 38.4088 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.285247, "Latitude": 37.831317, "Name_0": "California", "NAMELSAD": "Emeryville" }, "geometry": { "type": "Point", "coordinates": [ -122.285247, 37.831317 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.291983, "Latitude": 33.036986, "Name_0": "California", "NAMELSAD": "Encinitas" }, "geometry": { "type": "Point", "coordinates": [ -117.291983, 33.036986 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.996603, "Latitude": 37.797428, "Name_0": "California", "NAMELSAD": "Escalon" }, "geometry": { "type": "Point", "coordinates": [ -120.996603, 37.797428 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.086422, "Latitude": 33.119208, "Name_0": "California", "NAMELSAD": "Escondido" }, "geometry": { "type": "Point", "coordinates": [ -117.086422, 33.119208 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.894756, "Latitude": 41.456806, "Name_0": "California", "NAMELSAD": "Etna" }, "geometry": { "type": "Point", "coordinates": [ -122.894756, 41.456806 ] } },
{ "type": "Feature", "properties": { "Longitude": -124.163672, "Latitude": 40.802072, "Name_0": "California", "NAMELSAD": "Eureka" }, "geometry": { "type": "Point", "coordinates": [ -124.163672, 40.802072 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.142053, "Latitude": 36.296061, "Name_0": "California", "NAMELSAD": "Exeter" }, "geometry": { "type": "Point", "coordinates": [ -119.142053, 36.296061 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.039967, "Latitude": 38.249358, "Name_0": "California", "NAMELSAD": "Fairfield" }, "geometry": { "type": "Point", "coordinates": [ -122.039967, 38.249358 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.206778, "Latitude": 36.297728, "Name_0": "California", "NAMELSAD": "Farmersville" }, "geometry": { "type": "Point", "coordinates": [ -119.206778, 36.297728 ] } },
{ "type": "Feature", "properties": { "Longitude": -124.263944, "Latitude": 40.576242, "Name_0": "California", "NAMELSAD": "Ferndale" }, "geometry": { "type": "Point", "coordinates": [ -124.263944, 40.576242 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.918153, "Latitude": 34.399164, "Name_0": "California", "NAMELSAD": "Fillmore" }, "geometry": { "type": "Point", "coordinates": [ -118.918153, 34.399164 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.456008, "Latitude": 36.858839, "Name_0": "California", "NAMELSAD": "Firebaugh" }, "geometry": { "type": "Point", "coordinates": [ -120.456008, 36.858839 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.176058, "Latitude": 38.677958, "Name_0": "California", "NAMELSAD": "Folsom" }, "geometry": { "type": "Point", "coordinates": [ -121.176058, 38.677958 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.435047, "Latitude": 34.092233, "Name_0": "California", "NAMELSAD": "Fontana" }, "geometry": { "type": "Point", "coordinates": [ -117.435047, 34.092233 ] } },
{ "type": "Feature", "properties": { "Longitude": -123.805292, "Latitude": 39.445722, "Name_0": "California", "NAMELSAD": "Fort Bragg" }, "geometry": { "type": "Point", "coordinates": [ -123.805292, 39.445722 ] } },
{ "type": "Feature", "properties": { "Longitude": -124.252892, "Latitude": 41.663864, "Name_0": "California", "NAMELSAD": "Fort Jones" }, "geometry": { "type": "Point", "coordinates": [ -124.252892, 41.663864 ] } },
{ "type": "Feature", "properties": { "Longitude": -124.157275, "Latitude": 40.598186, "Name_0": "California", "NAMELSAD": "Fortuna" }, "geometry": { "type": "Point", "coordinates": [ -124.157275, 40.598186 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.271078, "Latitude": 37.558547, "Name_0": "California", "NAMELSAD": "Foster City" }, "geometry": { "type": "Point", "coordinates": [ -122.271078, 37.558547 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.953669, "Latitude": 33.709186, "Name_0": "California", "NAMELSAD": "Fountain Valley" }, "geometry": { "type": "Point", "coordinates": [ -117.953669, 33.709186 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.678469, "Latitude": 36.630506, "Name_0": "California", "NAMELSAD": "Fowler" }, "geometry": { "type": "Point", "coordinates": [ -119.678469, 36.630506 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.988572, "Latitude": 37.548269, "Name_0": "California", "NAMELSAD": "Fremont" }, "geometry": { "type": "Point", "coordinates": [ -121.988572, 37.548269 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.772586, "Latitude": 36.746842, "Name_0": "California", "NAMELSAD": "Fresno" }, "geometry": { "type": "Point", "coordinates": [ -119.772586, 36.746842 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.925339, "Latitude": 33.870292, "Name_0": "California", "NAMELSAD": "Fullerton" }, "geometry": { "type": "Point", "coordinates": [ -117.925339, 33.870292 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.299947, "Latitude": 38.254636, "Name_0": "California", "NAMELSAD": "Galt" }, "geometry": { "type": "Point", "coordinates": [ -121.299947, 38.254636 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.941447, "Latitude": 33.773906, "Name_0": "California", "NAMELSAD": "Garden Grove" }, "geometry": { "type": "Point", "coordinates": [ -117.941447, 33.773906 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.308961, "Latitude": 33.88835, "Name_0": "California", "NAMELSAD": "Gardena" }, "geometry": { "type": "Point", "coordinates": [ -118.308961, 33.88835 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.568275, "Latitude": 37.005783, "Name_0": "California", "NAMELSAD": "Gilroy" }, "geometry": { "type": "Point", "coordinates": [ -121.568275, 37.005783 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.255075, "Latitude": 34.142508, "Name_0": "California", "NAMELSAD": "Glendale" }, "geometry": { "type": "Point", "coordinates": [ -118.255075, 34.142508 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.865339, "Latitude": 34.136119, "Name_0": "California", "NAMELSAD": "Glendora" }, "geometry": { "type": "Point", "coordinates": [ -117.865339, 34.136119 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.827639, "Latitude": 34.435828, "Name_0": "California", "NAMELSAD": "Goleta" }, "geometry": { "type": "Point", "coordinates": [ -119.827639, 34.435828 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.444381, "Latitude": 36.506628, "Name_0": "California", "NAMELSAD": "Gonzales" }, "geometry": { "type": "Point", "coordinates": [ -121.444381, 36.506628 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.313653, "Latitude": 34.033903, "Name_0": "California", "NAMELSAD": "Grand Terrace" }, "geometry": { "type": "Point", "coordinates": [ -117.313653, 34.033903 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.061061, "Latitude": 39.219061, "Name_0": "California", "NAMELSAD": "Grass Valley" }, "geometry": { "type": "Point", "coordinates": [ -121.061061, 39.219061 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.243814, "Latitude": 36.3208, "Name_0": "California", "NAMELSAD": "Greenfield" }, "geometry": { "type": "Point", "coordinates": [ -121.243814, 36.3208 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.693583, "Latitude": 39.363778, "Name_0": "California", "NAMELSAD": "Gridley" }, "geometry": { "type": "Point", "coordinates": [ -121.693583, 39.363778 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.621283, "Latitude": 35.121642, "Name_0": "California", "NAMELSAD": "Grover Beach" }, "geometry": { "type": "Point", "coordinates": [ -120.621283, 35.121642 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.571836, "Latitude": 34.971644, "Name_0": "California", "NAMELSAD": "Guadalupe" }, "geometry": { "type": "Point", "coordinates": [ -120.571836, 34.971644 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.998814, "Latitude": 37.257717, "Name_0": "California", "NAMELSAD": "Gustine" }, "geometry": { "type": "Point", "coordinates": [ -120.998814, 37.257717 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.428586, "Latitude": 37.463553, "Name_0": "California", "NAMELSAD": "Half Moon Bay" }, "geometry": { "type": "Point", "coordinates": [ -122.428586, 37.463553 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.645683, "Latitude": 36.32745, "Name_0": "California", "NAMELSAD": "Hanford" }, "geometry": { "type": "Point", "coordinates": [ -119.645683, 36.32745 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.072842, "Latitude": 33.831403, "Name_0": "California", "NAMELSAD": "Hawaiian Gardens" }, "geometry": { "type": "Point", "coordinates": [ -118.072842, 33.831403 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.352575, "Latitude": 33.916403, "Name_0": "California", "NAMELSAD": "Hawthorne" }, "geometry": { "type": "Point", "coordinates": [ -118.352575, 33.916403 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.080797, "Latitude": 37.668819, "Name_0": "California", "NAMELSAD": "Hayward" }, "geometry": { "type": "Point", "coordinates": [ -122.080797, 37.668819 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.869161, "Latitude": 38.610467, "Name_0": "California", "NAMELSAD": "Healdsburg" }, "geometry": { "type": "Point", "coordinates": [ -122.869161, 38.610467 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.971967, "Latitude": 33.747519, "Name_0": "California", "NAMELSAD": "Hemet" }, "geometry": { "type": "Point", "coordinates": [ -116.971967, 33.747519 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.288581, "Latitude": 38.017144, "Name_0": "California", "NAMELSAD": "Hercules" }, "geometry": { "type": "Point", "coordinates": [ -122.288581, 38.017144 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.399519, "Latitude": 33.862236, "Name_0": "California", "NAMELSAD": "Hermosa Beach" }, "geometry": { "type": "Point", "coordinates": [ -118.399519, 33.862236 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.300878, "Latitude": 34.426389, "Name_0": "California", "NAMELSAD": "Hesperia" }, "geometry": { "type": "Point", "coordinates": [ -117.300878, 34.426389 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.652311, "Latitude": 34.160283, "Name_0": "California", "NAMELSAD": "Hidden Hills" }, "geometry": { "type": "Point", "coordinates": [ -118.652311, 34.160283 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.20865, "Latitude": 34.128344, "Name_0": "California", "NAMELSAD": "Highland" }, "geometry": { "type": "Point", "coordinates": [ -117.20865, 34.128344 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.401603, "Latitude": 36.852453, "Name_0": "California", "NAMELSAD": "Hollister" }, "geometry": { "type": "Point", "coordinates": [ -121.401603, 36.852453 ] } },
{ "type": "Feature", "properties": { "Longitude": -115.380264, "Latitude": 32.811161, "Name_0": "California", "NAMELSAD": "Holtville" }, "geometry": { "type": "Point", "coordinates": [ -115.380264, 32.811161 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.866481, "Latitude": 37.602725, "Name_0": "California", "NAMELSAD": "Hughson" }, "geometry": { "type": "Point", "coordinates": [ -120.866481, 37.602725 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.999225, "Latitude": 33.660297, "Name_0": "California", "NAMELSAD": "Huntington Beach" }, "geometry": { "type": "Point", "coordinates": [ -117.999225, 33.660297 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.225072, "Latitude": 33.981681, "Name_0": "California", "NAMELSAD": "Huntington Park" }, "geometry": { "type": "Point", "coordinates": [ -118.225072, 33.981681 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.102917, "Latitude": 36.202731, "Name_0": "California", "NAMELSAD": "Huron" }, "geometry": { "type": "Point", "coordinates": [ -120.102917, 36.202731 ] } },
{ "type": "Feature", "properties": { "Longitude": -115.569439, "Latitude": 32.847553, "Name_0": "California", "NAMELSAD": "Imperial" }, "geometry": { "type": "Point", "coordinates": [ -115.569439, 32.847553 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.113086, "Latitude": 32.583944, "Name_0": "California", "NAMELSAD": "Imperial Beach" }, "geometry": { "type": "Point", "coordinates": [ -117.113086, 32.583944 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.340756, "Latitude": 33.717631, "Name_0": "California", "NAMELSAD": "Indian Wells" }, "geometry": { "type": "Point", "coordinates": [ -116.340756, 33.717631 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.215561, "Latitude": 33.720578, "Name_0": "California", "NAMELSAD": "Indio" }, "geometry": { "type": "Point", "coordinates": [ -116.215561, 33.720578 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.958675, "Latitude": 34.019733, "Name_0": "California", "NAMELSAD": "Industry" }, "geometry": { "type": "Point", "coordinates": [ -117.958675, 34.019733 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.353131, "Latitude": 33.961681, "Name_0": "California", "NAMELSAD": "Inglewood" }, "geometry": { "type": "Point", "coordinates": [ -118.353131, 33.961681 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.932717, "Latitude": 38.352692, "Name_0": "California", "NAMELSAD": "Ione" }, "geometry": { "type": "Point", "coordinates": [ -120.932717, 38.352692 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.794694, "Latitude": 33.683947, "Name_0": "California", "NAMELSAD": "Irvine" }, "geometry": { "type": "Point", "coordinates": [ -117.794694, 33.683947 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.935342, "Latitude": 34.106953, "Name_0": "California", "NAMELSAD": "Irwindale" }, "geometry": { "type": "Point", "coordinates": [ -117.935342, 34.106953 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.611622, "Latitude": 38.161861, "Name_0": "California", "NAMELSAD": "Isleton" }, "geometry": { "type": "Point", "coordinates": [ -121.611622, 38.161861 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.774103, "Latitude": 38.348803, "Name_0": "California", "NAMELSAD": "Jackson" }, "geometry": { "type": "Point", "coordinates": [ -120.774103, 38.348803 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.475397, "Latitude": 33.999522, "Name_0": "California", "NAMELSAD": "Jurupa Valley" }, "geometry": { "type": "Point", "coordinates": [ -117.475397, 33.999522 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.059878, "Latitude": 36.723558, "Name_0": "California", "NAMELSAD": "Kerman" }, "geometry": { "type": "Point", "coordinates": [ -120.059878, 36.723558 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.126028, "Latitude": 36.212744, "Name_0": "California", "NAMELSAD": "King City" }, "geometry": { "type": "Point", "coordinates": [ -121.126028, 36.212744 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.554017, "Latitude": 36.513839, "Name_0": "California", "NAMELSAD": "Kingsburg" }, "geometry": { "type": "Point", "coordinates": [ -119.554017, 36.513839 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.200028, "Latitude": 34.206817, "Name_0": "California", "NAMELSAD": "La Ca?ada Flintridge" }, "geometry": { "type": "Point", "coordinates": [ -118.200028, 34.206817 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.946172, "Latitude": 33.931958, "Name_0": "California", "NAMELSAD": "La Habra" }, "geometry": { "type": "Point", "coordinates": [ -117.946172, 33.931958 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.950619, "Latitude": 33.960847, "Name_0": "California", "NAMELSAD": "La Habra Heights" }, "geometry": { "type": "Point", "coordinates": [ -117.950619, 33.960847 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.023083, "Latitude": 32.767828, "Name_0": "California", "NAMELSAD": "La Mesa" }, "geometry": { "type": "Point", "coordinates": [ -117.023083, 32.767828 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.012008, "Latitude": 33.917236, "Name_0": "California", "NAMELSAD": "La Mirada" }, "geometry": { "type": "Point", "coordinates": [ -118.012008, 33.917236 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.046731, "Latitude": 33.846403, "Name_0": "California", "NAMELSAD": "La Palma" }, "geometry": { "type": "Point", "coordinates": [ -118.046731, 33.846403 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.949508, "Latitude": 34.020011, "Name_0": "California", "NAMELSAD": "La Puente" }, "geometry": { "type": "Point", "coordinates": [ -117.949508, 34.020011 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.310008, "Latitude": 33.646692, "Name_0": "California", "NAMELSAD": "La Quinta" }, "geometry": { "type": "Point", "coordinates": [ -116.310008, 33.646692 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.767836, "Latitude": 34.100842, "Name_0": "California", "NAMELSAD": "La Verne" }, "geometry": { "type": "Point", "coordinates": [ -117.767836, 34.100842 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.118019, "Latitude": 37.885758, "Name_0": "California", "NAMELSAD": "Lafayette" }, "geometry": { "type": "Point", "coordinates": [ -122.118019, 37.885758 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.783111, "Latitude": 33.542247, "Name_0": "California", "NAMELSAD": "Laguna Beach" }, "geometry": { "type": "Point", "coordinates": [ -117.783111, 33.542247 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.699444, "Latitude": 33.599722, "Name_0": "California", "NAMELSAD": "Laguna Hills" }, "geometry": { "type": "Point", "coordinates": [ -117.699444, 33.599722 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.707553, "Latitude": 33.522525, "Name_0": "California", "NAMELSAD": "Laguna Niguel" }, "geometry": { "type": "Point", "coordinates": [ -117.707553, 33.522525 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.725331, "Latitude": 33.6103, "Name_0": "California", "NAMELSAD": "Laguna Woods" }, "geometry": { "type": "Point", "coordinates": [ -117.725331, 33.6103 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.327261, "Latitude": 33.668078, "Name_0": "California", "NAMELSAD": "Lake Elsinore" }, "geometry": { "type": "Point", "coordinates": [ -117.327261, 33.668078 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.689217, "Latitude": 33.646967, "Name_0": "California", "NAMELSAD": "Lake Forest" }, "geometry": { "type": "Point", "coordinates": [ -117.689217, 33.646967 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.915828, "Latitude": 39.04295, "Name_0": "California", "NAMELSAD": "Lakeport" }, "geometry": { "type": "Point", "coordinates": [ -122.915828, 39.04295 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.133956, "Latitude": 33.853628, "Name_0": "California", "NAMELSAD": "Lakewood" }, "geometry": { "type": "Point", "coordinates": [ -118.133956, 33.853628 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.154164, "Latitude": 34.686786, "Name_0": "California", "NAMELSAD": "Lancaster" }, "geometry": { "type": "Point", "coordinates": [ -118.154164, 34.686786 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.535253, "Latitude": 37.934092, "Name_0": "California", "NAMELSAD": "Larkspur" }, "geometry": { "type": "Point", "coordinates": [ -122.535253, 37.934092 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.276611, "Latitude": 37.822706, "Name_0": "California", "NAMELSAD": "Lathrop" }, "geometry": { "type": "Point", "coordinates": [ -121.276611, 37.822706 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.352575, "Latitude": 33.887236, "Name_0": "California", "NAMELSAD": "Lawndale" }, "geometry": { "type": "Point", "coordinates": [ -118.352575, 33.887236 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.031417, "Latitude": 32.742553, "Name_0": "California", "NAMELSAD": "Lemon Grove" }, "geometry": { "type": "Point", "coordinates": [ -117.031417, 32.742553 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.782911, "Latitude": 36.300783, "Name_0": "California", "NAMELSAD": "Lemoore" }, "geometry": { "type": "Point", "coordinates": [ -119.782911, 36.300783 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.293008, "Latitude": 38.891564, "Name_0": "California", "NAMELSAD": "Lincoln" }, "geometry": { "type": "Point", "coordinates": [ -121.293008, 38.891564 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.088161, "Latitude": 36.203006, "Name_0": "California", "NAMELSAD": "Lindsay" }, "geometry": { "type": "Point", "coordinates": [ -119.088161, 36.203006 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.980517, "Latitude": 36.983561, "Name_0": "California", "NAMELSAD": "Live Oak" }, "geometry": { "type": "Point", "coordinates": [ -121.980517, 36.983561 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.768008, "Latitude": 37.681875, "Name_0": "California", "NAMELSAD": "Livermore" }, "geometry": { "type": "Point", "coordinates": [ -121.768008, 37.681875 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.723533, "Latitude": 37.386883, "Name_0": "California", "NAMELSAD": "Livingston" }, "geometry": { "type": "Point", "coordinates": [ -120.723533, 37.386883 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.272219, "Latitude": 38.134147, "Name_0": "California", "NAMELSAD": "Lodi" }, "geometry": { "type": "Point", "coordinates": [ -121.272219, 38.134147 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.261153, "Latitude": 34.048347, "Name_0": "California", "NAMELSAD": "Loma Linda" }, "geometry": { "type": "Point", "coordinates": [ -117.261153, 34.048347 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.315072, "Latitude": 33.792239, "Name_0": "California", "NAMELSAD": "Lomita" }, "geometry": { "type": "Point", "coordinates": [ -118.315072, 33.792239 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.457942, "Latitude": 34.63915, "Name_0": "California", "NAMELSAD": "Lompoc" }, "geometry": { "type": "Point", "coordinates": [ -120.457942, 34.63915 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.195617, "Latitude": 33.768322, "Name_0": "California", "NAMELSAD": "Long Beach" }, "geometry": { "type": "Point", "coordinates": [ -118.195617, 33.768322 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.072564, "Latitude": 33.803072, "Name_0": "California", "NAMELSAD": "Los Alamitos" }, "geometry": { "type": "Point", "coordinates": [ -118.072564, 33.803072 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.118119, "Latitude": 33.796331, "Name_0": "California", "NAMELSAD": "Los Altos" }, "geometry": { "type": "Point", "coordinates": [ -118.118119, 33.796331 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.243686, "Latitude": 34.052233, "Name_0": "California", "NAMELSAD": "Los Angeles" }, "geometry": { "type": "Point", "coordinates": [ -118.243686, 34.052233 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.849914, "Latitude": 37.058278, "Name_0": "California", "NAMELSAD": "Los Banos" }, "geometry": { "type": "Point", "coordinates": [ -120.849914, 37.058278 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.241039, "Latitude": 39.676294, "Name_0": "California", "NAMELSAD": "Loyalton" }, "geometry": { "type": "Point", "coordinates": [ -120.241039, 39.676294 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.211461, "Latitude": 33.930292, "Name_0": "California", "NAMELSAD": "Lynwood" }, "geometry": { "type": "Point", "coordinates": [ -118.211461, 33.930292 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.060717, "Latitude": 36.961336, "Name_0": "California", "NAMELSAD": "Madera" }, "geometry": { "type": "Point", "coordinates": [ -120.060717, 36.961336 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.810172, "Latitude": 34.005008, "Name_0": "California", "NAMELSAD": "Malibu" }, "geometry": { "type": "Point", "coordinates": [ -118.810172, 34.005008 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.410908, "Latitude": 33.884736, "Name_0": "California", "NAMELSAD": "Manhattan Beach" }, "geometry": { "type": "Point", "coordinates": [ -118.410908, 33.884736 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.216053, "Latitude": 37.797428, "Name_0": "California", "NAMELSAD": "Manteca" }, "geometry": { "type": "Point", "coordinates": [ -121.216053, 37.797428 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.40095, "Latitude": 35.058858, "Name_0": "California", "NAMELSAD": "Maricopa" }, "geometry": { "type": "Point", "coordinates": [ -119.40095, 35.058858 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.802172, "Latitude": 36.684403, "Name_0": "California", "NAMELSAD": "Marina" }, "geometry": { "type": "Point", "coordinates": [ -121.802172, 36.684403 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.134133, "Latitude": 38.019367, "Name_0": "California", "NAMELSAD": "Martinez" }, "geometry": { "type": "Point", "coordinates": [ -122.134133, 38.019367 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.591356, "Latitude": 39.145725, "Name_0": "California", "NAMELSAD": "Marysville" }, "geometry": { "type": "Point", "coordinates": [ -121.591356, 39.145725 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.18535, "Latitude": 33.986681, "Name_0": "California", "NAMELSAD": "Maywood" }, "geometry": { "type": "Point", "coordinates": [ -118.18535, 33.986681 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.229275, "Latitude": 35.678011, "Name_0": "California", "NAMELSAD": "McFarland" }, "geometry": { "type": "Point", "coordinates": [ -119.229275, 35.678011 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.381558, "Latitude": 36.753561, "Name_0": "California", "NAMELSAD": "Mendota" }, "geometry": { "type": "Point", "coordinates": [ -120.381558, 36.753561 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.166944, "Latitude": 33.678333, "Name_0": "California", "NAMELSAD": "Menifee" }, "geometry": { "type": "Point", "coordinates": [ -117.166944, 33.678333 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.182186, "Latitude": 37.453828, "Name_0": "California", "NAMELSAD": "Menlo Park" }, "geometry": { "type": "Point", "coordinates": [ -122.182186, 37.453828 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.482967, "Latitude": 37.302164, "Name_0": "California", "NAMELSAD": "Merced" }, "geometry": { "type": "Point", "coordinates": [ -120.482967, 37.302164 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.544975, "Latitude": 37.906036, "Name_0": "California", "NAMELSAD": "Mill Valley" }, "geometry": { "type": "Point", "coordinates": [ -122.544975, 37.906036 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.387194, "Latitude": 37.598547, "Name_0": "California", "NAMELSAD": "Millbrae" }, "geometry": { "type": "Point", "coordinates": [ -122.387194, 37.598547 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.906625, "Latitude": 37.428272, "Name_0": "California", "NAMELSAD": "Milpitas" }, "geometry": { "type": "Point", "coordinates": [ -121.906625, 37.428272 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.671994, "Latitude": 33.600022, "Name_0": "California", "NAMELSAD": "Mission Viejo" }, "geometry": { "type": "Point", "coordinates": [ -117.671994, 33.600022 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.996878, "Latitude": 37.639097, "Name_0": "California", "NAMELSAD": "Modesto" }, "geometry": { "type": "Point", "coordinates": [ -120.996878, 37.639097 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.001947, "Latitude": 34.144428, "Name_0": "California", "NAMELSAD": "Monrovia" }, "geometry": { "type": "Point", "coordinates": [ -118.001947, 34.144428 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.5278, "Latitude": 41.728197, "Name_0": "California", "NAMELSAD": "Montague" }, "geometry": { "type": "Point", "coordinates": [ -122.5278, 41.728197 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.689778, "Latitude": 34.077511, "Name_0": "California", "NAMELSAD": "Montclair" }, "geometry": { "type": "Point", "coordinates": [ -117.689778, 34.077511 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.992458, "Latitude": 37.236333, "Name_0": "California", "NAMELSAD": "Monte Sereno" }, "geometry": { "type": "Point", "coordinates": [ -121.992458, 37.236333 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.113753, "Latitude": 34.016506, "Name_0": "California", "NAMELSAD": "Montebello" }, "geometry": { "type": "Point", "coordinates": [ -118.113753, 34.016506 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.894675, "Latitude": 36.600239, "Name_0": "California", "NAMELSAD": "Monterey" }, "geometry": { "type": "Point", "coordinates": [ -121.894675, 36.600239 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.122847, "Latitude": 34.062511, "Name_0": "California", "NAMELSAD": "Monterey Park" }, "geometry": { "type": "Point", "coordinates": [ -118.122847, 34.062511 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.268742, "Latitude": 34.144897, "Name_0": "California", "NAMELSAD": "Moorpark" }, "geometry": { "type": "Point", "coordinates": [ -118.268742, 34.144897 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.229672, "Latitude": 33.942467, "Name_0": "California", "NAMELSAD": "Moreno Valley" }, "geometry": { "type": "Point", "coordinates": [ -117.229672, 33.942467 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.654389, "Latitude": 37.1305, "Name_0": "California", "NAMELSAD": "Morgan Hill" }, "geometry": { "type": "Point", "coordinates": [ -121.654389, 37.1305 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.8499, "Latitude": 35.365808, "Name_0": "California", "NAMELSAD": "Morro Bay" }, "geometry": { "type": "Point", "coordinates": [ -120.8499, 35.365808 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.194575, "Latitude": 41.410806, "Name_0": "California", "NAMELSAD": "Mount Shasta" }, "geometry": { "type": "Point", "coordinates": [ -122.194575, 41.410806 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.08385, "Latitude": 37.386053, "Name_0": "California", "NAMELSAD": "Mountain View" }, "geometry": { "type": "Point", "coordinates": [ -122.08385, 37.386053 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.213922, "Latitude": 33.553914, "Name_0": "California", "NAMELSAD": "Murrieta" }, "geometry": { "type": "Point", "coordinates": [ -117.213922, 33.553914 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.286864, "Latitude": 38.297539, "Name_0": "California", "NAMELSAD": "Napa" }, "geometry": { "type": "Point", "coordinates": [ -122.286864, 38.297539 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.099197, "Latitude": 32.678108, "Name_0": "California", "NAMELSAD": "National City" }, "geometry": { "type": "Point", "coordinates": [ -117.099197, 32.678108 ] } },
{ "type": "Feature", "properties": { "Longitude": -114.614133, "Latitude": 34.848061, "Name_0": "California", "NAMELSAD": "Needles" }, "geometry": { "type": "Point", "coordinates": [ -114.614133, 34.848061 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.016058, "Latitude": 39.261561, "Name_0": "California", "NAMELSAD": "Nevada City" }, "geometry": { "type": "Point", "coordinates": [ -121.016058, 39.261561 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.040239, "Latitude": 37.529658, "Name_0": "California", "NAMELSAD": "Newark" }, "geometry": { "type": "Point", "coordinates": [ -122.040239, 37.529658 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.020761, "Latitude": 37.313828, "Name_0": "California", "NAMELSAD": "Newman" }, "geometry": { "type": "Point", "coordinates": [ -121.020761, 37.313828 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.928947, "Latitude": 33.618911, "Name_0": "California", "NAMELSAD": "Newport Beach" }, "geometry": { "type": "Point", "coordinates": [ -117.928947, 33.618911 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.548661, "Latitude": 33.931125, "Name_0": "California", "NAMELSAD": "Norco" }, "geometry": { "type": "Point", "coordinates": [ -117.548661, 33.931125 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.081733, "Latitude": 33.902236, "Name_0": "California", "NAMELSAD": "Norwalk" }, "geometry": { "type": "Point", "coordinates": [ -118.081733, 33.902236 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.569703, "Latitude": 38.107419, "Name_0": "California", "NAMELSAD": "Novato" }, "geometry": { "type": "Point", "coordinates": [ -122.569703, 38.107419 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.847153, "Latitude": 37.766594, "Name_0": "California", "NAMELSAD": "Oakdale" }, "geometry": { "type": "Point", "coordinates": [ -120.847153, 37.766594 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.271114, "Latitude": 37.804364, "Name_0": "California", "NAMELSAD": "Oakland" }, "geometry": { "type": "Point", "coordinates": [ -122.271114, 37.804364 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.712453, "Latitude": 37.997422, "Name_0": "California", "NAMELSAD": "Oakley" }, "geometry": { "type": "Point", "coordinates": [ -121.712453, 37.997422 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.379483, "Latitude": 33.195869, "Name_0": "California", "NAMELSAD": "Oceanside" }, "geometry": { "type": "Point", "coordinates": [ -117.379483, 33.195869 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.242889, "Latitude": 34.44805, "Name_0": "California", "NAMELSAD": "Ojai" }, "geometry": { "type": "Point", "coordinates": [ -119.242889, 34.44805 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.650889, "Latitude": 34.063344, "Name_0": "California", "NAMELSAD": "Ontario" }, "geometry": { "type": "Point", "coordinates": [ -117.650889, 34.063344 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.853111, "Latitude": 33.787794, "Name_0": "California", "NAMELSAD": "Orange" }, "geometry": { "type": "Point", "coordinates": [ -117.853111, 33.787794 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.313731, "Latitude": 36.624394, "Name_0": "California", "NAMELSAD": "Orange Cove" }, "geometry": { "type": "Point", "coordinates": [ -119.313731, 36.624394 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.179689, "Latitude": 37.877147, "Name_0": "California", "NAMELSAD": "Orinda" }, "geometry": { "type": "Point", "coordinates": [ -122.179689, 37.877147 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.196375, "Latitude": 39.747381, "Name_0": "California", "NAMELSAD": "Orland" }, "geometry": { "type": "Point", "coordinates": [ -122.196375, 39.747381 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.556358, "Latitude": 39.513775, "Name_0": "California", "NAMELSAD": "Oroville" }, "geometry": { "type": "Point", "coordinates": [ -121.556358, 39.513775 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.177053, "Latitude": 34.197506, "Name_0": "California", "NAMELSAD": "Oxnard" }, "geometry": { "type": "Point", "coordinates": [ -119.177053, 34.197506 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.916622, "Latitude": 36.617736, "Name_0": "California", "NAMELSAD": "Pacific Grove" }, "geometry": { "type": "Point", "coordinates": [ -121.916622, 36.617736 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.486919, "Latitude": 37.613825, "Name_0": "California", "NAMELSAD": "Pacifica" }, "geometry": { "type": "Point", "coordinates": [ -122.486919, 37.613825 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.374456, "Latitude": 33.722244, "Name_0": "California", "NAMELSAD": "Palm Desert" }, "geometry": { "type": "Point", "coordinates": [ -116.374456, 33.722244 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.545292, "Latitude": 33.830297, "Name_0": "California", "NAMELSAD": "Palm Springs" }, "geometry": { "type": "Point", "coordinates": [ -116.545292, 33.830297 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.116461, "Latitude": 34.579433, "Name_0": "California", "NAMELSAD": "Palmdale" }, "geometry": { "type": "Point", "coordinates": [ -118.116461, 34.579433 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.143019, "Latitude": 37.441883, "Name_0": "California", "NAMELSAD": "Palo Alto" }, "geometry": { "type": "Point", "coordinates": [ -122.143019, 37.441883 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.390075, "Latitude": 33.800572, "Name_0": "California", "NAMELSAD": "Palos Verdes Estates" }, "geometry": { "type": "Point", "coordinates": [ -118.390075, 33.800572 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.159792, "Latitude": 33.889461, "Name_0": "California", "NAMELSAD": "Paramount" }, "geometry": { "type": "Point", "coordinates": [ -118.159792, 33.889461 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.527072, "Latitude": 36.611617, "Name_0": "California", "NAMELSAD": "Parlier" }, "geometry": { "type": "Point", "coordinates": [ -119.527072, 36.611617 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.144517, "Latitude": 34.147786, "Name_0": "California", "NAMELSAD": "Pasadena" }, "geometry": { "type": "Point", "coordinates": [ -118.144517, 34.147786 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.664186, "Latitude": 35.632278, "Name_0": "California", "NAMELSAD": "Paso Robles" }, "geometry": { "type": "Point", "coordinates": [ -120.664186, 35.632278 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.129656, "Latitude": 37.4716, "Name_0": "California", "NAMELSAD": "Patterson" }, "geometry": { "type": "Point", "coordinates": [ -121.129656, 37.4716 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.228647, "Latitude": 33.782519, "Name_0": "California", "NAMELSAD": "Perris" }, "geometry": { "type": "Point", "coordinates": [ -117.228647, 33.782519 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.636653, "Latitude": 38.232417, "Name_0": "California", "NAMELSAD": "Petaluma" }, "geometry": { "type": "Point", "coordinates": [ -122.636653, 38.232417 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.096736, "Latitude": 33.983069, "Name_0": "California", "NAMELSAD": "Pico Rivera" }, "geometry": { "type": "Point", "coordinates": [ -118.096736, 33.983069 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.231636, "Latitude": 37.824372, "Name_0": "California", "NAMELSAD": "Piedmont" }, "geometry": { "type": "Point", "coordinates": [ -122.231636, 37.824372 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.298858, "Latitude": 38.004367, "Name_0": "California", "NAMELSAD": "Pinole" }, "geometry": { "type": "Point", "coordinates": [ -122.298858, 38.004367 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.641283, "Latitude": 35.142753, "Name_0": "California", "NAMELSAD": "Pismo Beach" }, "geometry": { "type": "Point", "coordinates": [ -120.641283, 35.142753 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.884681, "Latitude": 38.027975, "Name_0": "California", "NAMELSAD": "Pittsburg" }, "geometry": { "type": "Point", "coordinates": [ -121.884681, 38.027975 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.870336, "Latitude": 33.872236, "Name_0": "California", "NAMELSAD": "Placentia" }, "geometry": { "type": "Point", "coordinates": [ -117.870336, 33.872236 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.798547, "Latitude": 38.729625, "Name_0": "California", "NAMELSAD": "Placerville" }, "geometry": { "type": "Point", "coordinates": [ -120.798547, 38.729625 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.060797, "Latitude": 37.947978, "Name_0": "California", "NAMELSAD": "Pleasant Hill" }, "geometry": { "type": "Point", "coordinates": [ -122.060797, 37.947978 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.874678, "Latitude": 37.662431, "Name_0": "California", "NAMELSAD": "Pleasanton" }, "geometry": { "type": "Point", "coordinates": [ -121.874678, 37.662431 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.844658, "Latitude": 38.481853, "Name_0": "California", "NAMELSAD": "Plymouth" }, "geometry": { "type": "Point", "coordinates": [ -120.844658, 38.481853 ] } },
{ "type": "Feature", "properties": { "Longitude": -123.693072, "Latitude": 38.908797, "Name_0": "California", "NAMELSAD": "Point Arena" }, "geometry": { "type": "Point", "coordinates": [ -123.693072, 38.908797 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.752306, "Latitude": 34.055228, "Name_0": "California", "NAMELSAD": "Pomona" }, "geometry": { "type": "Point", "coordinates": [ -117.752306, 34.055228 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.208158, "Latitude": 34.180728, "Name_0": "California", "NAMELSAD": "Port Hueneme" }, "geometry": { "type": "Point", "coordinates": [ -119.208158, 34.180728 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.016767, "Latitude": 36.065231, "Name_0": "California", "NAMELSAD": "Porterville" }, "geometry": { "type": "Point", "coordinates": [ -119.016767, 36.065231 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.469103, "Latitude": 39.810458, "Name_0": "California", "NAMELSAD": "Portola" }, "geometry": { "type": "Point", "coordinates": [ -120.469103, 39.810458 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.035864, "Latitude": 32.962822, "Name_0": "California", "NAMELSAD": "Poway" }, "geometry": { "type": "Point", "coordinates": [ -117.035864, 32.962822 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.302728, "Latitude": 38.589072, "Name_0": "California", "NAMELSAD": "Rancho Cordova" }, "geometry": { "type": "Point", "coordinates": [ -121.302728, 38.589072 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.593108, "Latitude": 34.1064, "Name_0": "California", "NAMELSAD": "Rancho Cucamonga" }, "geometry": { "type": "Point", "coordinates": [ -117.593108, 34.1064 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.412789, "Latitude": 33.739744, "Name_0": "California", "NAMELSAD": "Rancho Mirage" }, "geometry": { "type": "Point", "coordinates": [ -116.412789, 33.739744 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.387017, "Latitude": 33.744461, "Name_0": "California", "NAMELSAD": "Rancho Palos Verdes" }, "geometry": { "type": "Point", "coordinates": [ -118.387017, 33.744461 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.603103, "Latitude": 33.640856, "Name_0": "California", "NAMELSAD": "Rancho Santa Margarita" }, "geometry": { "type": "Point", "coordinates": [ -117.603103, 33.640856 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.235831, "Latitude": 40.178489, "Name_0": "California", "NAMELSAD": "Red Bluff" }, "geometry": { "type": "Point", "coordinates": [ -122.235831, 40.178489 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.391675, "Latitude": 40.586539, "Name_0": "California", "NAMELSAD": "Redding" }, "geometry": { "type": "Point", "coordinates": [ -122.391675, 40.586539 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.182539, "Latitude": 34.055569, "Name_0": "California", "NAMELSAD": "Redlands" }, "geometry": { "type": "Point", "coordinates": [ -117.182539, 34.055569 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.388408, "Latitude": 33.849183, "Name_0": "California", "NAMELSAD": "Redondo Beach" }, "geometry": { "type": "Point", "coordinates": [ -118.388408, 33.849183 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.236356, "Latitude": 37.485214, "Name_0": "California", "NAMELSAD": "Redwood City" }, "geometry": { "type": "Point", "coordinates": [ -122.236356, 37.485214 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.450403, "Latitude": 36.596339, "Name_0": "California", "NAMELSAD": "Reedley" }, "geometry": { "type": "Point", "coordinates": [ -119.450403, 36.596339 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.370325, "Latitude": 34.1064, "Name_0": "California", "NAMELSAD": "Rialto" }, "geometry": { "type": "Point", "coordinates": [ -117.370325, 34.1064 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.34775, "Latitude": 37.935758, "Name_0": "California", "NAMELSAD": "Richmond" }, "geometry": { "type": "Point", "coordinates": [ -122.34775, 37.935758 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.670897, "Latitude": 35.622456, "Name_0": "California", "NAMELSAD": "Ridgecrest" }, "geometry": { "type": "Point", "coordinates": [ -117.670897, 35.622456 ] } },
{ "type": "Feature", "properties": { "Longitude": -124.106436, "Latitude": 40.4993, "Name_0": "California", "NAMELSAD": "Rio Dell" }, "geometry": { "type": "Point", "coordinates": [ -124.106436, 40.4993 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.691344, "Latitude": 38.15575, "Name_0": "California", "NAMELSAD": "Rio Vista" }, "geometry": { "type": "Point", "coordinates": [ -121.691344, 38.15575 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.135414, "Latitude": 37.739453, "Name_0": "California", "NAMELSAD": "Ripon" }, "geometry": { "type": "Point", "coordinates": [ -121.135414, 37.739453 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.935489, "Latitude": 37.736039, "Name_0": "California", "NAMELSAD": "Riverbank" }, "geometry": { "type": "Point", "coordinates": [ -120.935489, 37.736039 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.396156, "Latitude": 33.95335, "Name_0": "California", "NAMELSAD": "Riverside" }, "geometry": { "type": "Point", "coordinates": [ -117.396156, 33.95335 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.235783, "Latitude": 38.790733, "Name_0": "California", "NAMELSAD": "Rocklin" }, "geometry": { "type": "Point", "coordinates": [ -121.235783, 38.790733 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.701097, "Latitude": 38.339636, "Name_0": "California", "NAMELSAD": "Rohnert Park" }, "geometry": { "type": "Point", "coordinates": [ -122.701097, 38.339636 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.353961, "Latitude": 33.756961, "Name_0": "California", "NAMELSAD": "Rolling Hills" }, "geometry": { "type": "Point", "coordinates": [ -118.353961, 33.756961 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.358128, "Latitude": 33.787794, "Name_0": "California", "NAMELSAD": "Rolling Hills Estates" }, "geometry": { "type": "Point", "coordinates": [ -118.358128, 33.787794 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.072847, "Latitude": 34.080564, "Name_0": "California", "NAMELSAD": "Rosemead" }, "geometry": { "type": "Point", "coordinates": [ -118.072847, 34.080564 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.288006, "Latitude": 38.752122, "Name_0": "California", "NAMELSAD": "Roseville" }, "geometry": { "type": "Point", "coordinates": [ -121.288006, 38.752122 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.4944, "Latitude": 38.581572, "Name_0": "California", "NAMELSAD": "Sacramento" }, "geometry": { "type": "Point", "coordinates": [ -121.4944, 38.581572 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.6555, "Latitude": 36.677736, "Name_0": "California", "NAMELSAD": "Salinas" }, "geometry": { "type": "Point", "coordinates": [ -121.6555, 36.677736 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.289764, "Latitude": 34.108344, "Name_0": "California", "NAMELSAD": "San Bernardino" }, "geometry": { "type": "Point", "coordinates": [ -117.289764, 34.108344 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.411083, "Latitude": 37.630489, "Name_0": "California", "NAMELSAD": "San Bruno" }, "geometry": { "type": "Point", "coordinates": [ -122.411083, 37.630489 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.260522, "Latitude": 37.507158, "Name_0": "California", "NAMELSAD": "San Carlos" }, "geometry": { "type": "Point", "coordinates": [ -122.260522, 37.507158 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.611992, "Latitude": 33.426972, "Name_0": "California", "NAMELSAD": "San Clemente" }, "geometry": { "type": "Point", "coordinates": [ -117.611992, 33.426972 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.157256, "Latitude": 32.715328, "Name_0": "California", "NAMELSAD": "San Diego" }, "geometry": { "type": "Point", "coordinates": [ -117.157256, 32.715328 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.806725, "Latitude": 34.106675, "Name_0": "California", "NAMELSAD": "San Dimas" }, "geometry": { "type": "Point", "coordinates": [ -117.806725, 34.106675 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.438972, "Latitude": 34.281947, "Name_0": "California", "NAMELSAD": "San Fernando" }, "geometry": { "type": "Point", "coordinates": [ -118.438972, 34.281947 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.419417, "Latitude": 37.774931, "Name_0": "California", "NAMELSAD": "San Francisco" }, "geometry": { "type": "Point", "coordinates": [ -122.419417, 37.774931 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.105833, "Latitude": 34.096111, "Name_0": "California", "NAMELSAD": "San Gabriel" }, "geometry": { "type": "Point", "coordinates": [ -118.105833, 34.096111 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.958636, "Latitude": 33.783908, "Name_0": "California", "NAMELSAD": "San Jacinto" }, "geometry": { "type": "Point", "coordinates": [ -116.958636, 33.783908 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.189044, "Latitude": 36.606617, "Name_0": "California", "NAMELSAD": "San Joaquin" }, "geometry": { "type": "Point", "coordinates": [ -120.189044, 36.606617 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.894956, "Latitude": 37.339386, "Name_0": "California", "NAMELSAD": "San Jose" }, "geometry": { "type": "Point", "coordinates": [ -121.894956, 37.339386 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.537997, "Latitude": 36.845511, "Name_0": "California", "NAMELSAD": "San Juan Bautista" }, "geometry": { "type": "Point", "coordinates": [ -121.537997, 36.845511 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.66255, "Latitude": 33.501692, "Name_0": "California", "NAMELSAD": "San Juan Capistrano" }, "geometry": { "type": "Point", "coordinates": [ -117.66255, 33.501692 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.156078, "Latitude": 37.724931, "Name_0": "California", "NAMELSAD": "San Leandro" }, "geometry": { "type": "Point", "coordinates": [ -122.156078, 37.724931 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.659617, "Latitude": 35.282753, "Name_0": "California", "NAMELSAD": "San Luis Obispo" }, "geometry": { "type": "Point", "coordinates": [ -120.659617, 35.282753 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.166144, "Latitude": 33.143372, "Name_0": "California", "NAMELSAD": "San Marcos" }, "geometry": { "type": "Point", "coordinates": [ -117.166144, 33.143372 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.106458, "Latitude": 34.121397, "Name_0": "California", "NAMELSAD": "San Marino" }, "geometry": { "type": "Point", "coordinates": [ -118.106458, 34.121397 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.325525, "Latitude": 37.562992, "Name_0": "California", "NAMELSAD": "San Mateo" }, "geometry": { "type": "Point", "coordinates": [ -122.325525, 37.562992 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.345525, "Latitude": 37.962147, "Name_0": "California", "NAMELSAD": "San Pablo" }, "geometry": { "type": "Point", "coordinates": [ -122.345525, 37.962147 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.531086, "Latitude": 37.973536, "Name_0": "California", "NAMELSAD": "San Rafael" }, "geometry": { "type": "Point", "coordinates": [ -122.531086, 37.973536 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.978014, "Latitude": 37.779928, "Name_0": "California", "NAMELSAD": "San Ramon" }, "geometry": { "type": "Point", "coordinates": [ -121.978014, 37.779928 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.848286, "Latitude": 36.617183, "Name_0": "California", "NAMELSAD": "Sand City" }, "geometry": { "type": "Point", "coordinates": [ -121.848286, 36.617183 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.555964, "Latitude": 36.708006, "Name_0": "California", "NAMELSAD": "Sanger" }, "geometry": { "type": "Point", "coordinates": [ -119.555964, 36.708006 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.867833, "Latitude": 33.745572, "Name_0": "California", "NAMELSAD": "Santa Ana" }, "geometry": { "type": "Point", "coordinates": [ -117.867833, 33.745572 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.698189, "Latitude": 34.420831, "Name_0": "California", "NAMELSAD": "Santa Barbara" }, "geometry": { "type": "Point", "coordinates": [ -119.698189, 34.420831 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.955236, "Latitude": 37.354108, "Name_0": "California", "NAMELSAD": "Santa Clara" }, "geometry": { "type": "Point", "coordinates": [ -121.955236, 37.354108 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.542586, "Latitude": 34.391664, "Name_0": "California", "NAMELSAD": "Santa Clarita" }, "geometry": { "type": "Point", "coordinates": [ -118.542586, 34.391664 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.030797, "Latitude": 36.974117, "Name_0": "California", "NAMELSAD": "Santa Cruz" }, "geometry": { "type": "Point", "coordinates": [ -122.030797, 36.974117 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.085344, "Latitude": 33.947236, "Name_0": "California", "NAMELSAD": "Santa Fe Springs" }, "geometry": { "type": "Point", "coordinates": [ -118.085344, 33.947236 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.435719, "Latitude": 34.953033, "Name_0": "California", "NAMELSAD": "Santa Maria" }, "geometry": { "type": "Point", "coordinates": [ -120.435719, 34.953033 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.491192, "Latitude": 34.019453, "Name_0": "California", "NAMELSAD": "Santa Monica" }, "geometry": { "type": "Point", "coordinates": [ -118.491192, 34.019453 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.059269, "Latitude": 34.354167, "Name_0": "California", "NAMELSAD": "Santa Paula" }, "geometry": { "type": "Point", "coordinates": [ -119.059269, 34.354167 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.714431, "Latitude": 38.440467, "Name_0": "California", "NAMELSAD": "Santa Rosa" }, "geometry": { "type": "Point", "coordinates": [ -122.714431, 38.440467 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.973917, "Latitude": 32.838383, "Name_0": "California", "NAMELSAD": "Santee" }, "geometry": { "type": "Point", "coordinates": [ -116.973917, 32.838383 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.023014, "Latitude": 37.263833, "Name_0": "California", "NAMELSAD": "Saratoga" }, "geometry": { "type": "Point", "coordinates": [ -122.023014, 37.263833 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.48525, "Latitude": 37.859094, "Name_0": "California", "NAMELSAD": "Sausalito" }, "geometry": { "type": "Point", "coordinates": [ -122.48525, 37.859094 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.014683, "Latitude": 37.051061, "Name_0": "California", "NAMELSAD": "Scotts Valley" }, "geometry": { "type": "Point", "coordinates": [ -122.014683, 37.051061 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.104786, "Latitude": 33.741406, "Name_0": "California", "NAMELSAD": "Seal Beach" }, "geometry": { "type": "Point", "coordinates": [ -118.104786, 33.741406 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.366647, "Latitude": 33.819361, "Name_0": "California", "NAMELSAD": "Seaside" }, "geometry": { "type": "Point", "coordinates": [ -118.366647, 33.819361 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.823881, "Latitude": 38.402136, "Name_0": "California", "NAMELSAD": "Sebastopol" }, "geometry": { "type": "Point", "coordinates": [ -122.823881, 38.402136 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.612075, "Latitude": 36.570783, "Name_0": "California", "NAMELSAD": "Selma" }, "geometry": { "type": "Point", "coordinates": [ -119.612075, 36.570783 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.271775, "Latitude": 35.500514, "Name_0": "California", "NAMELSAD": "Shafter" }, "geometry": { "type": "Point", "coordinates": [ -119.271775, 35.500514 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.370842, "Latitude": 40.680428, "Name_0": "California", "NAMELSAD": "Shasta Lake" }, "geometry": { "type": "Point", "coordinates": [ -122.370842, 40.680428 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.052847, "Latitude": 34.161672, "Name_0": "California", "NAMELSAD": "Sierra Madre" }, "geometry": { "type": "Point", "coordinates": [ -118.052847, 34.161672 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.167847, "Latitude": 33.804461, "Name_0": "California", "NAMELSAD": "Signal Hill" }, "geometry": { "type": "Point", "coordinates": [ -118.167847, 33.804461 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.781483, "Latitude": 34.269447, "Name_0": "California", "NAMELSAD": "Simi Valley" }, "geometry": { "type": "Point", "coordinates": [ -118.781483, 34.269447 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.271147, "Latitude": 32.991156, "Name_0": "California", "NAMELSAD": "Solana Beach" }, "geometry": { "type": "Point", "coordinates": [ -117.271147, 32.991156 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.271147, "Latitude": 32.991156, "Name_0": "California", "NAMELSAD": "Soledad" }, "geometry": { "type": "Point", "coordinates": [ -117.271147, 32.991156 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.137647, "Latitude": 34.595819, "Name_0": "California", "NAMELSAD": "Solvang" }, "geometry": { "type": "Point", "coordinates": [ -120.137647, 34.595819 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.458036, "Latitude": 38.291858, "Name_0": "California", "NAMELSAD": "Sonoma" }, "geometry": { "type": "Point", "coordinates": [ -122.458036, 38.291858 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.382139, "Latitude": 37.984092, "Name_0": "California", "NAMELSAD": "Sonora" }, "geometry": { "type": "Point", "coordinates": [ -120.382139, 37.984092 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.046733, "Latitude": 34.051956, "Name_0": "California", "NAMELSAD": "South El Monte" }, "geometry": { "type": "Point", "coordinates": [ -118.046733, 34.051956 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.212017, "Latitude": 33.954736, "Name_0": "California", "NAMELSAD": "South Gate" }, "geometry": { "type": "Point", "coordinates": [ -118.212017, 33.954736 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.977186, "Latitude": 38.939925, "Name_0": "California", "NAMELSAD": "South Lake Tahoe" }, "geometry": { "type": "Point", "coordinates": [ -119.977186, 38.939925 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.15035, "Latitude": 34.116119, "Name_0": "California", "NAMELSAD": "South Pasadena" }, "geometry": { "type": "Point", "coordinates": [ -118.15035, 34.116119 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.40775, "Latitude": 37.654656, "Name_0": "California", "NAMELSAD": "South San Francisco" }, "geometry": { "type": "Point", "coordinates": [ -122.40775, 37.654656 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.470386, "Latitude": 38.505242, "Name_0": "California", "NAMELSAD": "St. Helena" }, "geometry": { "type": "Point", "coordinates": [ -122.470386, 38.505242 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.993117, "Latitude": 33.802517, "Name_0": "California", "NAMELSAD": "Stanton" }, "geometry": { "type": "Point", "coordinates": [ -117.993117, 33.802517 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.290781, "Latitude": 37.957703, "Name_0": "California", "NAMELSAD": "Stockton" }, "geometry": { "type": "Point", "coordinates": [ -121.290781, 37.957703 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.040244, "Latitude": 38.238247, "Name_0": "California", "NAMELSAD": "Suisun City" }, "geometry": { "type": "Point", "coordinates": [ -122.040244, 38.238247 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.03635, "Latitude": 37.368831, "Name_0": "California", "NAMELSAD": "Sunnyvale" }, "geometry": { "type": "Point", "coordinates": [ -122.03635, 37.368831 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.653006, "Latitude": 40.416283, "Name_0": "California", "NAMELSAD": "Susanville" }, "geometry": { "type": "Point", "coordinates": [ -120.653006, 40.416283 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.802436, "Latitude": 38.392967, "Name_0": "California", "NAMELSAD": "Sutter Creek" }, "geometry": { "type": "Point", "coordinates": [ -120.802436, 38.392967 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.456508, "Latitude": 35.142467, "Name_0": "California", "NAMELSAD": "Taft" }, "geometry": { "type": "Point", "coordinates": [ -119.456508, 35.142467 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.448975, "Latitude": 35.132189, "Name_0": "California", "NAMELSAD": "Tehachapi" }, "geometry": { "type": "Point", "coordinates": [ -118.448975, 35.132189 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.123322, "Latitude": 40.027103, "Name_0": "California", "NAMELSAD": "Tehama" }, "geometry": { "type": "Point", "coordinates": [ -122.123322, 40.027103 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.148364, "Latitude": 33.493639, "Name_0": "California", "NAMELSAD": "Temecula" }, "geometry": { "type": "Point", "coordinates": [ -117.148364, 33.493639 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.057847, "Latitude": 34.107231, "Name_0": "California", "NAMELSAD": "Temple City" }, "geometry": { "type": "Point", "coordinates": [ -118.057847, 34.107231 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.057847, "Latitude": 34.107231, "Name_0": "California", "NAMELSAD": "Thousand Oaks" }, "geometry": { "type": "Point", "coordinates": [ -118.057847, 34.107231 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.340628, "Latitude": 33.83585, "Name_0": "California", "NAMELSAD": "Torrance" }, "geometry": { "type": "Point", "coordinates": [ -118.340628, 33.83585 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.425222, "Latitude": 37.73965, "Name_0": "California", "NAMELSAD": "Tracy" }, "geometry": { "type": "Point", "coordinates": [ -121.425222, 37.73965 ] } },
{ "type": "Feature", "properties": { "Longitude": -124.143125, "Latitude": 41.059292, "Name_0": "California", "NAMELSAD": "Trinidad" }, "geometry": { "type": "Point", "coordinates": [ -124.143125, 41.059292 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.347339, "Latitude": 36.207728, "Name_0": "California", "NAMELSAD": "Tulare" }, "geometry": { "type": "Point", "coordinates": [ -119.347339, 36.207728 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.477492, "Latitude": 41.955989, "Name_0": "California", "NAMELSAD": "Tulelake" }, "geometry": { "type": "Point", "coordinates": [ -121.477492, 41.955989 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.846594, "Latitude": 37.494658, "Name_0": "California", "NAMELSAD": "Turlock" }, "geometry": { "type": "Point", "coordinates": [ -120.846594, 37.494658 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.826167, "Latitude": 33.74585, "Name_0": "California", "NAMELSAD": "Tustin" }, "geometry": { "type": "Point", "coordinates": [ -117.826167, 33.74585 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.054169, "Latitude": 34.135558, "Name_0": "California", "NAMELSAD": "Twentynine Palms" }, "geometry": { "type": "Point", "coordinates": [ -116.054169, 34.135558 ] } },
{ "type": "Feature", "properties": { "Longitude": -123.207783, "Latitude": 39.150172, "Name_0": "California", "NAMELSAD": "Ukiah" }, "geometry": { "type": "Point", "coordinates": [ -123.207783, 39.150172 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.043831, "Latitude": 37.593392, "Name_0": "California", "NAMELSAD": "Union City" }, "geometry": { "type": "Point", "coordinates": [ -122.043831, 37.593392 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.648389, "Latitude": 34.097511, "Name_0": "California", "NAMELSAD": "Upland" }, "geometry": { "type": "Point", "coordinates": [ -117.648389, 34.097511 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.987744, "Latitude": 38.356578, "Name_0": "California", "NAMELSAD": "Vacaville" }, "geometry": { "type": "Point", "coordinates": [ -121.987744, 38.356578 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.256636, "Latitude": 38.104086, "Name_0": "California", "NAMELSAD": "Vallejo" }, "geometry": { "type": "Point", "coordinates": [ -122.256636, 38.104086 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.229006, "Latitude": 34.274639, "Name_0": "California", "NAMELSAD": "Ventura" }, "geometry": { "type": "Point", "coordinates": [ -119.229006, 34.274639 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.230072, "Latitude": 34.003903, "Name_0": "California", "NAMELSAD": "Vernon" }, "geometry": { "type": "Point", "coordinates": [ -118.230072, 34.003903 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.291158, "Latitude": 34.536108, "Name_0": "California", "NAMELSAD": "Victorville" }, "geometry": { "type": "Point", "coordinates": [ -117.291158, 34.536108 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.813111, "Latitude": 33.814461, "Name_0": "California", "NAMELSAD": "Villa Park" }, "geometry": { "type": "Point", "coordinates": [ -117.813111, 33.814461 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.292058, "Latitude": 36.330228, "Name_0": "California", "NAMELSAD": "Visalia" }, "geometry": { "type": "Point", "coordinates": [ -119.292058, 36.330228 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.242536, "Latitude": 33.200036, "Name_0": "California", "NAMELSAD": "Vista" }, "geometry": { "type": "Point", "coordinates": [ -117.242536, 33.200036 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.865339, "Latitude": 34.020289, "Name_0": "California", "NAMELSAD": "Walnut" }, "geometry": { "type": "Point", "coordinates": [ -117.865339, 34.020289 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.065183, "Latitude": 37.910078, "Name_0": "California", "NAMELSAD": "Walnut Creek" }, "geometry": { "type": "Point", "coordinates": [ -122.065183, 37.910078 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.340947, "Latitude": 35.594125, "Name_0": "California", "NAMELSAD": "Wasco" }, "geometry": { "type": "Point", "coordinates": [ -119.340947, 35.594125 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.760483, "Latitude": 37.641319, "Name_0": "California", "NAMELSAD": "Waterford" }, "geometry": { "type": "Point", "coordinates": [ -120.760483, 37.641319 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.756894, "Latitude": 36.910231, "Name_0": "California", "NAMELSAD": "Watsonville" }, "geometry": { "type": "Point", "coordinates": [ -121.756894, 36.910231 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.386128, "Latitude": 41.42265, "Name_0": "California", "NAMELSAD": "Weed" }, "geometry": { "type": "Point", "coordinates": [ -122.386128, 41.42265 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.938953, "Latitude": 34.068622, "Name_0": "California", "NAMELSAD": "West Covina" }, "geometry": { "type": "Point", "coordinates": [ -117.938953, 34.068622 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.361744, "Latitude": 34.090008, "Name_0": "California", "NAMELSAD": "West Hollywood" }, "geometry": { "type": "Point", "coordinates": [ -118.361744, 34.090008 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.530233, "Latitude": 38.580461, "Name_0": "California", "NAMELSAD": "West Sacramento" }, "geometry": { "type": "Point", "coordinates": [ -121.530233, 38.580461 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.805647, "Latitude": 34.145839, "Name_0": "California", "NAMELSAD": "Westlake Village" }, "geometry": { "type": "Point", "coordinates": [ -118.805647, 34.145839 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.993992, "Latitude": 33.751342, "Name_0": "California", "NAMELSAD": "Westminster" }, "geometry": { "type": "Point", "coordinates": [ -117.993992, 33.751342 ] } },
{ "type": "Feature", "properties": { "Longitude": -115.621383, "Latitude": 33.037267, "Name_0": "California", "NAMELSAD": "Westmorland" }, "geometry": { "type": "Point", "coordinates": [ -115.621383, 33.037267 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.423014, "Latitude": 39.009894, "Name_0": "California", "NAMELSAD": "Wheatland" }, "geometry": { "type": "Point", "coordinates": [ -121.423014, 39.009894 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.032844, "Latitude": 33.979178, "Name_0": "California", "NAMELSAD": "Whittier" }, "geometry": { "type": "Point", "coordinates": [ -118.032844, 33.979178 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.280036, "Latitude": 33.598914, "Name_0": "California", "NAMELSAD": "Wildomar" }, "geometry": { "type": "Point", "coordinates": [ -117.280036, 33.598914 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.149419, "Latitude": 39.154614, "Name_0": "California", "NAMELSAD": "Williams" }, "geometry": { "type": "Point", "coordinates": [ -122.149419, 39.154614 ] } },
{ "type": "Feature", "properties": { "Longitude": -123.355567, "Latitude": 39.409608, "Name_0": "California", "NAMELSAD": "Willits" }, "geometry": { "type": "Point", "coordinates": [ -123.355567, 39.409608 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.193592, "Latitude": 39.524325, "Name_0": "California", "NAMELSAD": "Willows" }, "geometry": { "type": "Point", "coordinates": [ -122.193592, 39.524325 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.970803, "Latitude": 38.524906, "Name_0": "California", "NAMELSAD": "Winters" }, "geometry": { "type": "Point", "coordinates": [ -121.970803, 38.524906 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.098717, "Latitude": 36.413561, "Name_0": "California", "NAMELSAD": "Woodlake" }, "geometry": { "type": "Point", "coordinates": [ -119.098717, 36.413561 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.773297, "Latitude": 38.678517, "Name_0": "California", "NAMELSAD": "Woodland" }, "geometry": { "type": "Point", "coordinates": [ -121.773297, 38.678517 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.813111, "Latitude": 33.888625, "Name_0": "California", "NAMELSAD": "Yorba Linda" }, "geometry": { "type": "Point", "coordinates": [ -117.813111, 33.888625 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.634472, "Latitude": 41.735419, "Name_0": "California", "NAMELSAD": "Yreka" }, "geometry": { "type": "Point", "coordinates": [ -122.634472, 41.735419 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.616911, "Latitude": 39.140447, "Name_0": "California", "NAMELSAD": "Yuba City" }, "geometry": { "type": "Point", "coordinates": [ -121.616911, 39.140447 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.043086, "Latitude": 34.033625, "Name_0": "California", "NAMELSAD": "Yucaipa" }, "geometry": { "type": "Point", "coordinates": [ -117.043086, 34.033625 ] } }
]
}
<style type="text/css">
.blue { fill: #3284bf; }
.gold { fill: #ffe800; }
.hidden { display: none; }
</style>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script src="http://d3js.org/queue.v1.min.js"></script>
<script type="text/javascript">
var svg = d3.select("body")
.append("svg")
.attr("width", "500")
.attr("height", "700")
.append("g");
var projection = d3.geo.mercator()
.center([-114, 39.25])
.scale(2500);
var path = d3.geo.path().projection(projection);
var button = d3.select("body")
.append("button")
.classed("hidden", true)
.text("Reload");
var boot = function (error, outline, cities) {
var geojson = topojson.feature(outline, outline.objects.california);
var california = svg.append("path")
.datum(geojson)
.attr("d", path)
.attr("class", "blue");
svg.selectAll('circle')
.data(cities.features)
.enter()
.append('circle')
.attr('class', 'gold')
.attr("transform", function(d) { return "translate(" + projection(d.geometry.coordinates) + ")"; })
.attr('r', 0);
animate();
button.on("click", animate);
};
var animate = function () {
button.classed("hidden", true);
svg.selectAll('circle').sort(function (a, b) {
return d3.descending(a.properties.Latitude, b.properties.Latitude)
}).transition()
.duration(1500)
.delay(function (d, i) { return i*3; })
.attr("r", 2);
svg.selectAll('circle').sort(function (a, b) {
return d3.ascending(a.properties.Latitude, b.properties.Latitude)
}).transition()
.duration(1500)
.delay(function (d, i) { return 2500 + i*3; })
.attr("r", 0)
.each("end", function (d) { button.classed("hidden", false); })
};
queue()
.defer(d3.json, 'california.topojson')
.defer(d3.json, 'cities.geojson')
.await(boot);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment