forked from chanbot5000/mapstarter
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcities.js
466 lines (465 loc) · 109 KB
/
cities.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
var cities = {
"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", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.409214, 34.582769 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.761675, "Latitude": 34.153339, "Name_0": "California", "NAMELSAD": "Agoura Hills", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.761675, 34.153339 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.241636, "Latitude": 37.765206, "Name_0": "California", "NAMELSAD": "Alameda", "GIS Page": "http:\/\/www.acgov.org\/government\/geospatial.htm" }, "geometry": { "type": "Point", "coordinates": [ -122.241636, 37.765206 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.297747, "Latitude": 37.886869, "Name_0": "California", "NAMELSAD": "Albany", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.297747, 37.886869 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.127014, "Latitude": 34.095286, "Name_0": "California", "NAMELSAD": "Alhambra", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.127014, 34.095286 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.725556, "Latitude": 33.575000, "Name_0": "California", "NAMELSAD": "Aliso Viejo", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.725556, 33.575 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.542456, "Latitude": 41.487114, "Name_0": "California", "NAMELSAD": "Alturas", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.542456, 41.487114 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.824103, "Latitude": 38.419356, "Name_0": "California", "NAMELSAD": "Amador City", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.824103, 38.419356 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.260803, "Latitude": 38.174917, "Name_0": "California", "NAMELSAD": "American Canyon", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.260803, 38.174917 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.914503, "Latitude": 33.835292, "Name_0": "California", "NAMELSAD": "Anaheim", "GIS Page": "http:\/\/gis.anaheim.net\/" }, "geometry": { "type": "Point", "coordinates": [ -117.914503, 33.835292 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.297783, "Latitude": 40.448208, "Name_0": "California", "NAMELSAD": "Anderson", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.297783, 40.448208 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.538531, "Latitude": 38.067783, "Name_0": "California", "NAMELSAD": "Angels Camp", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.538531, 38.067783 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.805789, "Latitude": 38.004922, "Name_0": "California", "NAMELSAD": "Antioch", "GIS Page": "http:\/\/www.ci.antioch.ca.us\/CityGov\/PublicWorks\/GIS\/" }, "geometry": { "type": "Point", "coordinates": [ -121.805789, 38.004922 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.035344, "Latitude": 34.139728, "Name_0": "California", "NAMELSAD": "Arcadia", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.035344, 34.139728 ] } },
{ "type": "Feature", "properties": { "Longitude": -124.082839, "Latitude": 40.866517, "Name_0": "California", "NAMELSAD": "Arcata", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -124.082839, 40.866517 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.590725, "Latitude": 35.118586, "Name_0": "California", "NAMELSAD": "Arroyo Grande", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.590725, 35.118586 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.083122, "Latitude": 33.865847, "Name_0": "California", "NAMELSAD": "Artesia", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.083122, 33.865847 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.833106, "Latitude": 35.201800, "Name_0": "California", "NAMELSAD": "Arvin", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.833106, 35.2018 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.670725, "Latitude": 35.489417, "Name_0": "California", "NAMELSAD": "Atascadero", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.670725, 35.489417 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.609083, "Latitude": 37.347717, "Name_0": "California", "NAMELSAD": "Atwater", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.609083, 37.347717 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.076889, "Latitude": 38.896564, "Name_0": "California", "NAMELSAD": "Auburn", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.076889, 38.896564 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.328228, "Latitude": 33.342819, "Name_0": "California", "NAMELSAD": "Avalon", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.328228, 33.342819 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.129028, "Latitude": 36.004122, "Name_0": "California", "NAMELSAD": "Avenal", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.129028, 36.004122 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.907564, "Latitude": 34.133619, "Name_0": "California", "NAMELSAD": "Azusa", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.907564, 34.133619 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.018711, "Latitude": 35.373292, "Name_0": "California", "NAMELSAD": "Bakersfield", "GIS Page": "http:\/\/www.bakersfieldgis.us\/" }, "geometry": { "type": "Point", "coordinates": [ -119.018711, 35.373292 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.960897, "Latitude": 34.085286, "Name_0": "California", "NAMELSAD": "Baldwin Park", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.960897, 34.085286 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.876411, "Latitude": 33.925572, "Name_0": "California", "NAMELSAD": "Banning", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -116.876411, 33.925572 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.017283, "Latitude": 34.895797, "Name_0": "California", "NAMELSAD": "Barstow", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.017283, 34.895797 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.977247, "Latitude": 33.929461, "Name_0": "California", "NAMELSAD": "Beaumont", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -116.977247, 33.929461 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.187017, "Latitude": 33.977514, "Name_0": "California", "NAMELSAD": "Bell", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.187017, 33.977514 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.151458, "Latitude": 33.965292, "Name_0": "California", "NAMELSAD": "Bell Gardens", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.151458, 33.965292 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.117011, "Latitude": 33.881683, "Name_0": "California", "NAMELSAD": "Bellflower", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.117011, 33.881683 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.275800, "Latitude": 37.520214, "Name_0": "California", "NAMELSAD": "Belmont", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.2758, 37.520214 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.464417, "Latitude": 37.872703, "Name_0": "California", "NAMELSAD": "Belvedere", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.464417, 37.872703 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.272747, "Latitude": 37.871592, "Name_0": "California", "NAMELSAD": "Berkeley", "GIS Page": "http:\/\/www.ci.berkeley.ca.us\/gis\/" }, "geometry": { "type": "Point", "coordinates": [ -122.272747, 37.871592 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.400356, "Latitude": 34.073619, "Name_0": "California", "NAMELSAD": "Beverly Hills", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.400356, 34.073619 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.911422, "Latitude": 34.243897, "Name_0": "California", "NAMELSAD": "Big Bear Lake", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -116.911422, 34.243897 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.712750, "Latitude": 39.412389, "Name_0": "California", "NAMELSAD": "Biggs", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.71275, 39.412389 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.395111, "Latitude": 37.363539, "Name_0": "California", "NAMELSAD": "Bishop", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.395111, 37.363539 ] } },
{ "type": "Feature", "properties": { "Longitude": -123.983950, "Latitude": 40.882908, "Name_0": "California", "NAMELSAD": "Blue Lake", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -123.98395, 40.882908 ] } },
{ "type": "Feature", "properties": { "Longitude": -114.589175, "Latitude": 33.617233, "Name_0": "California", "NAMELSAD": "Blythe", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -114.589175, 33.617233 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.970897, "Latitude": 34.146950, "Name_0": "California", "NAMELSAD": "Bradbury", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.970897, 34.14695 ] } },
{ "type": "Feature", "properties": { "Longitude": -115.530267, "Latitude": 32.978658, "Name_0": "California", "NAMELSAD": "Brawley", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -115.530267, 32.978658 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.900061, "Latitude": 33.916681, "Name_0": "California", "NAMELSAD": "Brea", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.900061, 33.916681 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.480511, "Latitude": 34.057361, "Name_0": "California", "NAMELSAD": "Brentwood", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.695951731584699, 37.932077279387173 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.399972, "Latitude": 37.680767, "Name_0": "California", "NAMELSAD": "Brisbane", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.399972, 37.680767 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.192650, "Latitude": 34.613597, "Name_0": "California", "NAMELSAD": "Buellton", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.19265, 34.613597 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.998117, "Latitude": 33.867514, "Name_0": "California", "NAMELSAD": "Buena Park", "GIS Page": "https:\/\/www.buenapark.com\/Index.aspx?page=460" }, "geometry": { "type": "Point", "coordinates": [ -117.998117, 33.867514 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.308967, "Latitude": 34.180839, "Name_0": "California", "NAMELSAD": "Burbank", "GIS Page": "http:\/\/gis.burbankca.gov\/" }, "geometry": { "type": "Point", "coordinates": [ -118.308967, 34.180839 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.366083, "Latitude": 37.584103, "Name_0": "California", "NAMELSAD": "Burlingame", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.366083, 37.584103 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.660833, "Latitude": 34.138333, "Name_0": "California", "NAMELSAD": "Calabasas", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.660833, 34.138333 ] } },
{ "type": "Feature", "properties": { "Longitude": -115.498883, "Latitude": 32.678947, "Name_0": "California", "NAMELSAD": "Calexico", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -115.498883, 32.678947 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.985903, "Latitude": 35.125800, "Name_0": "California", "NAMELSAD": "California City", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.985903, 35.1258 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.061975, "Latitude": 34.003903, "Name_0": "California", "NAMELSAD": "Calimesa", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.061975, 34.003903 ] } },
{ "type": "Feature", "properties": { "Longitude": -115.514153, "Latitude": 33.125597, "Name_0": "California", "NAMELSAD": "Calipatria", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -115.514153, 33.125597 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.579706, "Latitude": 38.578797, "Name_0": "California", "NAMELSAD": "Calistoga", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.579706, 38.578797 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.037603, "Latitude": 34.216394, "Name_0": "California", "NAMELSAD": "Camarillo", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.037603, 34.216394 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.949958, "Latitude": 37.287164, "Name_0": "California", "NAMELSAD": "Campbell", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.949958, 37.287164 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.273092, "Latitude": 33.685022, "Name_0": "California", "NAMELSAD": "Canyon Lake", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.273092, 33.685022 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.953292, "Latitude": 36.975228, "Name_0": "California", "NAMELSAD": "Capitola", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.953292, 36.975228 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.350594, "Latitude": 33.158092, "Name_0": "California", "NAMELSAD": "Carlsbad", "GIS Page": "http:\/\/www.carlsbadca.gov\/services\/departments\/gis\/" }, "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", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.923289, 36.555239 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.518456, "Latitude": 34.398883, "Name_0": "California", "NAMELSAD": "Carpinteria", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.518456, 34.398883 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.282017, "Latitude": 33.831406, "Name_0": "California", "NAMELSAD": "Carson", "GIS Page": "http:\/\/ci.carson.ca.us\/content\/department\/gisservices.asp" }, "geometry": { "type": "Point", "coordinates": [ -118.282017, 33.831406 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.465292, "Latitude": 33.779742, "Name_0": "California", "NAMELSAD": "Cathedral City", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -116.465292, 33.779742 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.957711, "Latitude": 37.594933, "Name_0": "California", "NAMELSAD": "Ceres", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.957711, 37.594933 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.064786, "Latitude": 33.858347, "Name_0": "California", "NAMELSAD": "Cerritos", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.064786, 33.858347 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.837478, "Latitude": 39.728494, "Name_0": "California", "NAMELSAD": "Chico", "GIS Page": "http:\/\/www.chico.ca.us\/building_development_services\/gis\/home.asp" }, "geometry": { "type": "Point", "coordinates": [ -121.837478, 39.728494 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.688944, "Latitude": 34.012236, "Name_0": "California", "NAMELSAD": "Chino", "GIS Page": "http:\/\/www.chinohills.org\/index.aspx?NID=146" }, "geometry": { "type": "Point", "coordinates": [ -117.688944, 34.012236 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.732586, "Latitude": 33.989819, "Name_0": "California", "NAMELSAD": "Chino Hills", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.732586, 33.989819 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.260175, "Latitude": 37.123000, "Name_0": "California", "NAMELSAD": "Chowchilla", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.260175, 37.123 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.084197, "Latitude": 32.640053, "Name_0": "California", "NAMELSAD": "Chula Vista", "GIS Page": "http:\/\/www.chulavistaca.gov\/City_Services\/Administrative_Services\/ITS\/GIS\/default.asp" }, "geometry": { "type": "Point", "coordinates": [ -117.084197, 32.640053 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.281061, "Latitude": 38.707125, "Name_0": "California", "NAMELSAD": "Citrus Heights", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.281061, 38.707125 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.719778, "Latitude": 34.096675, "Name_0": "California", "NAMELSAD": "Claremont", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.719778, 34.096675 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.935792, "Latitude": 37.941033, "Name_0": "California", "NAMELSAD": "Clayton", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.935792, 37.941033 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.626372, "Latitude": 38.958231, "Name_0": "California", "NAMELSAD": "Clearlake", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.626372, 38.958231 ] } },
{ "type": "Feature", "properties": { "Longitude": -123.017222, "Latitude": 38.805461, "Name_0": "California", "NAMELSAD": "Cloverdale", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -123.017222, 38.805461 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.702919, "Latitude": 36.825228, "Name_0": "California", "NAMELSAD": "Clovis", "GIS Page": "http:\/\/www.ci.clovis.ca.us\/Departments-and-Services\/Planning-and-Development\/GIS-Mapping" }, "geometry": { "type": "Point", "coordinates": [ -119.702919, 36.825228 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.173894, "Latitude": 33.680300, "Name_0": "California", "NAMELSAD": "Coachella", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -116.173894, 33.6803 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.360150, "Latitude": 36.139678, "Name_0": "California", "NAMELSAD": "Coalinga", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.36015, 36.139678 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.953275, "Latitude": 39.100731, "Name_0": "California", "NAMELSAD": "Colfax", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.953275, 39.100731 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.313656, "Latitude": 34.073903, "Name_0": "California", "NAMELSAD": "Colton", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.313656, 34.073903 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.009417, "Latitude": 39.214333, "Name_0": "California", "NAMELSAD": "Colusa", "GIS Page": "http:\/\/www.countyofcolusa.org\/index.aspx?nid=139" }, "geometry": { "type": "Point", "coordinates": [ -122.009417, 39.214333 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.159792, "Latitude": 34.000569, "Name_0": "California", "NAMELSAD": "Commerce", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.159792, 34.000569 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.220072, "Latitude": 33.895850, "Name_0": "California", "NAMELSAD": "Compton", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.220072, 33.89585 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.031072, "Latitude": 37.977978, "Name_0": "California", "NAMELSAD": "Concord", "GIS Page": "http:\/\/www.cityofconcord.org\/citygov\/dept\/it.htm" }, "geometry": { "type": "Point", "coordinates": [ -122.031072, 37.977978 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.031072, "Latitude": 37.977978, "Name_0": "California", "NAMELSAD": "Corcoran", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.031072, 37.977978 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.179156, "Latitude": 39.927658, "Name_0": "California", "NAMELSAD": "Corning", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.179156, 39.927658 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.566439, "Latitude": 33.875294, "Name_0": "California", "NAMELSAD": "Corona", "GIS Page": "http:\/\/www.discovercorona.com\/City-Departments\/Information-Technology\/Geographic-Information-Systems.aspx" }, "geometry": { "type": "Point", "coordinates": [ -117.566439, 33.875294 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.183089, "Latitude": 32.685886, "Name_0": "California", "NAMELSAD": "Coronado", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.183089, 32.685886 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.918669, "Latitude": 33.641133, "Name_0": "California", "NAMELSAD": "Costa Mesa", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.918669, 33.641133 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.709167, "Latitude": 38.327778, "Name_0": "California", "NAMELSAD": "Cotati", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.709167, 38.327778 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.890339, "Latitude": 34.090008, "Name_0": "California", "NAMELSAD": "Covina", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.890339, 34.090008 ] } },
{ "type": "Feature", "properties": { "Longitude": -124.201747, "Latitude": 41.755947, "Name_0": "California", "NAMELSAD": "Crescent City", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -124.201747, 41.755947 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.185350, "Latitude": 33.960569, "Name_0": "California", "NAMELSAD": "Cudahy", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.18535, 33.960569 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.396467, "Latitude": 34.021122, "Name_0": "California", "NAMELSAD": "Culver City", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.396467, 34.021122 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.032183, "Latitude": 37.322997, "Name_0": "California", "NAMELSAD": "Cupertino", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.032183, 37.322997 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.962242, "Latitude": 37.320531, "Name_0": "California", "NAMELSAD": "Cypress", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.962242, 37.320531 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.470208, "Latitude": 37.687925, "Name_0": "California", "NAMELSAD": "Daly City", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.470208, 37.687925 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.698108, "Latitude": 33.466972, "Name_0": "California", "NAMELSAD": "Dana Point", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.698108, 33.466972 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.740517, "Latitude": 38.544906, "Name_0": "California", "NAMELSAD": "Davis", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.740517, 38.544906 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.265314, "Latitude": 32.959489, "Name_0": "California", "NAMELSAD": "Del Mar", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.265314, 32.959489 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.834953, "Latitude": 36.593292, "Name_0": "California", "NAMELSAD": "Del Rey Oaks", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.834953, 36.593292 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.247053, "Latitude": 35.768842, "Name_0": "California", "NAMELSAD": "Delano", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.247053, 35.768842 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.501678, "Latitude": 33.961125, "Name_0": "California", "NAMELSAD": "Desert Hot Springs", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -116.501678, 33.961125 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.810336, "Latitude": 34.028622, "Name_0": "California", "NAMELSAD": "Diamond Bar", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.810336, 34.028622 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.387067, "Latitude": 36.543283, "Name_0": "California", "NAMELSAD": "Dinuba", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.387067, 36.543283 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.823297, "Latitude": 38.445464, "Name_0": "California", "NAMELSAD": "Dixon", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.823297, 38.445464 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.918061, "Latitude": 41.967369, "Name_0": "California", "NAMELSAD": "Dorris", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.918061, 41.967369 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.626572, "Latitude": 36.986058, "Name_0": "California", "NAMELSAD": "Dos Palos", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.626572, 36.986058 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.132569, "Latitude": 33.940014, "Name_0": "California", "NAMELSAD": "Downey", "GIS Page": "http:\/\/www.downeyca.org\/gov\/pw\/engineering\/" }, "geometry": { "type": "Point", "coordinates": [ -118.132569, 33.940014 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.977286, "Latitude": 34.139450, "Name_0": "California", "NAMELSAD": "Duarte", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.977286, 34.13945 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.935792, "Latitude": 37.702153, "Name_0": "California", "NAMELSAD": "Dublin", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.935792, 37.702153 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.271953, "Latitude": 41.208208, "Name_0": "California", "NAMELSAD": "Dunsmuir", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.271953, 41.208208 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.141075, "Latitude": 37.468828, "Name_0": "California", "NAMELSAD": "East Palo Alto", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.141075, 37.468828 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.563889, "Latitude": 33.963056, "Name_0": "California", "NAMELSAD": "Eastvale", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.563889, 33.963056 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.962528, "Latitude": 32.794772, "Name_0": "California", "NAMELSAD": "El Cajon", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -116.962528, 32.794772 ] } },
{ "type": "Feature", "properties": { "Longitude": -115.563050, "Latitude": 32.792000, "Name_0": "California", "NAMELSAD": "El Centro", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -115.56305, 32.792 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.310764, "Latitude": 37.916133, "Name_0": "California", "NAMELSAD": "El Cerrito", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.310764, 37.916133 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.027567, "Latitude": 34.068622, "Name_0": "California", "NAMELSAD": "El Monte", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.027567, 34.068622 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.416464, "Latitude": 33.919181, "Name_0": "California", "NAMELSAD": "El Segundo", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.416464, 33.919181 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.371617, "Latitude": 38.408800, "Name_0": "California", "NAMELSAD": "Elk Grove", "GIS Page": "http:\/\/www.elkgrovecity.org\/gis\/" }, "geometry": { "type": "Point", "coordinates": [ -121.371617, 38.4088 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.285247, "Latitude": 37.831317, "Name_0": "California", "NAMELSAD": "Emeryville", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.285247, 37.831317 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.291983, "Latitude": 33.036986, "Name_0": "California", "NAMELSAD": "Encinitas", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.291983, 33.036986 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.996603, "Latitude": 37.797428, "Name_0": "California", "NAMELSAD": "Escalon", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.996603, 37.797428 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.086422, "Latitude": 33.119208, "Name_0": "California", "NAMELSAD": "Escondido", "GIS Page": "http:\/\/www.escondido.org\/gis.aspx" }, "geometry": { "type": "Point", "coordinates": [ -117.086422, 33.119208 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.894756, "Latitude": 41.456806, "Name_0": "California", "NAMELSAD": "Etna", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.894756, 41.456806 ] } },
{ "type": "Feature", "properties": { "Longitude": -124.163672, "Latitude": 40.802072, "Name_0": "California", "NAMELSAD": "Eureka", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -124.163672, 40.802072 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.142053, "Latitude": 36.296061, "Name_0": "California", "NAMELSAD": "Exeter", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.142053, 36.296061 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.039967, "Latitude": 38.249358, "Name_0": "California", "NAMELSAD": "Fairfield", "GIS Page": "http:\/\/www.fairfield.ca.gov\/eservices\/maps.asp" }, "geometry": { "type": "Point", "coordinates": [ -122.039967, 38.249358 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.206778, "Latitude": 36.297728, "Name_0": "California", "NAMELSAD": "Farmersville", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.206778, 36.297728 ] } },
{ "type": "Feature", "properties": { "Longitude": -124.263944, "Latitude": 40.576242, "Name_0": "California", "NAMELSAD": "Ferndale", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -124.263944, 40.576242 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.918153, "Latitude": 34.399164, "Name_0": "California", "NAMELSAD": "Fillmore", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.918153, 34.399164 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.456008, "Latitude": 36.858839, "Name_0": "California", "NAMELSAD": "Firebaugh", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.456008, 36.858839 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.176058, "Latitude": 38.677958, "Name_0": "California", "NAMELSAD": "Folsom", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.176058, 38.677958 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.435047, "Latitude": 34.092233, "Name_0": "California", "NAMELSAD": "Fontana", "GIS Page": "http:\/\/www.fontana.org\/index.aspx?nid=391" }, "geometry": { "type": "Point", "coordinates": [ -117.435047, 34.092233 ] } },
{ "type": "Feature", "properties": { "Longitude": -123.805292, "Latitude": 39.445722, "Name_0": "California", "NAMELSAD": "Fort Bragg", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -123.805292, 39.445722 ] } },
{ "type": "Feature", "properties": { "Longitude": -124.252892, "Latitude": 41.663864, "Name_0": "California", "NAMELSAD": "Fort Jones", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -124.252892, 41.663864 ] } },
{ "type": "Feature", "properties": { "Longitude": -124.157275, "Latitude": 40.598186, "Name_0": "California", "NAMELSAD": "Fortuna", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -124.157275, 40.598186 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.271078, "Latitude": 37.558547, "Name_0": "California", "NAMELSAD": "Foster City", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.271078, 37.558547 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.953669, "Latitude": 33.709186, "Name_0": "California", "NAMELSAD": "Fountain Valley", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.953669, 33.709186 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.678469, "Latitude": 36.630506, "Name_0": "California", "NAMELSAD": "Fowler", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.678469, 36.630506 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.988572, "Latitude": 37.548269, "Name_0": "California", "NAMELSAD": "Fremont", "GIS Page": "http:\/\/fremont.gov\/index.aspx?nid=590" }, "geometry": { "type": "Point", "coordinates": [ -121.988572, 37.548269 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.772586, "Latitude": 36.746842, "Name_0": "California", "NAMELSAD": "Fresno", "GIS Page": "http:\/\/www.co.fresno.ca.us\/DepartmentPage.aspx?id=16313" }, "geometry": { "type": "Point", "coordinates": [ -119.772586, 36.746842 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.925339, "Latitude": 33.870292, "Name_0": "California", "NAMELSAD": "Fullerton", "GIS Page": "http:\/\/www.cityoffullerton.com\/about\/maps\/" }, "geometry": { "type": "Point", "coordinates": [ -117.925339, 33.870292 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.299947, "Latitude": 38.254636, "Name_0": "California", "NAMELSAD": "Galt", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.299947, 38.254636 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.941447, "Latitude": 33.773906, "Name_0": "California", "NAMELSAD": "Garden Grove", "GIS Page": "http:\/\/www.ci.garden-grove.ca.us\/pw\/ProjectResearch" }, "geometry": { "type": "Point", "coordinates": [ -117.941447, 33.773906 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.308961, "Latitude": 33.888350, "Name_0": "California", "NAMELSAD": "Gardena", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.308961, 33.88835 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.568275, "Latitude": 37.005783, "Name_0": "California", "NAMELSAD": "Gilroy", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.568275, 37.005783 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.255075, "Latitude": 34.142508, "Name_0": "California", "NAMELSAD": "Glendale", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.255075, 34.142508 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.865339, "Latitude": 34.136119, "Name_0": "California", "NAMELSAD": "Glendora", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.865339, 34.136119 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.827639, "Latitude": 34.435828, "Name_0": "California", "NAMELSAD": "Goleta", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.827639, 34.435828 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.444381, "Latitude": 36.506628, "Name_0": "California", "NAMELSAD": "Gonzales", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.444381, 36.506628 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.313653, "Latitude": 34.033903, "Name_0": "California", "NAMELSAD": "Grand Terrace", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.313653, 34.033903 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.061061, "Latitude": 39.219061, "Name_0": "California", "NAMELSAD": "Grass Valley", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.061061, 39.219061 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.243814, "Latitude": 36.320800, "Name_0": "California", "NAMELSAD": "Greenfield", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.243814, 36.3208 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.693583, "Latitude": 39.363778, "Name_0": "California", "NAMELSAD": "Gridley", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.693583, 39.363778 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.621283, "Latitude": 35.121642, "Name_0": "California", "NAMELSAD": "Grover Beach", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.621283, 35.121642 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.571836, "Latitude": 34.971644, "Name_0": "California", "NAMELSAD": "Guadalupe", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.571836, 34.971644 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.998814, "Latitude": 37.257717, "Name_0": "California", "NAMELSAD": "Gustine", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.998814, 37.257717 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.428586, "Latitude": 37.463553, "Name_0": "California", "NAMELSAD": "Half Moon Bay", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.428586, 37.463553 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.645683, "Latitude": 36.327450, "Name_0": "California", "NAMELSAD": "Hanford", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.645683, 36.32745 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.072842, "Latitude": 33.831403, "Name_0": "California", "NAMELSAD": "Hawaiian Gardens", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.072842, 33.831403 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.352575, "Latitude": 33.916403, "Name_0": "California", "NAMELSAD": "Hawthorne", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.352575, 33.916403 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.080797, "Latitude": 37.668819, "Name_0": "California", "NAMELSAD": "Hayward", "GIS Page": "http:\/\/www.hayward-ca.gov\/CITY-GOVERNMENT\/DEPARTMENTS\/INFORMATION-TECHNOLOGY\/index.shtm?tab=1#gis" }, "geometry": { "type": "Point", "coordinates": [ -122.080797, 37.668819 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.869161, "Latitude": 38.610467, "Name_0": "California", "NAMELSAD": "Healdsburg", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.869161, 38.610467 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.971967, "Latitude": 33.747519, "Name_0": "California", "NAMELSAD": "Hemet", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -116.971967, 33.747519 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.288581, "Latitude": 38.017144, "Name_0": "California", "NAMELSAD": "Hercules", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.288581, 38.017144 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.399519, "Latitude": 33.862236, "Name_0": "California", "NAMELSAD": "Hermosa Beach", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.399519, 33.862236 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.300878, "Latitude": 34.426389, "Name_0": "California", "NAMELSAD": "Hesperia", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.300878, 34.426389 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.652311, "Latitude": 34.160283, "Name_0": "California", "NAMELSAD": "Hidden Hills", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.652311, 34.160283 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.208650, "Latitude": 34.128344, "Name_0": "California", "NAMELSAD": "Highland", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.20865, 34.128344 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.401603, "Latitude": 36.852453, "Name_0": "California", "NAMELSAD": "Hollister", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.401603, 36.852453 ] } },
{ "type": "Feature", "properties": { "Longitude": -115.380264, "Latitude": 32.811161, "Name_0": "California", "NAMELSAD": "Holtville", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -115.380264, 32.811161 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.866481, "Latitude": 37.602725, "Name_0": "California", "NAMELSAD": "Hughson", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.866481, 37.602725 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.999225, "Latitude": 33.660297, "Name_0": "California", "NAMELSAD": "Huntington Beach", "GIS Page": "http:\/\/www.huntingtonbeachca.gov\/government\/departments\/information_services\/gis-customer-support.cfm" }, "geometry": { "type": "Point", "coordinates": [ -117.999225, 33.660297 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.225072, "Latitude": 33.981681, "Name_0": "California", "NAMELSAD": "Huntington Park", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.225072, 33.981681 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.102917, "Latitude": 36.202731, "Name_0": "California", "NAMELSAD": "Huron", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.102917, 36.202731 ] } },
{ "type": "Feature", "properties": { "Longitude": -115.569439, "Latitude": 32.847553, "Name_0": "California", "NAMELSAD": "Imperial", "GIS Page": "http:\/\/imperialcounty.net\/Assessor\/" }, "geometry": { "type": "Point", "coordinates": [ -115.569439, 32.847553 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.113086, "Latitude": 32.583944, "Name_0": "California", "NAMELSAD": "Imperial Beach", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.113086, 32.583944 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.340756, "Latitude": 33.717631, "Name_0": "California", "NAMELSAD": "Indian Wells", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -116.340756, 33.717631 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.215561, "Latitude": 33.720578, "Name_0": "California", "NAMELSAD": "Indio", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -116.215561, 33.720578 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.958675, "Latitude": 34.019733, "Name_0": "California", "NAMELSAD": "Industry", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.958675, 34.019733 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.353131, "Latitude": 33.961681, "Name_0": "California", "NAMELSAD": "Inglewood", "GIS Page": "http:\/\/www.cityofinglewood.org\/depts\/pw\/gis\/" }, "geometry": { "type": "Point", "coordinates": [ -118.353131, 33.961681 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.932717, "Latitude": 38.352692, "Name_0": "California", "NAMELSAD": "Ione", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.932717, 38.352692 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.794694, "Latitude": 33.683947, "Name_0": "California", "NAMELSAD": "Irvine", "GIS Page": "http:\/\/www.cityofirvine.org\/cityhall\/cd\/buildingsafety\/gis_mapping\/default.asp" }, "geometry": { "type": "Point", "coordinates": [ -117.794694, 33.683947 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.935342, "Latitude": 34.106953, "Name_0": "California", "NAMELSAD": "Irwindale", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.935342, 34.106953 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.611622, "Latitude": 38.161861, "Name_0": "California", "NAMELSAD": "Isleton", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.611622, 38.161861 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.774103, "Latitude": 38.348803, "Name_0": "California", "NAMELSAD": "Jackson", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.774103, 38.348803 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.475397, "Latitude": 33.999522, "Name_0": "California", "NAMELSAD": "Jurupa Valley", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.475397, 33.999522 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.059878, "Latitude": 36.723558, "Name_0": "California", "NAMELSAD": "Kerman", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.059878, 36.723558 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.126028, "Latitude": 36.212744, "Name_0": "California", "NAMELSAD": "King City", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.126028, 36.212744 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.554017, "Latitude": 36.513839, "Name_0": "California", "NAMELSAD": "Kingsburg", "GIS Page": null }, "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", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.200028, 34.206817 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.946172, "Latitude": 33.931958, "Name_0": "California", "NAMELSAD": "La Habra", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.946172, 33.931958 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.950619, "Latitude": 33.960847, "Name_0": "California", "NAMELSAD": "La Habra Heights", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.950619, 33.960847 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.023083, "Latitude": 32.767828, "Name_0": "California", "NAMELSAD": "La Mesa", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.023083, 32.767828 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.012008, "Latitude": 33.917236, "Name_0": "California", "NAMELSAD": "La Mirada", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.012008, 33.917236 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.046731, "Latitude": 33.846403, "Name_0": "California", "NAMELSAD": "La Palma", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.046731, 33.846403 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.949508, "Latitude": 34.020011, "Name_0": "California", "NAMELSAD": "La Puente", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.949508, 34.020011 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.310008, "Latitude": 33.646692, "Name_0": "California", "NAMELSAD": "La Quinta", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -116.310008, 33.646692 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.767836, "Latitude": 34.100842, "Name_0": "California", "NAMELSAD": "La Verne", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.767836, 34.100842 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.118019, "Latitude": 37.885758, "Name_0": "California", "NAMELSAD": "Lafayette", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.118019, 37.885758 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.783111, "Latitude": 33.542247, "Name_0": "California", "NAMELSAD": "Laguna Beach", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.783111, 33.542247 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.699444, "Latitude": 33.599722, "Name_0": "California", "NAMELSAD": "Laguna Hills", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.699444, 33.599722 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.707553, "Latitude": 33.522525, "Name_0": "California", "NAMELSAD": "Laguna Niguel", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.707553, 33.522525 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.725331, "Latitude": 33.610300, "Name_0": "California", "NAMELSAD": "Laguna Woods", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.725331, 33.6103 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.327261, "Latitude": 33.668078, "Name_0": "California", "NAMELSAD": "Lake Elsinore", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.327261, 33.668078 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.689217, "Latitude": 33.646967, "Name_0": "California", "NAMELSAD": "Lake Forest", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.689217, 33.646967 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.915828, "Latitude": 39.042950, "Name_0": "California", "NAMELSAD": "Lakeport", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.915828, 39.04295 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.133956, "Latitude": 33.853628, "Name_0": "California", "NAMELSAD": "Lakewood", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.133956, 33.853628 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.154164, "Latitude": 34.686786, "Name_0": "California", "NAMELSAD": "Lancaster", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.154164, 34.686786 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.535253, "Latitude": 37.934092, "Name_0": "California", "NAMELSAD": "Larkspur", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.535253, 37.934092 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.276611, "Latitude": 37.822706, "Name_0": "California", "NAMELSAD": "Lathrop", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.276611, 37.822706 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.352575, "Latitude": 33.887236, "Name_0": "California", "NAMELSAD": "Lawndale", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.352575, 33.887236 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.031417, "Latitude": 32.742553, "Name_0": "California", "NAMELSAD": "Lemon Grove", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.031417, 32.742553 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.782911, "Latitude": 36.300783, "Name_0": "California", "NAMELSAD": "Lemoore", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.782911, 36.300783 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.293008, "Latitude": 38.891564, "Name_0": "California", "NAMELSAD": "Lincoln", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.293008, 38.891564 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.088161, "Latitude": 36.203006, "Name_0": "California", "NAMELSAD": "Lindsay", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.088161, 36.203006 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.980517, "Latitude": 36.983561, "Name_0": "California", "NAMELSAD": "Live Oak", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.980517, 36.983561 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.768008, "Latitude": 37.681875, "Name_0": "California", "NAMELSAD": "Livermore", "GIS Page": "http:\/\/www.lynxgis.com\/livermoregis\/" }, "geometry": { "type": "Point", "coordinates": [ -121.768008, 37.681875 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.723533, "Latitude": 37.386883, "Name_0": "California", "NAMELSAD": "Livingston", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.723533, 37.386883 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.272219, "Latitude": 38.134147, "Name_0": "California", "NAMELSAD": "Lodi", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.272219, 38.134147 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.261153, "Latitude": 34.048347, "Name_0": "California", "NAMELSAD": "Loma Linda", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.261153, 34.048347 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.315072, "Latitude": 33.792239, "Name_0": "California", "NAMELSAD": "Lomita", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.315072, 33.792239 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.457942, "Latitude": 34.639150, "Name_0": "California", "NAMELSAD": "Lompoc", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.457942, 34.63915 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.195617, "Latitude": 33.768322, "Name_0": "California", "NAMELSAD": "Long Beach", "GIS Page": "http:\/\/www.longbeach.gov\/tsd\/gis\/" }, "geometry": { "type": "Point", "coordinates": [ -118.195617, 33.768322 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.072564, "Latitude": 33.803072, "Name_0": "California", "NAMELSAD": "Los Alamitos", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.072564, 33.803072 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.118119, "Latitude": 33.796331, "Name_0": "California", "NAMELSAD": "Los Altos", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.118119, 33.796331 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.243686, "Latitude": 34.052233, "Name_0": "California", "NAMELSAD": "Los Angeles", "GIS Page": "http:\/\/egis3.lacounty.gov\/dataportal\/" }, "geometry": { "type": "Point", "coordinates": [ -118.243686, 34.052233 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.849914, "Latitude": 37.058278, "Name_0": "California", "NAMELSAD": "Los Banos", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.849914, 37.058278 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.241039, "Latitude": 39.676294, "Name_0": "California", "NAMELSAD": "Loyalton", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.241039, 39.676294 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.211461, "Latitude": 33.930292, "Name_0": "California", "NAMELSAD": "Lynwood", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.211461, 33.930292 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.060717, "Latitude": 36.961336, "Name_0": "California", "NAMELSAD": "Madera", "GIS Page": "http:\/\/www.madera-county.com\/index.php\/assessment-information\/261-assessors-maps-cadastral-drafting" }, "geometry": { "type": "Point", "coordinates": [ -120.060717, 36.961336 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.810172, "Latitude": 34.005008, "Name_0": "California", "NAMELSAD": "Malibu", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.810172, 34.005008 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.410908, "Latitude": 33.884736, "Name_0": "California", "NAMELSAD": "Manhattan Beach", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.410908, 33.884736 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.216053, "Latitude": 37.797428, "Name_0": "California", "NAMELSAD": "Manteca", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.216053, 37.797428 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.400950, "Latitude": 35.058858, "Name_0": "California", "NAMELSAD": "Maricopa", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.40095, 35.058858 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.802172, "Latitude": 36.684403, "Name_0": "California", "NAMELSAD": "Marina", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.802172, 36.684403 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.134133, "Latitude": 38.019367, "Name_0": "California", "NAMELSAD": "Martinez", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.134133, 38.019367 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.591356, "Latitude": 39.145725, "Name_0": "California", "NAMELSAD": "Marysville", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.591356, 39.145725 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.185350, "Latitude": 33.986681, "Name_0": "California", "NAMELSAD": "Maywood", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.18535, 33.986681 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.229275, "Latitude": 35.678011, "Name_0": "California", "NAMELSAD": "McFarland", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.229275, 35.678011 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.381558, "Latitude": 36.753561, "Name_0": "California", "NAMELSAD": "Mendota", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.381558, 36.753561 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.166944, "Latitude": 33.678333, "Name_0": "California", "NAMELSAD": "Menifee", "GIS Page": "https:\/\/www.cityofmenifee.us\/index.aspx?nid=147" }, "geometry": { "type": "Point", "coordinates": [ -117.166944, 33.678333 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.182186, "Latitude": 37.453828, "Name_0": "California", "NAMELSAD": "Menlo Park", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.182186, 37.453828 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.482967, "Latitude": 37.302164, "Name_0": "California", "NAMELSAD": "Merced", "GIS Page": "http:\/\/www.co.merced.ca.us\/index.aspx?nid=441" }, "geometry": { "type": "Point", "coordinates": [ -120.482967, 37.302164 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.544975, "Latitude": 37.906036, "Name_0": "California", "NAMELSAD": "Mill Valley", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.544975, 37.906036 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.387194, "Latitude": 37.598547, "Name_0": "California", "NAMELSAD": "Millbrae", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.387194, 37.598547 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.906625, "Latitude": 37.428272, "Name_0": "California", "NAMELSAD": "Milpitas", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.906625, 37.428272 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.671994, "Latitude": 33.600022, "Name_0": "California", "NAMELSAD": "Mission Viejo", "GIS Page": "http:\/\/cityofmissionviejo.org\/departmentpage.aspx?id=1318" }, "geometry": { "type": "Point", "coordinates": [ -117.671994, 33.600022 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.996878, "Latitude": 37.639097, "Name_0": "California", "NAMELSAD": "Modesto", "GIS Page": "https:\/\/www.modestogov.com\/itd\/gis\/" }, "geometry": { "type": "Point", "coordinates": [ -120.996878, 37.639097 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.001947, "Latitude": 34.144428, "Name_0": "California", "NAMELSAD": "Monrovia", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.001947, 34.144428 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.527800, "Latitude": 41.728197, "Name_0": "California", "NAMELSAD": "Montague", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.5278, 41.728197 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.689778, "Latitude": 34.077511, "Name_0": "California", "NAMELSAD": "Montclair", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.689778, 34.077511 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.992458, "Latitude": 37.236333, "Name_0": "California", "NAMELSAD": "Monte Sereno", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.992458, 37.236333 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.113753, "Latitude": 34.016506, "Name_0": "California", "NAMELSAD": "Montebello", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.113753, 34.016506 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.894675, "Latitude": 36.600239, "Name_0": "California", "NAMELSAD": "Monterey", "GIS Page": "http:\/\/www.co.monterey.ca.us\/gis\/" }, "geometry": { "type": "Point", "coordinates": [ -121.894675, 36.600239 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.122847, "Latitude": 34.062511, "Name_0": "California", "NAMELSAD": "Monterey Park", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.122847, 34.062511 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.268742, "Latitude": 34.144897, "Name_0": "California", "NAMELSAD": "Moorpark", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.881522360902309, 34.285683776932423 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.229672, "Latitude": 33.942467, "Name_0": "California", "NAMELSAD": "Moreno Valley", "GIS Page": "http:\/\/www.moreno-valley.ca.us\/city_hall\/city_maps.shtml" }, "geometry": { "type": "Point", "coordinates": [ -117.229672, 33.942467 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.654389, "Latitude": 37.130500, "Name_0": "California", "NAMELSAD": "Morgan Hill", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.654389, 37.1305 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.849900, "Latitude": 35.365808, "Name_0": "California", "NAMELSAD": "Morro Bay", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.8499, 35.365808 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.194575, "Latitude": 41.410806, "Name_0": "California", "NAMELSAD": "Mount Shasta", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.194575, 41.410806 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.083850, "Latitude": 37.386053, "Name_0": "California", "NAMELSAD": "Mountain View", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.08385, 37.386053 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.213922, "Latitude": 33.553914, "Name_0": "California", "NAMELSAD": "Murrieta", "GIS Page": "http:\/\/www.murrieta.org\/cityhall\/is\/gis.asp" }, "geometry": { "type": "Point", "coordinates": [ -117.213922, 33.553914 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.286864, "Latitude": 38.297539, "Name_0": "California", "NAMELSAD": "Napa", "GIS Page": "http:\/\/gis.napa.ca.gov\/giscatalog\/catalog_xml.asp?srch_opt=all&db_name=x&theme=x&sort_order=layer&meta_style=fgdc&submit=Submit" }, "geometry": { "type": "Point", "coordinates": [ -122.286864, 38.297539 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.099197, "Latitude": 32.678108, "Name_0": "California", "NAMELSAD": "National City", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.099197, 32.678108 ] } },
{ "type": "Feature", "properties": { "Longitude": -114.614133, "Latitude": 34.848061, "Name_0": "California", "NAMELSAD": "Needles", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -114.614133, 34.848061 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.016058, "Latitude": 39.261561, "Name_0": "California", "NAMELSAD": "Nevada City", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.016058, 39.261561 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.040239, "Latitude": 37.529658, "Name_0": "California", "NAMELSAD": "Newark", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.040239, 37.529658 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.020761, "Latitude": 37.313828, "Name_0": "California", "NAMELSAD": "Newman", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.020761, 37.313828 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.928947, "Latitude": 33.618911, "Name_0": "California", "NAMELSAD": "Newport Beach", "GIS Page": "http:\/\/www.newportbeachca.gov\/index.aspx?page=902" }, "geometry": { "type": "Point", "coordinates": [ -117.928947, 33.618911 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.548661, "Latitude": 33.931125, "Name_0": "California", "NAMELSAD": "Norco", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.548661, 33.931125 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.081733, "Latitude": 33.902236, "Name_0": "California", "NAMELSAD": "Norwalk", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.081733, 33.902236 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.569703, "Latitude": 38.107419, "Name_0": "California", "NAMELSAD": "Novato", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.569703, 38.107419 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.847153, "Latitude": 37.766594, "Name_0": "California", "NAMELSAD": "Oakdale", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.847153, 37.766594 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.271114, "Latitude": 37.804364, "Name_0": "California", "NAMELSAD": "Oakland", "GIS Page": "http:\/\/www2.oaklandnet.com\/maps" }, "geometry": { "type": "Point", "coordinates": [ -122.271114, 37.804364 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.712453, "Latitude": 37.997422, "Name_0": "California", "NAMELSAD": "Oakley", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.712453, 37.997422 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.379483, "Latitude": 33.195869, "Name_0": "California", "NAMELSAD": "Oceanside", "GIS Page": "http:\/\/www.sangis.org\/" }, "geometry": { "type": "Point", "coordinates": [ -117.379483, 33.195869 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.242889, "Latitude": 34.448050, "Name_0": "California", "NAMELSAD": "Ojai", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.242889, 34.44805 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.650889, "Latitude": 34.063344, "Name_0": "California", "NAMELSAD": "Ontario", "GIS Page": "http:\/\/www.ci.ontario.ca.us\/index.aspx?page=374" }, "geometry": { "type": "Point", "coordinates": [ -117.650889, 34.063344 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.853111, "Latitude": 33.787794, "Name_0": "California", "NAMELSAD": "Orange", "GIS Page": "http:\/\/ocpublicworks.com\/survey\/services\/gis" }, "geometry": { "type": "Point", "coordinates": [ -117.853111, 33.787794 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.313731, "Latitude": 36.624394, "Name_0": "California", "NAMELSAD": "Orange Cove", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.313731, 36.624394 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.179689, "Latitude": 37.877147, "Name_0": "California", "NAMELSAD": "Orinda", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.179689, 37.877147 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.196375, "Latitude": 39.747381, "Name_0": "California", "NAMELSAD": "Orland", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.196375, 39.747381 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.556358, "Latitude": 39.513775, "Name_0": "California", "NAMELSAD": "Oroville", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.556358, 39.513775 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.177053, "Latitude": 34.197506, "Name_0": "California", "NAMELSAD": "Oxnard", "GIS Page": "http:\/\/developmentservices.cityofoxnard.org\/7\/76\/362\/" }, "geometry": { "type": "Point", "coordinates": [ -119.177053, 34.197506 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.916622, "Latitude": 36.617736, "Name_0": "California", "NAMELSAD": "Pacific Grove", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.916622, 36.617736 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.486919, "Latitude": 37.613825, "Name_0": "California", "NAMELSAD": "Pacifica", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.486919, 37.613825 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.374456, "Latitude": 33.722244, "Name_0": "California", "NAMELSAD": "Palm Desert", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -116.374456, 33.722244 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.545292, "Latitude": 33.830297, "Name_0": "California", "NAMELSAD": "Palm Springs", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -116.545292, 33.830297 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.116461, "Latitude": 34.579433, "Name_0": "California", "NAMELSAD": "Palmdale", "GIS Page": "http:\/\/www.cityofpalmdale.org\/gis\/" }, "geometry": { "type": "Point", "coordinates": [ -118.116461, 34.579433 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.143019, "Latitude": 37.441883, "Name_0": "California", "NAMELSAD": "Palo Alto", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.143019, 37.441883 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.390075, "Latitude": 33.800572, "Name_0": "California", "NAMELSAD": "Palos Verdes Estates", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.390075, 33.800572 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.159792, "Latitude": 33.889461, "Name_0": "California", "NAMELSAD": "Paramount", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.159792, 33.889461 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.527072, "Latitude": 36.611617, "Name_0": "California", "NAMELSAD": "Parlier", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.527072, 36.611617 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.144517, "Latitude": 34.147786, "Name_0": "California", "NAMELSAD": "Pasadena", "GIS Page": "http:\/\/cityofpasadena.net\/CityGIS\/Data\/" }, "geometry": { "type": "Point", "coordinates": [ -118.144517, 34.147786 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.664186, "Latitude": 35.632278, "Name_0": "California", "NAMELSAD": "Paso Robles", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.664186, 35.632278 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.129656, "Latitude": 37.471600, "Name_0": "California", "NAMELSAD": "Patterson", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.129656, 37.4716 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.228647, "Latitude": 33.782519, "Name_0": "California", "NAMELSAD": "Perris", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.228647, 33.782519 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.636653, "Latitude": 38.232417, "Name_0": "California", "NAMELSAD": "Petaluma", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.636653, 38.232417 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.096736, "Latitude": 33.983069, "Name_0": "California", "NAMELSAD": "Pico Rivera", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.096736, 33.983069 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.231636, "Latitude": 37.824372, "Name_0": "California", "NAMELSAD": "Piedmont", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.231636, 37.824372 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.298858, "Latitude": 38.004367, "Name_0": "California", "NAMELSAD": "Pinole", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.298858, 38.004367 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.641283, "Latitude": 35.142753, "Name_0": "California", "NAMELSAD": "Pismo Beach", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.641283, 35.142753 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.884681, "Latitude": 38.027975, "Name_0": "California", "NAMELSAD": "Pittsburg", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.884681, 38.027975 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.870336, "Latitude": 33.872236, "Name_0": "California", "NAMELSAD": "Placentia", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.870336, 33.872236 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.798547, "Latitude": 38.729625, "Name_0": "California", "NAMELSAD": "Placerville", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.798547, 38.729625 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.060797, "Latitude": 37.947978, "Name_0": "California", "NAMELSAD": "Pleasant Hill", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.060797, 37.947978 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.874678, "Latitude": 37.662431, "Name_0": "California", "NAMELSAD": "Pleasanton", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.874678, 37.662431 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.844658, "Latitude": 38.481853, "Name_0": "California", "NAMELSAD": "Plymouth", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.844658, 38.481853 ] } },
{ "type": "Feature", "properties": { "Longitude": -123.693072, "Latitude": 38.908797, "Name_0": "California", "NAMELSAD": "Point Arena", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -123.693072, 38.908797 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.752306, "Latitude": 34.055228, "Name_0": "California", "NAMELSAD": "Pomona", "GIS Page": "http:\/\/www.ci.pomona.ca.us\/index.php\/pomona-gis-services" }, "geometry": { "type": "Point", "coordinates": [ -117.752306, 34.055228 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.208158, "Latitude": 34.180728, "Name_0": "California", "NAMELSAD": "Port Hueneme", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.208158, 34.180728 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.016767, "Latitude": 36.065231, "Name_0": "California", "NAMELSAD": "Porterville", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.016767, 36.065231 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.469103, "Latitude": 39.810458, "Name_0": "California", "NAMELSAD": "Portola", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.469103, 39.810458 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.035864, "Latitude": 32.962822, "Name_0": "California", "NAMELSAD": "Poway", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.035864, 32.962822 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.302728, "Latitude": 38.589072, "Name_0": "California", "NAMELSAD": "Rancho Cordova", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.302728, 38.589072 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.593108, "Latitude": 34.106400, "Name_0": "California", "NAMELSAD": "Rancho Cucamonga", "GIS Page": "http:\/\/www.cityofrc.us\/cityhall\/admin\/gis\/gis\/default.asp" }, "geometry": { "type": "Point", "coordinates": [ -117.593108, 34.1064 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.412789, "Latitude": 33.739744, "Name_0": "California", "NAMELSAD": "Rancho Mirage", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -116.412789, 33.739744 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.387017, "Latitude": 33.744461, "Name_0": "California", "NAMELSAD": "Rancho Palos Verdes", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.387017, 33.744461 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.603103, "Latitude": 33.640856, "Name_0": "California", "NAMELSAD": "Rancho Santa Margarita", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.603103, 33.640856 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.235831, "Latitude": 40.178489, "Name_0": "California", "NAMELSAD": "Red Bluff", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.235831, 40.178489 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.391675, "Latitude": 40.586539, "Name_0": "California", "NAMELSAD": "Redding", "GIS Page": "http:\/\/www.ci.redding.ca.us\/devserv\/gis\/index.html" }, "geometry": { "type": "Point", "coordinates": [ -122.391675, 40.586539 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.182539, "Latitude": 34.055569, "Name_0": "California", "NAMELSAD": "Redlands", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.182539, 34.055569 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.388408, "Latitude": 33.849183, "Name_0": "California", "NAMELSAD": "Redondo Beach", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.388408, 33.849183 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.236356, "Latitude": 37.485214, "Name_0": "California", "NAMELSAD": "Redwood City", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.236356, 37.485214 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.450403, "Latitude": 36.596339, "Name_0": "California", "NAMELSAD": "Reedley", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.450403, 36.596339 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.370325, "Latitude": 34.106400, "Name_0": "California", "NAMELSAD": "Rialto", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.370325, 34.1064 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.347750, "Latitude": 37.935758, "Name_0": "California", "NAMELSAD": "Richmond", "GIS Page": "http:\/\/www.ci.richmond.ca.us\/index.aspx?NID=63" }, "geometry": { "type": "Point", "coordinates": [ -122.34775, 37.935758 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.670897, "Latitude": 35.622456, "Name_0": "California", "NAMELSAD": "Ridgecrest", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.670897, 35.622456 ] } },
{ "type": "Feature", "properties": { "Longitude": -124.106436, "Latitude": 40.499300, "Name_0": "California", "NAMELSAD": "Rio Dell", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -124.106436, 40.4993 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.691344, "Latitude": 38.155750, "Name_0": "California", "NAMELSAD": "Rio Vista", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.691344, 38.15575 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.135414, "Latitude": 37.739453, "Name_0": "California", "NAMELSAD": "Ripon", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.135414, 37.739453 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.935489, "Latitude": 37.736039, "Name_0": "California", "NAMELSAD": "Riverbank", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.935489, 37.736039 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.396156, "Latitude": 33.953350, "Name_0": "California", "NAMELSAD": "Riverside", "GIS Page": "http:\/\/gis.rivcoit.org\/Home.aspx" }, "geometry": { "type": "Point", "coordinates": [ -117.396156, 33.95335 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.235783, "Latitude": 38.790733, "Name_0": "California", "NAMELSAD": "Rocklin", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.235783, 38.790733 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.701097, "Latitude": 38.339636, "Name_0": "California", "NAMELSAD": "Rohnert Park", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.701097, 38.339636 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.353961, "Latitude": 33.756961, "Name_0": "California", "NAMELSAD": "Rolling Hills", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.353961, 33.756961 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.358128, "Latitude": 33.787794, "Name_0": "California", "NAMELSAD": "Rolling Hills Estates", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.358128, 33.787794 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.072847, "Latitude": 34.080564, "Name_0": "California", "NAMELSAD": "Rosemead", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.072847, 34.080564 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.288006, "Latitude": 38.752122, "Name_0": "California", "NAMELSAD": "Roseville", "GIS Page": "https:\/\/www.roseville.ca.us\/eservices\/maps_n_data\/default.asp" }, "geometry": { "type": "Point", "coordinates": [ -121.288006, 38.752122 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.494400, "Latitude": 38.581572, "Name_0": "California", "NAMELSAD": "Sacramento", "GIS Page": "http:\/\/www.sacgis.org\/Pages\/default.aspx" }, "geometry": { "type": "Point", "coordinates": [ -121.4944, 38.581572 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.655500, "Latitude": 36.677736, "Name_0": "California", "NAMELSAD": "Salinas", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.6555, 36.677736 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.289764, "Latitude": 34.108344, "Name_0": "California", "NAMELSAD": "San Bernardino", "GIS Page": "http:\/\/cms.sbcounty.gov\/gis\/Home.aspx" }, "geometry": { "type": "Point", "coordinates": [ -117.289764, 34.108344 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.411083, "Latitude": 37.630489, "Name_0": "California", "NAMELSAD": "San Bruno", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.411083, 37.630489 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.260522, "Latitude": 37.507158, "Name_0": "California", "NAMELSAD": "San Carlos", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.260522, 37.507158 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.611992, "Latitude": 33.426972, "Name_0": "California", "NAMELSAD": "San Clemente", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.611992, 33.426972 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.157256, "Latitude": 32.715328, "Name_0": "California", "NAMELSAD": "San Diego", "GIS Page": "http:\/\/www.sangis.org\/" }, "geometry": { "type": "Point", "coordinates": [ -117.157256, 32.715328 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.806725, "Latitude": 34.106675, "Name_0": "California", "NAMELSAD": "San Dimas", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.806725, 34.106675 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.438972, "Latitude": 34.281947, "Name_0": "California", "NAMELSAD": "San Fernando", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.438972, 34.281947 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.419417, "Latitude": 37.774931, "Name_0": "California", "NAMELSAD": "San Francisco", "GIS Page": "http:\/\/sfgov3.org\/index.aspx?page=3959" }, "geometry": { "type": "Point", "coordinates": [ -122.419417, 37.774931 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.105833, "Latitude": 34.096111, "Name_0": "California", "NAMELSAD": "San Gabriel", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.105833, 34.096111 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.958636, "Latitude": 33.783908, "Name_0": "California", "NAMELSAD": "San Jacinto", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -116.958636, 33.783908 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.189044, "Latitude": 36.606617, "Name_0": "California", "NAMELSAD": "San Joaquin", "GIS Page": "http:\/\/www.sjmap.org\/" }, "geometry": { "type": "Point", "coordinates": [ -120.189044, 36.606617 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.894956, "Latitude": 37.339386, "Name_0": "California", "NAMELSAD": "San Jose", "GIS Page": "http:\/\/www.sanjoseca.gov\/index.aspx?NID=2072" }, "geometry": { "type": "Point", "coordinates": [ -121.894956, 37.339386 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.537997, "Latitude": 36.845511, "Name_0": "California", "NAMELSAD": "San Juan Bautista", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.537997, 36.845511 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.662550, "Latitude": 33.501692, "Name_0": "California", "NAMELSAD": "San Juan Capistrano", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.66255, 33.501692 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.156078, "Latitude": 37.724931, "Name_0": "California", "NAMELSAD": "San Leandro", "GIS Page": "https:\/\/www.sanleandro.org\/depts\/cityhall\/citymanager\/it\/gis\/default.asp" }, "geometry": { "type": "Point", "coordinates": [ -122.156078, 37.724931 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.659617, "Latitude": 35.282753, "Name_0": "California", "NAMELSAD": "San Luis Obispo", "GIS Page": "http:\/\/www.slocounty.ca.gov\/it\/GIS.htm" }, "geometry": { "type": "Point", "coordinates": [ -120.659617, 35.282753 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.166144, "Latitude": 33.143372, "Name_0": "California", "NAMELSAD": "San Marcos", "GIS Page": "http:\/\/www.ci.san-marcos.ca.us\/index.aspx?page=400" }, "geometry": { "type": "Point", "coordinates": [ -117.166144, 33.143372 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.106458, "Latitude": 34.121397, "Name_0": "California", "NAMELSAD": "San Marino", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.106458, 34.121397 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.325525, "Latitude": 37.562992, "Name_0": "California", "NAMELSAD": "San Mateo", "GIS Page": "https:\/\/isd.smcgov.org\/county-gis" }, "geometry": { "type": "Point", "coordinates": [ -122.325525, 37.562992 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.345525, "Latitude": 37.962147, "Name_0": "California", "NAMELSAD": "San Pablo", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.345525, 37.962147 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.531086, "Latitude": 37.973536, "Name_0": "California", "NAMELSAD": "San Rafael", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.531086, 37.973536 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.978014, "Latitude": 37.779928, "Name_0": "California", "NAMELSAD": "San Ramon", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.978014, 37.779928 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.848286, "Latitude": 36.617183, "Name_0": "California", "NAMELSAD": "Sand City", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.848286, 36.617183 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.555964, "Latitude": 36.708006, "Name_0": "California", "NAMELSAD": "Sanger", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.555964, 36.708006 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.867833, "Latitude": 33.745572, "Name_0": "California", "NAMELSAD": "Santa Ana", "GIS Page": "http:\/\/www.ci.santa-ana.ca.us\/cda\/GISmaps.asp" }, "geometry": { "type": "Point", "coordinates": [ -117.867833, 33.745572 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.698189, "Latitude": 34.420831, "Name_0": "California", "NAMELSAD": "Santa Barbara", "GIS Page": "http:\/\/www.countyofsb.org\/gis\/" }, "geometry": { "type": "Point", "coordinates": [ -119.698189, 34.420831 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.955236, "Latitude": 37.354108, "Name_0": "California", "NAMELSAD": "Santa Clara", "GIS Page": "http:\/\/www.sccgov.org\/sites\/gis\/Pages\/Santa-Clara-County-GIS.aspx" }, "geometry": { "type": "Point", "coordinates": [ -121.955236, 37.354108 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.542586, "Latitude": 34.391664, "Name_0": "California", "NAMELSAD": "Santa Clarita", "GIS Page": "http:\/\/www.santa-clarita.com\/Index.aspx?page=205" }, "geometry": { "type": "Point", "coordinates": [ -118.542586, 34.391664 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.030797, "Latitude": 36.974117, "Name_0": "California", "NAMELSAD": "Santa Cruz", "GIS Page": "http:\/\/www.co.santa-cruz.ca.us\/default.aspx?tabid=93" }, "geometry": { "type": "Point", "coordinates": [ -122.030797, 36.974117 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.085344, "Latitude": 33.947236, "Name_0": "California", "NAMELSAD": "Santa Fe Springs", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.085344, 33.947236 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.435719, "Latitude": 34.953033, "Name_0": "California", "NAMELSAD": "Santa Maria", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.435719, 34.953033 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.491192, "Latitude": 34.019453, "Name_0": "California", "NAMELSAD": "Santa Monica", "GIS Page": "http:\/\/www.smgov.net\/departments\/isd\/gis.aspx" }, "geometry": { "type": "Point", "coordinates": [ -118.491192, 34.019453 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.059269, "Latitude": 34.354167, "Name_0": "California", "NAMELSAD": "Santa Paula", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.059269, 34.354167 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.714431, "Latitude": 38.440467, "Name_0": "California", "NAMELSAD": "Santa Rosa", "GIS Page": "http:\/\/ci.santa-rosa.ca.us\/DEPARTMENTS\/TECHNOLOGY\/GIS\/Pages\/default.aspx" }, "geometry": { "type": "Point", "coordinates": [ -122.714431, 38.440467 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.973917, "Latitude": 32.838383, "Name_0": "California", "NAMELSAD": "Santee", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -116.973917, 32.838383 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.023014, "Latitude": 37.263833, "Name_0": "California", "NAMELSAD": "Saratoga", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.023014, 37.263833 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.485250, "Latitude": 37.859094, "Name_0": "California", "NAMELSAD": "Sausalito", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.48525, 37.859094 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.014683, "Latitude": 37.051061, "Name_0": "California", "NAMELSAD": "Scotts Valley", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.014683, 37.051061 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.104786, "Latitude": 33.741406, "Name_0": "California", "NAMELSAD": "Seal Beach", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.104786, 33.741406 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.366647, "Latitude": 33.819361, "Name_0": "California", "NAMELSAD": "Seaside", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.366647, 33.819361 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.823881, "Latitude": 38.402136, "Name_0": "California", "NAMELSAD": "Sebastopol", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.823881, 38.402136 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.612075, "Latitude": 36.570783, "Name_0": "California", "NAMELSAD": "Selma", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.612075, 36.570783 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.271775, "Latitude": 35.500514, "Name_0": "California", "NAMELSAD": "Shafter", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.271775, 35.500514 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.370842, "Latitude": 40.680428, "Name_0": "California", "NAMELSAD": "Shasta Lake", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.370842, 40.680428 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.052847, "Latitude": 34.161672, "Name_0": "California", "NAMELSAD": "Sierra Madre", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.052847, 34.161672 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.167847, "Latitude": 33.804461, "Name_0": "California", "NAMELSAD": "Signal Hill", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.167847, 33.804461 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.781483, "Latitude": 34.269447, "Name_0": "California", "NAMELSAD": "Simi Valley", "GIS Page": "http:\/\/www.ci.simi-valley.ca.us\/index.aspx?page=89" }, "geometry": { "type": "Point", "coordinates": [ -118.781483, 34.269447 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.271147, "Latitude": 32.991156, "Name_0": "California", "NAMELSAD": "Solana Beach", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.271147, 32.991156 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.271147, "Latitude": 32.991156, "Name_0": "California", "NAMELSAD": "Soledad", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.271147, 32.991156 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.137647, "Latitude": 34.595819, "Name_0": "California", "NAMELSAD": "Solvang", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.137647, 34.595819 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.458036, "Latitude": 38.291858, "Name_0": "California", "NAMELSAD": "Sonoma", "GIS Page": "https:\/\/gis.sonoma-county.org\/" }, "geometry": { "type": "Point", "coordinates": [ -122.458036, 38.291858 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.382139, "Latitude": 37.984092, "Name_0": "California", "NAMELSAD": "Sonora", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.382139, 37.984092 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.046733, "Latitude": 34.051956, "Name_0": "California", "NAMELSAD": "South El Monte", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.046733, 34.051956 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.212017, "Latitude": 33.954736, "Name_0": "California", "NAMELSAD": "South Gate", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.212017, 33.954736 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.977186, "Latitude": 38.939925, "Name_0": "California", "NAMELSAD": "South Lake Tahoe", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.977186, 38.939925 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.150350, "Latitude": 34.116119, "Name_0": "California", "NAMELSAD": "South Pasadena", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.15035, 34.116119 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.407750, "Latitude": 37.654656, "Name_0": "California", "NAMELSAD": "South San Francisco", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.40775, 37.654656 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.470386, "Latitude": 38.505242, "Name_0": "California", "NAMELSAD": "St. Helena", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.470386, 38.505242 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.993117, "Latitude": 33.802517, "Name_0": "California", "NAMELSAD": "Stanton", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.993117, 33.802517 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.290781, "Latitude": 37.957703, "Name_0": "California", "NAMELSAD": "Stockton", "GIS Page": "http:\/\/www.stocktongov.com\/services\/GIS\/default.html" }, "geometry": { "type": "Point", "coordinates": [ -121.290781, 37.957703 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.040244, "Latitude": 38.238247, "Name_0": "California", "NAMELSAD": "Suisun City", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.040244, 38.238247 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.036350, "Latitude": 37.368831, "Name_0": "California", "NAMELSAD": "Sunnyvale", "GIS Page": "http:\/\/sunnyvale.ca.gov\/Departments\/CommunityDevelopment\/MapsandData.aspx" }, "geometry": { "type": "Point", "coordinates": [ -122.03635, 37.368831 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.653006, "Latitude": 40.416283, "Name_0": "California", "NAMELSAD": "Susanville", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.653006, 40.416283 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.802436, "Latitude": 38.392967, "Name_0": "California", "NAMELSAD": "Sutter Creek", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.802436, 38.392967 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.456508, "Latitude": 35.142467, "Name_0": "California", "NAMELSAD": "Taft", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.456508, 35.142467 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.448975, "Latitude": 35.132189, "Name_0": "California", "NAMELSAD": "Tehachapi", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.448975, 35.132189 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.123322, "Latitude": 40.027103, "Name_0": "California", "NAMELSAD": "Tehama", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.123322, 40.027103 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.148364, "Latitude": 33.493639, "Name_0": "California", "NAMELSAD": "Temecula", "GIS Page": "http:\/\/www.cityoftemecula.org\/Temecula\/Government\/IT\/GIS.htm" }, "geometry": { "type": "Point", "coordinates": [ -117.148364, 33.493639 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.057847, "Latitude": 34.107231, "Name_0": "California", "NAMELSAD": "Temple City", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.057847, 34.107231 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.057847, "Latitude": 34.107231, "Name_0": "California", "NAMELSAD": "Thousand Oaks", "GIS Page": "http:\/\/ci.thousand-oaks.ca.us\/living\/mapguide.asp" }, "geometry": { "type": "Point", "coordinates": [ -118.057847, 34.107231 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.340628, "Latitude": 33.835850, "Name_0": "California", "NAMELSAD": "Torrance", "GIS Page": "http:\/\/www.torranceca.gov\/7718.htm" }, "geometry": { "type": "Point", "coordinates": [ -118.340628, 33.83585 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.425222, "Latitude": 37.739650, "Name_0": "California", "NAMELSAD": "Tracy", "GIS Page": "http:\/\/www.ci.tracy.ca.us\/?navid=442" }, "geometry": { "type": "Point", "coordinates": [ -121.425222, 37.73965 ] } },
{ "type": "Feature", "properties": { "Longitude": -124.143125, "Latitude": 41.059292, "Name_0": "California", "NAMELSAD": "Trinidad", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -124.143125, 41.059292 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.347339, "Latitude": 36.207728, "Name_0": "California", "NAMELSAD": "Tulare", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.347339, 36.207728 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.477492, "Latitude": 41.955989, "Name_0": "California", "NAMELSAD": "Tulelake", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.477492, 41.955989 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.846594, "Latitude": 37.494658, "Name_0": "California", "NAMELSAD": "Turlock", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.846594, 37.494658 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.826167, "Latitude": 33.745850, "Name_0": "California", "NAMELSAD": "Tustin", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.826167, 33.74585 ] } },
{ "type": "Feature", "properties": { "Longitude": -116.054169, "Latitude": 34.135558, "Name_0": "California", "NAMELSAD": "Twentynine Palms", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -116.054169, 34.135558 ] } },
{ "type": "Feature", "properties": { "Longitude": -123.207783, "Latitude": 39.150172, "Name_0": "California", "NAMELSAD": "Ukiah", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -123.207783, 39.150172 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.043831, "Latitude": 37.593392, "Name_0": "California", "NAMELSAD": "Union City", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.043831, 37.593392 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.648389, "Latitude": 34.097511, "Name_0": "California", "NAMELSAD": "Upland", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.648389, 34.097511 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.987744, "Latitude": 38.356578, "Name_0": "California", "NAMELSAD": "Vacaville", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.987744, 38.356578 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.256636, "Latitude": 38.104086, "Name_0": "California", "NAMELSAD": "Vallejo", "GIS Page": "http:\/\/www.vallejoprospector.com\/gis\/ed.asp?bhiw=1183&bhih=820" }, "geometry": { "type": "Point", "coordinates": [ -122.256636, 38.104086 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.229006, "Latitude": 34.274639, "Name_0": "California", "NAMELSAD": "Ventura", "GIS Page": "http:\/\/maps.cityofventura.net\/menu\/index.htm" }, "geometry": { "type": "Point", "coordinates": [ -119.229006, 34.274639 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.230072, "Latitude": 34.003903, "Name_0": "California", "NAMELSAD": "Vernon", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.230072, 34.003903 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.291158, "Latitude": 34.536108, "Name_0": "California", "NAMELSAD": "Victorville", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.291158, 34.536108 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.813111, "Latitude": 33.814461, "Name_0": "California", "NAMELSAD": "Villa Park", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.813111, 33.814461 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.292058, "Latitude": 36.330228, "Name_0": "California", "NAMELSAD": "Visalia", "GIS Page": "https:\/\/ci.visalia.ca.us\/depts\/community_development\/gis\/default.asp" }, "geometry": { "type": "Point", "coordinates": [ -119.292058, 36.330228 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.242536, "Latitude": 33.200036, "Name_0": "California", "NAMELSAD": "Vista", "GIS Page": "http:\/\/www.cityofvista.com\/departments\/gis\/" }, "geometry": { "type": "Point", "coordinates": [ -117.242536, 33.200036 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.865339, "Latitude": 34.020289, "Name_0": "California", "NAMELSAD": "Walnut", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.865339, 34.020289 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.065183, "Latitude": 37.910078, "Name_0": "California", "NAMELSAD": "Walnut Creek", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.065183, 37.910078 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.340947, "Latitude": 35.594125, "Name_0": "California", "NAMELSAD": "Wasco", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.340947, 35.594125 ] } },
{ "type": "Feature", "properties": { "Longitude": -120.760483, "Latitude": 37.641319, "Name_0": "California", "NAMELSAD": "Waterford", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -120.760483, 37.641319 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.756894, "Latitude": 36.910231, "Name_0": "California", "NAMELSAD": "Watsonville", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.756894, 36.910231 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.386128, "Latitude": 41.422650, "Name_0": "California", "NAMELSAD": "Weed", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.386128, 41.42265 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.938953, "Latitude": 34.068622, "Name_0": "California", "NAMELSAD": "West Covina", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.938953, 34.068622 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.361744, "Latitude": 34.090008, "Name_0": "California", "NAMELSAD": "West Hollywood", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.361744, 34.090008 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.530233, "Latitude": 38.580461, "Name_0": "California", "NAMELSAD": "West Sacramento", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.530233, 38.580461 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.805647, "Latitude": 34.145839, "Name_0": "California", "NAMELSAD": "Westlake Village", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -118.805647, 34.145839 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.993992, "Latitude": 33.751342, "Name_0": "California", "NAMELSAD": "Westminster", "GIS Page": "http:\/\/www.westminster-ca.gov\/depts\/cd\/planning\/maps.asp" }, "geometry": { "type": "Point", "coordinates": [ -117.993992, 33.751342 ] } },
{ "type": "Feature", "properties": { "Longitude": -115.621383, "Latitude": 33.037267, "Name_0": "California", "NAMELSAD": "Westmorland", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -115.621383, 33.037267 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.423014, "Latitude": 39.009894, "Name_0": "California", "NAMELSAD": "Wheatland", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.423014, 39.009894 ] } },
{ "type": "Feature", "properties": { "Longitude": -118.032844, "Latitude": 33.979178, "Name_0": "California", "NAMELSAD": "Whittier", "GIS Page": "http:\/\/www.cityofwhittier.org\/depts\/clerk\/gismap\/default.asp" }, "geometry": { "type": "Point", "coordinates": [ -118.032844, 33.979178 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.280036, "Latitude": 33.598914, "Name_0": "California", "NAMELSAD": "Wildomar", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.280036, 33.598914 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.149419, "Latitude": 39.154614, "Name_0": "California", "NAMELSAD": "Williams", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.149419, 39.154614 ] } },
{ "type": "Feature", "properties": { "Longitude": -123.355567, "Latitude": 39.409608, "Name_0": "California", "NAMELSAD": "Willits", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -123.355567, 39.409608 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.193592, "Latitude": 39.524325, "Name_0": "California", "NAMELSAD": "Willows", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.193592, 39.524325 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.970803, "Latitude": 38.524906, "Name_0": "California", "NAMELSAD": "Winters", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.970803, 38.524906 ] } },
{ "type": "Feature", "properties": { "Longitude": -119.098717, "Latitude": 36.413561, "Name_0": "California", "NAMELSAD": "Woodlake", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -119.098717, 36.413561 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.773297, "Latitude": 38.678517, "Name_0": "California", "NAMELSAD": "Woodland", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.773297, 38.678517 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.813111, "Latitude": 33.888625, "Name_0": "California", "NAMELSAD": "Yorba Linda", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.813111, 33.888625 ] } },
{ "type": "Feature", "properties": { "Longitude": -122.634472, "Latitude": 41.735419, "Name_0": "California", "NAMELSAD": "Yreka", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -122.634472, 41.735419 ] } },
{ "type": "Feature", "properties": { "Longitude": -121.616911, "Latitude": 39.140447, "Name_0": "California", "NAMELSAD": "Yuba City", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -121.616911, 39.140447 ] } },
{ "type": "Feature", "properties": { "Longitude": -117.043086, "Latitude": 34.033625, "Name_0": "California", "NAMELSAD": "Yucaipa", "GIS Page": null }, "geometry": { "type": "Point", "coordinates": [ -117.043086, 34.033625 ] } }
]
};