sba 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +41 -0
- data/.rspec +3 -0
- data/Gemfile +4 -0
- data/LICENSE.md +10 -0
- data/LICENSE.mkd +20 -0
- data/README.mkd +72 -0
- data/Rakefile +16 -0
- data/autotest/discover.rb +1 -0
- data/lib/faraday/multipart.rb +29 -0
- data/lib/faraday/raise_error.rb +31 -0
- data/lib/faraday/response/raise_error.rb +32 -0
- data/lib/sba.rb +51 -0
- data/lib/sba/client.rb +44 -0
- data/lib/sba/client/connection.rb +37 -0
- data/lib/sba/client/data.rb +73 -0
- data/lib/sba/client/licenses.rb +111 -0
- data/lib/sba/client/loans.rb +125 -0
- data/lib/sba/client/request.rb +37 -0
- data/lib/sba/client/sites.rb +71 -0
- data/lib/sba/client/urls.rb +134 -0
- data/lib/sba/configuration.rb +44 -0
- data/lib/sba/version.rb +3 -0
- data/sba.gemspec +37 -0
- data/spec/data_spec.rb +103 -0
- data/spec/fixtures/all_sites_keywords.json +1393 -0
- data/spec/fixtures/business_type_state.json +81 -0
- data/spec/fixtures/business_type_state_city.json +131 -0
- data/spec/fixtures/business_type_state_county.json +101 -0
- data/spec/fixtures/business_type_zip.json +111 -0
- data/spec/fixtures/by_business_type.json +601 -0
- data/spec/fixtures/by_state.json +71 -0
- data/spec/fixtures/city_links_for_state.json +30 -0
- data/spec/fixtures/data_city.json +87543 -0
- data/spec/fixtures/data_city_county.json +88355 -0
- data/spec/fixtures/data_county.json +813 -0
- data/spec/fixtures/data_specific_city.json +15 -0
- data/spec/fixtures/data_specific_county.json +2493 -0
- data/spec/fixtures/doing_business_as.json +591 -0
- data/spec/fixtures/employer_requirements.json +2211 -0
- data/spec/fixtures/entity_filing.json +551 -0
- data/spec/fixtures/federal_and_state_financing_for.json +973 -0
- data/spec/fixtures/loan_grants.json +901 -0
- data/spec/fixtures/loan_grants_by_industry_specialty.json +533 -0
- data/spec/fixtures/loan_grants_by_specialty.json +210 -0
- data/spec/fixtures/loan_grants_industry.json +324 -0
- data/spec/fixtures/loan_grants_state_ind_spec.json +381 -0
- data/spec/fixtures/loan_grants_state_industry.json +381 -0
- data/spec/fixtures/loan_grants_state_specialty.json +362 -0
- data/spec/fixtures/primary_url_for_athens.json +15 -0
- data/spec/fixtures/primary_url_for_clarke_county.json +29 -0
- data/spec/fixtures/rec_sites_categories.json +249 -0
- data/spec/fixtures/rec_sites_categories.xml +1 -0
- data/spec/fixtures/rec_sites_domain.json +9 -0
- data/spec/fixtures/rec_sites_domain.xml +1 -0
- data/spec/fixtures/rec_sites_keyword.json +17 -0
- data/spec/fixtures/rec_sites_keywords.xml +1 -0
- data/spec/fixtures/rec_sites_master_term.json +9 -0
- data/spec/fixtures/rec_sites_master_term.xml +1 -0
- data/spec/fixtures/state_financing_for.json +73 -0
- data/spec/fixtures/state_licenses.json +11191 -0
- data/spec/fixtures/tax_registration.json +1101 -0
- data/spec/fixtures/url_city.json +6063 -0
- data/spec/fixtures/url_city_county.json +6875 -0
- data/spec/fixtures/url_county.json +813 -0
- data/spec/fixtures/url_specific_city.json +141 -0
- data/spec/fixtures/url_specific_county.json +477 -0
- data/spec/helper.rb +27 -0
- data/spec/licenses_spec.rb +148 -0
- data/spec/loans_spec.rb +193 -0
- data/spec/sba_ruby/client_spec.rb +8 -0
- data/spec/sba_spec.rb +9 -0
- data/spec/sites_spec.rb +101 -0
- data/spec/urls_spec.rb +188 -0
- metadata +345 -0
@@ -0,0 +1,15 @@
|
|
1
|
+
[
|
2
|
+
{"name": "Seattle" ,
|
3
|
+
"fips_county_cd": "33" ,
|
4
|
+
"feat_class": "Populated Place" ,
|
5
|
+
"county_name": "King" ,
|
6
|
+
"primary_latitude": "47.6" ,
|
7
|
+
"state_name": "Washington" ,
|
8
|
+
"url": "http://seattle.gov/" ,
|
9
|
+
"state_abbreviation": "WA" ,
|
10
|
+
"description": null ,
|
11
|
+
"primary_longitude": "-122.33" ,
|
12
|
+
"link_title": null ,
|
13
|
+
"feature_id": 1512650 ,
|
14
|
+
"full_county_name": "King County" ,
|
15
|
+
"fips_class": "C1"}]
|
@@ -0,0 +1,2493 @@
|
|
1
|
+
[
|
2
|
+
{"name": "Brunswick" ,
|
3
|
+
"fips_county_cd": "21" ,
|
4
|
+
"feat_class": "Populated Place" ,
|
5
|
+
"county_name": "Frederick" ,
|
6
|
+
"primary_latitude": "39.31" ,
|
7
|
+
"state_name": "Maryland" ,
|
8
|
+
"url": "http://www.brunswickmd.gov/" ,
|
9
|
+
"state_abbreviation": "MD" ,
|
10
|
+
"description": null ,
|
11
|
+
"primary_longitude": "-77.62" ,
|
12
|
+
"link_title": null ,
|
13
|
+
"feature_id": 595202 ,
|
14
|
+
"full_county_name": "Frederick County" ,
|
15
|
+
"fips_class": "C1"},
|
16
|
+
{"name": "Burkittsville" ,
|
17
|
+
"fips_county_cd": "21" ,
|
18
|
+
"feat_class": "Populated Place" ,
|
19
|
+
"county_name": "Frederick" ,
|
20
|
+
"primary_latitude": "39.39" ,
|
21
|
+
"state_name": "Maryland" ,
|
22
|
+
"url": null ,
|
23
|
+
"state_abbreviation": "MD" ,
|
24
|
+
"description": null ,
|
25
|
+
"primary_longitude": "-77.62" ,
|
26
|
+
"link_title": null ,
|
27
|
+
"feature_id": 589853 ,
|
28
|
+
"full_county_name": "Frederick County" ,
|
29
|
+
"fips_class": "C1"},
|
30
|
+
{"name": "Emmitsburg" ,
|
31
|
+
"fips_county_cd": "21" ,
|
32
|
+
"feat_class": "Populated Place" ,
|
33
|
+
"county_name": "Frederick" ,
|
34
|
+
"primary_latitude": "39.7" ,
|
35
|
+
"state_name": "Maryland" ,
|
36
|
+
"url": "http://www.emmitsburg.net/towngov/" ,
|
37
|
+
"state_abbreviation": "MD" ,
|
38
|
+
"description": null ,
|
39
|
+
"primary_longitude": "-77.32" ,
|
40
|
+
"link_title": null ,
|
41
|
+
"feature_id": 584300 ,
|
42
|
+
"full_county_name": "Frederick County" ,
|
43
|
+
"fips_class": "C1"},
|
44
|
+
{"name": "Frederick" ,
|
45
|
+
"fips_county_cd": "21" ,
|
46
|
+
"feat_class": "Populated Place" ,
|
47
|
+
"county_name": "Frederick" ,
|
48
|
+
"primary_latitude": "39.41" ,
|
49
|
+
"state_name": "Maryland" ,
|
50
|
+
"url": "http://www.cityoffrederick.com/" ,
|
51
|
+
"state_abbreviation": "MD" ,
|
52
|
+
"description": null ,
|
53
|
+
"primary_longitude": "-77.41" ,
|
54
|
+
"link_title": null ,
|
55
|
+
"feature_id": 584497 ,
|
56
|
+
"full_county_name": "Frederick County" ,
|
57
|
+
"fips_class": "C1"},
|
58
|
+
{"name": "Middletown" ,
|
59
|
+
"fips_county_cd": "21" ,
|
60
|
+
"feat_class": "Populated Place" ,
|
61
|
+
"county_name": "Frederick" ,
|
62
|
+
"primary_latitude": "39.44" ,
|
63
|
+
"state_name": "Maryland" ,
|
64
|
+
"url": "http://www.middletown.md.us/" ,
|
65
|
+
"state_abbreviation": "MD" ,
|
66
|
+
"description": null ,
|
67
|
+
"primary_longitude": "-77.54" ,
|
68
|
+
"link_title": null ,
|
69
|
+
"feature_id": 585831 ,
|
70
|
+
"full_county_name": "Frederick County" ,
|
71
|
+
"fips_class": "C1"},
|
72
|
+
{"name": "Mount Airy" ,
|
73
|
+
"fips_county_cd": "21" ,
|
74
|
+
"feat_class": "Populated Place" ,
|
75
|
+
"county_name": "Frederick" ,
|
76
|
+
"primary_latitude": "39.37" ,
|
77
|
+
"state_name": "Maryland" ,
|
78
|
+
"url": "http://www.mountairymd.org/" ,
|
79
|
+
"state_abbreviation": "MD" ,
|
80
|
+
"description": null ,
|
81
|
+
"primary_longitude": "-77.15" ,
|
82
|
+
"link_title": null ,
|
83
|
+
"feature_id": 585976 ,
|
84
|
+
"full_county_name": "Frederick County" ,
|
85
|
+
"fips_class": "C1"},
|
86
|
+
{"name": "Myersville" ,
|
87
|
+
"fips_county_cd": "21" ,
|
88
|
+
"feat_class": "Populated Place" ,
|
89
|
+
"county_name": "Frederick" ,
|
90
|
+
"primary_latitude": "39.5" ,
|
91
|
+
"state_name": "Maryland" ,
|
92
|
+
"url": "http://www.myersvillemd.govoffice2.com/" ,
|
93
|
+
"state_abbreviation": "MD" ,
|
94
|
+
"description": null ,
|
95
|
+
"primary_longitude": "-77.56" ,
|
96
|
+
"link_title": null ,
|
97
|
+
"feature_id": 586126 ,
|
98
|
+
"full_county_name": "Frederick County" ,
|
99
|
+
"fips_class": "C1"},
|
100
|
+
{"name": "New Market" ,
|
101
|
+
"fips_county_cd": "21" ,
|
102
|
+
"feat_class": "Populated Place" ,
|
103
|
+
"county_name": "Frederick" ,
|
104
|
+
"primary_latitude": "39.38" ,
|
105
|
+
"state_name": "Maryland" ,
|
106
|
+
"url": "http://www.townofnewmarket.org/" ,
|
107
|
+
"state_abbreviation": "MD" ,
|
108
|
+
"description": null ,
|
109
|
+
"primary_longitude": "-77.26" ,
|
110
|
+
"link_title": null ,
|
111
|
+
"feature_id": 586175 ,
|
112
|
+
"full_county_name": "Frederick County" ,
|
113
|
+
"fips_class": "C1"},
|
114
|
+
{"name": "Rosemont" ,
|
115
|
+
"fips_county_cd": "21" ,
|
116
|
+
"feat_class": "Populated Place" ,
|
117
|
+
"county_name": "Frederick" ,
|
118
|
+
"primary_latitude": "39.32" ,
|
119
|
+
"state_name": "Maryland" ,
|
120
|
+
"url": null ,
|
121
|
+
"state_abbreviation": "MD" ,
|
122
|
+
"description": null ,
|
123
|
+
"primary_longitude": "-77.62" ,
|
124
|
+
"link_title": null ,
|
125
|
+
"feature_id": 591187 ,
|
126
|
+
"full_county_name": "Frederick County" ,
|
127
|
+
"fips_class": "C1"},
|
128
|
+
{"name": "Thurmont" ,
|
129
|
+
"fips_county_cd": "21" ,
|
130
|
+
"feat_class": "Populated Place" ,
|
131
|
+
"county_name": "Frederick" ,
|
132
|
+
"primary_latitude": "39.62" ,
|
133
|
+
"state_name": "Maryland" ,
|
134
|
+
"url": "http://www.thurmont.com/" ,
|
135
|
+
"state_abbreviation": "MD" ,
|
136
|
+
"description": null ,
|
137
|
+
"primary_longitude": "-77.41" ,
|
138
|
+
"link_title": null ,
|
139
|
+
"feature_id": 587792 ,
|
140
|
+
"full_county_name": "Frederick County" ,
|
141
|
+
"fips_class": "C1"},
|
142
|
+
{"name": "Walkersville" ,
|
143
|
+
"fips_county_cd": "21" ,
|
144
|
+
"feat_class": "Populated Place" ,
|
145
|
+
"county_name": "Frederick" ,
|
146
|
+
"primary_latitude": "39.48" ,
|
147
|
+
"state_name": "Maryland" ,
|
148
|
+
"url": null ,
|
149
|
+
"state_abbreviation": "MD" ,
|
150
|
+
"description": null ,
|
151
|
+
"primary_longitude": "-77.35" ,
|
152
|
+
"link_title": null ,
|
153
|
+
"feature_id": 588023 ,
|
154
|
+
"full_county_name": "Frederick County" ,
|
155
|
+
"fips_class": "C1"},
|
156
|
+
{"name": "Woodsboro" ,
|
157
|
+
"fips_county_cd": "21" ,
|
158
|
+
"feat_class": "Populated Place" ,
|
159
|
+
"county_name": "Frederick" ,
|
160
|
+
"primary_latitude": "39.53" ,
|
161
|
+
"state_name": "Maryland" ,
|
162
|
+
"url": null ,
|
163
|
+
"state_abbreviation": "MD" ,
|
164
|
+
"description": null ,
|
165
|
+
"primary_longitude": "-77.31" ,
|
166
|
+
"link_title": null ,
|
167
|
+
"feature_id": 591604 ,
|
168
|
+
"full_county_name": "Frederick County" ,
|
169
|
+
"fips_class": "C1"},
|
170
|
+
{"name": "Frederick County" ,
|
171
|
+
"fips_county_cd": "21" ,
|
172
|
+
"feat_class": "Civil" ,
|
173
|
+
"county_name": null ,
|
174
|
+
"primary_latitude": "39.46" ,
|
175
|
+
"state_name": "Maryland" ,
|
176
|
+
"url": "http://www.frederickcountymd.gov/" ,
|
177
|
+
"state_abbreviation": "MD" ,
|
178
|
+
"description": null ,
|
179
|
+
"primary_longitude": "-77.39" ,
|
180
|
+
"link_title": null ,
|
181
|
+
"feature_id": 1711211 ,
|
182
|
+
"full_county_name": null ,
|
183
|
+
"fips_class": "H1"},
|
184
|
+
{"name": "Adamstown" ,
|
185
|
+
"fips_county_cd": "21" ,
|
186
|
+
"feat_class": "Populated Place" ,
|
187
|
+
"county_name": "Frederick" ,
|
188
|
+
"primary_latitude": "39.31" ,
|
189
|
+
"state_name": "Maryland" ,
|
190
|
+
"url": null ,
|
191
|
+
"state_abbreviation": "MD" ,
|
192
|
+
"description": null ,
|
193
|
+
"primary_longitude": "-77.47" ,
|
194
|
+
"link_title": null ,
|
195
|
+
"feature_id": 589624 ,
|
196
|
+
"full_county_name": "Frederick County" ,
|
197
|
+
"fips_class": "U6"},
|
198
|
+
{"name": "Appolds" ,
|
199
|
+
"fips_county_cd": "21" ,
|
200
|
+
"feat_class": "Populated Place" ,
|
201
|
+
"county_name": "Frederick" ,
|
202
|
+
"primary_latitude": "39.62" ,
|
203
|
+
"state_name": "Maryland" ,
|
204
|
+
"url": null ,
|
205
|
+
"state_abbreviation": "MD" ,
|
206
|
+
"description": null ,
|
207
|
+
"primary_longitude": "-77.32" ,
|
208
|
+
"link_title": null ,
|
209
|
+
"feature_id": 589648 ,
|
210
|
+
"full_county_name": "Frederick County" ,
|
211
|
+
"fips_class": "U6"},
|
212
|
+
{"name": "Arnoldtown" ,
|
213
|
+
"fips_county_cd": "21" ,
|
214
|
+
"feat_class": "Populated Place" ,
|
215
|
+
"county_name": "Frederick" ,
|
216
|
+
"primary_latitude": "39.4" ,
|
217
|
+
"state_name": "Maryland" ,
|
218
|
+
"url": null ,
|
219
|
+
"state_abbreviation": "MD" ,
|
220
|
+
"description": null ,
|
221
|
+
"primary_longitude": "-77.6" ,
|
222
|
+
"link_title": null ,
|
223
|
+
"feature_id": 589655 ,
|
224
|
+
"full_county_name": "Frederick County" ,
|
225
|
+
"fips_class": "U6"},
|
226
|
+
{"name": "Ballenger Creek" ,
|
227
|
+
"fips_county_cd": "21" ,
|
228
|
+
"feat_class": "Populated Place" ,
|
229
|
+
"county_name": "Frederick" ,
|
230
|
+
"primary_latitude": "39.37" ,
|
231
|
+
"state_name": "Maryland" ,
|
232
|
+
"url": null ,
|
233
|
+
"state_abbreviation": "MD" ,
|
234
|
+
"description": null ,
|
235
|
+
"primary_longitude": "-77.43" ,
|
236
|
+
"link_title": null ,
|
237
|
+
"feature_id": 1867291 ,
|
238
|
+
"full_county_name": "Frederick County" ,
|
239
|
+
"fips_class": "U1"},
|
240
|
+
{"name": "Bartholows" ,
|
241
|
+
"fips_county_cd": "21" ,
|
242
|
+
"feat_class": "Populated Place" ,
|
243
|
+
"county_name": "Frederick" ,
|
244
|
+
"primary_latitude": "39.37" ,
|
245
|
+
"state_name": "Maryland" ,
|
246
|
+
"url": null ,
|
247
|
+
"state_abbreviation": "MD" ,
|
248
|
+
"description": null ,
|
249
|
+
"primary_longitude": "-77.23" ,
|
250
|
+
"link_title": null ,
|
251
|
+
"feature_id": 583045 ,
|
252
|
+
"full_county_name": "Frederick County" ,
|
253
|
+
"fips_class": "U6"},
|
254
|
+
{"name": "Bartonsville" ,
|
255
|
+
"fips_county_cd": "21" ,
|
256
|
+
"feat_class": "Populated Place" ,
|
257
|
+
"county_name": "Frederick" ,
|
258
|
+
"primary_latitude": "39.39" ,
|
259
|
+
"state_name": "Maryland" ,
|
260
|
+
"url": null ,
|
261
|
+
"state_abbreviation": "MD" ,
|
262
|
+
"description": null ,
|
263
|
+
"primary_longitude": "-77.35" ,
|
264
|
+
"link_title": null ,
|
265
|
+
"feature_id": 589701 ,
|
266
|
+
"full_county_name": "Frederick County" ,
|
267
|
+
"fips_class": "U3"},
|
268
|
+
{"name": "Bells Mill" ,
|
269
|
+
"fips_county_cd": "21" ,
|
270
|
+
"feat_class": "Populated Place" ,
|
271
|
+
"county_name": "Frederick" ,
|
272
|
+
"primary_latitude": "39.33" ,
|
273
|
+
"state_name": "Maryland" ,
|
274
|
+
"url": null ,
|
275
|
+
"state_abbreviation": "MD" ,
|
276
|
+
"description": null ,
|
277
|
+
"primary_longitude": "-77.57" ,
|
278
|
+
"link_title": null ,
|
279
|
+
"feature_id": 589729 ,
|
280
|
+
"full_county_name": "Frederick County" ,
|
281
|
+
"fips_class": "U6"},
|
282
|
+
{"name": "Bethel" ,
|
283
|
+
"fips_county_cd": "21" ,
|
284
|
+
"feat_class": "Populated Place" ,
|
285
|
+
"county_name": "Frederick" ,
|
286
|
+
"primary_latitude": "39.5" ,
|
287
|
+
"state_name": "Maryland" ,
|
288
|
+
"url": null ,
|
289
|
+
"state_abbreviation": "MD" ,
|
290
|
+
"description": null ,
|
291
|
+
"primary_longitude": "-77.44" ,
|
292
|
+
"link_title": null ,
|
293
|
+
"feature_id": 589748 ,
|
294
|
+
"full_county_name": "Frederick County" ,
|
295
|
+
"fips_class": "U6"},
|
296
|
+
{"name": "Bloomfield" ,
|
297
|
+
"fips_county_cd": "21" ,
|
298
|
+
"feat_class": "Populated Place" ,
|
299
|
+
"county_name": "Frederick" ,
|
300
|
+
"primary_latitude": "39.47" ,
|
301
|
+
"state_name": "Maryland" ,
|
302
|
+
"url": null ,
|
303
|
+
"state_abbreviation": "MD" ,
|
304
|
+
"description": null ,
|
305
|
+
"primary_longitude": "-77.42" ,
|
306
|
+
"link_title": null ,
|
307
|
+
"feature_id": 589773 ,
|
308
|
+
"full_county_name": "Frederick County" ,
|
309
|
+
"fips_class": "U6"},
|
310
|
+
{"name": "Blue Mountain" ,
|
311
|
+
"fips_county_cd": "21" ,
|
312
|
+
"feat_class": "Populated Place" ,
|
313
|
+
"county_name": "Frederick" ,
|
314
|
+
"primary_latitude": "39.59" ,
|
315
|
+
"state_name": "Maryland" ,
|
316
|
+
"url": null ,
|
317
|
+
"state_abbreviation": "MD" ,
|
318
|
+
"description": null ,
|
319
|
+
"primary_longitude": "-77.41" ,
|
320
|
+
"link_title": null ,
|
321
|
+
"feature_id": 589778 ,
|
322
|
+
"full_county_name": "Frederick County" ,
|
323
|
+
"fips_class": "U6"},
|
324
|
+
{"name": "Bolivar" ,
|
325
|
+
"fips_county_cd": "21" ,
|
326
|
+
"feat_class": "Populated Place" ,
|
327
|
+
"county_name": "Frederick" ,
|
328
|
+
"primary_latitude": "39.46" ,
|
329
|
+
"state_name": "Maryland" ,
|
330
|
+
"url": null ,
|
331
|
+
"state_abbreviation": "MD" ,
|
332
|
+
"description": null ,
|
333
|
+
"primary_longitude": "-77.59" ,
|
334
|
+
"link_title": null ,
|
335
|
+
"feature_id": 583321 ,
|
336
|
+
"full_county_name": "Frederick County" ,
|
337
|
+
"fips_class": "U6"},
|
338
|
+
{"name": "Braddock" ,
|
339
|
+
"fips_county_cd": "21" ,
|
340
|
+
"feat_class": "Populated Place" ,
|
341
|
+
"county_name": "Frederick" ,
|
342
|
+
"primary_latitude": "39.42" ,
|
343
|
+
"state_name": "Maryland" ,
|
344
|
+
"url": null ,
|
345
|
+
"state_abbreviation": "MD" ,
|
346
|
+
"description": null ,
|
347
|
+
"primary_longitude": "-77.47" ,
|
348
|
+
"link_title": null ,
|
349
|
+
"feature_id": 583352 ,
|
350
|
+
"full_county_name": "Frederick County" ,
|
351
|
+
"fips_class": "U6"},
|
352
|
+
{"name": "Braddock Heights" ,
|
353
|
+
"fips_county_cd": "21" ,
|
354
|
+
"feat_class": "Populated Place" ,
|
355
|
+
"county_name": "Frederick" ,
|
356
|
+
"primary_latitude": "39.41" ,
|
357
|
+
"state_name": "Maryland" ,
|
358
|
+
"url": null ,
|
359
|
+
"state_abbreviation": "MD" ,
|
360
|
+
"description": null ,
|
361
|
+
"primary_longitude": "-77.5" ,
|
362
|
+
"link_title": null ,
|
363
|
+
"feature_id": 589794 ,
|
364
|
+
"full_county_name": "Frederick County" ,
|
365
|
+
"fips_class": "U1"},
|
366
|
+
{"name": "Bridgeport" ,
|
367
|
+
"fips_county_cd": "21" ,
|
368
|
+
"feat_class": "Populated Place" ,
|
369
|
+
"county_name": "Frederick" ,
|
370
|
+
"primary_latitude": "39.67" ,
|
371
|
+
"state_name": "Maryland" ,
|
372
|
+
"url": null ,
|
373
|
+
"state_abbreviation": "MD" ,
|
374
|
+
"description": null ,
|
375
|
+
"primary_longitude": "-77.23" ,
|
376
|
+
"link_title": null ,
|
377
|
+
"feature_id": 589813 ,
|
378
|
+
"full_county_name": "Frederick County" ,
|
379
|
+
"fips_class": "U6"},
|
380
|
+
{"name": "Broad Run" ,
|
381
|
+
"fips_county_cd": "21" ,
|
382
|
+
"feat_class": "Populated Place" ,
|
383
|
+
"county_name": "Frederick" ,
|
384
|
+
"primary_latitude": "39.39" ,
|
385
|
+
"state_name": "Maryland" ,
|
386
|
+
"url": null ,
|
387
|
+
"state_abbreviation": "MD" ,
|
388
|
+
"description": null ,
|
389
|
+
"primary_longitude": "-77.59" ,
|
390
|
+
"link_title": null ,
|
391
|
+
"feature_id": 589819 ,
|
392
|
+
"full_county_name": "Frederick County" ,
|
393
|
+
"fips_class": "U6"},
|
394
|
+
{"name": "Buckeystown" ,
|
395
|
+
"fips_county_cd": "21" ,
|
396
|
+
"feat_class": "Populated Place" ,
|
397
|
+
"county_name": "Frederick" ,
|
398
|
+
"primary_latitude": "39.33" ,
|
399
|
+
"state_name": "Maryland" ,
|
400
|
+
"url": null ,
|
401
|
+
"state_abbreviation": "MD" ,
|
402
|
+
"description": null ,
|
403
|
+
"primary_longitude": "-77.43" ,
|
404
|
+
"link_title": null ,
|
405
|
+
"feature_id": 589844 ,
|
406
|
+
"full_county_name": "Frederick County" ,
|
407
|
+
"fips_class": "U6"},
|
408
|
+
{"name": "Buckeystown Station" ,
|
409
|
+
"fips_county_cd": "21" ,
|
410
|
+
"feat_class": "Populated Place" ,
|
411
|
+
"county_name": "Frederick" ,
|
412
|
+
"primary_latitude": "39.33" ,
|
413
|
+
"state_name": "Maryland" ,
|
414
|
+
"url": null ,
|
415
|
+
"state_abbreviation": "MD" ,
|
416
|
+
"description": null ,
|
417
|
+
"primary_longitude": "-77.44" ,
|
418
|
+
"link_title": null ,
|
419
|
+
"feature_id": 583457 ,
|
420
|
+
"full_county_name": "Frederick County" ,
|
421
|
+
"fips_class": "U6"},
|
422
|
+
{"name": "Catoctin Furnace" ,
|
423
|
+
"fips_county_cd": "21" ,
|
424
|
+
"feat_class": "Populated Place" ,
|
425
|
+
"county_name": "Frederick" ,
|
426
|
+
"primary_latitude": "39.57" ,
|
427
|
+
"state_name": "Maryland" ,
|
428
|
+
"url": null ,
|
429
|
+
"state_abbreviation": "MD" ,
|
430
|
+
"description": null ,
|
431
|
+
"primary_longitude": "-77.43" ,
|
432
|
+
"link_title": null ,
|
433
|
+
"feature_id": 589915 ,
|
434
|
+
"full_county_name": "Frederick County" ,
|
435
|
+
"fips_class": "U6"},
|
436
|
+
{"name": "Centerville" ,
|
437
|
+
"fips_county_cd": "21" ,
|
438
|
+
"feat_class": "Populated Place" ,
|
439
|
+
"county_name": "Frederick" ,
|
440
|
+
"primary_latitude": "39.33" ,
|
441
|
+
"state_name": "Maryland" ,
|
442
|
+
"url": null ,
|
443
|
+
"state_abbreviation": "MD" ,
|
444
|
+
"description": null ,
|
445
|
+
"primary_longitude": "-77.32" ,
|
446
|
+
"link_title": null ,
|
447
|
+
"feature_id": 589930 ,
|
448
|
+
"full_county_name": "Frederick County" ,
|
449
|
+
"fips_class": "U6"},
|
450
|
+
{"name": "Ceresville" ,
|
451
|
+
"fips_county_cd": "21" ,
|
452
|
+
"feat_class": "Populated Place" ,
|
453
|
+
"county_name": "Frederick" ,
|
454
|
+
"primary_latitude": "39.45" ,
|
455
|
+
"state_name": "Maryland" ,
|
456
|
+
"url": null ,
|
457
|
+
"state_abbreviation": "MD" ,
|
458
|
+
"description": null ,
|
459
|
+
"primary_longitude": "-77.36" ,
|
460
|
+
"link_title": null ,
|
461
|
+
"feature_id": 589932 ,
|
462
|
+
"full_county_name": "Frederick County" ,
|
463
|
+
"fips_class": "U6"},
|
464
|
+
{"name": "Charlesville" ,
|
465
|
+
"fips_county_cd": "21" ,
|
466
|
+
"feat_class": "Populated Place" ,
|
467
|
+
"county_name": "Frederick" ,
|
468
|
+
"primary_latitude": "39.48" ,
|
469
|
+
"state_name": "Maryland" ,
|
470
|
+
"url": null ,
|
471
|
+
"state_abbreviation": "MD" ,
|
472
|
+
"description": null ,
|
473
|
+
"primary_longitude": "-77.42" ,
|
474
|
+
"link_title": null ,
|
475
|
+
"feature_id": 589940 ,
|
476
|
+
"full_county_name": "Frederick County" ,
|
477
|
+
"fips_class": "U6"},
|
478
|
+
{"name": "Chestnut Grove" ,
|
479
|
+
"fips_county_cd": "21" ,
|
480
|
+
"feat_class": "Populated Place" ,
|
481
|
+
"county_name": "Frederick" ,
|
482
|
+
"primary_latitude": "39.46" ,
|
483
|
+
"state_name": "Maryland" ,
|
484
|
+
"url": null ,
|
485
|
+
"state_abbreviation": "MD" ,
|
486
|
+
"description": null ,
|
487
|
+
"primary_longitude": "-77.28" ,
|
488
|
+
"link_title": null ,
|
489
|
+
"feature_id": 583737 ,
|
490
|
+
"full_county_name": "Frederick County" ,
|
491
|
+
"fips_class": "U6"},
|
492
|
+
{"name": "Church Hill" ,
|
493
|
+
"fips_county_cd": "21" ,
|
494
|
+
"feat_class": "Populated Place" ,
|
495
|
+
"county_name": "Frederick" ,
|
496
|
+
"primary_latitude": "39.34" ,
|
497
|
+
"state_name": "Maryland" ,
|
498
|
+
"url": null ,
|
499
|
+
"state_abbreviation": "MD" ,
|
500
|
+
"description": null ,
|
501
|
+
"primary_longitude": "-77.47" ,
|
502
|
+
"link_title": null ,
|
503
|
+
"feature_id": 589977 ,
|
504
|
+
"full_county_name": "Frederick County" ,
|
505
|
+
"fips_class": "U6"},
|
506
|
+
{"name": "Clemsonville" ,
|
507
|
+
"fips_county_cd": "21" ,
|
508
|
+
"feat_class": "Populated Place" ,
|
509
|
+
"county_name": "Frederick" ,
|
510
|
+
"primary_latitude": "39.52" ,
|
511
|
+
"state_name": "Maryland" ,
|
512
|
+
"url": null ,
|
513
|
+
"state_abbreviation": "MD" ,
|
514
|
+
"description": null ,
|
515
|
+
"primary_longitude": "-77.17" ,
|
516
|
+
"link_title": null ,
|
517
|
+
"feature_id": 589988 ,
|
518
|
+
"full_county_name": "Frederick County" ,
|
519
|
+
"fips_class": "U6"},
|
520
|
+
{"name": "Clifton" ,
|
521
|
+
"fips_county_cd": "21" ,
|
522
|
+
"feat_class": "Populated Place" ,
|
523
|
+
"county_name": "Frederick" ,
|
524
|
+
"primary_latitude": "39.42" ,
|
525
|
+
"state_name": "Maryland" ,
|
526
|
+
"url": null ,
|
527
|
+
"state_abbreviation": "MD" ,
|
528
|
+
"description": null ,
|
529
|
+
"primary_longitude": "-77.48" ,
|
530
|
+
"link_title": null ,
|
531
|
+
"feature_id": 589990 ,
|
532
|
+
"full_county_name": "Frederick County" ,
|
533
|
+
"fips_class": "U6"},
|
534
|
+
{"name": "Clover Hill" ,
|
535
|
+
"fips_county_cd": "21" ,
|
536
|
+
"feat_class": "Populated Place" ,
|
537
|
+
"county_name": "Frederick" ,
|
538
|
+
"primary_latitude": "39.45" ,
|
539
|
+
"state_name": "Maryland" ,
|
540
|
+
"url": null ,
|
541
|
+
"state_abbreviation": "MD" ,
|
542
|
+
"description": null ,
|
543
|
+
"primary_longitude": "-77.42" ,
|
544
|
+
"link_title": null ,
|
545
|
+
"feature_id": 1711904 ,
|
546
|
+
"full_county_name": "Frederick County" ,
|
547
|
+
"fips_class": "U1"},
|
548
|
+
{"name": "Creagerstown" ,
|
549
|
+
"fips_county_cd": "21" ,
|
550
|
+
"feat_class": "Populated Place" ,
|
551
|
+
"county_name": "Frederick" ,
|
552
|
+
"primary_latitude": "39.57" ,
|
553
|
+
"state_name": "Maryland" ,
|
554
|
+
"url": null ,
|
555
|
+
"state_abbreviation": "MD" ,
|
556
|
+
"description": null ,
|
557
|
+
"primary_longitude": "-77.36" ,
|
558
|
+
"link_title": null ,
|
559
|
+
"feature_id": 590041 ,
|
560
|
+
"full_county_name": "Frederick County" ,
|
561
|
+
"fips_class": "U6"},
|
562
|
+
{"name": "Daysville" ,
|
563
|
+
"fips_county_cd": "21" ,
|
564
|
+
"feat_class": "Populated Place" ,
|
565
|
+
"county_name": "Frederick" ,
|
566
|
+
"primary_latitude": "39.49" ,
|
567
|
+
"state_name": "Maryland" ,
|
568
|
+
"url": null ,
|
569
|
+
"state_abbreviation": "MD" ,
|
570
|
+
"description": null ,
|
571
|
+
"primary_longitude": "-77.29" ,
|
572
|
+
"link_title": null ,
|
573
|
+
"feature_id": 590072 ,
|
574
|
+
"full_county_name": "Frederick County" ,
|
575
|
+
"fips_class": "U6"},
|
576
|
+
{"name": "Doubs" ,
|
577
|
+
"fips_county_cd": "21" ,
|
578
|
+
"feat_class": "Populated Place" ,
|
579
|
+
"county_name": "Frederick" ,
|
580
|
+
"primary_latitude": "39.3" ,
|
581
|
+
"state_name": "Maryland" ,
|
582
|
+
"url": null ,
|
583
|
+
"state_abbreviation": "MD" ,
|
584
|
+
"description": null ,
|
585
|
+
"primary_longitude": "-77.48" ,
|
586
|
+
"link_title": null ,
|
587
|
+
"feature_id": 590104 ,
|
588
|
+
"full_county_name": "Frederick County" ,
|
589
|
+
"fips_class": "U6"},
|
590
|
+
{"name": "Edgemont" ,
|
591
|
+
"fips_county_cd": "21" ,
|
592
|
+
"feat_class": "Populated Place" ,
|
593
|
+
"county_name": "Frederick" ,
|
594
|
+
"primary_latitude": "39.42" ,
|
595
|
+
"state_name": "Maryland" ,
|
596
|
+
"url": null ,
|
597
|
+
"state_abbreviation": "MD" ,
|
598
|
+
"description": null ,
|
599
|
+
"primary_longitude": "-77.49" ,
|
600
|
+
"link_title": null ,
|
601
|
+
"feature_id": 584253 ,
|
602
|
+
"full_county_name": "Frederick County" ,
|
603
|
+
"fips_class": "U6"},
|
604
|
+
{"name": "Edgewood" ,
|
605
|
+
"fips_county_cd": "21" ,
|
606
|
+
"feat_class": "Populated Place" ,
|
607
|
+
"county_name": "Frederick" ,
|
608
|
+
"primary_latitude": "39.45" ,
|
609
|
+
"state_name": "Maryland" ,
|
610
|
+
"url": null ,
|
611
|
+
"state_abbreviation": "MD" ,
|
612
|
+
"description": null ,
|
613
|
+
"primary_longitude": "-77.47" ,
|
614
|
+
"link_title": null ,
|
615
|
+
"feature_id": 584256 ,
|
616
|
+
"full_county_name": "Frederick County" ,
|
617
|
+
"fips_class": "U6"},
|
618
|
+
{"name": "Ellerton" ,
|
619
|
+
"fips_county_cd": "21" ,
|
620
|
+
"feat_class": "Populated Place" ,
|
621
|
+
"county_name": "Frederick" ,
|
622
|
+
"primary_latitude": "39.52" ,
|
623
|
+
"state_name": "Maryland" ,
|
624
|
+
"url": null ,
|
625
|
+
"state_abbreviation": "MD" ,
|
626
|
+
"description": null ,
|
627
|
+
"primary_longitude": "-77.54" ,
|
628
|
+
"link_title": null ,
|
629
|
+
"feature_id": 590155 ,
|
630
|
+
"full_county_name": "Frederick County" ,
|
631
|
+
"fips_class": "U6"},
|
632
|
+
{"name": "Emmitsburg Junction" ,
|
633
|
+
"fips_county_cd": "21" ,
|
634
|
+
"feat_class": "Populated Place" ,
|
635
|
+
"county_name": "Frederick" ,
|
636
|
+
"primary_latitude": "39.6" ,
|
637
|
+
"state_name": "Maryland" ,
|
638
|
+
"url": null ,
|
639
|
+
"state_abbreviation": "MD" ,
|
640
|
+
"description": null ,
|
641
|
+
"primary_longitude": "-77.32" ,
|
642
|
+
"link_title": null ,
|
643
|
+
"feature_id": 590161 ,
|
644
|
+
"full_county_name": "Frederick County" ,
|
645
|
+
"fips_class": "U6"},
|
646
|
+
{"name": "Feagaville" ,
|
647
|
+
"fips_county_cd": "21" ,
|
648
|
+
"feat_class": "Populated Place" ,
|
649
|
+
"county_name": "Frederick" ,
|
650
|
+
"primary_latitude": "39.38" ,
|
651
|
+
"state_name": "Maryland" ,
|
652
|
+
"url": null ,
|
653
|
+
"state_abbreviation": "MD" ,
|
654
|
+
"description": null ,
|
655
|
+
"primary_longitude": "-77.47" ,
|
656
|
+
"link_title": null ,
|
657
|
+
"feature_id": 590196 ,
|
658
|
+
"full_county_name": "Frederick County" ,
|
659
|
+
"fips_class": "U6"},
|
660
|
+
{"name": "Five Forks" ,
|
661
|
+
"fips_county_cd": "21" ,
|
662
|
+
"feat_class": "Populated Place" ,
|
663
|
+
"county_name": "Frederick" ,
|
664
|
+
"primary_latitude": "39.54" ,
|
665
|
+
"state_name": "Maryland" ,
|
666
|
+
"url": null ,
|
667
|
+
"state_abbreviation": "MD" ,
|
668
|
+
"description": null ,
|
669
|
+
"primary_longitude": "-77.5" ,
|
670
|
+
"link_title": null ,
|
671
|
+
"feature_id": 588655 ,
|
672
|
+
"full_county_name": "Frederick County" ,
|
673
|
+
"fips_class": "U6"},
|
674
|
+
{"name": "Flint" ,
|
675
|
+
"fips_county_cd": "21" ,
|
676
|
+
"feat_class": "Populated Place" ,
|
677
|
+
"county_name": "Frederick" ,
|
678
|
+
"primary_latitude": "39.65" ,
|
679
|
+
"state_name": "Maryland" ,
|
680
|
+
"url": null ,
|
681
|
+
"state_abbreviation": "MD" ,
|
682
|
+
"description": null ,
|
683
|
+
"primary_longitude": "-77.44" ,
|
684
|
+
"link_title": null ,
|
685
|
+
"feature_id": 588656 ,
|
686
|
+
"full_county_name": "Frederick County" ,
|
687
|
+
"fips_class": "U6"},
|
688
|
+
{"name": "Flint Hill" ,
|
689
|
+
"fips_county_cd": "21" ,
|
690
|
+
"feat_class": "Populated Place" ,
|
691
|
+
"county_name": "Frederick" ,
|
692
|
+
"primary_latitude": "39.31" ,
|
693
|
+
"state_name": "Maryland" ,
|
694
|
+
"url": null ,
|
695
|
+
"state_abbreviation": "MD" ,
|
696
|
+
"description": null ,
|
697
|
+
"primary_longitude": "-77.39" ,
|
698
|
+
"link_title": null ,
|
699
|
+
"feature_id": 584421 ,
|
700
|
+
"full_county_name": "Frederick County" ,
|
701
|
+
"fips_class": "U6"},
|
702
|
+
{"name": "Fountain Mills" ,
|
703
|
+
"fips_county_cd": "21" ,
|
704
|
+
"feat_class": "Populated Place" ,
|
705
|
+
"county_name": "Frederick" ,
|
706
|
+
"primary_latitude": "39.34" ,
|
707
|
+
"state_name": "Maryland" ,
|
708
|
+
"url": null ,
|
709
|
+
"state_abbreviation": "MD" ,
|
710
|
+
"description": null ,
|
711
|
+
"primary_longitude": "-77.26" ,
|
712
|
+
"link_title": null ,
|
713
|
+
"feature_id": 590229 ,
|
714
|
+
"full_county_name": "Frederick County" ,
|
715
|
+
"fips_class": "U6"},
|
716
|
+
{"name": "Fountain Rock" ,
|
717
|
+
"fips_county_cd": "21" ,
|
718
|
+
"feat_class": "Populated Place" ,
|
719
|
+
"county_name": "Frederick" ,
|
720
|
+
"primary_latitude": "39.47" ,
|
721
|
+
"state_name": "Maryland" ,
|
722
|
+
"url": null ,
|
723
|
+
"state_abbreviation": "MD" ,
|
724
|
+
"description": null ,
|
725
|
+
"primary_longitude": "-77.37" ,
|
726
|
+
"link_title": null ,
|
727
|
+
"feature_id": 590230 ,
|
728
|
+
"full_county_name": "Frederick County" ,
|
729
|
+
"fips_class": "U6"},
|
730
|
+
{"name": "Fourpoints" ,
|
731
|
+
"fips_county_cd": "21" ,
|
732
|
+
"feat_class": "Populated Place" ,
|
733
|
+
"county_name": "Frederick" ,
|
734
|
+
"primary_latitude": "39.67" ,
|
735
|
+
"state_name": "Maryland" ,
|
736
|
+
"url": null ,
|
737
|
+
"state_abbreviation": "MD" ,
|
738
|
+
"description": null ,
|
739
|
+
"primary_longitude": "-77.29" ,
|
740
|
+
"link_title": null ,
|
741
|
+
"feature_id": 590235 ,
|
742
|
+
"full_county_name": "Frederick County" ,
|
743
|
+
"fips_class": "U6"},
|
744
|
+
{"name": "Foxville" ,
|
745
|
+
"fips_county_cd": "21" ,
|
746
|
+
"feat_class": "Populated Place" ,
|
747
|
+
"county_name": "Frederick" ,
|
748
|
+
"primary_latitude": "39.63" ,
|
749
|
+
"state_name": "Maryland" ,
|
750
|
+
"url": null ,
|
751
|
+
"state_abbreviation": "MD" ,
|
752
|
+
"description": null ,
|
753
|
+
"primary_longitude": "-77.49" ,
|
754
|
+
"link_title": null ,
|
755
|
+
"feature_id": 584480 ,
|
756
|
+
"full_county_name": "Frederick County" ,
|
757
|
+
"fips_class": "U6"},
|
758
|
+
{"name": "Frederick Junction" ,
|
759
|
+
"fips_county_cd": "21" ,
|
760
|
+
"feat_class": "Populated Place" ,
|
761
|
+
"county_name": "Frederick" ,
|
762
|
+
"primary_latitude": "39.37" ,
|
763
|
+
"state_name": "Maryland" ,
|
764
|
+
"url": null ,
|
765
|
+
"state_abbreviation": "MD" ,
|
766
|
+
"description": null ,
|
767
|
+
"primary_longitude": "-77.38" ,
|
768
|
+
"link_title": null ,
|
769
|
+
"feature_id": 588660 ,
|
770
|
+
"full_county_name": "Frederick County" ,
|
771
|
+
"fips_class": "U6"},
|
772
|
+
{"name": "Friends Creek" ,
|
773
|
+
"fips_county_cd": "21" ,
|
774
|
+
"feat_class": "Populated Place" ,
|
775
|
+
"county_name": "Frederick" ,
|
776
|
+
"primary_latitude": "39.71" ,
|
777
|
+
"state_name": "Maryland" ,
|
778
|
+
"url": null ,
|
779
|
+
"state_abbreviation": "MD" ,
|
780
|
+
"description": null ,
|
781
|
+
"primary_longitude": "-77.4" ,
|
782
|
+
"link_title": null ,
|
783
|
+
"feature_id": 590256 ,
|
784
|
+
"full_county_name": "Frederick County" ,
|
785
|
+
"fips_class": "U6"},
|
786
|
+
{"name": "Frostown" ,
|
787
|
+
"fips_county_cd": "21" ,
|
788
|
+
"feat_class": "Populated Place" ,
|
789
|
+
"county_name": "Frederick" ,
|
790
|
+
"primary_latitude": "39.48" ,
|
791
|
+
"state_name": "Maryland" ,
|
792
|
+
"url": null ,
|
793
|
+
"state_abbreviation": "MD" ,
|
794
|
+
"description": null ,
|
795
|
+
"primary_longitude": "-77.58" ,
|
796
|
+
"link_title": null ,
|
797
|
+
"feature_id": 590261 ,
|
798
|
+
"full_county_name": "Frederick County" ,
|
799
|
+
"fips_class": "U6"},
|
800
|
+
{"name": "Fuller" ,
|
801
|
+
"fips_county_cd": "21" ,
|
802
|
+
"feat_class": "Populated Place" ,
|
803
|
+
"county_name": "Frederick" ,
|
804
|
+
"primary_latitude": "39.41" ,
|
805
|
+
"state_name": "Maryland" ,
|
806
|
+
"url": null ,
|
807
|
+
"state_abbreviation": "MD" ,
|
808
|
+
"description": null ,
|
809
|
+
"primary_longitude": "-77.47" ,
|
810
|
+
"link_title": null ,
|
811
|
+
"feature_id": 590262 ,
|
812
|
+
"full_county_name": "Frederick County" ,
|
813
|
+
"fips_class": "U6"},
|
814
|
+
{"name": "Furnace Ford" ,
|
815
|
+
"fips_county_cd": "21" ,
|
816
|
+
"feat_class": "Populated Place" ,
|
817
|
+
"county_name": "Frederick" ,
|
818
|
+
"primary_latitude": "39.24" ,
|
819
|
+
"state_name": "Maryland" ,
|
820
|
+
"url": null ,
|
821
|
+
"state_abbreviation": "MD" ,
|
822
|
+
"description": null ,
|
823
|
+
"primary_longitude": "-77.43" ,
|
824
|
+
"link_title": null ,
|
825
|
+
"feature_id": 590268 ,
|
826
|
+
"full_county_name": "Frederick County" ,
|
827
|
+
"fips_class": "U6"},
|
828
|
+
{"name": "Garfield" ,
|
829
|
+
"fips_county_cd": "21" ,
|
830
|
+
"feat_class": "Populated Place" ,
|
831
|
+
"county_name": "Frederick" ,
|
832
|
+
"primary_latitude": "39.6" ,
|
833
|
+
"state_name": "Maryland" ,
|
834
|
+
"url": null ,
|
835
|
+
"state_abbreviation": "MD" ,
|
836
|
+
"description": null ,
|
837
|
+
"primary_longitude": "-77.52" ,
|
838
|
+
"link_title": null ,
|
839
|
+
"feature_id": 590278 ,
|
840
|
+
"full_county_name": "Frederick County" ,
|
841
|
+
"fips_class": "U6"},
|
842
|
+
{"name": "Graceham" ,
|
843
|
+
"fips_county_cd": "21" ,
|
844
|
+
"feat_class": "Populated Place" ,
|
845
|
+
"county_name": "Frederick" ,
|
846
|
+
"primary_latitude": "39.61" ,
|
847
|
+
"state_name": "Maryland" ,
|
848
|
+
"url": null ,
|
849
|
+
"state_abbreviation": "MD" ,
|
850
|
+
"description": null ,
|
851
|
+
"primary_longitude": "-77.38" ,
|
852
|
+
"link_title": null ,
|
853
|
+
"feature_id": 590349 ,
|
854
|
+
"full_county_name": "Frederick County" ,
|
855
|
+
"fips_class": "U6"},
|
856
|
+
{"name": "Green Valley" ,
|
857
|
+
"fips_county_cd": "21" ,
|
858
|
+
"feat_class": "Populated Place" ,
|
859
|
+
"county_name": "Frederick" ,
|
860
|
+
"primary_latitude": "39.3" ,
|
861
|
+
"state_name": "Maryland" ,
|
862
|
+
"url": null ,
|
863
|
+
"state_abbreviation": "MD" ,
|
864
|
+
"description": null ,
|
865
|
+
"primary_longitude": "-77.29" ,
|
866
|
+
"link_title": null ,
|
867
|
+
"feature_id": 588667 ,
|
868
|
+
"full_county_name": "Frederick County" ,
|
869
|
+
"fips_class": "U1"},
|
870
|
+
{"name": "Greenfield Mills" ,
|
871
|
+
"fips_county_cd": "21" ,
|
872
|
+
"feat_class": "Populated Place" ,
|
873
|
+
"county_name": "Frederick" ,
|
874
|
+
"primary_latitude": "39.26" ,
|
875
|
+
"state_name": "Maryland" ,
|
876
|
+
"url": null ,
|
877
|
+
"state_abbreviation": "MD" ,
|
878
|
+
"description": null ,
|
879
|
+
"primary_longitude": "-77.43" ,
|
880
|
+
"link_title": null ,
|
881
|
+
"feature_id": 590377 ,
|
882
|
+
"full_county_name": "Frederick County" ,
|
883
|
+
"fips_class": "U6"},
|
884
|
+
{"name": "Grove" ,
|
885
|
+
"fips_county_cd": "21" ,
|
886
|
+
"feat_class": "Populated Place" ,
|
887
|
+
"county_name": "Frederick" ,
|
888
|
+
"primary_latitude": "39.4" ,
|
889
|
+
"state_name": "Maryland" ,
|
890
|
+
"url": null ,
|
891
|
+
"state_abbreviation": "MD" ,
|
892
|
+
"description": null ,
|
893
|
+
"primary_longitude": "-77.39" ,
|
894
|
+
"link_title": null ,
|
895
|
+
"feature_id": 590393 ,
|
896
|
+
"full_county_name": "Frederick County" ,
|
897
|
+
"fips_class": "U6"},
|
898
|
+
{"name": "Hansonville" ,
|
899
|
+
"fips_county_cd": "21" ,
|
900
|
+
"feat_class": "Populated Place" ,
|
901
|
+
"county_name": "Frederick" ,
|
902
|
+
"primary_latitude": "39.49" ,
|
903
|
+
"state_name": "Maryland" ,
|
904
|
+
"url": null ,
|
905
|
+
"state_abbreviation": "MD" ,
|
906
|
+
"description": null ,
|
907
|
+
"primary_longitude": "-77.4" ,
|
908
|
+
"link_title": null ,
|
909
|
+
"feature_id": 590412 ,
|
910
|
+
"full_county_name": "Frederick County" ,
|
911
|
+
"fips_class": "U6"},
|
912
|
+
{"name": "Harmony" ,
|
913
|
+
"fips_county_cd": "21" ,
|
914
|
+
"feat_class": "Populated Place" ,
|
915
|
+
"county_name": "Frederick" ,
|
916
|
+
"primary_latitude": "39.49" ,
|
917
|
+
"state_name": "Maryland" ,
|
918
|
+
"url": null ,
|
919
|
+
"state_abbreviation": "MD" ,
|
920
|
+
"description": null ,
|
921
|
+
"primary_longitude": "-77.52" ,
|
922
|
+
"link_title": null ,
|
923
|
+
"feature_id": 590423 ,
|
924
|
+
"full_county_name": "Frederick County" ,
|
925
|
+
"fips_class": "U6"},
|
926
|
+
{"name": "Harmony Grove" ,
|
927
|
+
"fips_county_cd": "21" ,
|
928
|
+
"feat_class": "Populated Place" ,
|
929
|
+
"county_name": "Frederick" ,
|
930
|
+
"primary_latitude": "39.45" ,
|
931
|
+
"state_name": "Maryland" ,
|
932
|
+
"url": null ,
|
933
|
+
"state_abbreviation": "MD" ,
|
934
|
+
"description": null ,
|
935
|
+
"primary_longitude": "-77.39" ,
|
936
|
+
"link_title": null ,
|
937
|
+
"feature_id": 584873 ,
|
938
|
+
"full_county_name": "Frederick County" ,
|
939
|
+
"fips_class": "U6"},
|
940
|
+
{"name": "Hawbottom" ,
|
941
|
+
"fips_county_cd": "21" ,
|
942
|
+
"feat_class": "Populated Place" ,
|
943
|
+
"county_name": "Frederick" ,
|
944
|
+
"primary_latitude": "39.47" ,
|
945
|
+
"state_name": "Maryland" ,
|
946
|
+
"url": null ,
|
947
|
+
"state_abbreviation": "MD" ,
|
948
|
+
"description": null ,
|
949
|
+
"primary_longitude": "-77.5" ,
|
950
|
+
"link_title": null ,
|
951
|
+
"feature_id": 590438 ,
|
952
|
+
"full_county_name": "Frederick County" ,
|
953
|
+
"fips_class": "U6"},
|
954
|
+
{"name": "Highland" ,
|
955
|
+
"fips_county_cd": "21" ,
|
956
|
+
"feat_class": "Populated Place" ,
|
957
|
+
"county_name": "Frederick" ,
|
958
|
+
"primary_latitude": "39.52" ,
|
959
|
+
"state_name": "Maryland" ,
|
960
|
+
"url": null ,
|
961
|
+
"state_abbreviation": "MD" ,
|
962
|
+
"description": null ,
|
963
|
+
"primary_longitude": "-77.51" ,
|
964
|
+
"link_title": null ,
|
965
|
+
"feature_id": 590466 ,
|
966
|
+
"full_county_name": "Frederick County" ,
|
967
|
+
"fips_class": "U6"},
|
968
|
+
{"name": "Hope Hill" ,
|
969
|
+
"fips_county_cd": "21" ,
|
970
|
+
"feat_class": "Populated Place" ,
|
971
|
+
"county_name": "Frederick" ,
|
972
|
+
"primary_latitude": "39.33" ,
|
973
|
+
"state_name": "Maryland" ,
|
974
|
+
"url": null ,
|
975
|
+
"state_abbreviation": "MD" ,
|
976
|
+
"description": null ,
|
977
|
+
"primary_longitude": "-77.39" ,
|
978
|
+
"link_title": null ,
|
979
|
+
"feature_id": 590501 ,
|
980
|
+
"full_county_name": "Frederick County" ,
|
981
|
+
"fips_class": "U6"},
|
982
|
+
{"name": "Ijamsville" ,
|
983
|
+
"fips_county_cd": "21" ,
|
984
|
+
"feat_class": "Populated Place" ,
|
985
|
+
"county_name": "Frederick" ,
|
986
|
+
"primary_latitude": "39.36" ,
|
987
|
+
"state_name": "Maryland" ,
|
988
|
+
"url": null ,
|
989
|
+
"state_abbreviation": "MD" ,
|
990
|
+
"description": null ,
|
991
|
+
"primary_longitude": "-77.32" ,
|
992
|
+
"link_title": null ,
|
993
|
+
"feature_id": 585127 ,
|
994
|
+
"full_county_name": "Frederick County" ,
|
995
|
+
"fips_class": "U6"},
|
996
|
+
{"name": "Indian Springs" ,
|
997
|
+
"fips_county_cd": "21" ,
|
998
|
+
"feat_class": "Populated Place" ,
|
999
|
+
"county_name": "Frederick" ,
|
1000
|
+
"primary_latitude": "39.46" ,
|
1001
|
+
"state_name": "Maryland" ,
|
1002
|
+
"url": null ,
|
1003
|
+
"state_abbreviation": "MD" ,
|
1004
|
+
"description": null ,
|
1005
|
+
"primary_longitude": "-77.44" ,
|
1006
|
+
"link_title": null ,
|
1007
|
+
"feature_id": 590536 ,
|
1008
|
+
"full_county_name": "Frederick County" ,
|
1009
|
+
"fips_class": "U6"},
|
1010
|
+
{"name": "Jefferson" ,
|
1011
|
+
"fips_county_cd": "21" ,
|
1012
|
+
"feat_class": "Populated Place" ,
|
1013
|
+
"county_name": "Frederick" ,
|
1014
|
+
"primary_latitude": "39.36" ,
|
1015
|
+
"state_name": "Maryland" ,
|
1016
|
+
"url": null ,
|
1017
|
+
"state_abbreviation": "MD" ,
|
1018
|
+
"description": null ,
|
1019
|
+
"primary_longitude": "-77.53" ,
|
1020
|
+
"link_title": null ,
|
1021
|
+
"feature_id": 585209 ,
|
1022
|
+
"full_county_name": "Frederick County" ,
|
1023
|
+
"fips_class": "U6"},
|
1024
|
+
{"name": "Jerusalem" ,
|
1025
|
+
"fips_county_cd": "21" ,
|
1026
|
+
"feat_class": "Populated Place" ,
|
1027
|
+
"county_name": "Frederick" ,
|
1028
|
+
"primary_latitude": "39.52" ,
|
1029
|
+
"state_name": "Maryland" ,
|
1030
|
+
"url": null ,
|
1031
|
+
"state_abbreviation": "MD" ,
|
1032
|
+
"description": null ,
|
1033
|
+
"primary_longitude": "-77.57" ,
|
1034
|
+
"link_title": null ,
|
1035
|
+
"feature_id": 590557 ,
|
1036
|
+
"full_county_name": "Frederick County" ,
|
1037
|
+
"fips_class": "U6"},
|
1038
|
+
{"name": "Jimtown" ,
|
1039
|
+
"fips_county_cd": "21" ,
|
1040
|
+
"feat_class": "Populated Place" ,
|
1041
|
+
"county_name": "Frederick" ,
|
1042
|
+
"primary_latitude": "39.59" ,
|
1043
|
+
"state_name": "Maryland" ,
|
1044
|
+
"url": null ,
|
1045
|
+
"state_abbreviation": "MD" ,
|
1046
|
+
"description": null ,
|
1047
|
+
"primary_longitude": "-77.39" ,
|
1048
|
+
"link_title": null ,
|
1049
|
+
"feature_id": 590563 ,
|
1050
|
+
"full_county_name": "Frederick County" ,
|
1051
|
+
"fips_class": "U6"},
|
1052
|
+
{"name": "Johnsville" ,
|
1053
|
+
"fips_county_cd": "21" ,
|
1054
|
+
"feat_class": "Populated Place" ,
|
1055
|
+
"county_name": "Frederick" ,
|
1056
|
+
"primary_latitude": "39.53" ,
|
1057
|
+
"state_name": "Maryland" ,
|
1058
|
+
"url": null ,
|
1059
|
+
"state_abbreviation": "MD" ,
|
1060
|
+
"description": null ,
|
1061
|
+
"primary_longitude": "-77.23" ,
|
1062
|
+
"link_title": null ,
|
1063
|
+
"feature_id": 585260 ,
|
1064
|
+
"full_county_name": "Frederick County" ,
|
1065
|
+
"fips_class": "U6"},
|
1066
|
+
{"name": "Keller" ,
|
1067
|
+
"fips_county_cd": "21" ,
|
1068
|
+
"feat_class": "Populated Place" ,
|
1069
|
+
"county_name": "Frederick" ,
|
1070
|
+
"primary_latitude": "39.33" ,
|
1071
|
+
"state_name": "Maryland" ,
|
1072
|
+
"url": null ,
|
1073
|
+
"state_abbreviation": "MD" ,
|
1074
|
+
"description": null ,
|
1075
|
+
"primary_longitude": "-77.44" ,
|
1076
|
+
"link_title": null ,
|
1077
|
+
"feature_id": 590581 ,
|
1078
|
+
"full_county_name": "Frederick County" ,
|
1079
|
+
"fips_class": "U6"},
|
1080
|
+
{"name": "Kemptown" ,
|
1081
|
+
"fips_county_cd": "21" ,
|
1082
|
+
"feat_class": "Populated Place" ,
|
1083
|
+
"county_name": "Frederick" ,
|
1084
|
+
"primary_latitude": "39.33" ,
|
1085
|
+
"state_name": "Maryland" ,
|
1086
|
+
"url": null ,
|
1087
|
+
"state_abbreviation": "MD" ,
|
1088
|
+
"description": null ,
|
1089
|
+
"primary_longitude": "-77.22" ,
|
1090
|
+
"link_title": null ,
|
1091
|
+
"feature_id": 590585 ,
|
1092
|
+
"full_county_name": "Frederick County" ,
|
1093
|
+
"fips_class": "U6"},
|
1094
|
+
{"name": "Knoxville" ,
|
1095
|
+
"fips_county_cd": "21" ,
|
1096
|
+
"feat_class": "Populated Place" ,
|
1097
|
+
"county_name": "Frederick" ,
|
1098
|
+
"primary_latitude": "39.32" ,
|
1099
|
+
"state_name": "Maryland" ,
|
1100
|
+
"url": null ,
|
1101
|
+
"state_abbreviation": "MD" ,
|
1102
|
+
"description": null ,
|
1103
|
+
"primary_longitude": "-77.66" ,
|
1104
|
+
"link_title": null ,
|
1105
|
+
"feature_id": 585333 ,
|
1106
|
+
"full_county_name": "Frederick County" ,
|
1107
|
+
"fips_class": "U6"},
|
1108
|
+
{"name": "Ladiesburg" ,
|
1109
|
+
"fips_county_cd": "21" ,
|
1110
|
+
"feat_class": "Populated Place" ,
|
1111
|
+
"county_name": "Frederick" ,
|
1112
|
+
"primary_latitude": "39.57" ,
|
1113
|
+
"state_name": "Maryland" ,
|
1114
|
+
"url": null ,
|
1115
|
+
"state_abbreviation": "MD" ,
|
1116
|
+
"description": null ,
|
1117
|
+
"primary_longitude": "-77.26" ,
|
1118
|
+
"link_title": null ,
|
1119
|
+
"feature_id": 590619 ,
|
1120
|
+
"full_county_name": "Frederick County" ,
|
1121
|
+
"fips_class": "U6"},
|
1122
|
+
{"name": "Lander" ,
|
1123
|
+
"fips_county_cd": "21" ,
|
1124
|
+
"feat_class": "Populated Place" ,
|
1125
|
+
"county_name": "Frederick" ,
|
1126
|
+
"primary_latitude": "39.3" ,
|
1127
|
+
"state_name": "Maryland" ,
|
1128
|
+
"url": null ,
|
1129
|
+
"state_abbreviation": "MD" ,
|
1130
|
+
"description": null ,
|
1131
|
+
"primary_longitude": "-77.55" ,
|
1132
|
+
"link_title": null ,
|
1133
|
+
"feature_id": 588686 ,
|
1134
|
+
"full_county_name": "Frederick County" ,
|
1135
|
+
"fips_class": "U6"},
|
1136
|
+
{"name": "Le Gore" ,
|
1137
|
+
"fips_county_cd": "21" ,
|
1138
|
+
"feat_class": "Populated Place" ,
|
1139
|
+
"county_name": "Frederick" ,
|
1140
|
+
"primary_latitude": "39.55" ,
|
1141
|
+
"state_name": "Maryland" ,
|
1142
|
+
"url": null ,
|
1143
|
+
"state_abbreviation": "MD" ,
|
1144
|
+
"description": null ,
|
1145
|
+
"primary_longitude": "-77.31" ,
|
1146
|
+
"link_title": null ,
|
1147
|
+
"feature_id": 590647 ,
|
1148
|
+
"full_county_name": "Frederick County" ,
|
1149
|
+
"fips_class": "U6"},
|
1150
|
+
{"name": "Lewis Mill" ,
|
1151
|
+
"fips_county_cd": "21" ,
|
1152
|
+
"feat_class": "Populated Place" ,
|
1153
|
+
"county_name": "Frederick" ,
|
1154
|
+
"primary_latitude": "39.37" ,
|
1155
|
+
"state_name": "Maryland" ,
|
1156
|
+
"url": null ,
|
1157
|
+
"state_abbreviation": "MD" ,
|
1158
|
+
"description": null ,
|
1159
|
+
"primary_longitude": "-77.55" ,
|
1160
|
+
"link_title": null ,
|
1161
|
+
"feature_id": 590660 ,
|
1162
|
+
"full_county_name": "Frederick County" ,
|
1163
|
+
"fips_class": "U6"},
|
1164
|
+
{"name": "Lewistown" ,
|
1165
|
+
"fips_county_cd": "21" ,
|
1166
|
+
"feat_class": "Populated Place" ,
|
1167
|
+
"county_name": "Frederick" ,
|
1168
|
+
"primary_latitude": "39.53" ,
|
1169
|
+
"state_name": "Maryland" ,
|
1170
|
+
"url": null ,
|
1171
|
+
"state_abbreviation": "MD" ,
|
1172
|
+
"description": null ,
|
1173
|
+
"primary_longitude": "-77.41" ,
|
1174
|
+
"link_title": null ,
|
1175
|
+
"feature_id": 585408 ,
|
1176
|
+
"full_county_name": "Frederick County" ,
|
1177
|
+
"fips_class": "U6"},
|
1178
|
+
{"name": "Libertytown" ,
|
1179
|
+
"fips_county_cd": "21" ,
|
1180
|
+
"feat_class": "Populated Place" ,
|
1181
|
+
"county_name": "Frederick" ,
|
1182
|
+
"primary_latitude": "39.48" ,
|
1183
|
+
"state_name": "Maryland" ,
|
1184
|
+
"url": null ,
|
1185
|
+
"state_abbreviation": "MD" ,
|
1186
|
+
"description": null ,
|
1187
|
+
"primary_longitude": "-77.24" ,
|
1188
|
+
"link_title": null ,
|
1189
|
+
"feature_id": 590664 ,
|
1190
|
+
"full_county_name": "Frederick County" ,
|
1191
|
+
"fips_class": "U6"},
|
1192
|
+
{"name": "Lilypons" ,
|
1193
|
+
"fips_county_cd": "21" ,
|
1194
|
+
"feat_class": "Populated Place" ,
|
1195
|
+
"county_name": "Frederick" ,
|
1196
|
+
"primary_latitude": "39.29" ,
|
1197
|
+
"state_name": "Maryland" ,
|
1198
|
+
"url": null ,
|
1199
|
+
"state_abbreviation": "MD" ,
|
1200
|
+
"description": null ,
|
1201
|
+
"primary_longitude": "-77.43" ,
|
1202
|
+
"link_title": null ,
|
1203
|
+
"feature_id": 590665 ,
|
1204
|
+
"full_county_name": "Frederick County" ,
|
1205
|
+
"fips_class": "U6"},
|
1206
|
+
{"name": "Lime Kiln" ,
|
1207
|
+
"fips_county_cd": "21" ,
|
1208
|
+
"feat_class": "Populated Place" ,
|
1209
|
+
"county_name": "Frederick" ,
|
1210
|
+
"primary_latitude": "39.34" ,
|
1211
|
+
"state_name": "Maryland" ,
|
1212
|
+
"url": null ,
|
1213
|
+
"state_abbreviation": "MD" ,
|
1214
|
+
"description": null ,
|
1215
|
+
"primary_longitude": "-77.42" ,
|
1216
|
+
"link_title": null ,
|
1217
|
+
"feature_id": 590666 ,
|
1218
|
+
"full_county_name": "Frederick County" ,
|
1219
|
+
"fips_class": "U6"},
|
1220
|
+
{"name": "Linganore" ,
|
1221
|
+
"fips_county_cd": "21" ,
|
1222
|
+
"feat_class": "Populated Place" ,
|
1223
|
+
"county_name": "Frederick" ,
|
1224
|
+
"primary_latitude": "39.44" ,
|
1225
|
+
"state_name": "Maryland" ,
|
1226
|
+
"url": null ,
|
1227
|
+
"state_abbreviation": "MD" ,
|
1228
|
+
"description": null ,
|
1229
|
+
"primary_longitude": "-77.2" ,
|
1230
|
+
"link_title": null ,
|
1231
|
+
"feature_id": 588687 ,
|
1232
|
+
"full_county_name": "Frederick County" ,
|
1233
|
+
"fips_class": "U3"},
|
1234
|
+
{"name": "Locust Valley" ,
|
1235
|
+
"fips_county_cd": "21" ,
|
1236
|
+
"feat_class": "Populated Place" ,
|
1237
|
+
"county_name": "Frederick" ,
|
1238
|
+
"primary_latitude": "39.42" ,
|
1239
|
+
"state_name": "Maryland" ,
|
1240
|
+
"url": null ,
|
1241
|
+
"state_abbreviation": "MD" ,
|
1242
|
+
"description": null ,
|
1243
|
+
"primary_longitude": "-77.63" ,
|
1244
|
+
"link_title": null ,
|
1245
|
+
"feature_id": 588689 ,
|
1246
|
+
"full_county_name": "Frederick County" ,
|
1247
|
+
"fips_class": "U6"},
|
1248
|
+
{"name": "Loys" ,
|
1249
|
+
"fips_county_cd": "21" ,
|
1250
|
+
"feat_class": "Populated Place" ,
|
1251
|
+
"county_name": "Frederick" ,
|
1252
|
+
"primary_latitude": "39.6" ,
|
1253
|
+
"state_name": "Maryland" ,
|
1254
|
+
"url": null ,
|
1255
|
+
"state_abbreviation": "MD" ,
|
1256
|
+
"description": null ,
|
1257
|
+
"primary_longitude": "-77.35" ,
|
1258
|
+
"link_title": null ,
|
1259
|
+
"feature_id": 585633 ,
|
1260
|
+
"full_county_name": "Frederick County" ,
|
1261
|
+
"fips_class": "U6"},
|
1262
|
+
{"name": "McDonald" ,
|
1263
|
+
"fips_county_cd": "21" ,
|
1264
|
+
"feat_class": "Populated Place" ,
|
1265
|
+
"county_name": "Frederick" ,
|
1266
|
+
"primary_latitude": "39.43" ,
|
1267
|
+
"state_name": "Maryland" ,
|
1268
|
+
"url": null ,
|
1269
|
+
"state_abbreviation": "MD" ,
|
1270
|
+
"description": null ,
|
1271
|
+
"primary_longitude": "-77.16" ,
|
1272
|
+
"link_title": null ,
|
1273
|
+
"feature_id": 590774 ,
|
1274
|
+
"full_county_name": "Frederick County" ,
|
1275
|
+
"fips_class": "U6"},
|
1276
|
+
{"name": "McKaig" ,
|
1277
|
+
"fips_county_cd": "21" ,
|
1278
|
+
"feat_class": "Populated Place" ,
|
1279
|
+
"county_name": "Frederick" ,
|
1280
|
+
"primary_latitude": "39.43" ,
|
1281
|
+
"state_name": "Maryland" ,
|
1282
|
+
"url": null ,
|
1283
|
+
"state_abbreviation": "MD" ,
|
1284
|
+
"description": null ,
|
1285
|
+
"primary_longitude": "-77.3" ,
|
1286
|
+
"link_title": null ,
|
1287
|
+
"feature_id": 588695 ,
|
1288
|
+
"full_county_name": "Frederick County" ,
|
1289
|
+
"fips_class": "U6"},
|
1290
|
+
{"name": "Michaels Mill" ,
|
1291
|
+
"fips_county_cd": "21" ,
|
1292
|
+
"feat_class": "Populated Place" ,
|
1293
|
+
"county_name": "Frederick" ,
|
1294
|
+
"primary_latitude": "39.32" ,
|
1295
|
+
"state_name": "Maryland" ,
|
1296
|
+
"url": null ,
|
1297
|
+
"state_abbreviation": "MD" ,
|
1298
|
+
"description": null ,
|
1299
|
+
"primary_longitude": "-77.41" ,
|
1300
|
+
"link_title": null ,
|
1301
|
+
"feature_id": 590792 ,
|
1302
|
+
"full_county_name": "Frederick County" ,
|
1303
|
+
"fips_class": "U6"},
|
1304
|
+
{"name": "Middlepoint" ,
|
1305
|
+
"fips_county_cd": "21" ,
|
1306
|
+
"feat_class": "Populated Place" ,
|
1307
|
+
"county_name": "Frederick" ,
|
1308
|
+
"primary_latitude": "39.56" ,
|
1309
|
+
"state_name": "Maryland" ,
|
1310
|
+
"url": null ,
|
1311
|
+
"state_abbreviation": "MD" ,
|
1312
|
+
"description": null ,
|
1313
|
+
"primary_longitude": "-77.52" ,
|
1314
|
+
"link_title": null ,
|
1315
|
+
"feature_id": 585829 ,
|
1316
|
+
"full_county_name": "Frederick County" ,
|
1317
|
+
"fips_class": "U6"},
|
1318
|
+
{"name": "Monrovia" ,
|
1319
|
+
"fips_county_cd": "21" ,
|
1320
|
+
"feat_class": "Populated Place" ,
|
1321
|
+
"county_name": "Frederick" ,
|
1322
|
+
"primary_latitude": "39.37" ,
|
1323
|
+
"state_name": "Maryland" ,
|
1324
|
+
"url": null ,
|
1325
|
+
"state_abbreviation": "MD" ,
|
1326
|
+
"description": null ,
|
1327
|
+
"primary_longitude": "-77.27" ,
|
1328
|
+
"link_title": null ,
|
1329
|
+
"feature_id": 585934 ,
|
1330
|
+
"full_county_name": "Frederick County" ,
|
1331
|
+
"fips_class": "U6"},
|
1332
|
+
{"name": "Motters" ,
|
1333
|
+
"fips_county_cd": "21" ,
|
1334
|
+
"feat_class": "Populated Place" ,
|
1335
|
+
"county_name": "Frederick" ,
|
1336
|
+
"primary_latitude": "39.65" ,
|
1337
|
+
"state_name": "Maryland" ,
|
1338
|
+
"url": null ,
|
1339
|
+
"state_abbreviation": "MD" ,
|
1340
|
+
"description": null ,
|
1341
|
+
"primary_longitude": "-77.33" ,
|
1342
|
+
"link_title": null ,
|
1343
|
+
"feature_id": 590830 ,
|
1344
|
+
"full_county_name": "Frederick County" ,
|
1345
|
+
"fips_class": "U6"},
|
1346
|
+
{"name": "Mount Pleasant" ,
|
1347
|
+
"fips_county_cd": "21" ,
|
1348
|
+
"feat_class": "Populated Place" ,
|
1349
|
+
"county_name": "Frederick" ,
|
1350
|
+
"primary_latitude": "39.45" ,
|
1351
|
+
"state_name": "Maryland" ,
|
1352
|
+
"url": null ,
|
1353
|
+
"state_abbreviation": "MD" ,
|
1354
|
+
"description": null ,
|
1355
|
+
"primary_longitude": "-77.32" ,
|
1356
|
+
"link_title": null ,
|
1357
|
+
"feature_id": 586025 ,
|
1358
|
+
"full_county_name": "Frederick County" ,
|
1359
|
+
"fips_class": "U6"},
|
1360
|
+
{"name": "Mountaindale" ,
|
1361
|
+
"fips_county_cd": "21" ,
|
1362
|
+
"feat_class": "Populated Place" ,
|
1363
|
+
"county_name": "Frederick" ,
|
1364
|
+
"primary_latitude": "39.51" ,
|
1365
|
+
"state_name": "Maryland" ,
|
1366
|
+
"url": null ,
|
1367
|
+
"state_abbreviation": "MD" ,
|
1368
|
+
"description": null ,
|
1369
|
+
"primary_longitude": "-77.45" ,
|
1370
|
+
"link_title": null ,
|
1371
|
+
"feature_id": 590855 ,
|
1372
|
+
"full_county_name": "Frederick County" ,
|
1373
|
+
"fips_class": "U6"},
|
1374
|
+
{"name": "Mountville" ,
|
1375
|
+
"fips_county_cd": "21" ,
|
1376
|
+
"feat_class": "Populated Place" ,
|
1377
|
+
"county_name": "Frederick" ,
|
1378
|
+
"primary_latitude": "39.34" ,
|
1379
|
+
"state_name": "Maryland" ,
|
1380
|
+
"url": null ,
|
1381
|
+
"state_abbreviation": "MD" ,
|
1382
|
+
"description": null ,
|
1383
|
+
"primary_longitude": "-77.51" ,
|
1384
|
+
"link_title": null ,
|
1385
|
+
"feature_id": 590857 ,
|
1386
|
+
"full_county_name": "Frederick County" ,
|
1387
|
+
"fips_class": "U6"},
|
1388
|
+
{"name": "New Addition" ,
|
1389
|
+
"fips_county_cd": "21" ,
|
1390
|
+
"feat_class": "Populated Place" ,
|
1391
|
+
"county_name": "Frederick" ,
|
1392
|
+
"primary_latitude": "39.31" ,
|
1393
|
+
"state_name": "Maryland" ,
|
1394
|
+
"url": null ,
|
1395
|
+
"state_abbreviation": "MD" ,
|
1396
|
+
"description": null ,
|
1397
|
+
"primary_longitude": "-77.64" ,
|
1398
|
+
"link_title": null ,
|
1399
|
+
"feature_id": 590870 ,
|
1400
|
+
"full_county_name": "Frederick County" ,
|
1401
|
+
"fips_class": "U6"},
|
1402
|
+
{"name": "New London" ,
|
1403
|
+
"fips_county_cd": "21" ,
|
1404
|
+
"feat_class": "Populated Place" ,
|
1405
|
+
"county_name": "Frederick" ,
|
1406
|
+
"primary_latitude": "39.42" ,
|
1407
|
+
"state_name": "Maryland" ,
|
1408
|
+
"url": null ,
|
1409
|
+
"state_abbreviation": "MD" ,
|
1410
|
+
"description": null ,
|
1411
|
+
"primary_longitude": "-77.25" ,
|
1412
|
+
"link_title": null ,
|
1413
|
+
"feature_id": 586174 ,
|
1414
|
+
"full_county_name": "Frederick County" ,
|
1415
|
+
"fips_class": "U6"},
|
1416
|
+
{"name": "New Midway" ,
|
1417
|
+
"fips_county_cd": "21" ,
|
1418
|
+
"feat_class": "Populated Place" ,
|
1419
|
+
"county_name": "Frederick" ,
|
1420
|
+
"primary_latitude": "39.56" ,
|
1421
|
+
"state_name": "Maryland" ,
|
1422
|
+
"url": null ,
|
1423
|
+
"state_abbreviation": "MD" ,
|
1424
|
+
"description": null ,
|
1425
|
+
"primary_longitude": "-77.29" ,
|
1426
|
+
"link_title": null ,
|
1427
|
+
"feature_id": 590874 ,
|
1428
|
+
"full_county_name": "Frederick County" ,
|
1429
|
+
"fips_class": "U6"},
|
1430
|
+
{"name": "Oak Orchard" ,
|
1431
|
+
"fips_county_cd": "21" ,
|
1432
|
+
"feat_class": "Populated Place" ,
|
1433
|
+
"county_name": "Frederick" ,
|
1434
|
+
"primary_latitude": "39.49" ,
|
1435
|
+
"state_name": "Maryland" ,
|
1436
|
+
"url": null ,
|
1437
|
+
"state_abbreviation": "MD" ,
|
1438
|
+
"description": null ,
|
1439
|
+
"primary_longitude": "-77.15" ,
|
1440
|
+
"link_title": null ,
|
1441
|
+
"feature_id": 590916 ,
|
1442
|
+
"full_county_name": "Frederick County" ,
|
1443
|
+
"fips_class": "U6"},
|
1444
|
+
{"name": "Oldfield" ,
|
1445
|
+
"fips_county_cd": "21" ,
|
1446
|
+
"feat_class": "Populated Place" ,
|
1447
|
+
"county_name": "Frederick" ,
|
1448
|
+
"primary_latitude": "39.49" ,
|
1449
|
+
"state_name": "Maryland" ,
|
1450
|
+
"url": null ,
|
1451
|
+
"state_abbreviation": "MD" ,
|
1452
|
+
"description": null ,
|
1453
|
+
"primary_longitude": "-77.19" ,
|
1454
|
+
"link_title": null ,
|
1455
|
+
"feature_id": 590945 ,
|
1456
|
+
"full_county_name": "Frederick County" ,
|
1457
|
+
"fips_class": "U6"},
|
1458
|
+
{"name": "Olive" ,
|
1459
|
+
"fips_county_cd": "21" ,
|
1460
|
+
"feat_class": "Populated Place" ,
|
1461
|
+
"county_name": "Frederick" ,
|
1462
|
+
"primary_latitude": "39.32" ,
|
1463
|
+
"state_name": "Maryland" ,
|
1464
|
+
"url": null ,
|
1465
|
+
"state_abbreviation": "MD" ,
|
1466
|
+
"description": null ,
|
1467
|
+
"primary_longitude": "-77.58" ,
|
1468
|
+
"link_title": null ,
|
1469
|
+
"feature_id": 588706 ,
|
1470
|
+
"full_county_name": "Frederick County" ,
|
1471
|
+
"fips_class": "U6"},
|
1472
|
+
{"name": "Park Mills" ,
|
1473
|
+
"fips_county_cd": "21" ,
|
1474
|
+
"feat_class": "Populated Place" ,
|
1475
|
+
"county_name": "Frederick" ,
|
1476
|
+
"primary_latitude": "39.29" ,
|
1477
|
+
"state_name": "Maryland" ,
|
1478
|
+
"url": null ,
|
1479
|
+
"state_abbreviation": "MD" ,
|
1480
|
+
"description": null ,
|
1481
|
+
"primary_longitude": "-77.4" ,
|
1482
|
+
"link_title": null ,
|
1483
|
+
"feature_id": 586404 ,
|
1484
|
+
"full_county_name": "Frederick County" ,
|
1485
|
+
"fips_class": "U6"},
|
1486
|
+
{"name": "Petersville" ,
|
1487
|
+
"fips_county_cd": "21" ,
|
1488
|
+
"feat_class": "Populated Place" ,
|
1489
|
+
"county_name": "Frederick" ,
|
1490
|
+
"primary_latitude": "39.34" ,
|
1491
|
+
"state_name": "Maryland" ,
|
1492
|
+
"url": null ,
|
1493
|
+
"state_abbreviation": "MD" ,
|
1494
|
+
"description": null ,
|
1495
|
+
"primary_longitude": "-77.61" ,
|
1496
|
+
"link_title": null ,
|
1497
|
+
"feature_id": 586495 ,
|
1498
|
+
"full_county_name": "Frederick County" ,
|
1499
|
+
"fips_class": "U6"},
|
1500
|
+
{"name": "Pleasant View" ,
|
1501
|
+
"fips_county_cd": "21" ,
|
1502
|
+
"feat_class": "Populated Place" ,
|
1503
|
+
"county_name": "Frederick" ,
|
1504
|
+
"primary_latitude": "39.28" ,
|
1505
|
+
"state_name": "Maryland" ,
|
1506
|
+
"url": null ,
|
1507
|
+
"state_abbreviation": "MD" ,
|
1508
|
+
"description": null ,
|
1509
|
+
"primary_longitude": "-77.49" ,
|
1510
|
+
"link_title": null ,
|
1511
|
+
"feature_id": 591027 ,
|
1512
|
+
"full_county_name": "Frederick County" ,
|
1513
|
+
"fips_class": "U6"},
|
1514
|
+
{"name": "Pleasant Walk" ,
|
1515
|
+
"fips_county_cd": "21" ,
|
1516
|
+
"feat_class": "Populated Place" ,
|
1517
|
+
"county_name": "Frederick" ,
|
1518
|
+
"primary_latitude": "39.53" ,
|
1519
|
+
"state_name": "Maryland" ,
|
1520
|
+
"url": null ,
|
1521
|
+
"state_abbreviation": "MD" ,
|
1522
|
+
"description": null ,
|
1523
|
+
"primary_longitude": "-77.58" ,
|
1524
|
+
"link_title": null ,
|
1525
|
+
"feature_id": 586603 ,
|
1526
|
+
"full_county_name": "Frederick County" ,
|
1527
|
+
"fips_class": "U6"},
|
1528
|
+
{"name": "Point of Rocks" ,
|
1529
|
+
"fips_county_cd": "21" ,
|
1530
|
+
"feat_class": "Populated Place" ,
|
1531
|
+
"county_name": "Frederick" ,
|
1532
|
+
"primary_latitude": "39.27" ,
|
1533
|
+
"state_name": "Maryland" ,
|
1534
|
+
"url": null ,
|
1535
|
+
"state_abbreviation": "MD" ,
|
1536
|
+
"description": null ,
|
1537
|
+
"primary_longitude": "-77.53" ,
|
1538
|
+
"link_title": null ,
|
1539
|
+
"feature_id": 591032 ,
|
1540
|
+
"full_county_name": "Frederick County" ,
|
1541
|
+
"fips_class": "U6"},
|
1542
|
+
{"name": "Reels Mill" ,
|
1543
|
+
"fips_county_cd": "21" ,
|
1544
|
+
"feat_class": "Populated Place" ,
|
1545
|
+
"county_name": "Frederick" ,
|
1546
|
+
"primary_latitude": "39.36" ,
|
1547
|
+
"state_name": "Maryland" ,
|
1548
|
+
"url": null ,
|
1549
|
+
"state_abbreviation": "MD" ,
|
1550
|
+
"description": null ,
|
1551
|
+
"primary_longitude": "-77.36" ,
|
1552
|
+
"link_title": null ,
|
1553
|
+
"feature_id": 588719 ,
|
1554
|
+
"full_county_name": "Frederick County" ,
|
1555
|
+
"fips_class": "U6"},
|
1556
|
+
{"name": "Rock Hall" ,
|
1557
|
+
"fips_county_cd": "21" ,
|
1558
|
+
"feat_class": "Populated Place" ,
|
1559
|
+
"county_name": "Frederick" ,
|
1560
|
+
"primary_latitude": "39.26" ,
|
1561
|
+
"state_name": "Maryland" ,
|
1562
|
+
"url": null ,
|
1563
|
+
"state_abbreviation": "MD" ,
|
1564
|
+
"description": null ,
|
1565
|
+
"primary_longitude": "-77.52" ,
|
1566
|
+
"link_title": null ,
|
1567
|
+
"feature_id": 591155 ,
|
1568
|
+
"full_county_name": "Frederick County" ,
|
1569
|
+
"fips_class": "U6"},
|
1570
|
+
{"name": "Rocky Ridge" ,
|
1571
|
+
"fips_county_cd": "21" ,
|
1572
|
+
"feat_class": "Populated Place" ,
|
1573
|
+
"county_name": "Frederick" ,
|
1574
|
+
"primary_latitude": "39.6" ,
|
1575
|
+
"state_name": "Maryland" ,
|
1576
|
+
"url": null ,
|
1577
|
+
"state_abbreviation": "MD" ,
|
1578
|
+
"description": null ,
|
1579
|
+
"primary_longitude": "-77.31" ,
|
1580
|
+
"link_title": null ,
|
1581
|
+
"feature_id": 591170 ,
|
1582
|
+
"full_county_name": "Frederick County" ,
|
1583
|
+
"fips_class": "U6"},
|
1584
|
+
{"name": "Rocky Springs" ,
|
1585
|
+
"fips_county_cd": "21" ,
|
1586
|
+
"feat_class": "Populated Place" ,
|
1587
|
+
"county_name": "Frederick" ,
|
1588
|
+
"primary_latitude": "39.44" ,
|
1589
|
+
"state_name": "Maryland" ,
|
1590
|
+
"url": null ,
|
1591
|
+
"state_abbreviation": "MD" ,
|
1592
|
+
"description": null ,
|
1593
|
+
"primary_longitude": "-77.45" ,
|
1594
|
+
"link_title": null ,
|
1595
|
+
"feature_id": 586911 ,
|
1596
|
+
"full_county_name": "Frederick County" ,
|
1597
|
+
"fips_class": "U6"},
|
1598
|
+
{"name": "Sabillasville" ,
|
1599
|
+
"fips_county_cd": "21" ,
|
1600
|
+
"feat_class": "Populated Place" ,
|
1601
|
+
"county_name": "Frederick" ,
|
1602
|
+
"primary_latitude": "39.7" ,
|
1603
|
+
"state_name": "Maryland" ,
|
1604
|
+
"url": null ,
|
1605
|
+
"state_abbreviation": "MD" ,
|
1606
|
+
"description": null ,
|
1607
|
+
"primary_longitude": "-77.45" ,
|
1608
|
+
"link_title": null ,
|
1609
|
+
"feature_id": 591206 ,
|
1610
|
+
"full_county_name": "Frederick County" ,
|
1611
|
+
"fips_class": "U6"},
|
1612
|
+
{"name": "Saint Anthony" ,
|
1613
|
+
"fips_county_cd": "21" ,
|
1614
|
+
"feat_class": "Populated Place" ,
|
1615
|
+
"county_name": "Frederick" ,
|
1616
|
+
"primary_latitude": "39.67" ,
|
1617
|
+
"state_name": "Maryland" ,
|
1618
|
+
"url": null ,
|
1619
|
+
"state_abbreviation": "MD" ,
|
1620
|
+
"description": null ,
|
1621
|
+
"primary_longitude": "-77.35" ,
|
1622
|
+
"link_title": null ,
|
1623
|
+
"feature_id": 591208 ,
|
1624
|
+
"full_county_name": "Frederick County" ,
|
1625
|
+
"fips_class": "U6"},
|
1626
|
+
{"name": "Sams Creek" ,
|
1627
|
+
"fips_county_cd": "21" ,
|
1628
|
+
"feat_class": "Populated Place" ,
|
1629
|
+
"county_name": "Frederick" ,
|
1630
|
+
"primary_latitude": "39.49" ,
|
1631
|
+
"state_name": "Maryland" ,
|
1632
|
+
"url": null ,
|
1633
|
+
"state_abbreviation": "MD" ,
|
1634
|
+
"description": null ,
|
1635
|
+
"primary_longitude": "-77.11" ,
|
1636
|
+
"link_title": null ,
|
1637
|
+
"feature_id": 587178 ,
|
1638
|
+
"full_county_name": "Frederick County" ,
|
1639
|
+
"fips_class": "U6"},
|
1640
|
+
{"name": "Shookstown" ,
|
1641
|
+
"fips_county_cd": "21" ,
|
1642
|
+
"feat_class": "Populated Place" ,
|
1643
|
+
"county_name": "Frederick" ,
|
1644
|
+
"primary_latitude": "39.43" ,
|
1645
|
+
"state_name": "Maryland" ,
|
1646
|
+
"url": null ,
|
1647
|
+
"state_abbreviation": "MD" ,
|
1648
|
+
"description": null ,
|
1649
|
+
"primary_longitude": "-77.46" ,
|
1650
|
+
"link_title": null ,
|
1651
|
+
"feature_id": 591281 ,
|
1652
|
+
"full_county_name": "Frederick County" ,
|
1653
|
+
"fips_class": "U6"},
|
1654
|
+
{"name": "Slabtown" ,
|
1655
|
+
"fips_county_cd": "21" ,
|
1656
|
+
"feat_class": "Populated Place" ,
|
1657
|
+
"county_name": "Frederick" ,
|
1658
|
+
"primary_latitude": "39.35" ,
|
1659
|
+
"state_name": "Maryland" ,
|
1660
|
+
"url": null ,
|
1661
|
+
"state_abbreviation": "MD" ,
|
1662
|
+
"description": null ,
|
1663
|
+
"primary_longitude": "-77.59" ,
|
1664
|
+
"link_title": null ,
|
1665
|
+
"feature_id": 591301 ,
|
1666
|
+
"full_county_name": "Frederick County" ,
|
1667
|
+
"fips_class": "U6"},
|
1668
|
+
{"name": "Spoolsville" ,
|
1669
|
+
"fips_county_cd": "21" ,
|
1670
|
+
"feat_class": "Populated Place" ,
|
1671
|
+
"county_name": "Frederick" ,
|
1672
|
+
"primary_latitude": "39.45" ,
|
1673
|
+
"state_name": "Maryland" ,
|
1674
|
+
"url": null ,
|
1675
|
+
"state_abbreviation": "MD" ,
|
1676
|
+
"description": null ,
|
1677
|
+
"primary_longitude": "-77.56" ,
|
1678
|
+
"link_title": null ,
|
1679
|
+
"feature_id": 588728 ,
|
1680
|
+
"full_county_name": "Frederick County" ,
|
1681
|
+
"fips_class": "U6"},
|
1682
|
+
{"name": "Stronghold" ,
|
1683
|
+
"fips_county_cd": "21" ,
|
1684
|
+
"feat_class": "Populated Place" ,
|
1685
|
+
"county_name": "Frederick" ,
|
1686
|
+
"primary_latitude": "39.25" ,
|
1687
|
+
"state_name": "Maryland" ,
|
1688
|
+
"url": null ,
|
1689
|
+
"state_abbreviation": "MD" ,
|
1690
|
+
"description": null ,
|
1691
|
+
"primary_longitude": "-77.39" ,
|
1692
|
+
"link_title": null ,
|
1693
|
+
"feature_id": 591365 ,
|
1694
|
+
"full_county_name": "Frederick County" ,
|
1695
|
+
"fips_class": "U6"},
|
1696
|
+
{"name": "Thurston" ,
|
1697
|
+
"fips_county_cd": "21" ,
|
1698
|
+
"feat_class": "Populated Place" ,
|
1699
|
+
"county_name": "Frederick" ,
|
1700
|
+
"primary_latitude": "39.28" ,
|
1701
|
+
"state_name": "Maryland" ,
|
1702
|
+
"url": null ,
|
1703
|
+
"state_abbreviation": "MD" ,
|
1704
|
+
"description": null ,
|
1705
|
+
"primary_longitude": "-77.35" ,
|
1706
|
+
"link_title": null ,
|
1707
|
+
"feature_id": 591409 ,
|
1708
|
+
"full_county_name": "Frederick County" ,
|
1709
|
+
"fips_class": "U6"},
|
1710
|
+
{"name": "Troutville" ,
|
1711
|
+
"fips_county_cd": "21" ,
|
1712
|
+
"feat_class": "Populated Place" ,
|
1713
|
+
"county_name": "Frederick" ,
|
1714
|
+
"primary_latitude": "39.55" ,
|
1715
|
+
"state_name": "Maryland" ,
|
1716
|
+
"url": null ,
|
1717
|
+
"state_abbreviation": "MD" ,
|
1718
|
+
"description": null ,
|
1719
|
+
"primary_longitude": "-77.33" ,
|
1720
|
+
"link_title": null ,
|
1721
|
+
"feature_id": 591432 ,
|
1722
|
+
"full_county_name": "Frederick County" ,
|
1723
|
+
"fips_class": "U6"},
|
1724
|
+
{"name": "Tuscarora" ,
|
1725
|
+
"fips_county_cd": "21" ,
|
1726
|
+
"feat_class": "Populated Place" ,
|
1727
|
+
"county_name": "Frederick" ,
|
1728
|
+
"primary_latitude": "39.25" ,
|
1729
|
+
"state_name": "Maryland" ,
|
1730
|
+
"url": null ,
|
1731
|
+
"state_abbreviation": "MD" ,
|
1732
|
+
"description": null ,
|
1733
|
+
"primary_longitude": "-77.47" ,
|
1734
|
+
"link_title": null ,
|
1735
|
+
"feature_id": 591442 ,
|
1736
|
+
"full_county_name": "Frederick County" ,
|
1737
|
+
"fips_class": "U6"},
|
1738
|
+
{"name": "Unionville" ,
|
1739
|
+
"fips_county_cd": "21" ,
|
1740
|
+
"feat_class": "Populated Place" ,
|
1741
|
+
"county_name": "Frederick" ,
|
1742
|
+
"primary_latitude": "39.47" ,
|
1743
|
+
"state_name": "Maryland" ,
|
1744
|
+
"url": null ,
|
1745
|
+
"state_abbreviation": "MD" ,
|
1746
|
+
"description": null ,
|
1747
|
+
"primary_longitude": "-77.18" ,
|
1748
|
+
"link_title": null ,
|
1749
|
+
"feature_id": 591457 ,
|
1750
|
+
"full_county_name": "Frederick County" ,
|
1751
|
+
"fips_class": "U6"},
|
1752
|
+
{"name": "Urbana" ,
|
1753
|
+
"fips_county_cd": "21" ,
|
1754
|
+
"feat_class": "Populated Place" ,
|
1755
|
+
"county_name": "Frederick" ,
|
1756
|
+
"primary_latitude": "39.32" ,
|
1757
|
+
"state_name": "Maryland" ,
|
1758
|
+
"url": null ,
|
1759
|
+
"state_abbreviation": "MD" ,
|
1760
|
+
"description": null ,
|
1761
|
+
"primary_longitude": "-77.35" ,
|
1762
|
+
"link_title": null ,
|
1763
|
+
"feature_id": 587986 ,
|
1764
|
+
"full_county_name": "Frederick County" ,
|
1765
|
+
"fips_class": "U6"},
|
1766
|
+
{"name": "Utica" ,
|
1767
|
+
"fips_county_cd": "21" ,
|
1768
|
+
"feat_class": "Populated Place" ,
|
1769
|
+
"county_name": "Frederick" ,
|
1770
|
+
"primary_latitude": "39.52" ,
|
1771
|
+
"state_name": "Maryland" ,
|
1772
|
+
"url": null ,
|
1773
|
+
"state_abbreviation": "MD" ,
|
1774
|
+
"description": null ,
|
1775
|
+
"primary_longitude": "-77.39" ,
|
1776
|
+
"link_title": null ,
|
1777
|
+
"feature_id": 591462 ,
|
1778
|
+
"full_county_name": "Frederick County" ,
|
1779
|
+
"fips_class": "U6"},
|
1780
|
+
{"name": "Washington Junction" ,
|
1781
|
+
"fips_county_cd": "21" ,
|
1782
|
+
"feat_class": "Populated Place" ,
|
1783
|
+
"county_name": "Frederick" ,
|
1784
|
+
"primary_latitude": "39.27" ,
|
1785
|
+
"state_name": "Maryland" ,
|
1786
|
+
"url": null ,
|
1787
|
+
"state_abbreviation": "MD" ,
|
1788
|
+
"description": null ,
|
1789
|
+
"primary_longitude": "-77.53" ,
|
1790
|
+
"link_title": null ,
|
1791
|
+
"feature_id": 588741 ,
|
1792
|
+
"full_county_name": "Frederick County" ,
|
1793
|
+
"fips_class": "U6"},
|
1794
|
+
{"name": "Wolfsville" ,
|
1795
|
+
"fips_county_cd": "21" ,
|
1796
|
+
"feat_class": "Populated Place" ,
|
1797
|
+
"county_name": "Frederick" ,
|
1798
|
+
"primary_latitude": "39.57" ,
|
1799
|
+
"state_name": "Maryland" ,
|
1800
|
+
"url": null ,
|
1801
|
+
"state_abbreviation": "MD" ,
|
1802
|
+
"description": null ,
|
1803
|
+
"primary_longitude": "-77.55" ,
|
1804
|
+
"link_title": null ,
|
1805
|
+
"feature_id": 588318 ,
|
1806
|
+
"full_county_name": "Frederick County" ,
|
1807
|
+
"fips_class": "U6"},
|
1808
|
+
{"name": "Woodville" ,
|
1809
|
+
"fips_county_cd": "21" ,
|
1810
|
+
"feat_class": "Populated Place" ,
|
1811
|
+
"county_name": "Frederick" ,
|
1812
|
+
"primary_latitude": "39.41" ,
|
1813
|
+
"state_name": "Maryland" ,
|
1814
|
+
"url": null ,
|
1815
|
+
"state_abbreviation": "MD" ,
|
1816
|
+
"description": null ,
|
1817
|
+
"primary_longitude": "-77.17" ,
|
1818
|
+
"link_title": null ,
|
1819
|
+
"feature_id": 591608 ,
|
1820
|
+
"full_county_name": "Frederick County" ,
|
1821
|
+
"fips_class": "U6"},
|
1822
|
+
{"name": "Yellow Springs" ,
|
1823
|
+
"fips_county_cd": "21" ,
|
1824
|
+
"feat_class": "Populated Place" ,
|
1825
|
+
"county_name": "Frederick" ,
|
1826
|
+
"primary_latitude": "39.47" ,
|
1827
|
+
"state_name": "Maryland" ,
|
1828
|
+
"url": null ,
|
1829
|
+
"state_abbreviation": "MD" ,
|
1830
|
+
"description": null ,
|
1831
|
+
"primary_longitude": "-77.45" ,
|
1832
|
+
"link_title": null ,
|
1833
|
+
"feature_id": 588367 ,
|
1834
|
+
"full_county_name": "Frederick County" ,
|
1835
|
+
"fips_class": "U6"},
|
1836
|
+
{"name": "Ridgeville" ,
|
1837
|
+
"fips_county_cd": "021" ,
|
1838
|
+
"feat_class": "Populated Place" ,
|
1839
|
+
"county_name": "Frederick" ,
|
1840
|
+
"primary_latitude": "39.3651036" ,
|
1841
|
+
"state_name": "Maryland" ,
|
1842
|
+
"url": null ,
|
1843
|
+
"state_abbreviation": "MD" ,
|
1844
|
+
"description": null ,
|
1845
|
+
"primary_longitude": "-77.1655374" ,
|
1846
|
+
"link_title": null ,
|
1847
|
+
"feature_id": 591129 ,
|
1848
|
+
"full_county_name": "Frederick County" ,
|
1849
|
+
"fips_class": "U4"},
|
1850
|
+
{"name": "Discovery" ,
|
1851
|
+
"fips_county_cd": "021" ,
|
1852
|
+
"feat_class": "Populated Place" ,
|
1853
|
+
"county_name": "Frederick" ,
|
1854
|
+
"primary_latitude": "39.4653795" ,
|
1855
|
+
"state_name": "Maryland" ,
|
1856
|
+
"url": null ,
|
1857
|
+
"state_abbreviation": "MD" ,
|
1858
|
+
"description": null ,
|
1859
|
+
"primary_longitude": "-77.3608176" ,
|
1860
|
+
"link_title": null ,
|
1861
|
+
"feature_id": 1711982 ,
|
1862
|
+
"full_county_name": "Frederick County" ,
|
1863
|
+
"fips_class": "U3"},
|
1864
|
+
{"name": "Spring Garden Estates" ,
|
1865
|
+
"fips_county_cd": "021" ,
|
1866
|
+
"feat_class": "Populated Place" ,
|
1867
|
+
"county_name": "Frederick" ,
|
1868
|
+
"primary_latitude": "39.4728794" ,
|
1869
|
+
"state_name": "Maryland" ,
|
1870
|
+
"url": null ,
|
1871
|
+
"state_abbreviation": "MD" ,
|
1872
|
+
"description": null ,
|
1873
|
+
"primary_longitude": "-77.3580398" ,
|
1874
|
+
"link_title": null ,
|
1875
|
+
"feature_id": 1712002 ,
|
1876
|
+
"full_county_name": "Frederick County" ,
|
1877
|
+
"fips_class": "U3"},
|
1878
|
+
{"name": "District 1, Buckeystown (inactive)" ,
|
1879
|
+
"fips_county_cd": "021" ,
|
1880
|
+
"feat_class": "Civil" ,
|
1881
|
+
"county_name": "Frederick" ,
|
1882
|
+
"primary_latitude": "39.301329" ,
|
1883
|
+
"state_name": "Maryland" ,
|
1884
|
+
"url": null ,
|
1885
|
+
"state_abbreviation": "MD" ,
|
1886
|
+
"description": null ,
|
1887
|
+
"primary_longitude": "-77.470816" ,
|
1888
|
+
"link_title": null ,
|
1889
|
+
"feature_id": 1929414 ,
|
1890
|
+
"full_county_name": "Frederick County" ,
|
1891
|
+
"fips_class": "Z1"},
|
1892
|
+
{"name": "District 10, Hauvers (inactive)" ,
|
1893
|
+
"fips_county_cd": "021" ,
|
1894
|
+
"feat_class": "Civil" ,
|
1895
|
+
"county_name": "Frederick" ,
|
1896
|
+
"primary_latitude": "39.6584879" ,
|
1897
|
+
"state_name": "Maryland" ,
|
1898
|
+
"url": null ,
|
1899
|
+
"state_abbreviation": "MD" ,
|
1900
|
+
"description": null ,
|
1901
|
+
"primary_longitude": "-77.480231" ,
|
1902
|
+
"link_title": null ,
|
1903
|
+
"feature_id": 1929436 ,
|
1904
|
+
"full_county_name": "Frederick County" ,
|
1905
|
+
"fips_class": "Z1"},
|
1906
|
+
{"name": "District 11, Woodsboro (inactive)" ,
|
1907
|
+
"fips_county_cd": "021" ,
|
1908
|
+
"feat_class": "Civil" ,
|
1909
|
+
"county_name": "Frederick" ,
|
1910
|
+
"primary_latitude": "39.5506937" ,
|
1911
|
+
"state_name": "Maryland" ,
|
1912
|
+
"url": null ,
|
1913
|
+
"state_abbreviation": "MD" ,
|
1914
|
+
"description": null ,
|
1915
|
+
"primary_longitude": "-77.308197" ,
|
1916
|
+
"link_title": null ,
|
1917
|
+
"feature_id": 1929456 ,
|
1918
|
+
"full_county_name": "Frederick County" ,
|
1919
|
+
"fips_class": "Z1"},
|
1920
|
+
{"name": "District 12, Petersville (inactive)" ,
|
1921
|
+
"fips_county_cd": "021" ,
|
1922
|
+
"feat_class": "Civil" ,
|
1923
|
+
"county_name": "Frederick" ,
|
1924
|
+
"primary_latitude": "39.3378132" ,
|
1925
|
+
"state_name": "Maryland" ,
|
1926
|
+
"url": null ,
|
1927
|
+
"state_abbreviation": "MD" ,
|
1928
|
+
"description": null ,
|
1929
|
+
"primary_longitude": "-77.61957" ,
|
1930
|
+
"link_title": null ,
|
1931
|
+
"feature_id": 1929465 ,
|
1932
|
+
"full_county_name": "Frederick County" ,
|
1933
|
+
"fips_class": "Z1"},
|
1934
|
+
{"name": "District 13, Mount Pleasant (inactive)" ,
|
1935
|
+
"fips_county_cd": "021" ,
|
1936
|
+
"feat_class": "Civil" ,
|
1937
|
+
"county_name": "Frederick" ,
|
1938
|
+
"primary_latitude": "39.4432703" ,
|
1939
|
+
"state_name": "Maryland" ,
|
1940
|
+
"url": null ,
|
1941
|
+
"state_abbreviation": "MD" ,
|
1942
|
+
"description": null ,
|
1943
|
+
"primary_longitude": "-77.323344" ,
|
1944
|
+
"link_title": null ,
|
1945
|
+
"feature_id": 1929476 ,
|
1946
|
+
"full_county_name": "Frederick County" ,
|
1947
|
+
"fips_class": "Z1"},
|
1948
|
+
{"name": "District 14, Jefferson (inactive)" ,
|
1949
|
+
"fips_county_cd": "021" ,
|
1950
|
+
"feat_class": "Civil" ,
|
1951
|
+
"county_name": "Frederick" ,
|
1952
|
+
"primary_latitude": "39.3482531" ,
|
1953
|
+
"state_name": "Maryland" ,
|
1954
|
+
"url": null ,
|
1955
|
+
"state_abbreviation": "MD" ,
|
1956
|
+
"description": null ,
|
1957
|
+
"primary_longitude": "-77.542052" ,
|
1958
|
+
"link_title": null ,
|
1959
|
+
"feature_id": 1929485 ,
|
1960
|
+
"full_county_name": "Frederick County" ,
|
1961
|
+
"fips_class": "Z1"},
|
1962
|
+
{"name": "District 15, Thurmont (inactive)" ,
|
1963
|
+
"fips_county_cd": "021" ,
|
1964
|
+
"feat_class": "Civil" ,
|
1965
|
+
"county_name": "Frederick" ,
|
1966
|
+
"primary_latitude": "39.6257804" ,
|
1967
|
+
"state_name": "Maryland" ,
|
1968
|
+
"url": null ,
|
1969
|
+
"state_abbreviation": "MD" ,
|
1970
|
+
"description": null ,
|
1971
|
+
"primary_longitude": "-77.418486" ,
|
1972
|
+
"link_title": null ,
|
1973
|
+
"feature_id": 1929497 ,
|
1974
|
+
"full_county_name": "Frederick County" ,
|
1975
|
+
"fips_class": "Z1"},
|
1976
|
+
{"name": "District 16, Jackson (inactive)" ,
|
1977
|
+
"fips_county_cd": "021" ,
|
1978
|
+
"feat_class": "Civil" ,
|
1979
|
+
"county_name": "Frederick" ,
|
1980
|
+
"primary_latitude": "39.5081268" ,
|
1981
|
+
"state_name": "Maryland" ,
|
1982
|
+
"url": null ,
|
1983
|
+
"state_abbreviation": "MD" ,
|
1984
|
+
"description": null ,
|
1985
|
+
"primary_longitude": "-77.560842" ,
|
1986
|
+
"link_title": null ,
|
1987
|
+
"feature_id": 1929501 ,
|
1988
|
+
"full_county_name": "Frederick County" ,
|
1989
|
+
"fips_class": "Z1"},
|
1990
|
+
{"name": "District 17, Johnsville (inactive)" ,
|
1991
|
+
"fips_county_cd": "021" ,
|
1992
|
+
"feat_class": "Civil" ,
|
1993
|
+
"county_name": "Frederick" ,
|
1994
|
+
"primary_latitude": "39.5418261" ,
|
1995
|
+
"state_name": "Maryland" ,
|
1996
|
+
"url": null ,
|
1997
|
+
"state_abbreviation": "MD" ,
|
1998
|
+
"description": null ,
|
1999
|
+
"primary_longitude": "-77.214914" ,
|
2000
|
+
"link_title": null ,
|
2001
|
+
"feature_id": 1929508 ,
|
2002
|
+
"full_county_name": "Frederick County" ,
|
2003
|
+
"fips_class": "Z1"},
|
2004
|
+
{"name": "District 18, Woodville (inactive)" ,
|
2005
|
+
"fips_county_cd": "021" ,
|
2006
|
+
"feat_class": "Civil" ,
|
2007
|
+
"county_name": "Frederick" ,
|
2008
|
+
"primary_latitude": "39.40709" ,
|
2009
|
+
"state_name": "Maryland" ,
|
2010
|
+
"url": null ,
|
2011
|
+
"state_abbreviation": "MD" ,
|
2012
|
+
"description": null ,
|
2013
|
+
"primary_longitude": "-77.180944" ,
|
2014
|
+
"link_title": null ,
|
2015
|
+
"feature_id": 1929516 ,
|
2016
|
+
"full_county_name": "Frederick County" ,
|
2017
|
+
"fips_class": "Z1"},
|
2018
|
+
{"name": "District 19, Linganore (inactive)" ,
|
2019
|
+
"fips_county_cd": "021" ,
|
2020
|
+
"feat_class": "Civil" ,
|
2021
|
+
"county_name": "Frederick" ,
|
2022
|
+
"primary_latitude": "39.4794956" ,
|
2023
|
+
"state_name": "Maryland" ,
|
2024
|
+
"url": null ,
|
2025
|
+
"state_abbreviation": "MD" ,
|
2026
|
+
"description": null ,
|
2027
|
+
"primary_longitude": "-77.159611" ,
|
2028
|
+
"link_title": null ,
|
2029
|
+
"feature_id": 1929519 ,
|
2030
|
+
"full_county_name": "Frederick County" ,
|
2031
|
+
"fips_class": "Z1"},
|
2032
|
+
{"name": "District 2, Frederick (inactive)" ,
|
2033
|
+
"fips_county_cd": "021" ,
|
2034
|
+
"feat_class": "Civil" ,
|
2035
|
+
"county_name": "Frederick" ,
|
2036
|
+
"primary_latitude": "39.4197607" ,
|
2037
|
+
"state_name": "Maryland" ,
|
2038
|
+
"url": null ,
|
2039
|
+
"state_abbreviation": "MD" ,
|
2040
|
+
"description": null ,
|
2041
|
+
"primary_longitude": "-77.41101" ,
|
2042
|
+
"link_title": null ,
|
2043
|
+
"feature_id": 1929529 ,
|
2044
|
+
"full_county_name": "Frederick County" ,
|
2045
|
+
"fips_class": "Z1"},
|
2046
|
+
{"name": "District 20, Lewistown (inactive)" ,
|
2047
|
+
"fips_county_cd": "021" ,
|
2048
|
+
"feat_class": "Civil" ,
|
2049
|
+
"county_name": "Frederick" ,
|
2050
|
+
"primary_latitude": "39.5331157" ,
|
2051
|
+
"state_name": "Maryland" ,
|
2052
|
+
"url": null ,
|
2053
|
+
"state_abbreviation": "MD" ,
|
2054
|
+
"description": null ,
|
2055
|
+
"primary_longitude": "-77.431612" ,
|
2056
|
+
"link_title": null ,
|
2057
|
+
"feature_id": 1929548 ,
|
2058
|
+
"full_county_name": "Frederick County" ,
|
2059
|
+
"fips_class": "Z1"},
|
2060
|
+
{"name": "District 21, Tuscarora (inactive)" ,
|
2061
|
+
"fips_county_cd": "021" ,
|
2062
|
+
"feat_class": "Civil" ,
|
2063
|
+
"county_name": "Frederick" ,
|
2064
|
+
"primary_latitude": "39.4774493" ,
|
2065
|
+
"state_name": "Maryland" ,
|
2066
|
+
"url": null ,
|
2067
|
+
"state_abbreviation": "MD" ,
|
2068
|
+
"description": null ,
|
2069
|
+
"primary_longitude": "-77.460113" ,
|
2070
|
+
"link_title": null ,
|
2071
|
+
"feature_id": 1929552 ,
|
2072
|
+
"full_county_name": "Frederick County" ,
|
2073
|
+
"fips_class": "Z1"},
|
2074
|
+
{"name": "District 22, Burkittsville (inactive)" ,
|
2075
|
+
"fips_county_cd": "021" ,
|
2076
|
+
"feat_class": "Civil" ,
|
2077
|
+
"county_name": "Frederick" ,
|
2078
|
+
"primary_latitude": "39.3971789" ,
|
2079
|
+
"state_name": "Maryland" ,
|
2080
|
+
"url": null ,
|
2081
|
+
"state_abbreviation": "MD" ,
|
2082
|
+
"description": null ,
|
2083
|
+
"primary_longitude": "-77.609858" ,
|
2084
|
+
"link_title": null ,
|
2085
|
+
"feature_id": 1929554 ,
|
2086
|
+
"full_county_name": "Frederick County" ,
|
2087
|
+
"fips_class": "Z1"},
|
2088
|
+
{"name": "District 23, Ballenger (inactive)" ,
|
2089
|
+
"fips_county_cd": "021" ,
|
2090
|
+
"feat_class": "Civil" ,
|
2091
|
+
"county_name": "Frederick" ,
|
2092
|
+
"primary_latitude": "39.3778926" ,
|
2093
|
+
"state_name": "Maryland" ,
|
2094
|
+
"url": null ,
|
2095
|
+
"state_abbreviation": "MD" ,
|
2096
|
+
"description": null ,
|
2097
|
+
"primary_longitude": "-77.477169" ,
|
2098
|
+
"link_title": null ,
|
2099
|
+
"feature_id": 1929557 ,
|
2100
|
+
"full_county_name": "Frederick County" ,
|
2101
|
+
"fips_class": "Z1"},
|
2102
|
+
{"name": "District 24, Braddock (inactive)" ,
|
2103
|
+
"fips_county_cd": "021" ,
|
2104
|
+
"feat_class": "Civil" ,
|
2105
|
+
"county_name": "Frederick" ,
|
2106
|
+
"primary_latitude": "39.4194552" ,
|
2107
|
+
"state_name": "Maryland" ,
|
2108
|
+
"url": null ,
|
2109
|
+
"state_abbreviation": "MD" ,
|
2110
|
+
"description": null ,
|
2111
|
+
"primary_longitude": "-77.491357" ,
|
2112
|
+
"link_title": null ,
|
2113
|
+
"feature_id": 1929560 ,
|
2114
|
+
"full_county_name": "Frederick County" ,
|
2115
|
+
"fips_class": "Z1"},
|
2116
|
+
{"name": "District 25, Brunswick (inactive)" ,
|
2117
|
+
"fips_county_cd": "021" ,
|
2118
|
+
"feat_class": "Civil" ,
|
2119
|
+
"county_name": "Frederick" ,
|
2120
|
+
"primary_latitude": "39.3138769" ,
|
2121
|
+
"state_name": "Maryland" ,
|
2122
|
+
"url": null ,
|
2123
|
+
"state_abbreviation": "MD" ,
|
2124
|
+
"description": null ,
|
2125
|
+
"primary_longitude": "-77.620685" ,
|
2126
|
+
"link_title": null ,
|
2127
|
+
"feature_id": 1929563 ,
|
2128
|
+
"full_county_name": "Frederick County" ,
|
2129
|
+
"fips_class": "Z1"},
|
2130
|
+
{"name": "District 26, Walkersville (inactive)" ,
|
2131
|
+
"fips_county_cd": "021" ,
|
2132
|
+
"feat_class": "Civil" ,
|
2133
|
+
"county_name": "Frederick" ,
|
2134
|
+
"primary_latitude": "39.4866294" ,
|
2135
|
+
"state_name": "Maryland" ,
|
2136
|
+
"url": null ,
|
2137
|
+
"state_abbreviation": "MD" ,
|
2138
|
+
"description": null ,
|
2139
|
+
"primary_longitude": "-77.34586" ,
|
2140
|
+
"link_title": null ,
|
2141
|
+
"feature_id": 1929567 ,
|
2142
|
+
"full_county_name": "Frederick County" ,
|
2143
|
+
"fips_class": "Z1"},
|
2144
|
+
{"name": "District 3, Middletown (inactive)" ,
|
2145
|
+
"fips_county_cd": "021" ,
|
2146
|
+
"feat_class": "Civil" ,
|
2147
|
+
"county_name": "Frederick" ,
|
2148
|
+
"primary_latitude": "39.4485804" ,
|
2149
|
+
"state_name": "Maryland" ,
|
2150
|
+
"url": null ,
|
2151
|
+
"state_abbreviation": "MD" ,
|
2152
|
+
"description": null ,
|
2153
|
+
"primary_longitude": "-77.557987" ,
|
2154
|
+
"link_title": null ,
|
2155
|
+
"feature_id": 1929585 ,
|
2156
|
+
"full_county_name": "Frederick County" ,
|
2157
|
+
"fips_class": "Z1"},
|
2158
|
+
{"name": "District 4, Creagerstown (inactive)" ,
|
2159
|
+
"fips_county_cd": "021" ,
|
2160
|
+
"feat_class": "Civil" ,
|
2161
|
+
"county_name": "Frederick" ,
|
2162
|
+
"primary_latitude": "39.5885754" ,
|
2163
|
+
"state_name": "Maryland" ,
|
2164
|
+
"url": null ,
|
2165
|
+
"state_abbreviation": "MD" ,
|
2166
|
+
"description": null ,
|
2167
|
+
"primary_longitude": "-77.355073" ,
|
2168
|
+
"link_title": null ,
|
2169
|
+
"feature_id": 1929609 ,
|
2170
|
+
"full_county_name": "Frederick County" ,
|
2171
|
+
"fips_class": "Z1"},
|
2172
|
+
{"name": "District 5, Emmitsburg (inactive)" ,
|
2173
|
+
"fips_county_cd": "021" ,
|
2174
|
+
"feat_class": "Civil" ,
|
2175
|
+
"county_name": "Frederick" ,
|
2176
|
+
"primary_latitude": "39.6831005" ,
|
2177
|
+
"state_name": "Maryland" ,
|
2178
|
+
"url": null ,
|
2179
|
+
"state_abbreviation": "MD" ,
|
2180
|
+
"description": null ,
|
2181
|
+
"primary_longitude": "-77.317732" ,
|
2182
|
+
"link_title": null ,
|
2183
|
+
"feature_id": 1929629 ,
|
2184
|
+
"full_county_name": "Frederick County" ,
|
2185
|
+
"fips_class": "Z1"},
|
2186
|
+
{"name": "District 6, Catoctin (inactive)" ,
|
2187
|
+
"fips_county_cd": "021" ,
|
2188
|
+
"feat_class": "Civil" ,
|
2189
|
+
"county_name": "Frederick" ,
|
2190
|
+
"primary_latitude": "39.5704596" ,
|
2191
|
+
"state_name": "Maryland" ,
|
2192
|
+
"url": null ,
|
2193
|
+
"state_abbreviation": "MD" ,
|
2194
|
+
"description": null ,
|
2195
|
+
"primary_longitude": "-77.540849" ,
|
2196
|
+
"link_title": null ,
|
2197
|
+
"feature_id": 1929648 ,
|
2198
|
+
"full_county_name": "Frederick County" ,
|
2199
|
+
"fips_class": "Z1"},
|
2200
|
+
{"name": "District 7, Urbana (inactive)" ,
|
2201
|
+
"fips_county_cd": "021" ,
|
2202
|
+
"feat_class": "Civil" ,
|
2203
|
+
"county_name": "Frederick" ,
|
2204
|
+
"primary_latitude": "39.3077261" ,
|
2205
|
+
"state_name": "Maryland" ,
|
2206
|
+
"url": null ,
|
2207
|
+
"state_abbreviation": "MD" ,
|
2208
|
+
"description": null ,
|
2209
|
+
"primary_longitude": "-77.365957" ,
|
2210
|
+
"link_title": null ,
|
2211
|
+
"feature_id": 1929682 ,
|
2212
|
+
"full_county_name": "Frederick County" ,
|
2213
|
+
"fips_class": "Z1"},
|
2214
|
+
{"name": "District 8, Liberty (inactive)" ,
|
2215
|
+
"fips_county_cd": "021" ,
|
2216
|
+
"feat_class": "Civil" ,
|
2217
|
+
"county_name": "Frederick" ,
|
2218
|
+
"primary_latitude": "39.4761203" ,
|
2219
|
+
"state_name": "Maryland" ,
|
2220
|
+
"url": null ,
|
2221
|
+
"state_abbreviation": "MD" ,
|
2222
|
+
"description": null ,
|
2223
|
+
"primary_longitude": "-77.24365" ,
|
2224
|
+
"link_title": null ,
|
2225
|
+
"feature_id": 1929694 ,
|
2226
|
+
"full_county_name": "Frederick County" ,
|
2227
|
+
"fips_class": "Z1"},
|
2228
|
+
{"name": "District 9, New Market (inactive)" ,
|
2229
|
+
"fips_county_cd": "021" ,
|
2230
|
+
"feat_class": "Civil" ,
|
2231
|
+
"county_name": "Frederick" ,
|
2232
|
+
"primary_latitude": "39.3793601" ,
|
2233
|
+
"state_name": "Maryland" ,
|
2234
|
+
"url": null ,
|
2235
|
+
"state_abbreviation": "MD" ,
|
2236
|
+
"description": null ,
|
2237
|
+
"primary_longitude": "-77.281107" ,
|
2238
|
+
"link_title": null ,
|
2239
|
+
"feature_id": 1929711 ,
|
2240
|
+
"full_county_name": "Frederick County" ,
|
2241
|
+
"fips_class": "Z1"},
|
2242
|
+
{"name": "Ballenger Creek Census Designated Place" ,
|
2243
|
+
"fips_county_cd": "021" ,
|
2244
|
+
"feat_class": "Census" ,
|
2245
|
+
"county_name": "Frederick" ,
|
2246
|
+
"primary_latitude": "39.3769413" ,
|
2247
|
+
"state_name": "Maryland" ,
|
2248
|
+
"url": null ,
|
2249
|
+
"state_abbreviation": "MD" ,
|
2250
|
+
"description": null ,
|
2251
|
+
"primary_longitude": "-77.434606" ,
|
2252
|
+
"link_title": null ,
|
2253
|
+
"feature_id": 2389170 ,
|
2254
|
+
"full_county_name": "Frederick County" ,
|
2255
|
+
"fips_class": "U1"},
|
2256
|
+
{"name": "Braddock Heights Census Designated Place" ,
|
2257
|
+
"fips_county_cd": "021" ,
|
2258
|
+
"feat_class": "Census" ,
|
2259
|
+
"county_name": "Frederick" ,
|
2260
|
+
"primary_latitude": "39.4142846" ,
|
2261
|
+
"state_name": "Maryland" ,
|
2262
|
+
"url": null ,
|
2263
|
+
"state_abbreviation": "MD" ,
|
2264
|
+
"description": null ,
|
2265
|
+
"primary_longitude": "-77.506281" ,
|
2266
|
+
"link_title": null ,
|
2267
|
+
"feature_id": 2389228 ,
|
2268
|
+
"full_county_name": "Frederick County" ,
|
2269
|
+
"fips_class": "U1"},
|
2270
|
+
{"name": "Clover Hill Census Designated Place" ,
|
2271
|
+
"fips_county_cd": "021" ,
|
2272
|
+
"feat_class": "Census" ,
|
2273
|
+
"county_name": "Frederick" ,
|
2274
|
+
"primary_latitude": "39.4574486" ,
|
2275
|
+
"state_name": "Maryland" ,
|
2276
|
+
"url": null ,
|
2277
|
+
"state_abbreviation": "MD" ,
|
2278
|
+
"description": null ,
|
2279
|
+
"primary_longitude": "-77.42975" ,
|
2280
|
+
"link_title": null ,
|
2281
|
+
"feature_id": 2389334 ,
|
2282
|
+
"full_county_name": "Frederick County" ,
|
2283
|
+
"fips_class": "U1"},
|
2284
|
+
{"name": "Discovery-Spring Garden Census Designated Place" ,
|
2285
|
+
"fips_county_cd": "021" ,
|
2286
|
+
"feat_class": "Census" ,
|
2287
|
+
"county_name": "Frederick" ,
|
2288
|
+
"primary_latitude": "39.4616395" ,
|
2289
|
+
"state_name": "Maryland" ,
|
2290
|
+
"url": null ,
|
2291
|
+
"state_abbreviation": "MD" ,
|
2292
|
+
"description": null ,
|
2293
|
+
"primary_longitude": "-77.359149" ,
|
2294
|
+
"link_title": null ,
|
2295
|
+
"feature_id": 2389408 ,
|
2296
|
+
"full_county_name": "Frederick County" ,
|
2297
|
+
"fips_class": "U2"},
|
2298
|
+
{"name": "Green Valley Census Designated Place" ,
|
2299
|
+
"fips_county_cd": "021" ,
|
2300
|
+
"feat_class": "Census" ,
|
2301
|
+
"county_name": "Frederick" ,
|
2302
|
+
"primary_latitude": "39.3428373" ,
|
2303
|
+
"state_name": "Maryland" ,
|
2304
|
+
"url": null ,
|
2305
|
+
"state_abbreviation": "MD" ,
|
2306
|
+
"description": null ,
|
2307
|
+
"primary_longitude": "-77.245345" ,
|
2308
|
+
"link_title": null ,
|
2309
|
+
"feature_id": 2389875 ,
|
2310
|
+
"full_county_name": "Frederick County" ,
|
2311
|
+
"fips_class": "U1"},
|
2312
|
+
{"name": "Linganore-Bartonsville Census Designated Place" ,
|
2313
|
+
"fips_county_cd": "021" ,
|
2314
|
+
"feat_class": "Census" ,
|
2315
|
+
"county_name": "Frederick" ,
|
2316
|
+
"primary_latitude": "39.4060339" ,
|
2317
|
+
"state_name": "Maryland" ,
|
2318
|
+
"url": null ,
|
2319
|
+
"state_abbreviation": "MD" ,
|
2320
|
+
"description": null ,
|
2321
|
+
"primary_longitude": "-77.326548" ,
|
2322
|
+
"link_title": null ,
|
2323
|
+
"feature_id": 2390073 ,
|
2324
|
+
"full_county_name": "Frederick County" ,
|
2325
|
+
"fips_class": "U2"},
|
2326
|
+
{"name": "Town of Emmitsburg" ,
|
2327
|
+
"fips_county_cd": "021" ,
|
2328
|
+
"feat_class": "Civil" ,
|
2329
|
+
"county_name": "Frederick" ,
|
2330
|
+
"primary_latitude": "39.7050981" ,
|
2331
|
+
"state_name": "Maryland" ,
|
2332
|
+
"url": null ,
|
2333
|
+
"state_abbreviation": "MD" ,
|
2334
|
+
"description": null ,
|
2335
|
+
"primary_longitude": "-77.32172" ,
|
2336
|
+
"link_title": null ,
|
2337
|
+
"feature_id": 2390171 ,
|
2338
|
+
"full_county_name": "Frederick County" ,
|
2339
|
+
"fips_class": "C1"},
|
2340
|
+
{"name": "City of Brunswick" ,
|
2341
|
+
"fips_county_cd": "021" ,
|
2342
|
+
"feat_class": "Civil" ,
|
2343
|
+
"county_name": "Frederick" ,
|
2344
|
+
"primary_latitude": "39.3177715" ,
|
2345
|
+
"state_name": "Maryland" ,
|
2346
|
+
"url": null ,
|
2347
|
+
"state_abbreviation": "MD" ,
|
2348
|
+
"description": null ,
|
2349
|
+
"primary_longitude": "-77.625845" ,
|
2350
|
+
"link_title": null ,
|
2351
|
+
"feature_id": 2390569 ,
|
2352
|
+
"full_county_name": "Frederick County" ,
|
2353
|
+
"fips_class": "C1"},
|
2354
|
+
{"name": "City of Frederick" ,
|
2355
|
+
"fips_county_cd": "021" ,
|
2356
|
+
"feat_class": "Civil" ,
|
2357
|
+
"county_name": "Frederick" ,
|
2358
|
+
"primary_latitude": "39.4300889" ,
|
2359
|
+
"state_name": "Maryland" ,
|
2360
|
+
"url": null ,
|
2361
|
+
"state_abbreviation": "MD" ,
|
2362
|
+
"description": null ,
|
2363
|
+
"primary_longitude": "-77.414815" ,
|
2364
|
+
"link_title": null ,
|
2365
|
+
"feature_id": 2390588 ,
|
2366
|
+
"full_county_name": "Frederick County" ,
|
2367
|
+
"fips_class": "C1"},
|
2368
|
+
{"name": "Town of Burkittsville" ,
|
2369
|
+
"fips_county_cd": "021" ,
|
2370
|
+
"feat_class": "Civil" ,
|
2371
|
+
"county_name": "Frederick" ,
|
2372
|
+
"primary_latitude": "39.3922582" ,
|
2373
|
+
"state_name": "Maryland" ,
|
2374
|
+
"url": null ,
|
2375
|
+
"state_abbreviation": "MD" ,
|
2376
|
+
"description": null ,
|
2377
|
+
"primary_longitude": "-77.627512" ,
|
2378
|
+
"link_title": null ,
|
2379
|
+
"feature_id": 2390762 ,
|
2380
|
+
"full_county_name": "Frederick County" ,
|
2381
|
+
"fips_class": "C1"},
|
2382
|
+
{"name": "Village of Rosemont" ,
|
2383
|
+
"fips_county_cd": "021" ,
|
2384
|
+
"feat_class": "Civil" ,
|
2385
|
+
"county_name": "Frederick" ,
|
2386
|
+
"primary_latitude": "39.3317047" ,
|
2387
|
+
"state_name": "Maryland" ,
|
2388
|
+
"url": null ,
|
2389
|
+
"state_abbreviation": "MD" ,
|
2390
|
+
"description": null ,
|
2391
|
+
"primary_longitude": "-77.621419" ,
|
2392
|
+
"link_title": null ,
|
2393
|
+
"feature_id": 2391099 ,
|
2394
|
+
"full_county_name": "Frederick County" ,
|
2395
|
+
"fips_class": "C1"},
|
2396
|
+
{"name": "Town of Middletown" ,
|
2397
|
+
"fips_county_cd": "021" ,
|
2398
|
+
"feat_class": "Civil" ,
|
2399
|
+
"county_name": "Frederick" ,
|
2400
|
+
"primary_latitude": "39.4405948" ,
|
2401
|
+
"state_name": "Maryland" ,
|
2402
|
+
"url": null ,
|
2403
|
+
"state_abbreviation": "MD" ,
|
2404
|
+
"description": null ,
|
2405
|
+
"primary_longitude": "-77.535876" ,
|
2406
|
+
"link_title": null ,
|
2407
|
+
"feature_id": 2391299 ,
|
2408
|
+
"full_county_name": "Frederick County" ,
|
2409
|
+
"fips_class": "C1"},
|
2410
|
+
{"name": "Town of Mount Airy" ,
|
2411
|
+
"fips_county_cd": "021" ,
|
2412
|
+
"feat_class": "Civil" ,
|
2413
|
+
"county_name": "Frederick" ,
|
2414
|
+
"primary_latitude": "39.3741709" ,
|
2415
|
+
"state_name": "Maryland" ,
|
2416
|
+
"url": null ,
|
2417
|
+
"state_abbreviation": "MD" ,
|
2418
|
+
"description": null ,
|
2419
|
+
"primary_longitude": "-77.15424" ,
|
2420
|
+
"link_title": null ,
|
2421
|
+
"feature_id": 2391316 ,
|
2422
|
+
"full_county_name": "Frederick County" ,
|
2423
|
+
"fips_class": "C1"},
|
2424
|
+
{"name": "Town of Myersville" ,
|
2425
|
+
"fips_county_cd": "021" ,
|
2426
|
+
"feat_class": "Civil" ,
|
2427
|
+
"county_name": "Frederick" ,
|
2428
|
+
"primary_latitude": "39.5066265" ,
|
2429
|
+
"state_name": "Maryland" ,
|
2430
|
+
"url": null ,
|
2431
|
+
"state_abbreviation": "MD" ,
|
2432
|
+
"description": null ,
|
2433
|
+
"primary_longitude": "-77.568843" ,
|
2434
|
+
"link_title": null ,
|
2435
|
+
"feature_id": 2391320 ,
|
2436
|
+
"full_county_name": "Frederick County" ,
|
2437
|
+
"fips_class": "C1"},
|
2438
|
+
{"name": "Town of New Market" ,
|
2439
|
+
"fips_county_cd": "021" ,
|
2440
|
+
"feat_class": "Civil" ,
|
2441
|
+
"county_name": "Frederick" ,
|
2442
|
+
"primary_latitude": "39.3874241" ,
|
2443
|
+
"state_name": "Maryland" ,
|
2444
|
+
"url": null ,
|
2445
|
+
"state_abbreviation": "MD" ,
|
2446
|
+
"description": null ,
|
2447
|
+
"primary_longitude": "-77.272424" ,
|
2448
|
+
"link_title": null ,
|
2449
|
+
"feature_id": 2391325 ,
|
2450
|
+
"full_county_name": "Frederick County" ,
|
2451
|
+
"fips_class": "C1"},
|
2452
|
+
{"name": "Town of Thurmont" ,
|
2453
|
+
"fips_county_cd": "021" ,
|
2454
|
+
"feat_class": "Civil" ,
|
2455
|
+
"county_name": "Frederick" ,
|
2456
|
+
"primary_latitude": "39.6206612" ,
|
2457
|
+
"state_name": "Maryland" ,
|
2458
|
+
"url": null ,
|
2459
|
+
"state_abbreviation": "MD" ,
|
2460
|
+
"description": null ,
|
2461
|
+
"primary_longitude": "-77.407345" ,
|
2462
|
+
"link_title": null ,
|
2463
|
+
"feature_id": 2391445 ,
|
2464
|
+
"full_county_name": "Frederick County" ,
|
2465
|
+
"fips_class": "C1"},
|
2466
|
+
{"name": "Town of Walkersville" ,
|
2467
|
+
"fips_county_cd": "021" ,
|
2468
|
+
"feat_class": "Civil" ,
|
2469
|
+
"county_name": "Frederick" ,
|
2470
|
+
"primary_latitude": "39.4848852" ,
|
2471
|
+
"state_name": "Maryland" ,
|
2472
|
+
"url": null ,
|
2473
|
+
"state_abbreviation": "MD" ,
|
2474
|
+
"description": null ,
|
2475
|
+
"primary_longitude": "-77.353421" ,
|
2476
|
+
"link_title": null ,
|
2477
|
+
"feature_id": 2391467 ,
|
2478
|
+
"full_county_name": "Frederick County" ,
|
2479
|
+
"fips_class": "C1"},
|
2480
|
+
{"name": "Town of Woodsboro" ,
|
2481
|
+
"fips_county_cd": "021" ,
|
2482
|
+
"feat_class": "Civil" ,
|
2483
|
+
"county_name": "Frederick" ,
|
2484
|
+
"primary_latitude": "39.5328521" ,
|
2485
|
+
"state_name": "Maryland" ,
|
2486
|
+
"url": null ,
|
2487
|
+
"state_abbreviation": "MD" ,
|
2488
|
+
"description": null ,
|
2489
|
+
"primary_longitude": "-77.309612" ,
|
2490
|
+
"link_title": null ,
|
2491
|
+
"feature_id": 2391492 ,
|
2492
|
+
"full_county_name": "Frederick County" ,
|
2493
|
+
"fips_class": "C1"}]
|