geoblacklight 4.1.1 → 4.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ruby.yml +3 -11
- data/.gitignore +9 -0
- data/Gemfile +14 -0
- data/Procfile.dev +3 -0
- data/README.md +5 -30
- data/app/assets/images/blacklight/geoblacklight-icons.json +1857 -966
- data/app/assets/javascripts/geoblacklight/modules/util.js +8 -3
- data/app/assets/javascripts/geoblacklight/templates/index_map_info.hbs +22 -1
- data/app/assets/javascripts/geoblacklight/viewers/cog.js +5 -0
- data/app/assets/javascripts/geoblacklight/viewers/pmtiles.js +5 -0
- data/app/controllers/download_controller.rb +1 -21
- data/app/frontend/clover/clover_initializer.js +29 -0
- data/app/frontend/entrypoints/application.js +28 -0
- data/app/frontend/entrypoints/clover.js +5 -0
- data/app/frontend/entrypoints/ol.js +5 -0
- data/app/frontend/openlayers/basemaps.js +47 -0
- data/app/frontend/openlayers/ol_initializer.js +105 -0
- data/app/frontend/stylesheets/openlayers.css +1 -0
- data/app/helpers/geoblacklight/application_helper.rb +8 -0
- data/app/helpers/geoblacklight_helper.rb +54 -0
- data/app/views/catalog/_citation.html.erb +1 -1
- data/app/views/catalog/_show_default_viewer_container.html.erb +1 -2
- data/app/views/catalog/_web_services_default.html.erb +6 -1
- data/app/views/catalog/_web_services_wfs.html.erb +6 -1
- data/app/views/catalog/_web_services_wms.html.erb +6 -1
- data/app/views/catalog/web_services.html.erb +16 -0
- data/bin/vite +29 -0
- data/config/locales/geoblacklight.en.yml +12 -2
- data/config/vite.json +14 -0
- data/geoblacklight.gemspec +7 -5
- data/lib/generators/geoblacklight/install_generator.rb +19 -4
- data/lib/generators/geoblacklight/templates/base.html.erb +52 -0
- data/lib/generators/geoblacklight/templates/catalog_controller.rb +0 -2
- data/lib/generators/geoblacklight/templates/settings.yml +4 -0
- data/lib/generators/geoblacklight/templates/vite.json +16 -0
- data/lib/geoblacklight/constants.rb +3 -1
- data/lib/geoblacklight/engine.rb +24 -0
- data/lib/geoblacklight/faraday_middleware/follow_redirects.rb +1 -1
- data/lib/geoblacklight/item_viewer.rb +13 -1
- data/lib/geoblacklight/metadata_transformer/base.rb +1 -1
- data/lib/geoblacklight/version.rb +1 -1
- data/package.json +8 -12
- data/spec/features/download_layer_spec.rb +1 -2
- data/spec/features/full_screen_controll_spec.rb +8 -1
- data/spec/features/home_page_spec.rb +3 -0
- data/spec/features/search_results_map_spec.rb +1 -0
- data/spec/features/web_services_modal_spec.rb +30 -0
- data/spec/fixtures/index_maps/index-map-point.geojson +949 -0
- data/spec/fixtures/index_maps/index-map-polygon-no-downloadurl.geojson +970 -0
- data/spec/fixtures/index_maps/index-map-polygon.geojson +970 -0
- data/spec/fixtures/index_maps/index-map-stanford.geojson +390 -0
- data/spec/fixtures/index_maps/index-map-v1-complex.geojson +12249 -0
- data/spec/fixtures/solr_documents/README.md +1 -0
- data/spec/fixtures/solr_documents/b1g_iiif_manifest.json +64 -0
- data/spec/fixtures/solr_documents/index-map-polygon-no-downloadurl.json +1 -1
- data/spec/fixtures/solr_documents/index-map-polygon.json +1 -1
- data/spec/fixtures/solr_documents/index-map-stanford.json +1 -1
- data/spec/fixtures/solr_documents/index-map-v1-complex.json +56 -0
- data/spec/fixtures/solr_documents/index_map_point.json +1 -1
- data/spec/fixtures/solr_documents/public_cog_princeton.json +57 -0
- data/spec/fixtures/solr_documents/public_pmtiles_princeton.json +41 -0
- data/spec/helpers/geoblacklight_helper_spec.rb +42 -0
- data/spec/spec_helper.rb +1 -1
- data/spec/test_app_templates/Gemfile.extra +0 -1
- data/spec/test_app_templates/lib/generators/test_app_generator.rb +7 -17
- data/vite.config.ts +8 -0
- metadata +74 -27
- data/spec/test_app_templates/solr_documents +0 -1
- /data/spec/{test_app_templates → fixtures}/metadata/fgdc.html +0 -0
- /data/spec/{test_app_templates → fixtures}/metadata/fgdc.xml +0 -0
- /data/spec/{test_app_templates → fixtures}/metadata/iso.html +0 -0
- /data/spec/{test_app_templates → fixtures}/metadata/iso.xml +0 -0
@@ -0,0 +1,949 @@
|
|
1
|
+
{
|
2
|
+
"type": "FeatureCollection",
|
3
|
+
"name": "ny-aerial-photos-1960s",
|
4
|
+
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
5
|
+
"features": [
|
6
|
+
{ "type": "Feature", "properties": { "label": "ARO-1DD-14", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201109", "note": "Centered near Lock Berlin in Lyons (14489) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e6d1510d-de11-436a-9bfd-3dcdfbbc6296.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e6d1510d-de11-436a-9bfd-3dcdfbbc6296_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201109.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.953971, 43.084652 ] } },
|
7
|
+
{ "type": "Feature", "properties": { "label": "ARO-1DD-12", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201108", "note": "Centered near Pilgrimport in Lyons (14489) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a67d51f5-ca0b-4b2e-912b-e360e1eb1f4a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a67d51f5-ca0b-4b2e-912b-e360e1eb1f4a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201108.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.951532, 43.116034 ] } },
|
8
|
+
{ "type": "Feature", "properties": { "label": "ARO-1DD-10", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201107", "note": "Centered near Wayne Center in Lyons (14489) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c838c607-d0e3-43ad-8736-3d5c1f0681b7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c838c607-d0e3-43ad-8736-3d5c1f0681b7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201107.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.951389, 43.149654 ] } },
|
9
|
+
{ "type": "Feature", "properties": { "label": "ARO-3DD-80", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201327", "note": "Centered near Marbletown in Newark (14513) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b92c2cf6-04a3-42e6-8e42-d00d129328ae.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b92c2cf6-04a3-42e6-8e42-d00d129328ae_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201327.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.096417, 43.013932 ] } },
|
10
|
+
{ "type": "Feature", "properties": { "label": "ARO-3DD-78", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201326", "note": "Centered in Newark (14513) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/eca522b5-3359-4f85-ac5f-de248f521695.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/eca522b5-3359-4f85-ac5f-de248f521695_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201326.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.095955, 43.046716 ] } },
|
11
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-199", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201466", "note": "Centered near Cooney Crossing in Palmyra (14522) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f5195f7a-49fe-458d-b86e-e5fc801dde38.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f5195f7a-49fe-458d-b86e-e5fc801dde38_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201466.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.262445, 43.081357 ] } },
|
12
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-15", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201462", "note": "Centered near East Palmyra in Newark (14513) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2bffd46f-761e-4882-a840-6e92b5e10470.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2bffd46f-761e-4882-a840-6e92b5e10470_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201462.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.142381, 43.098353 ] } },
|
13
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-17", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201463", "note": "Centered near East Palmyra in Newark (14513) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d5f46497-023e-4f6a-adae-f1ae28349f50.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d5f46497-023e-4f6a-adae-f1ae28349f50_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201463.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.141773, 43.070058 ] } },
|
14
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-19", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201464", "note": "Centered near Port Gibson in Newark (14513) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4c099e9d-4d24-40f6-99ec-8c597e910060.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4c099e9d-4d24-40f6-99ec-8c597e910060_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201464.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.140672, 43.0384 ] } },
|
15
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-197", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201465", "note": "Centered near Yellow Mills in Palmyra (14522) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/93e780b5-7f93-4acc-8caf-77cf75467242.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/93e780b5-7f93-4acc-8caf-77cf75467242_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201465.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.260617, 43.050702 ] } },
|
16
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-201", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201467", "note": "Centered near Huddle in Walworth (14568) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/522ce719-3fcd-4c20-9f2d-08bea028b054.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/522ce719-3fcd-4c20-9f2d-08bea028b054_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201467.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.262185, 43.111318 ] } },
|
17
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-13", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201461", "note": "Centered in Marion (14505) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/cae477eb-1657-4ba1-b16b-3c0925d91920.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/cae477eb-1657-4ba1-b16b-3c0925d91920_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201461.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.155225, 43.127911 ] } },
|
18
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-203", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201468", "note": "Centered in Walworth (14568) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c003da1e-8a85-42c6-a8fd-2f863b470d8b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c003da1e-8a85-42c6-a8fd-2f863b470d8b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201468.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.27215, 43.142834 ] } },
|
19
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-205", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201469", "note": "Centered in Walworth (14568) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ffad1ca6-b48a-4213-a89d-a1bd547819aa.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ffad1ca6-b48a-4213-a89d-a1bd547819aa_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201469.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.27387, 43.173252 ] } },
|
20
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-18", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201556", "note": "Centered near Furnace Village in Wolcott (14590) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f210d416-5c29-4da3-bfa1-68bc5836f582.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f210d416-5c29-4da3-bfa1-68bc5836f582_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201556.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.801131, 43.244594 ] } },
|
21
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-24", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201559", "note": "Centered near West Butler in Savannah (13146) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/08ec808b-40b3-42bf-a089-580aa8bd7967.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/08ec808b-40b3-42bf-a089-580aa8bd7967_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201559.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.800579, 43.154849 ] } },
|
22
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-14", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201554", "note": "Centered near Desbrough Park in Wolcott (14590) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/fe571f0c-dca1-4d11-b540-22a0c767ec5c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/fe571f0c-dca1-4d11-b540-22a0c767ec5c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201554.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.798926, 43.304433 ] } },
|
23
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-22", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201558", "note": "Centered near West Butler in Wolcott (14590) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/90f0ccd1-1ae6-4f6e-bff8-a098be6d4f23.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/90f0ccd1-1ae6-4f6e-bff8-a098be6d4f23_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201558.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.801414, 43.18329 ] } },
|
24
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-16", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201555", "note": "Centered near North Wolcott in Wolcott (14590) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0fb412eb-d1e4-436d-aa8d-12ce3322f648.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0fb412eb-d1e4-436d-aa8d-12ce3322f648_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201555.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.800763, 43.27464 ] } },
|
25
|
+
{ "type": "Feature", "properties": { "label": "ARO-6DD-4", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201551", "note": "Centered near Fruitland in Ontario (14519) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7d9a16ab-59e2-4fd1-8cb7-6bca73a67f75.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7d9a16ab-59e2-4fd1-8cb7-6bca73a67f75_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201551.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.350687, 43.238175 ] } },
|
26
|
+
{ "type": "Feature", "properties": { "label": "ARO-6DD-8", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201553", "note": "Centered near Lincoln in Macedon (14502) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ebf6df71-f918-475a-8c3a-4498c8293098.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ebf6df71-f918-475a-8c3a-4498c8293098_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201553.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.351093, 43.17528 ] } },
|
27
|
+
{ "type": "Feature", "properties": { "label": "ARO-6DD-6", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201552", "note": "Centered near Fruitland in Ontario (14519) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/986de3cd-baa4-4024-b769-93c41077fd4a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/986de3cd-baa4-4024-b769-93c41077fd4a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201552.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.352488, 43.206371 ] } },
|
28
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-20", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201557", "note": "Centered in Wolcott (14590) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4c579540-ed4b-4086-b4c1-3236093cbdcb.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4c579540-ed4b-4086-b4c1-3236093cbdcb_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201557.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.802942, 43.213977 ] } },
|
29
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-39", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201601", "note": "Centered near South Butler in Savannah (13146) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/58f6f530-3924-484d-aa45-8068ccf658a7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/58f6f530-3924-484d-aa45-8068ccf658a7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201601.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.723775, 43.152443 ] } },
|
30
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-45", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201604", "note": "Centered near Willow Grove in Savannah (13146) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/eb13ab51-4d33-416b-a9f0-87265e8c4539.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/eb13ab51-4d33-416b-a9f0-87265e8c4539_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201604.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.721713, 43.060266 ] } },
|
31
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-29", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201596", "note": "Centered near Fair Haven in Red Creek (13143) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ff383edc-82ff-4ee0-a01a-23c45f571d37.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ff383edc-82ff-4ee0-a01a-23c45f571d37_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201596.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.721185, 43.311093 ] } },
|
32
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-41", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201602", "note": "Centered near Spring Lake in Savannah (13146) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b4414139-d1a9-4da4-9055-85caa26f21ea.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b4414139-d1a9-4da4-9055-85caa26f21ea_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201602.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.724925, 43.122002 ] } },
|
33
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-35", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201599", "note": "Centered near Westbury in Red Creek (13143) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2d343de4-3de0-44e7-a81c-332c189570a0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2d343de4-3de0-44e7-a81c-332c189570a0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201599.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.722549, 43.214408 ] } },
|
34
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-37", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201600", "note": "Centered near Westbury in Red Creek (13143) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d7196156-c3f0-426a-8822-b7fd24d60ffb.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d7196156-c3f0-426a-8822-b7fd24d60ffb_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201600.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.72463, 43.18286 ] } },
|
35
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-43", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201603", "note": "Centered near Howland in Savannah (13146) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/192f3887-3660-4403-9f02-f93f0c9c608b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/192f3887-3660-4403-9f02-f93f0c9c608b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201603.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.722356, 43.090792 ] } },
|
36
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-31", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201597", "note": "Centered in Red Creek (13143) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a98606a5-972f-48a7-8099-c93ee022c322.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a98606a5-972f-48a7-8099-c93ee022c322_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201597.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.721581, 43.278975 ] } },
|
37
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-33", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201598", "note": "Centered in Red Creek (13143) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4a9ff57c-aa48-47db-b8f6-39da9f76fb15.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4a9ff57c-aa48-47db-b8f6-39da9f76fb15_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201598.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.721971, 43.246665 ] } },
|
38
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-56", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202232", "note": "Centered near Fayette in Romulus (14541) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/cb8da548-eb90-4f9b-8984-6abdf409e817.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/cb8da548-eb90-4f9b-8984-6abdf409e817_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202232.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.835936, 42.799517 ] } },
|
39
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-58", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202233", "note": "Centered near Fayette in Waterloo (13165) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/1cca5c72-4927-42dd-8d13-a933724e4e75.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/1cca5c72-4927-42dd-8d13-a933724e4e75_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202233.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.836037, 42.832699 ] } },
|
40
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-46", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202226", "note": "Centered near Gilbert in Ovid (14521) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d5460a68-0b70-4ebe-b85d-6ef9961323f9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d5460a68-0b70-4ebe-b85d-6ef9961323f9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202226.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.833751, 42.649835 ] } },
|
41
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-5", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202228", "note": "Centered near Tyre in Seneca Falls (13148) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3cae7bca-8e4a-4958-aa9f-e9225753453e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3cae7bca-8e4a-4958-aa9f-e9225753453e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202228.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.792184, 42.997243 ] } },
|
42
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-54", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202231", "note": "Centered in Romulus (14541) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d780618e-2a1d-4be1-9f57-a6bbf7bc6317.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d780618e-2a1d-4be1-9f57-a6bbf7bc6317_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202231.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.835254, 42.768966 ] } },
|
43
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-60", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202234", "note": "Centered in Waterloo (13165) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/efb11ee7-9a45-45ff-921f-f66d9d81deb8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/efb11ee7-9a45-45ff-921f-f66d9d81deb8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202234.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.836401, 42.860311 ] } },
|
44
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-50", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202229", "note": "Centered in Ovid (14521) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3b6a7509-54fd-4693-bf39-897552e62529.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3b6a7509-54fd-4693-bf39-897552e62529_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202229.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.834746, 42.706533 ] } },
|
45
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-52", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202230", "note": "Centered in Romulus (14541) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/302ec552-3b53-49b0-a127-8f77824a9a9a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/302ec552-3b53-49b0-a127-8f77824a9a9a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202230.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.836011, 42.741984 ] } },
|
46
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-48", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202227", "note": "Centered in Ovid (14521) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e8dc3687-c220-4407-a37b-2f1a0d60a2f8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e8dc3687-c220-4407-a37b-2f1a0d60a2f8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202227.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.834758, 42.676618 ] } },
|
47
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-118", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202411", "note": "Centered near Skaneateles Junction in Elbridge (13060) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8cca4501-9d0c-457e-a540-1ca3d82732a9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8cca4501-9d0c-457e-a540-1ca3d82732a9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202411.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.478921, 43.013373 ] } },
|
48
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-108", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202406", "note": "Centered near Plainville in Baldwinsville (13027) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/eeab020e-38c7-4c0b-ae4e-ad22058a5d2b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/eeab020e-38c7-4c0b-ae4e-ad22058a5d2b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202406.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.474883, 43.172051 ] } },
|
49
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-112", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202408", "note": "Centered near Jones Point in Jordan (13080) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/96538c7a-8ef7-425b-896e-cc63b9dc6259.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/96538c7a-8ef7-425b-896e-cc63b9dc6259_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202408.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.476845, 43.108105 ] } },
|
50
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-110", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202407", "note": "Centered near Plainville in Memphis (13112) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ff0432ac-4839-48da-8846-4e1535e3f5d3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ff0432ac-4839-48da-8846-4e1535e3f5d3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202407.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.475853, 43.140441 ] } },
|
51
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-120", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202413", "note": "Centered near Skaneateles Falls in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d3d8a66e-4354-4179-beb0-98e36f3e4eeb.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d3d8a66e-4354-4179-beb0-98e36f3e4eeb_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202413.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.479353, 42.981934 ] } },
|
52
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-12", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202412", "note": "Centered near Glen Haven in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3ff788be-bc6c-40ee-9d2b-a8487af0c604.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3ff788be-bc6c-40ee-9d2b-a8487af0c604_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202412.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.278509, 42.756151 ] } },
|
53
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-122", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202414", "note": "Centered near Mottville in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8a600d2f-67af-4878-9f0c-d9e6fa9f467d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8a600d2f-67af-4878-9f0c-d9e6fa9f467d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202414.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.478783, 42.949898 ] } },
|
54
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-116", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202410", "note": "Centered in Jordan (13080) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6561ec76-e120-4760-8183-d9a36e92b71a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6561ec76-e120-4760-8183-d9a36e92b71a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202410.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.478907, 43.045763 ] } },
|
55
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-114", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202409", "note": "Centered in Jordan (13080) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/45e5793f-3c9f-4644-bb66-bb27cd968f1f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/45e5793f-3c9f-4644-bb66-bb27cd968f1f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202409.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.477474, 43.076635 ] } },
|
56
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-195", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202447", "note": "Centered near Hannibal Center in Hannibal (13074) in Oswego County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f8936ef9-6c37-455f-90ce-9afbfde75cc7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f8936ef9-6c37-455f-90ce-9afbfde75cc7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202447.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.557907, 43.266644 ] } },
|
57
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-188", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202446", "note": "Centered near South Hannibal in Hannibal (13074) in Oswego County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/81b1581d-7218-4141-800a-296c5db36e20.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/81b1581d-7218-4141-800a-296c5db36e20_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202446.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.52146, 43.263304 ] } },
|
58
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-180", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202442", "note": "Centered near Meridian in Weedsport (13166) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/1c16e290-d64e-4516-a3b5-37610dad7cd0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/1c16e290-d64e-4516-a3b5-37610dad7cd0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202442.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.521283, 43.131105 ] } },
|
59
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-186", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202445", "note": "Centered near Floridaville in Cato (13033) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7dd2c341-8ecf-4c8f-94ed-64fa10470fa5.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7dd2c341-8ecf-4c8f-94ed-64fa10470fa5_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202445.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.521013, 43.231446 ] } },
|
60
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-184", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202444", "note": "Centered near Meridian in Cato (13033) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/39b2bc70-e35d-4067-905d-295499c92430.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/39b2bc70-e35d-4067-905d-295499c92430_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202444.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.520869, 43.197868 ] } },
|
61
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-199", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202449", "note": "Centered near Ira in Cato (13033) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/25ce19b2-ac04-4ee3-a5c9-f942315ea0f0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/25ce19b2-ac04-4ee3-a5c9-f942315ea0f0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202449.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.556519, 43.203999 ] } },
|
62
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-197", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202448", "note": "Centered near Ira in Cato (13033) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2d49f308-2a37-4f5a-a516-e590bfb9180e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2d49f308-2a37-4f5a-a516-e590bfb9180e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202448.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.557098, 43.234859 ] } },
|
63
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-182", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202443", "note": "Centered in Cato (13033) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c01995ae-8afd-4d66-aeb9-2fba47bee970.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c01995ae-8afd-4d66-aeb9-2fba47bee970_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202443.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.521237, 43.16403 ] } },
|
64
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-201", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202450", "note": "Centered in Cato (13033) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d659e0f5-3e21-40fc-8e61-0e183a57ab6e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d659e0f5-3e21-40fc-8e61-0e183a57ab6e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202450.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.556531, 43.172232 ] } },
|
65
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-280", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202492", "note": "Centered near Bethel Corners in Martville (13111) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/06b24665-9f0e-4229-866e-5ac35a293c41.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/06b24665-9f0e-4229-866e-5ac35a293c41_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202492.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.600915, 43.241812 ] } },
|
66
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-284", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202494", "note": "Centered near Cains Corners in Martville (13111) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f6d197de-5a01-4891-bc8b-7b7cdff21ba4.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f6d197de-5a01-4891-bc8b-7b7cdff21ba4_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202494.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.602376, 43.304733 ] } },
|
67
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-286", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202495", "note": "Centered near Crocketts in Hannibal (13074) in Oswego County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ec1105eb-24e8-4519-bc1c-f61a7be36881.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ec1105eb-24e8-4519-bc1c-f61a7be36881_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202495.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.603549, 43.335057 ] } },
|
68
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-272", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202487", "note": "Centered near Emerson in Weedsport (13166) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b0c6046c-4028-4a4e-bdfa-50074937a159.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b0c6046c-4028-4a4e-bdfa-50074937a159_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202487.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.600106, 43.11299 ] } },
|
69
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-28", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202491", "note": "Centered near New Hope in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/04e5d2e8-86d7-424e-b1c1-d336daa24ef0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/04e5d2e8-86d7-424e-b1c1-d336daa24ef0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202491.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.324383, 42.776719 ] } },
|
70
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-278", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202490", "note": "Centered near Ira in Cato (13033) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b72d2d00-111e-44fd-80e4-fc307e74192b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b72d2d00-111e-44fd-80e4-fc307e74192b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202490.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.601437, 43.211326 ] } },
|
71
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-282", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202493", "note": "Centered in Martville (13111) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e87d9023-1c0c-462f-a3b8-bc53c05cf4bf.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e87d9023-1c0c-462f-a3b8-bc53c05cf4bf_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202493.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.60177, 43.274455 ] } },
|
72
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-274", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202488", "note": "Centered in Cato (13033) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/fdefd6ac-1f1f-420a-874b-f442dedd8235.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/fdefd6ac-1f1f-420a-874b-f442dedd8235_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202488.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.602781, 43.147511 ] } },
|
73
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-276", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202489", "note": "Centered in Cato (13033) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7e839330-dafc-4974-9c4e-ee17469391cc.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7e839330-dafc-4974-9c4e-ee17469391cc_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202489.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.60246, 43.178463 ] } },
|
74
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-106", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202634", "note": "Centered near North Fair Haven in Sterling (13156) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0e2bf53f-5944-411e-9e04-c3658faa9a07.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0e2bf53f-5944-411e-9e04-c3658faa9a07_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202634.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.684752, 43.367863 ] } },
|
75
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-104", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202633", "note": "Centered near North Fair Haven in Sterling (13156) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6b222e02-54a6-420e-9906-c5525cdecd24.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6b222e02-54a6-420e-9906-c5525cdecd24_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202633.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.68266, 43.337303 ] } },
|
76
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-100", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202631", "note": "Centered near Fintches Corners in Martville (13111) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/bbb5d190-6332-4c84-b385-e19159520059.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/bbb5d190-6332-4c84-b385-e19159520059_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202631.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.679568, 43.27674 ] } },
|
77
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-109", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202635", "note": "Centered near North Fair Haven in Sterling (13156) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5a2ced62-5360-4a6d-b833-2c87d2ea5395.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5a2ced62-5360-4a6d-b833-2c87d2ea5395_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202635.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.720061, 43.357687 ] } },
|
78
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-111", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202636", "note": "Centered near North Fair Haven in Sterling (13156) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6d7e0e93-726a-451b-85d6-62d0e638979c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6d7e0e93-726a-451b-85d6-62d0e638979c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202636.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.717258, 43.327825 ] } },
|
79
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-117", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202639", "note": "Centered near Westbury in Red Creek (13143) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f626c9ba-01f2-4c15-bbd4-fff6a8074d74.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f626c9ba-01f2-4c15-bbd4-fff6a8074d74_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202639.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.714544, 43.218473 ] } },
|
80
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-102", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202632", "note": "Centered near Fair Haven in Sterling (13156) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/89266064-4847-4bc8-82b1-59f8a4a29801.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/89266064-4847-4bc8-82b1-59f8a4a29801_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202632.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.680257, 43.308283 ] } },
|
81
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-113", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202637", "note": "Centered in Red Creek (13143) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3e592cca-0ddc-4fee-a069-c5d13371ca5f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3e592cca-0ddc-4fee-a069-c5d13371ca5f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202637.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.71683, 43.28093 ] } },
|
82
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-115", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202638", "note": "Centered in Red Creek (13143) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6c7ff69a-5216-4292-8512-b20943df6ccd.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6c7ff69a-5216-4292-8512-b20943df6ccd_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202638.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.714875, 43.249337 ] } },
|
83
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-58", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202679", "note": "Centered near Bergen Beach in Interlaken (14847) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a1031ba6-e4ac-426f-ac67-f6d7e638bf63.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a1031ba6-e4ac-426f-ac67-f6d7e638bf63_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202679.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.675819, 42.616601 ] } },
|
84
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-52", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202677", "note": "Centered near Goodyear Corners in King Ferry (13081) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e728b5a5-c897-4c1d-9fb0-b09fdaa7127c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e728b5a5-c897-4c1d-9fb0-b09fdaa7127c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202677.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.630376, 42.641389 ] } },
|
85
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-60", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202680", "note": "Centered near King Ferry Station in King Ferry (13081) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a0a610c5-9f1d-4f7e-983c-2c1b48cadc58.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a0a610c5-9f1d-4f7e-983c-2c1b48cadc58_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202680.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.673504, 42.64723 ] } },
|
86
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-62", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202681", "note": "Centered near King Ferry Station in King Ferry (13081) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9cad1233-e525-4377-ada8-bd3af430c850.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9cad1233-e525-4377-ada8-bd3af430c850_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202681.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.670575, 42.677994 ] } },
|
87
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-64", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202682", "note": "Centered near Black Rock in King Ferry (13081) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f42b9a9a-7d6c-4d34-93f0-0fa196fbe0aa.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f42b9a9a-7d6c-4d34-93f0-0fa196fbe0aa_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202682.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.670838, 42.709965 ] } },
|
88
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-53", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202678", "note": "Centered near Atwaters in King Ferry (13081) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2ded60ab-e4e4-4e30-8ec2-9910a609a690.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2ded60ab-e4e4-4e30-8ec2-9910a609a690_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202678.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.630384, 42.626399 ] } },
|
89
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-50", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202676", "note": "Centered in King Ferry (13081) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/038b72f8-4a11-4c65-87b7-cb2d0f4108e1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/038b72f8-4a11-4c65-87b7-cb2d0f4108e1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202676.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.63118, 42.672188 ] } },
|
90
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-68", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202684", "note": "Centered in Aurora (13026) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/33109de6-3567-4bf9-9c1c-ea9e3d9282db.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/33109de6-3567-4bf9-9c1c-ea9e3d9282db_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202684.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.674636, 42.77036 ] } },
|
91
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-66", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202683", "note": "Centered in Aurora (13026) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a3f5c6e6-4b1d-4cea-8911-af6854640adf.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a3f5c6e6-4b1d-4cea-8911-af6854640adf_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202683.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.672652, 42.740718 ] } },
|
92
|
+
{ "type": "Feature", "properties": { "label": "ARO-3DD-64", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201319", "note": "Centered near Holland Cove in Williamson (14589) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/558a84d3-0def-43c0-b85b-d8da767f37d5.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/558a84d3-0def-43c0-b85b-d8da767f37d5_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201319.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.117007, 43.275418 ] } },
|
93
|
+
{ "type": "Feature", "properties": { "label": "ARO-3DD-66", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201320", "note": "Centered near East Williamson in Williamson (14589) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/22a6cea8-3aab-4851-b1ff-3bb1115aa49b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/22a6cea8-3aab-4851-b1ff-3bb1115aa49b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201320.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.118976, 43.239134 ] } },
|
94
|
+
{ "type": "Feature", "properties": { "label": "ARO-3DD-60", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201318", "note": "Centered near Holland Cove in Sodus (14551) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/418cdae8-0739-4d09-b3f0-3fe35a3df902.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/418cdae8-0739-4d09-b3f0-3fe35a3df902_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201318.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.082714, 43.281983 ] } },
|
95
|
+
{ "type": "Feature", "properties": { "label": "ARO-3DD-76", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201325", "note": "Centered near Hydesville in Newark (14513) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/927e597b-fede-416d-b932-6cbe2fb71129.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/927e597b-fede-416d-b932-6cbe2fb71129_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201325.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.098072, 43.077987 ] } },
|
96
|
+
{ "type": "Feature", "properties": { "label": "ARO-3DD-74", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201324", "note": "Centered near Fairville in Newark (14513) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/415c3c7b-ca56-492f-80ef-3d4196c24d85.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/415c3c7b-ca56-492f-80ef-3d4196c24d85_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201324.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.098464, 43.110035 ] } },
|
97
|
+
{ "type": "Feature", "properties": { "label": "ARO-3DD-72", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201323", "note": "Centered near Minsteed in Newark (14513) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7522f536-5272-4bdc-bb29-d9013bfdf2e5.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7522f536-5272-4bdc-bb29-d9013bfdf2e5_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201323.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.106097, 43.141461 ] } },
|
98
|
+
{ "type": "Feature", "properties": { "label": "ARO-3DD-68", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201321", "note": "Centered near Joy in Williamson (14589) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/47657388-b4c7-47bf-b84b-17f28eac6e2f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/47657388-b4c7-47bf-b84b-17f28eac6e2f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201321.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.118088, 43.207648 ] } },
|
99
|
+
{ "type": "Feature", "properties": { "label": "ARO-3DD-70", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201322", "note": "Centered near Joy in Marion (14505) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/908601f3-4189-4d4a-82bd-0265f8bf8839.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/908601f3-4189-4d4a-82bd-0265f8bf8839_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201322.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.10843, 43.174408 ] } },
|
100
|
+
{ "type": "Feature", "properties": { "label": "ARO-3DD-58", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201317", "note": "Centered in Sodus (14551) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/65e9e8a0-2d5b-47ff-8519-a4d4f8ca98cb.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/65e9e8a0-2d5b-47ff-8519-a4d4f8ca98cb_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201317.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.083766, 43.251798 ] } },
|
101
|
+
{ "type": "Feature", "properties": { "label": "ARO-4DD-228", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201413", "note": "Centered near Pilgrimport in Lyons (14489) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a195c829-3717-4455-af39-9eef2c9c10c0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a195c829-3717-4455-af39-9eef2c9c10c0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201413.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.992088, 43.116609 ] } },
|
102
|
+
{ "type": "Feature", "properties": { "label": "ARO-4DD-220", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201409", "note": "Centered near Wallington in Sodus (14551) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/dbce5fe2-5154-4177-b37e-e247e16776c5.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/dbce5fe2-5154-4177-b37e-e247e16776c5_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201409.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.994711, 43.243787 ] } },
|
103
|
+
{ "type": "Feature", "properties": { "label": "ARO-4DD-226", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201412", "note": "Centered near South Sodus in Lyons (14489) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c75ab2c9-72f0-4736-912e-3cda121a9efa.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c75ab2c9-72f0-4736-912e-3cda121a9efa_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201412.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.992561, 43.148735 ] } },
|
104
|
+
{ "type": "Feature", "properties": { "label": "ARO-4DD-224", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201411", "note": "Centered near South Sodus in Sodus (14551) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8dd9256b-af1c-4453-94fd-e61918a39ddb.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8dd9256b-af1c-4453-94fd-e61918a39ddb_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201411.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.993921, 43.179001 ] } },
|
105
|
+
{ "type": "Feature", "properties": { "label": "ARO-4DD-222", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201410", "note": "Centered near Alton in Sodus (14551) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/1686bf3e-6f14-45ce-868d-90c1ce6e623f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/1686bf3e-6f14-45ce-868d-90c1ce6e623f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201410.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.994976, 43.211424 ] } },
|
106
|
+
{ "type": "Feature", "properties": { "label": "ARO-4DD-218", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201408", "note": "Centered in Sodus Point (14555) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/66f1089a-2c88-4f81-ac1c-78632c44a02a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/66f1089a-2c88-4f81-ac1c-78632c44a02a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201408.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.996286, 43.274711 ] } },
|
107
|
+
{ "type": "Feature", "properties": { "label": "ARO-4DD-214", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201407", "note": "Centered in Sodus (14551) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3694792e-6064-4a5e-8161-e19e191826a7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3694792e-6064-4a5e-8161-e19e191826a7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201407.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.046952, 43.271208 ] } },
|
108
|
+
{ "type": "Feature", "properties": { "label": "ARO-4DD-230", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201414", "note": "Centered in Lyons (14489) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2b78b11f-4603-4778-ae2d-62d38de5559d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2b78b11f-4603-4778-ae2d-62d38de5559d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201414.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.995044, 43.083726 ] } },
|
109
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-125", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201458", "note": "Centered near Cooney Crossing in Palmyra (14522) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/16888cde-52c2-43da-b7a7-047817ec57a8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/16888cde-52c2-43da-b7a7-047817ec57a8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201458.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.215082, 43.112194 ] } },
|
110
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-127", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201459", "note": "Centered near Cooney Crossing in Palmyra (14522) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d6e6b7a1-3bca-49ca-bdc8-6d97489e1dc9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d6e6b7a1-3bca-49ca-bdc8-6d97489e1dc9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201459.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.216244, 43.08112 ] } },
|
111
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-115", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201453", "note": "Centered near Pultneyville in Williamson (14589) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/11c6d1df-9cd8-4627-9dbe-8794b02dffb5.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/11c6d1df-9cd8-4627-9dbe-8794b02dffb5_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201453.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.230392, 43.269088 ] } },
|
112
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-111", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201452", "note": "Centered in Pultneyville (14538) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2a89bd3c-1f8b-4b65-981a-f9513e3525aa.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2a89bd3c-1f8b-4b65-981a-f9513e3525aa_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201452.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.199238, 43.284395 ] } },
|
113
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-117", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201454", "note": "Centered in Williamson (14589) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/507cfb0b-11d0-4875-b085-a7324b2cc84c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/507cfb0b-11d0-4875-b085-a7324b2cc84c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201454.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.228499, 43.237984 ] } },
|
114
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-119", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201455", "note": "Centered in Williamson (14589) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/43ded120-3633-4306-a28d-feaedff7a63b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/43ded120-3633-4306-a28d-feaedff7a63b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201455.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.22665, 43.20641 ] } },
|
115
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-123", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201457", "note": "Centered in Marion (14505) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/38a308d1-8ce5-468b-830a-548d6f7383d8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/38a308d1-8ce5-468b-830a-548d6f7383d8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201457.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.226461, 43.143424 ] } },
|
116
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-129", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201460", "note": "Centered in Palmyra (14522) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f6b30c8c-6396-44b2-b292-fee024db2abc.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f6b30c8c-6396-44b2-b292-fee024db2abc_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201460.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.215744, 43.047737 ] } },
|
117
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-121", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201456", "note": "Centered in Marion (14505) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c21756b5-b351-41e5-8fba-56c0a2e17291.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c21756b5-b351-41e5-8fba-56c0a2e17291_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201456.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.225141, 43.174496 ] } },
|
118
|
+
{ "type": "Feature", "properties": { "label": "ARO-6DD-2", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201550", "note": "Centered near Ontario on the Lake in Ontario (14519) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/56a86636-301a-4212-b801-2a1c4931f585.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/56a86636-301a-4212-b801-2a1c4931f585_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201550.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.354137, 43.270195 ] } },
|
119
|
+
{ "type": "Feature", "properties": { "label": "ARO-6DD-10", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201549", "note": "Centered near West Walworth in Macedon (14502) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/78e932b2-15c9-46e6-bf16-8dc5c5a688e4.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/78e932b2-15c9-46e6-bf16-8dc5c5a688e4_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201549.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.350283, 43.143647 ] } },
|
120
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-25", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201594", "note": "Centered near North Fair Haven in Sterling (13156) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/069fbdb7-8740-4d3e-bfc2-7d104c0c9b47.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/069fbdb7-8740-4d3e-bfc2-7d104c0c9b47_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201594.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.758346, 43.341675 ] } },
|
121
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-27", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201595", "note": "Centered near North Fair Haven in Red Creek (13143) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e1ac66b2-f011-4c7b-81c1-29d3ee498908.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e1ac66b2-f011-4c7b-81c1-29d3ee498908_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201595.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.723573, 43.34298 ] } },
|
122
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-11", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201587", "note": "Centered near South Butler in Savannah (13146) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/dc1e4a5a-5f8a-46cd-b618-6c08397d4256.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/dc1e4a5a-5f8a-46cd-b618-6c08397d4256_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201587.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.771399, 43.123263 ] } },
|
123
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-13", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201588", "note": "Centered near Butler Center in Savannah (13146) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/657970f5-4716-40f9-924e-e5ef494828f9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/657970f5-4716-40f9-924e-e5ef494828f9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201588.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.772243, 43.152499 ] } },
|
124
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-15", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201589", "note": "Centered near Butler Center in Wolcott (14590) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/94431a36-7040-443e-bb86-381e5f281ba1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/94431a36-7040-443e-bb86-381e5f281ba1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201589.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.771541, 43.183969 ] } },
|
125
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-23", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201593", "note": "Centered near North Wolcott in Wolcott (14590) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/cb7fef2c-2812-4d46-9d84-9d67c929f792.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/cb7fef2c-2812-4d46-9d84-9d67c929f792_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201593.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.760929, 43.31224 ] } },
|
126
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-21", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201592", "note": "Centered near North Wolcott in Wolcott (14590) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/413cd3d1-fd4e-4934-ad95-65fe16d29529.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/413cd3d1-fd4e-4934-ad95-65fe16d29529_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201592.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.763635, 43.28015 ] } },
|
127
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-19", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201591", "note": "Centered in Red Creek (13143) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/dfcc677a-6a5d-4b92-bba8-132bfd6b0c8f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/dfcc677a-6a5d-4b92-bba8-132bfd6b0c8f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201591.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.767715, 43.246859 ] } },
|
128
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-17", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201590", "note": "Centered in Wolcott (14590) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/125a3daf-30ee-4f63-940c-308ba731229c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/125a3daf-30ee-4f63-940c-308ba731229c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201590.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.769236, 43.215759 ] } },
|
129
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-68", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202084", "note": "Centered near Willow Grove in Port Byron (13140) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8fbecc4b-e667-4666-915c-d6305976c44b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8fbecc4b-e667-4666-915c-d6305976c44b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202084.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.713431, 43.034565 ] } },
|
130
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-72", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202085", "note": "Centered near Evans Corner in Savannah (13146) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ad74a194-d1eb-4409-8e7c-4c4c69d160b0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ad74a194-d1eb-4409-8e7c-4c4c69d160b0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202085.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.754933, 43.029813 ] } },
|
131
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-66", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202083", "note": "Centered near Montezuma in Port Byron (13140) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e2790e8f-1191-4616-b8bf-f3594937a790.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e2790e8f-1191-4616-b8bf-f3594937a790_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202083.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.711894, 43.007061 ] } },
|
132
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-80", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202089", "note": "Centered near Bridgeport in Seneca Falls (13148) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/646264a5-a153-4e17-b8ad-3b615d92b2c4.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/646264a5-a153-4e17-b8ad-3b615d92b2c4_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202089.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.751666, 42.904734 ] } },
|
133
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-74", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202086", "note": "Centered near Mays Point in Seneca Falls (13148) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6b88b4f0-7bfd-4a21-b489-27c6d0eebb4c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6b88b4f0-7bfd-4a21-b489-27c6d0eebb4c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202086.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.751892, 43.004431 ] } },
|
134
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-76", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202087", "note": "Centered near Mud Lock in Seneca Falls (13148) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/fd77dcd4-47c1-43d1-bb58-567953bd92b8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/fd77dcd4-47c1-43d1-bb58-567953bd92b8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202087.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.753928, 42.968984 ] } },
|
135
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-78", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202088", "note": "Centered near Mud Lock in Seneca Falls (13148) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/07c8b953-9fda-4258-89df-de706d7f545d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/07c8b953-9fda-4258-89df-de706d7f545d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202088.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.754195, 42.941246 ] } },
|
136
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-64", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202082", "note": "Centered near Fosterville in Cayuga (13034) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0a3c9666-f638-4a5b-9548-6b8d5bed132a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0a3c9666-f638-4a5b-9548-6b8d5bed132a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202082.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.710161, 42.972861 ] } },
|
137
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-35", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202222", "note": "Centered near East Steamburg in Burdett (14818) in Schuyler County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8f708dd5-b5db-4900-a75a-3e48f4be230a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8f708dd5-b5db-4900-a75a-3e48f4be230a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202222.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.799862, 42.535826 ] } },
|
138
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-31", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202220", "note": "Centered near Townsendville in Interlaken (14847) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4be56e8a-7f97-4ef2-90d3-ac5a2babb9f3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4be56e8a-7f97-4ef2-90d3-ac5a2babb9f3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202220.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.798271, 42.59498 ] } },
|
139
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-3", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202219", "note": "Centered near Lockpit in Savannah (13146) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ebe4fe41-13d6-4f84-86d8-37d6ad9d2143.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ebe4fe41-13d6-4f84-86d8-37d6ad9d2143_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202219.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.792842, 43.029154 ] } },
|
140
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-33", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202221", "note": "Centered near Townsendville in Lodi (14860) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/76cf6d67-ec93-4b95-ac19-de272919e527.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/76cf6d67-ec93-4b95-ac19-de272919e527_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202221.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.800619, 42.567702 ] } },
|
141
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-29", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202218", "note": "Centered near Lodi in Interlaken (14847) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/dd031dfd-592b-4414-b601-a03a27c15397.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/dd031dfd-592b-4414-b601-a03a27c15397_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202218.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.798446, 42.62437 ] } },
|
142
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-40", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202223", "note": "Centered near Lodi Center in Lodi (14860) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0f181444-9f54-4484-997c-406e551b103e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0f181444-9f54-4484-997c-406e551b103e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202223.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.835646, 42.558565 ] } },
|
143
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-42", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202224", "note": "Centered near Lodi Center in Lodi (14860) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e1ed2e3c-a7dc-4e1a-9ad5-a05b62481e6d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e1ed2e3c-a7dc-4e1a-9ad5-a05b62481e6d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202224.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.836137, 42.588175 ] } },
|
144
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-27", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202217", "note": "Centered in Ovid (14521) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b9b4524f-0fb9-4357-8221-3ca65d943e85.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b9b4524f-0fb9-4357-8221-3ca65d943e85_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202217.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.798281, 42.657223 ] } },
|
145
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-44", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202225", "note": "Centered in Lodi (14860) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9ce2be3a-6d4b-4ad5-95a0-bb80138d0edf.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9ce2be3a-6d4b-4ad5-95a0-bb80138d0edf_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202225.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.834627, 42.61942 ] } },
|
146
|
+
{ "type": "Feature", "properties": { "label": "ARV-3DD-6", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202312", "note": "Centered near East Steamburg in Interlaken (14847) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9e3b9783-c421-4956-b1f2-5fd0c2c091bc.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9e3b9783-c421-4956-b1f2-5fd0c2c091bc_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202312.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.757894, 42.553407 ] } },
|
147
|
+
{ "type": "Feature", "properties": { "label": "ARV-3DD-8", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202313", "note": "Centered near Townsendville in Interlaken (14847) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/816f2e77-ad55-42f6-b290-b8a8710b1863.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/816f2e77-ad55-42f6-b290-b8a8710b1863_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202313.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.756806, 42.582835 ] } },
|
148
|
+
{ "type": "Feature", "properties": { "label": "ARV-3DD-20", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202307", "note": "Centered near East Varick in Fayette (13065) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/1657339a-d08e-4327-a566-a55dad426066.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/1657339a-d08e-4327-a566-a55dad426066_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202307.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.76099, 42.766826 ] } },
|
149
|
+
{ "type": "Feature", "properties": { "label": "ARV-3DD-22", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202308", "note": "Centered near East Varick in Fayette (13065) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f59c4c6b-1600-4c52-be77-e2236133b70e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f59c4c6b-1600-4c52-be77-e2236133b70e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202308.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.760728, 42.792548 ] } },
|
150
|
+
{ "type": "Feature", "properties": { "label": "ARV-3DD-26", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202310", "note": "Centered near Canoga in Seneca Falls (13148) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f984ab6a-8b6b-42d7-8eca-2a74251791c5.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f984ab6a-8b6b-42d7-8eca-2a74251791c5_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202310.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.75568, 42.852319 ] } },
|
151
|
+
{ "type": "Feature", "properties": { "label": "ARV-3DD-24", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202309", "note": "Centered near Kuneytown in Seneca Falls (13148) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0c7a4569-7f34-409c-9c0f-aba5d93c4a0d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0c7a4569-7f34-409c-9c0f-aba5d93c4a0d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202309.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.759561, 42.822138 ] } },
|
152
|
+
{ "type": "Feature", "properties": { "label": "ARV-3DD-28", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202311", "note": "Centered near Canoga in Seneca Falls (13148) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/697b8f30-0f05-4a60-9b62-157599aa38ea.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/697b8f30-0f05-4a60-9b62-157599aa38ea_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202311.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.754824, 42.88393 ] } },
|
153
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-106", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202405", "note": "Centered near Lysander in Baldwinsville (13027) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a638ad72-365d-41d5-8823-d012ac969c08.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a638ad72-365d-41d5-8823-d012ac969c08_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202405.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.471299, 43.202909 ] } },
|
154
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-102", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202403", "note": "Centered near Bowens Corners in Fulton (13069) in Oswego County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b6dd413c-9394-46b0-b649-0110e280759e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b6dd413c-9394-46b0-b649-0110e280759e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202403.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.476441, 43.265479 ] } },
|
155
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-104", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202404", "note": "Centered near Floridaville in Fulton (13069) in Oswego County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/51fcb53e-069c-4486-a0ea-8bb43333eebc.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/51fcb53e-069c-4486-a0ea-8bb43333eebc_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202404.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.473834, 43.236373 ] } },
|
156
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-04", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202399", "note": "Centered near Halls Corner in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c3b4e020-b0ab-459b-b2f4-eece7dd058da.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c3b4e020-b0ab-459b-b2f4-eece7dd058da_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202399.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.277705, 42.631065 ] } },
|
157
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-10", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202402", "note": "Centered near Grout Mill in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/64dc4419-1e99-4a42-9796-3cbdc39177ac.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/64dc4419-1e99-4a42-9796-3cbdc39177ac_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202402.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.279109, 42.725389 ] } },
|
158
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-06", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202400", "note": "Centered near Como in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/14410ecd-acec-4ad0-ae8e-1985e18598eb.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/14410ecd-acec-4ad0-ae8e-1985e18598eb_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202400.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.280281, 42.662569 ] } },
|
159
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-08", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202401", "note": "Centered near Como in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6ef16f0f-91a6-4f04-a7eb-95cae8c800ae.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6ef16f0f-91a6-4f04-a7eb-95cae8c800ae_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202401.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.279009, 42.69479 ] } },
|
160
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-219", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202459", "note": "Centered near Sherlock Corners in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/72423c85-9065-47a5-85fa-7f4eb47f240c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/72423c85-9065-47a5-85fa-7f4eb47f240c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202459.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.555982, 42.892956 ] } },
|
161
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-207", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202453", "note": "Centered near North Weedsport in Weedsport (13166) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/89f4fb59-1454-4162-a078-51b4bd6a2191.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/89f4fb59-1454-4162-a078-51b4bd6a2191_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202453.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.558773, 43.078187 ] } },
|
162
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-203", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202451", "note": "Centered near Meridian in Weedsport (13166) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2dbdf8d8-e56e-4a73-b3d3-0b0693f028c5.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2dbdf8d8-e56e-4a73-b3d3-0b0693f028c5_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202451.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.55616, 43.141459 ] } },
|
163
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-211", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202455", "note": "Centered near Centerport in Weedsport (13166) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5dde9457-095f-4ae3-a4e0-4383d2c17fb8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5dde9457-095f-4ae3-a4e0-4383d2c17fb8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202455.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.565109, 43.016281 ] } },
|
164
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-215", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202457", "note": "Centered near Cold Spring in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ed94271c-85eb-4fde-b6a2-20822146a32f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ed94271c-85eb-4fde-b6a2-20822146a32f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202457.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.560166, 42.954665 ] } },
|
165
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-213", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202456", "note": "Centered near Throop in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7de438f0-24da-4768-bd8b-6b472e539c94.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7de438f0-24da-4768-bd8b-6b472e539c94_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202456.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.559602, 42.984465 ] } },
|
166
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-205", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202452", "note": "Centered near Emerson in Weedsport (13166) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/47e3885c-be1d-47d6-bccf-a6b0100e7d8d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/47e3885c-be1d-47d6-bccf-a6b0100e7d8d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202452.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.558446, 43.109888 ] } },
|
167
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-209", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202454", "note": "Centered in Weedsport (13166) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/cba9ec38-e0d7-4692-9a59-70ef7a997511.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/cba9ec38-e0d7-4692-9a59-70ef7a997511_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202454.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.563257, 43.047119 ] } },
|
168
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-217", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202458", "note": "Centered in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e297e954-ec17-4f78-90b0-f69f1d46609c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e297e954-ec17-4f78-90b0-f69f1d46609c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202458.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.558059, 42.923273 ] } },
|
169
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-288", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202496", "note": "Centered near North Sterling in Hannibal (13074) in Oswego County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/94b202ce-b3af-4d31-b9e8-ae4b5be20520.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/94b202ce-b3af-4d31-b9e8-ae4b5be20520_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202496.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.602541, 43.368497 ] } },
|
170
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-292", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202498", "note": "Centered near Southwest Oswego in Minetto (13115) in Oswego County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3745c1bf-a5e0-4c62-8868-a1975f7f2d48.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3745c1bf-a5e0-4c62-8868-a1975f7f2d48_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202498.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.604638, 43.433722 ] } },
|
171
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-44", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202504", "note": "Centered near Chipman Corners in Locke (13092) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e8215e1a-57dd-4c93-8b33-6e1baf21fed6.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e8215e1a-57dd-4c93-8b33-6e1baf21fed6_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202504.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.359307, 42.630159 ] } },
|
172
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-34", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202501", "note": "Centered near Dresserville in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2a3c195d-f15b-45f8-a7b9-a44951107d17.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2a3c195d-f15b-45f8-a7b9-a44951107d17_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202501.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.320035, 42.686115 ] } },
|
173
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-38", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202503", "note": "Centered near Summer Hill in Locke (13092) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8cf0d47f-3feb-40b3-8c4f-58c8d0bfd28d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8cf0d47f-3feb-40b3-8c4f-58c8d0bfd28d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202503.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.318353, 42.627302 ] } },
|
174
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-36", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202502", "note": "Centered near Summer Hill in Locke (13092) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/985dd060-92a2-44da-8d92-2116030e6714.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/985dd060-92a2-44da-8d92-2116030e6714_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202502.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.317887, 42.657439 ] } },
|
175
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-32", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202500", "note": "Centered near Sempronius in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/53ace446-b142-4c19-92ea-3514f26783d1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/53ace446-b142-4c19-92ea-3514f26783d1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202500.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.321788, 42.716844 ] } },
|
176
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-30", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202499", "note": "Centered near Sempronius in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/bfe60d31-4d11-46ac-9007-d66d86c6b031.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/bfe60d31-4d11-46ac-9007-d66d86c6b031_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202499.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.321749, 42.746227 ] } },
|
177
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-290", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202497", "note": "Centered near Southwest Oswego in Oswego (13126) in Oswego County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/98a07d68-3b5a-4307-a81b-badf35721725.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/98a07d68-3b5a-4307-a81b-badf35721725_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202497.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.602821, 43.400652 ] } },
|
178
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-10", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202630", "note": "Centered near Fintches Corners in Sterling (13156) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/45120f06-4232-446b-9cde-86543e4803ce.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/45120f06-4232-446b-9cde-86543e4803ce_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202630.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.637897, 43.292816 ] } },
|
179
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-06", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202628", "note": "Centered near Sterling Valley in Sterling (13156) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/aebce976-e32b-4e77-be1c-507be6d40b69.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/aebce976-e32b-4e77-be1c-507be6d40b69_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202628.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.638138, 43.354654 ] } },
|
180
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-02", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202626", "note": "Centered near Moon Beach in Sterling (13156) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8be8f2e5-aec3-4a68-8fc3-efda51cc487c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8be8f2e5-aec3-4a68-8fc3-efda51cc487c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202626.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.638802, 43.417018 ] } },
|
181
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-04", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202627", "note": "Centered near Moon Beach in Sterling (13156) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b7ce1121-e9e7-4713-9faa-7042b458e25b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b7ce1121-e9e7-4713-9faa-7042b458e25b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202627.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.636699, 43.384086 ] } },
|
182
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-08", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202629", "note": "Centered in Sterling (13156) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/99c0084b-5832-4245-aaf3-d4aec8d79211.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/99c0084b-5832-4245-aaf3-d4aec8d79211_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202629.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.638716, 43.32334 ] } },
|
183
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-38", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202670", "note": "Centered near Powers Corner in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5ba3e2b9-43c4-48e2-8347-a44ecbabf40d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5ba3e2b9-43c4-48e2-8347-a44ecbabf40d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202670.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.634458, 42.85793 ] } },
|
184
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-46", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202674", "note": "Centered near Poplar Ridge in Aurora (13026) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/576242e3-e603-4902-95aa-339192c893e7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/576242e3-e603-4902-95aa-339192c893e7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202674.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.629107, 42.734408 ] } },
|
185
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-48", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202675", "note": "Centered near Ledyard in King Ferry (13081) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c39068dc-4aaf-4111-aa57-5bf83ae2f911.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c39068dc-4aaf-4111-aa57-5bf83ae2f911_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202675.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.631035, 42.703546 ] } },
|
186
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-42", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202672", "note": "Centered near Scipioville in Aurora (13026) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/97eee83f-6b9d-4652-a614-7cb46793d808.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/97eee83f-6b9d-4652-a614-7cb46793d808_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202672.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.631662, 42.795067 ] } },
|
187
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-40", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202671", "note": "Centered near Bunker in Union Springs (13160) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/bed2ec61-0fc3-464b-8f4e-dbd2adb802ea.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/bed2ec61-0fc3-464b-8f4e-dbd2adb802ea_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202671.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.632321, 42.826295 ] } },
|
188
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-32", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202667", "note": "Centered near Fosterville in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/47548079-af0a-4f29-8d5e-57637186ae9c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/47548079-af0a-4f29-8d5e-57637186ae9c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202667.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.63867, 42.948533 ] } },
|
189
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-34", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202668", "note": "Centered near Half Acre in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/aa1340c7-1b0c-4cd3-938f-b1e4c73c511c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/aa1340c7-1b0c-4cd3-938f-b1e4c73c511c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202668.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.636809, 42.918294 ] } },
|
190
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-44", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202673", "note": "Centered near Sherwood in Aurora (13026) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a122b7dc-b5cb-4001-abf4-5e079f0478f7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a122b7dc-b5cb-4001-abf4-5e079f0478f7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202673.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.628408, 42.763069 ] } },
|
191
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-36", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202669", "note": "Centered near Oakwood in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/794aea8d-58d6-4179-984f-71ccfc070eab.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/794aea8d-58d6-4179-984f-71ccfc070eab_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202669.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.634662, 42.888616 ] } },
|
192
|
+
{ "type": "Feature", "properties": { "label": "ARO-4DD-208", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201404", "note": "Centered near Thorntons Corner in Sodus (14551) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/1408af05-ef22-4a7e-9e48-e51383274775.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/1408af05-ef22-4a7e-9e48-e51383274775_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201404.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.042296, 43.174781 ] } },
|
193
|
+
{ "type": "Feature", "properties": { "label": "ARO-4DD-200", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201400", "note": "Centered near Mud Mills in Newark (14513) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/587c7ff9-b919-449f-80fb-d70e3d59a434.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/587c7ff9-b919-449f-80fb-d70e3d59a434_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201400.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.037238, 43.051811 ] } },
|
194
|
+
{ "type": "Feature", "properties": { "label": "ARO-4DD-198", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201399", "note": "Centered near Marbletown in Newark (14513) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6d05ebe0-137d-42d1-91c8-eff22ca26552.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6d05ebe0-137d-42d1-91c8-eff22ca26552_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201399.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.038056, 43.020426 ] } },
|
195
|
+
{ "type": "Feature", "properties": { "label": "ARO-4DD-202", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201401", "note": "Centered near Mud Mills in Lyons (14489) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/dbbe756f-577e-4d0a-9219-ac8ee505def9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/dbbe756f-577e-4d0a-9219-ac8ee505def9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201401.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.038884, 43.082857 ] } },
|
196
|
+
{ "type": "Feature", "properties": { "label": "ARO-4DD-204", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201402", "note": "Centered near Fairville in Lyons (14489) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/56b5d5cd-2ff0-4551-8894-314075b8d3e5.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/56b5d5cd-2ff0-4551-8894-314075b8d3e5_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201402.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.039888, 43.113097 ] } },
|
197
|
+
{ "type": "Feature", "properties": { "label": "ARO-4DD-210", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201405", "note": "Centered near Sodus Center in Sodus (14551) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c074885f-dbc6-4b62-b302-9391baa29ed1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c074885f-dbc6-4b62-b302-9391baa29ed1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201405.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.04189, 43.205679 ] } },
|
198
|
+
{ "type": "Feature", "properties": { "label": "ARO-4DD-206", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201403", "note": "Centered near Zurich in Lyons (14489) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0f3a6240-a3dd-4a8e-b423-aaea2ab278ea.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0f3a6240-a3dd-4a8e-b423-aaea2ab278ea_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201403.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.042744, 43.145172 ] } },
|
199
|
+
{ "type": "Feature", "properties": { "label": "ARO-4DD-212", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201406", "note": "Centered in Sodus (14551) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d9941171-4317-4a98-8c2c-40435bfb382c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d9941171-4317-4a98-8c2c-40435bfb382c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201406.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.044853, 43.239125 ] } },
|
200
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-109", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201450", "note": "Centered near Pultneyville in Williamson (14589) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f252fe1d-a129-4a38-bdbe-2fb19d262373.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f252fe1d-a129-4a38-bdbe-2fb19d262373_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201450.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.198439, 43.253004 ] } },
|
201
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-105", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201448", "note": "Centered near Williamson in Marion (14505) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/10ef7994-73f3-4956-bc34-ecb0b88762c7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/10ef7994-73f3-4956-bc34-ecb0b88762c7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201448.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.196291, 43.188589 ] } },
|
202
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-11", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201451", "note": "Centered near Owls Nest in Marion (14505) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7af6f625-099a-4bfa-8289-4222ff993f9b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7af6f625-099a-4bfa-8289-4222ff993f9b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201451.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.154396, 43.158585 ] } },
|
203
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-101", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201446", "note": "Centered near Marion in Palmyra (14522) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8c4a7a4f-dfde-43f4-9e99-91c01d91f00d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8c4a7a4f-dfde-43f4-9e99-91c01d91f00d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201446.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.195823, 43.124866 ] } },
|
204
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-107", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201449", "note": "Centered in Williamson (14589) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/73b553b0-4b46-47e2-97f1-ca1400de1f83.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/73b553b0-4b46-47e2-97f1-ca1400de1f83_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201449.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.195608, 43.220155 ] } },
|
205
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-103", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201447", "note": "Centered in Marion (14505) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f17d1fc0-263e-45a3-ac0a-1b93ae8579cd.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f17d1fc0-263e-45a3-ac0a-1b93ae8579cd_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201447.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.195874, 43.158541 ] } },
|
206
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-95", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201489", "note": "Centered near Port Gibson in Clifton Springs (14432) in Ontario County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/085baf93-52a3-4cb2-9aed-0a853bb02b9f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/085baf93-52a3-4cb2-9aed-0a853bb02b9f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201489.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.178299, 43.027004 ] } },
|
207
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-97", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201490", "note": "Centered near East Palmyra in Palmyra (14522) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/18c7f4d8-59a7-4a65-9a84-58bfc0bc7592.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/18c7f4d8-59a7-4a65-9a84-58bfc0bc7592_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201490.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.177662, 43.062294 ] } },
|
208
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-9", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201488", "note": "Centered near Owls Nest in Marion (14505) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c02010ef-7fd0-4654-ad37-fca1b0a85536.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c02010ef-7fd0-4654-ad37-fca1b0a85536_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201488.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.156093, 43.188777 ] } },
|
209
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-99", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201491", "note": "Centered near East Palmyra in Palmyra (14522) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ff54bd12-6c5d-432c-bab3-6315c13c39bc.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ff54bd12-6c5d-432c-bab3-6315c13c39bc_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201491.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.178385, 43.094547 ] } },
|
210
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-05", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201584", "note": "Centered near Evans Corner in Savannah (13146) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0b13970d-5098-43f2-a5af-8d9e502a07a9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0b13970d-5098-43f2-a5af-8d9e502a07a9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201584.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.766111, 43.026433 ] } },
|
211
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-76", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201582", "note": "Centered near Angells Corner in Clyde (14433) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e5af1a8f-f284-4765-b8c2-0a582abf01ea.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e5af1a8f-f284-4765-b8c2-0a582abf01ea_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201582.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.881573, 43.041678 ] } },
|
212
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-78", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201583", "note": "Centered near Malcon in Waterloo (13165) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2a846386-6d51-41e7-b6d5-c8bd723ce38a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2a846386-6d51-41e7-b6d5-c8bd723ce38a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201583.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.883545, 43.007438 ] } },
|
213
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-68", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201578", "note": "Centered near Rose in North Rose (14516) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3011b4f2-e57e-4b65-b113-d60ff11422bd.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3011b4f2-e57e-4b65-b113-d60ff11422bd_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201578.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.880546, 43.164653 ] } },
|
214
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-70", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201579", "note": "Centered near Rose in Clyde (14433) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/04a4cc0f-59c4-490e-b165-0dbee3e6581a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/04a4cc0f-59c4-490e-b165-0dbee3e6581a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201579.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.880915, 43.13312 ] } },
|
215
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-72", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201580", "note": "Centered in Clyde (14433) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/65389d99-94b1-4b95-bed1-dec8667a01e6.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/65389d99-94b1-4b95-bed1-dec8667a01e6_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201580.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.88063, 43.10261 ] } },
|
216
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-09", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201586", "note": "Centered in Savannah (13146) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7d524f13-ad7c-41e3-a10b-877dcb325f7a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7d524f13-ad7c-41e3-a10b-877dcb325f7a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201586.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.77147, 43.089376 ] } },
|
217
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-07", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201585", "note": "Centered in Savannah (13146) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0323eaca-34e0-4728-8da0-883c2c49cf32.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0323eaca-34e0-4728-8da0-883c2c49cf32_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201585.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.769451, 43.058168 ] } },
|
218
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-74", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201581", "note": "Centered in Clyde (14433) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f3cd9ae4-c72e-4713-8dc5-e0089681e605.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f3cd9ae4-c72e-4713-8dc5-e0089681e605_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201581.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.881573, 43.069938 ] } },
|
219
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-37", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202076", "note": "Centered near Searsburg in Trumansburg (14886) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5080f31b-8a05-485d-a901-a6d5b062b6c9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5080f31b-8a05-485d-a901-a6d5b062b6c9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202076.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.716701, 42.539659 ] } },
|
220
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-30", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202074", "note": "Centered near Covert in Trumansburg (14886) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/23dd8793-d92b-4c50-8220-46ab23565d44.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/23dd8793-d92b-4c50-8220-46ab23565d44_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202074.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.66674, 42.570536 ] } },
|
221
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-39", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202077", "note": "Centered near Covert in Trumansburg (14886) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a7eb9012-2392-4c60-a041-85410f3f99a6.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a7eb9012-2392-4c60-a041-85410f3f99a6_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202077.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.71538, 42.568387 ] } },
|
222
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-28", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202073", "note": "Centered near Cold Springs in Interlaken (14847) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8b856ec6-874c-414e-8ce8-ca70e966bd25.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8b856ec6-874c-414e-8ce8-ca70e966bd25_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202073.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.66847, 42.602579 ] } },
|
223
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-45", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202080", "note": "Centered near Sheldrake in Ovid (14521) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/cd4e42a5-bfe5-4344-b946-7475e3ba6cd5.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/cd4e42a5-bfe5-4344-b946-7475e3ba6cd5_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202080.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.71759, 42.660063 ] } },
|
224
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-47", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202081", "note": "Centered near Elm Beach in Ovid (14521) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6db4837e-6212-4a41-b587-b0bbbc4722ca.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6db4837e-6212-4a41-b587-b0bbbc4722ca_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202081.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.719088, 42.692315 ] } },
|
225
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-32", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202075", "note": "Centered in Trumansburg (14886) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0fa69723-b026-4aad-8337-966f4af658c1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0fa69723-b026-4aad-8337-966f4af658c1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202075.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.662503, 42.542627 ] } },
|
226
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-41", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202078", "note": "Centered in Interlaken (14847) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ae2899eb-b821-4f04-8e06-59332a5b5239.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ae2899eb-b821-4f04-8e06-59332a5b5239_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202078.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.715039, 42.600001 ] } },
|
227
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-43", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202079", "note": "Centered in Interlaken (14847) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/407a1a12-7d22-41fe-a163-025053e2d50b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/407a1a12-7d22-41fe-a163-025053e2d50b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202079.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.715619, 42.632276 ] } },
|
228
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-13", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202210", "note": "Centered near Canoga Springs in Seneca Falls (13148) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/285d73b6-d6ac-4613-b4f5-428b9dbc3b48.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/285d73b6-d6ac-4613-b4f5-428b9dbc3b48_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202210.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.79568, 42.869736 ] } },
|
229
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-122", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202208", "note": "Centered near West Junius in Waterloo (13165) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/220b1f78-dd06-4c8d-9585-6edbde29a6f9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/220b1f78-dd06-4c8d-9585-6edbde29a6f9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202208.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.956588, 42.94274 ] } },
|
230
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-23", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202215", "note": "Centered near Marsh Corner in Romulus (14541) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/79c36cc1-ef55-42d3-83bc-e3ce4b1cc751.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/79c36cc1-ef55-42d3-83bc-e3ce4b1cc751_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202215.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.798742, 42.719792 ] } },
|
231
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-15", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202211", "note": "Centered near Kuneytown in Seneca Falls (13148) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/88eb8a88-7325-4a8c-834a-4656499e7e48.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/88eb8a88-7325-4a8c-834a-4656499e7e48_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202211.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.795732, 42.840685 ] } },
|
232
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-19", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202213", "note": "Centered near McDuffie Town in Romulus (14541) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/05fc9b1c-a341-405e-8884-ed6d5786defe.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/05fc9b1c-a341-405e-8884-ed6d5786defe_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202213.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.797305, 42.778752 ] } },
|
233
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-21", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202214", "note": "Centered near Marsh Corner in Romulus (14541) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/37c4bf1b-bc5d-41d0-b340-f388d668cb8b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/37c4bf1b-bc5d-41d0-b340-f388d668cb8b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202214.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.797057, 42.746887 ] } },
|
234
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-25", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202216", "note": "Centered near Hayt Corners in Ovid (14521) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/61f430e9-0200-43d1-ac0c-9e7eadb5f3b1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/61f430e9-0200-43d1-ac0c-9e7eadb5f3b1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202216.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.798614, 42.684458 ] } },
|
235
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-126", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202209", "note": "Centered near Thompson in Lyons (14489) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/fc13db8f-3321-4422-ada0-2d30e67ec189.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/fc13db8f-3321-4422-ada0-2d30e67ec189_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202209.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.957977, 43.006703 ] } },
|
236
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-17", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202212", "note": "Centered near Fayette in Seneca Falls (13148) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/76497867-937a-4cfc-af87-8d53dd68157e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/76497867-937a-4cfc-af87-8d53dd68157e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202212.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.796867, 42.810123 ] } },
|
237
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-99", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202254", "note": "Centered near Gilbert in Willard (14588) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2fbc3161-4f81-4be0-9444-70846ec610ac.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2fbc3161-4f81-4be0-9444-70846ec610ac_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202254.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.873648, 42.646354 ] } },
|
238
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-97", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202253", "note": "Centered near Willard in Ovid (14521) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5aa92544-feee-4675-9a16-7fd1d661a9da.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5aa92544-feee-4675-9a16-7fd1d661a9da_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202253.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.87419, 42.672549 ] } },
|
239
|
+
{ "type": "Feature", "properties": { "label": "ARV-3DD-12", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202303", "note": "Centered near Sheldrake Springs in Interlaken (14847) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4a83542a-c0f6-4f21-a516-f856a6fb1773.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4a83542a-c0f6-4f21-a516-f856a6fb1773_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202303.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.757729, 42.642156 ] } },
|
240
|
+
{ "type": "Feature", "properties": { "label": "ARV-3DD-14", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202304", "note": "Centered near Sheldrake Springs in Ovid (14521) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/71e5f89f-e7bd-4482-88c9-aaf8b0dd60ae.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/71e5f89f-e7bd-4482-88c9-aaf8b0dd60ae_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202304.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.761008, 42.670202 ] } },
|
241
|
+
{ "type": "Feature", "properties": { "label": "ARV-3DD-18", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202306", "note": "Centered near Poplar Beach in Ovid (14521) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/efde6e86-292d-43ff-a4e9-ea65120d2233.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/efde6e86-292d-43ff-a4e9-ea65120d2233_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202306.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.76273, 42.731166 ] } },
|
242
|
+
{ "type": "Feature", "properties": { "label": "ARV-3DD-16", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202305", "note": "Centered near Elm Beach in Ovid (14521) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e4b452c4-dc6c-4501-ad3c-374526c8bb9d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e4b452c4-dc6c-4501-ad3c-374526c8bb9d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202305.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.758435, 42.702758 ] } },
|
243
|
+
{ "type": "Feature", "properties": { "label": "ARV-3DD-10", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202302", "note": "Centered in Interlaken (14847) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/200d0b01-d384-4b63-bfc7-254e7eb61270.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/200d0b01-d384-4b63-bfc7-254e7eb61270_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202302.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.757116, 42.611665 ] } },
|
244
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-178", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202441", "note": "Centered near Jones Point in Weedsport (13166) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/baa15b5f-4281-49ad-8cc8-8c8c28a507c7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/baa15b5f-4281-49ad-8cc8-8c8c28a507c7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202441.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.522649, 43.098634 ] } },
|
245
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-166", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202435", "note": "Centered near Melrose Park in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/785d69ff-df9b-4414-8bb8-194aca70ac43.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/785d69ff-df9b-4414-8bb8-194aca70ac43_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202435.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.523781, 42.908766 ] } },
|
246
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-164", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202434", "note": "Centered near Highland Beach in Owasco (13130) in County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/1b56df87-68d1-4610-9d51-29b802cc9c05.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/1b56df87-68d1-4610-9d51-29b802cc9c05_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202434.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.522811, 42.877441 ] } },
|
247
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-176", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202440", "note": "Centered near North Weedsport in Weedsport (13166) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/21d449b2-6df2-4840-ad71-a4cc32ea6d5c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/21d449b2-6df2-4840-ad71-a4cc32ea6d5c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202440.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.524087, 43.067483 ] } },
|
248
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-168", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202436", "note": "Centered near Petty Corner in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b57f4bfa-66b8-448d-8877-959c11fbfffc.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b57f4bfa-66b8-448d-8877-959c11fbfffc_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202436.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.523964, 42.940603 ] } },
|
249
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-162", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202433", "note": "Centered near Wyckoff in Owasco (13130) in County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/08580df6-c0ad-43fd-9f76-8994b56357d2.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/08580df6-c0ad-43fd-9f76-8994b56357d2_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202433.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.522812, 42.844865 ] } },
|
250
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-170", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202437", "note": "Centered near Sennett in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/bd53f6d5-4d4f-4454-ac52-97cb8fd435ef.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/bd53f6d5-4d4f-4454-ac52-97cb8fd435ef_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202437.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.522955, 42.972896 ] } },
|
251
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-172", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202438", "note": "Centered near Sennett in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/daebcb21-2bbd-4ca6-90c3-7b45295d610b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/daebcb21-2bbd-4ca6-90c3-7b45295d610b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202438.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.522342, 43.004979 ] } },
|
252
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-174", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202439", "note": "Centered in Weedsport (13166) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/40136eeb-061d-4172-9492-ed2682cc3774.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/40136eeb-061d-4172-9492-ed2682cc3774_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202439.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.521706, 43.036119 ] } },
|
253
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-258", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202479", "note": "Centered near Shumaker Crossing in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5e4dbbff-3886-44cf-8b7c-c309b956bc42.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5e4dbbff-3886-44cf-8b7c-c309b956bc42_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202479.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.600319, 42.89229 ] } },
|
254
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-26", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202480", "note": "Centered near Gregory Landing in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7a803ccf-1d6d-4537-8d85-1f4da5ec5110.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7a803ccf-1d6d-4537-8d85-1f4da5ec5110_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202480.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.324783, 42.805869 ] } },
|
255
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-266", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202484", "note": "Centered near Centerport in Port Byron (13140) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/da90ecda-7a22-48de-b480-d52e00df9d82.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/da90ecda-7a22-48de-b480-d52e00df9d82_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202484.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.598611, 43.019315 ] } },
|
256
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-262", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202482", "note": "Centered near Cold Spring in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/08480379-b7db-4c00-a47b-ca2633a0c129.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/08480379-b7db-4c00-a47b-ca2633a0c129_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202482.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.598503, 42.954796 ] } },
|
257
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-268", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202485", "note": "Centered near Centerport in Port Byron (13140) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5d93bee4-93a4-44a3-b704-fa2aae9ae86d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5d93bee4-93a4-44a3-b704-fa2aae9ae86d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202485.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.599732, 43.050447 ] } },
|
258
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-260", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202481", "note": "Centered near Half Acre in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f656df83-9d4e-48fd-ab70-498d2916d8e0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f656df83-9d4e-48fd-ab70-498d2916d8e0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202481.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.598774, 42.923048 ] } },
|
259
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-256", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202478", "note": "Centered near Mapleton in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6c917701-dcb3-4f66-8bf0-0c017e2de584.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6c917701-dcb3-4f66-8bf0-0c017e2de584_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202478.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.600616, 42.861527 ] } },
|
260
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-264", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202483", "note": "Centered near Throopsville in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0a190fd8-79c1-4617-8dde-9bc1d98ff29a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0a190fd8-79c1-4617-8dde-9bc1d98ff29a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202483.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.598871, 42.987131 ] } },
|
261
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-270", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202486", "note": "Centered near Emerson in Port Byron (13140) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8c2cd390-1453-46be-b239-701df64dff4e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8c2cd390-1453-46be-b239-701df64dff4e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202486.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.600091, 43.082347 ] } },
|
262
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-91", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202525", "note": "Centered near Southeast Owasco in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2b172e35-f82e-409c-b241-7a8341cda048.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2b172e35-f82e-409c-b241-7a8341cda048_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202525.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.442266, 42.767633 ] } },
|
263
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-97", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202528", "note": "Centered near Owasco in Skaneateles (13152) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4c7fa776-fa8b-4293-8c9b-4c46518415bc.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4c7fa776-fa8b-4293-8c9b-4c46518415bc_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202528.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.437183, 42.863349 ] } },
|
264
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-89", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202524", "note": "Centered near Owasco Hill in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4aa242f5-31e2-452f-b751-efa502809a11.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4aa242f5-31e2-452f-b751-efa502809a11_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202524.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.439515, 42.735407 ] } },
|
265
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-87", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202523", "note": "Centered near Moravia in Locke (13092) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7cb9b76d-a45b-44eb-a61c-ad79162e7e51.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7cb9b76d-a45b-44eb-a61c-ad79162e7e51_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202523.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.437518, 42.704138 ] } },
|
266
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-93", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202526", "note": "Centered near Omro in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/bcb134e6-0831-45e0-9300-06786aaa02d0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/bcb134e6-0831-45e0-9300-06786aaa02d0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202526.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.440632, 42.799457 ] } },
|
267
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-95", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202527", "note": "Centered near Niles in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c671b065-265e-48c7-ab34-5a8555f4ddcc.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c671b065-265e-48c7-ab34-5a8555f4ddcc_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202527.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.440279, 42.831453 ] } },
|
268
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-24", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202663", "note": "Centered near Mosquito Point in Port Byron (13140) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7d84537b-4f96-42c7-99dc-b7930a01fed0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7d84537b-4f96-42c7-99dc-b7930a01fed0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202663.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.638082, 43.074922 ] } },
|
269
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-26", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202664", "note": "Centered near North Port Byron in Port Byron (13140) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/23caf374-a7cd-4387-9345-87e5a221a6ea.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/23caf374-a7cd-4387-9345-87e5a221a6ea_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202664.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.636958, 43.04405 ] } },
|
270
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-22", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202662", "note": "Centered near Conquest in Port Byron (13140) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9f46c858-edec-467b-8b03-a0e16dc69e04.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9f46c858-edec-467b-8b03-a0e16dc69e04_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202662.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.638429, 43.105048 ] } },
|
271
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-30", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202666", "note": "Centered near Throopsville in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/1c459966-fa13-4312-bc18-59f1dadfa80d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/1c459966-fa13-4312-bc18-59f1dadfa80d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202666.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.638444, 42.980026 ] } },
|
272
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-20", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202661", "note": "Centered near Conquest in Cato (13033) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d45a003f-8bd3-44be-ba28-2784b5cbe885.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d45a003f-8bd3-44be-ba28-2784b5cbe885_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202661.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.638824, 43.138462 ] } },
|
273
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-16", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202659", "note": "Centered near Victory in Cato (13033) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e5a371bd-010d-4a0b-913c-94e702bed2a3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e5a371bd-010d-4a0b-913c-94e702bed2a3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202659.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.636597, 43.198858 ] } },
|
274
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-18", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202660", "note": "Centered near Victory in Cato (13033) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ce8febcf-1ec5-40c7-865a-b9dc912bf45d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ce8febcf-1ec5-40c7-865a-b9dc912bf45d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202660.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.636803, 43.168732 ] } },
|
275
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-28", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202665", "note": "Centered in Port Byron (13140) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/36a5373f-5eab-4d81-8c4c-efc35df557cb.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/36a5373f-5eab-4d81-8c4c-efc35df557cb_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202665.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.636245, 43.011502 ] } },
|
276
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-151", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202658", "note": null, "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a8359568-9161-45bb-bce1-dcbaca40c91a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a8359568-9161-45bb-bce1-dcbaca40c91a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202658.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.71263, 42.693824 ] } },
|
277
|
+
{ "type": "Feature", "properties": { "label": "ARO-3DD-46", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201311", "note": "Centered near Mud Mills in Newark (14513) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/dc9a1b67-01c5-48d4-a108-53df706438a4.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/dc9a1b67-01c5-48d4-a108-53df706438a4_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201311.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.059002, 43.077071 ] } },
|
278
|
+
{ "type": "Feature", "properties": { "label": "ARO-3DD-44", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201310", "note": "Centered near Marbletown in Newark (14513) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a813dc1c-5eb9-4033-bd48-023775745fde.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a813dc1c-5eb9-4033-bd48-023775745fde_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201310.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.05777, 43.045563 ] } },
|
279
|
+
{ "type": "Feature", "properties": { "label": "ARO-3DD-48", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201312", "note": "Centered near Fairville in Newark (14513) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a8d8b502-a5d1-4e9d-a540-166c5af18c35.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a8d8b502-a5d1-4e9d-a540-166c5af18c35_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201312.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.059432, 43.108067 ] } },
|
280
|
+
{ "type": "Feature", "properties": { "label": "ARO-3DD-42", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201309", "note": "Centered near Marbletown in Newark (14513) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/96213657-3bf9-4a97-839d-ba8c703f1e87.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/96213657-3bf9-4a97-839d-ba8c703f1e87_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201309.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.05942, 43.015047 ] } },
|
281
|
+
{ "type": "Feature", "properties": { "label": "ARO-3DD-50", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201313", "note": "Centered near Zurich in Lyons (14489) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b78b0d89-20c6-4fa6-bbee-b7b2302ccc15.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b78b0d89-20c6-4fa6-bbee-b7b2302ccc15_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201313.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.06379, 43.136086 ] } },
|
282
|
+
{ "type": "Feature", "properties": { "label": "ARO-3DD-52", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201314", "note": "Centered near Zurich in Sodus (14551) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a869b171-4f16-4933-a995-6dd397473f14.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a869b171-4f16-4933-a995-6dd397473f14_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201314.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.073084, 43.165366 ] } },
|
283
|
+
{ "type": "Feature", "properties": { "label": "ARO-3DD-54", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201315", "note": "Centered near Joy in Sodus (14551) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/bcb40035-30f8-44a2-9898-1a6a41d2a447.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/bcb40035-30f8-44a2-9898-1a6a41d2a447_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201315.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.083656, 43.193045 ] } },
|
284
|
+
{ "type": "Feature", "properties": { "label": "ARO-3DD-56", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201316", "note": "Centered in Sodus (14551) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0ef39988-fb58-47e3-923d-db07e62675f6.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0ef39988-fb58-47e3-923d-db07e62675f6_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201316.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.084673, 43.222943 ] } },
|
285
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-3", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201483", "note": "Centered near Holland Cove in Williamson (14589) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d715457b-cbb1-44b5-a5ab-1ebe1a47aac7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d715457b-cbb1-44b5-a5ab-1ebe1a47aac7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201483.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.152837, 43.283109 ] } },
|
286
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-7", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201487", "note": "Centered near East Williamson in Williamson (14589) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/bd5b8448-a493-42ee-9428-75ecdd6cfdd4.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/bd5b8448-a493-42ee-9428-75ecdd6cfdd4_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201487.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.15515, 43.222246 ] } },
|
287
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-228", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201479", "note": "Centered near Cator Corners in Macedon (14502) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/bffbb6f9-5805-464d-b0d3-bdee6021d8db.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/bffbb6f9-5805-464d-b0d3-bdee6021d8db_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201479.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.305849, 43.088953 ] } },
|
288
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-5", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201486", "note": "Centered near East Williamson in Williamson (14589) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9b7cbfc6-c318-4369-8d34-3138eb7e6bc7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9b7cbfc6-c318-4369-8d34-3138eb7e6bc7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201486.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.151575, 43.253313 ] } },
|
289
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-302", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201485", "note": "Centered near Macedon Center in Macedon (14502) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/00211e2c-5a6a-4ca8-938c-71440205f0b2.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/00211e2c-5a6a-4ca8-938c-71440205f0b2_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201485.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.347709, 43.101991 ] } },
|
290
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-300", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201484", "note": "Centered near Wayneport in Macedon (14502) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e5029c1f-cfdb-48a1-b3cc-842f9f873e7e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e5029c1f-cfdb-48a1-b3cc-842f9f873e7e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201484.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.348065, 43.069681 ] } },
|
291
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-298", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201482", "note": "Centered near Farmington in Macedon (14502) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/40391f17-0bf0-4bb9-8227-6a943955341c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/40391f17-0bf0-4bb9-8227-6a943955341c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201482.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.348265, 43.039237 ] } },
|
292
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-232", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201481", "note": "Centered in Farmington (14425) in Ontario County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/508dc810-2f7b-4278-8fa1-a55b33343320.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/508dc810-2f7b-4278-8fa1-a55b33343320_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201481.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.306613, 43.029316 ] } },
|
293
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-230", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201480", "note": "Centered in Macedon (14502) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ef2b28e1-d37d-49fc-97d0-b8b38b68bc42.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ef2b28e1-d37d-49fc-97d0-b8b38b68bc42_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201480.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.304965, 43.059631 ] } },
|
294
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-60", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201574", "note": "Centered near East Bay Park in Wolcott (14590) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e301dc34-7b54-4fbd-b1d7-d853392163c9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e301dc34-7b54-4fbd-b1d7-d853392163c9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201574.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.877847, 43.288996 ] } },
|
295
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-54", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201572", "note": "Centered near Desbrough Park in Wolcott (14590) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6b517af9-c693-44ea-91f7-c3d58709c704.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6b517af9-c693-44ea-91f7-c3d58709c704_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201572.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.839688, 43.274595 ] } },
|
296
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-48", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201569", "note": "Centered near West Butler in North Rose (14516) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f1cd1ac5-f14c-4de6-9c0a-2df77d6f45c9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f1cd1ac5-f14c-4de6-9c0a-2df77d6f45c9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201569.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.837987, 43.180896 ] } },
|
297
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-56", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201573", "note": "Centered near Desbrough Park in Wolcott (14590) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e1cd4780-a037-4b13-8136-19ae4d4103df.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e1cd4780-a037-4b13-8136-19ae4d4103df_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201573.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.83931, 43.304377 ] } },
|
298
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-62", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201575", "note": "Centered near North Huron in Wolcott (14590) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/88b343b3-9653-408d-abea-74e56aaa4479.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/88b343b3-9653-408d-abea-74e56aaa4479_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201575.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.875871, 43.257307 ] } },
|
299
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-52", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201571", "note": "Centered near Rice Mill in Wolcott (14590) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/83df65fc-0b69-4ec0-a723-bf33a1a28d90.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/83df65fc-0b69-4ec0-a723-bf33a1a28d90_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201571.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.842117, 43.244245 ] } },
|
300
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-64", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201576", "note": "Centered near Huron in Wolcott (14590) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/704894a2-7eac-4221-a328-e2436c0827a6.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/704894a2-7eac-4221-a328-e2436c0827a6_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201576.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.876427, 43.226382 ] } },
|
301
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-66", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201577", "note": "Centered in North Rose (14516) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4c92a3fa-86d6-464a-a878-cf09dc260df6.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4c92a3fa-86d6-464a-a878-cf09dc260df6_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201577.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.880447, 43.19408 ] } },
|
302
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-50", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201570", "note": "Centered in Wolcott (14590) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/25a20881-7d6b-4a18-94cb-421bdafdb2e6.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/25a20881-7d6b-4a18-94cb-421bdafdb2e6_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201570.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.842922, 43.212827 ] } },
|
303
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-73", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201615", "note": "Centered near East Bay Park in Wolcott (14590) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/1602d933-3f3b-4d5a-b63b-6f8a8d182b83.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/1602d933-3f3b-4d5a-b63b-6f8a8d182b83_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201615.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.915795, 43.284473 ] } },
|
304
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-71", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201614", "note": "Centered near Lummisville in Wolcott (14590) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/272ece07-0613-4831-8dce-305a9b90894e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/272ece07-0613-4831-8dce-305a9b90894e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201614.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.915223, 43.253497 ] } },
|
305
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-16", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202071", "note": "Centered near Osgood Landing in Trumansburg (14886) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2ffb6577-d65e-441a-98f8-b2db902bd84a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2ffb6577-d65e-441a-98f8-b2db902bd84a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202071.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.645346, 42.581724 ] } },
|
306
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-124", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202067", "note": "Centered near Stone Church Corner in Waterloo (13165) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d06d84c3-cc35-43d3-b341-73451ab28274.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d06d84c3-cc35-43d3-b341-73451ab28274_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202067.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.911449, 42.944835 ] } },
|
307
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-14", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202070", "note": "Centered near Halseyville in Trumansburg (14886) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/09b4ece6-e7f9-49e9-af9f-d2785f6c775c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/09b4ece6-e7f9-49e9-af9f-d2785f6c775c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202070.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.643577, 42.546349 ] } },
|
308
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-122", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202066", "note": "Centered near Packwood Corners in Waterloo (13165) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e34846f4-cb89-4f09-8be7-329504997481.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e34846f4-cb89-4f09-8be7-329504997481_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202066.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.910654, 42.910378 ] } },
|
309
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-118", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202064", "note": "Centered near Rose Hill in Geneva (14456) in Ontario County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/33fd896d-1b25-42d6-a94b-60272b42dfc4.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/33fd896d-1b25-42d6-a94b-60272b42dfc4_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202064.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.91335, 42.842194 ] } },
|
310
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-120", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202065", "note": "Centered near East Geneva in Waterloo (13165) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/76195739-3564-47f0-93e6-6e337a6f1d00.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/76195739-3564-47f0-93e6-6e337a6f1d00_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202065.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.914634, 42.875464 ] } },
|
311
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-128", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202069", "note": "Centered near Marengo in Clyde (14433) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5b2c8e08-019f-4fcb-9f54-6446672accf9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5b2c8e08-019f-4fcb-9f54-6446672accf9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202069.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.910299, 43.009939 ] } },
|
312
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-26", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202072", "note": "Centered near Interlaken Beach in Interlaken (14847) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/fd478230-2f93-4b39-9e75-4f45c095c97e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/fd478230-2f93-4b39-9e75-4f45c095c97e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202072.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.671729, 42.628286 ] } },
|
313
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-126", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202068", "note": "Centered near Dublin in Waterloo (13165) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c29b4200-4f34-4a74-b2ce-c76306bd54e0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c29b4200-4f34-4a74-b2ce-c76306bd54e0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202068.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.911082, 42.975772 ] } },
|
314
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-120", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202207", "note": "Centered near Dobbins Corner in Geneva (14456) in Ontario County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9ac118ae-91f8-4e25-918a-dbdb1188241f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9ac118ae-91f8-4e25-918a-dbdb1188241f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202207.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.955288, 42.911714 ] } },
|
315
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-114", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202204", "note": "Centered near Teall Beach in Geneva (14456) in Ontario County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/1a62b1aa-7594-4323-bfd8-a765df445ca2.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/1a62b1aa-7594-4323-bfd8-a765df445ca2_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202204.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.956602, 42.821834 ] } },
|
316
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-116", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202205", "note": "Centered near Pastime Park in Geneva (14456) in Ontario County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5b1e45fc-592b-4eef-803a-6ce6eb0c26e1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5b1e45fc-592b-4eef-803a-6ce6eb0c26e1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202205.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.956168, 42.848423 ] } },
|
317
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-118", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202206", "note": "Centered near Border City in Geneva (14456) in Ontario County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/df7821d7-19c2-489b-89ce-df7a160bf373.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/df7821d7-19c2-489b-89ce-df7a160bf373_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202206.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.955529, 42.879014 ] } },
|
318
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-101", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202199", "note": "Centered near Lamoreaux Landing in Lodi (14860) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/64b3546a-c786-4682-ba27-d5aa89ae42ee.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/64b3546a-c786-4682-ba27-d5aa89ae42ee_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202199.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.874061, 42.61129 ] } },
|
319
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-103", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202200", "note": "Centered near Lamoreaux Landing in Lodi (14860) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/265530bb-a464-4c84-a30a-d5cdcbce529b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/265530bb-a464-4c84-a30a-d5cdcbce529b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202200.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.874637, 42.581284 ] } },
|
320
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-112", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202203", "note": "Centered near Billsboro in Bellona (14415) in Yates County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3da33c11-147a-4cb0-b9dc-b008468095be.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3da33c11-147a-4cb0-b9dc-b008468095be_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202203.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.956183, 42.787965 ] } },
|
321
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-105", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202201", "note": "Centered near Caywood in Lodi (14860) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f9b7d5dc-7707-4523-b82a-c3386352d298.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f9b7d5dc-7707-4523-b82a-c3386352d298_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202201.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.873745, 42.551059 ] } },
|
322
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-11", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202202", "note": "Centered in Seneca Falls (13148) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/613a22ff-a2ae-4227-8f5c-bdf50f712db2.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/613a22ff-a2ae-4227-8f5c-bdf50f712db2_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202202.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.794155, 42.894856 ] } },
|
323
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-9", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202249", "note": "Centered near Lehigh Valley Junction in Seneca Falls (13148) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/72903428-b00f-4db7-a835-e1cfd067ba9f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/72903428-b00f-4db7-a835-e1cfd067ba9f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202249.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.793692, 42.932998 ] } },
|
324
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-83", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202245", "note": "Centered near Parr Harbor in Waterloo (13165) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4d003d9d-d6fb-4f22-9287-c1ddefb1ac68.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4d003d9d-d6fb-4f22-9287-c1ddefb1ac68_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202245.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.876562, 42.89748 ] } },
|
325
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-81", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202244", "note": "Centered near Parr Harbor in Waterloo (13165) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/833f04d8-d444-4505-bdc7-19d27ce13a33.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/833f04d8-d444-4505-bdc7-19d27ce13a33_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202244.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.876113, 42.923502 ] } },
|
326
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-85", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202246", "note": "Centered near Rose Hill in Waterloo (13165) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a99ab6d2-59cb-4eb5-8b2d-5b697a69e663.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a99ab6d2-59cb-4eb5-8b2d-5b697a69e663_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202246.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.8753, 42.863886 ] } },
|
327
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-87", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202247", "note": "Centered near MacDougall in Waterloo (13165) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3534704e-156b-4d50-8e9e-d9b328b3cc65.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3534704e-156b-4d50-8e9e-d9b328b3cc65_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202247.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.875056, 42.831544 ] } },
|
328
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-89", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202248", "note": "Centered near MacDougall in Romulus (14541) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/821b308b-35ee-4323-95d6-a9c8b081b2de.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/821b308b-35ee-4323-95d6-a9c8b081b2de_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202248.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.875309, 42.799384 ] } },
|
329
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-91", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202250", "note": "Centered near Kendaia in Romulus (14541) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6b4dfae0-14ab-4c6d-8b78-a656ea2f94ce.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6b4dfae0-14ab-4c6d-8b78-a656ea2f94ce_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202250.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.876284, 42.766482 ] } },
|
330
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-95", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202252", "note": "Centered near Willard in Ovid (14521) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/37218ef4-1b35-48b7-8d03-ba372949b814.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/37218ef4-1b35-48b7-8d03-ba372949b814_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202252.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.87405, 42.708509 ] } },
|
331
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-93", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202251", "note": "Centered near Kendaia in Ovid (14521) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/81410fe8-6508-467c-bd90-de0b061558dd.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/81410fe8-6508-467c-bd90-de0b061558dd_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202251.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.875896, 42.737394 ] } },
|
332
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-156", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202430", "note": "Centered near Stewart Corners in Scipio Center (13147) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/1caee93a-cd72-4618-8bb8-44e86d2b1d94.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/1caee93a-cd72-4618-8bb8-44e86d2b1d94_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202430.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.51864, 42.752519 ] } },
|
333
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-154", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202429", "note": "Centered near Stewart Corners in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/dbbe4cbd-5fb8-490b-ad7c-5a1e2870dde9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/dbbe4cbd-5fb8-490b-ad7c-5a1e2870dde9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202429.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.517478, 42.719422 ] } },
|
334
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-152", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202428", "note": "Centered near East Venice in Genoa (13071) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b6ff36a9-2c80-42f6-9b44-90f0ace1da72.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b6ff36a9-2c80-42f6-9b44-90f0ace1da72_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202428.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.517996, 42.689532 ] } },
|
335
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-148", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202426", "note": "Centered near North Lansing in Locke (13092) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/eab55796-ca05-4e52-b2b4-66675f60922e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/eab55796-ca05-4e52-b2b4-66675f60922e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202426.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.518941, 42.625998 ] } },
|
336
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-140", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202424", "note": "Centered near Pine Hollow in Locke (13092) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/580f07dc-5ab7-455f-9a43-732cd47e497c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/580f07dc-5ab7-455f-9a43-732cd47e497c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202424.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.478539, 42.670723 ] } },
|
337
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-158", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202431", "note": "Centered near Casowasco in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/97a56452-5837-4b3e-8c9a-1da087ae7abf.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/97a56452-5837-4b3e-8c9a-1da087ae7abf_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202431.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.520614, 42.782297 ] } },
|
338
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-150", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202427", "note": "Centered near East Genoa in Genoa (13071) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9af088be-f86d-4d76-8f2e-068637ed09a3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9af088be-f86d-4d76-8f2e-068637ed09a3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202427.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.518649, 42.657855 ] } },
|
339
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-142", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202425", "note": "Centered near Goosetree in Locke (13092) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/681f32ca-d390-4335-8116-fdde161610ea.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/681f32ca-d390-4335-8116-fdde161610ea_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202425.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.478626, 42.639506 ] } },
|
340
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-160", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202432", "note": "Centered near Elmwood in Owasco (13130) in County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8e8c8f0d-3a02-4558-b6d4-86d0a3003324.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8e8c8f0d-3a02-4558-b6d4-86d0a3003324_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202432.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.5225, 42.830188 ] } },
|
341
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-24", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202469", "note": "Centered near Pine Grove in Skaneateles (13152) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b089d463-f47d-46e1-b13c-852e9183c214.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b089d463-f47d-46e1-b13c-852e9183c214_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202469.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.325596, 42.833616 ] } },
|
342
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-244", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202472", "note": "Centered near Weekes Corner in King Ferry (13081) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/34567efb-6427-41ad-962f-5b5991753d42.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/34567efb-6427-41ad-962f-5b5991753d42_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202472.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.600252, 42.672789 ] } },
|
343
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-252", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202476", "note": "Centered near Merrifield in Scipio Center (13147) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2ebecf76-97d6-493d-a06a-eaed05bbde20.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2ebecf76-97d6-493d-a06a-eaed05bbde20_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202476.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.599479, 42.797181 ] } },
|
344
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-254", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202477", "note": "Centered near Mapleton in Union Springs (13160) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/78bdccc8-9936-4f89-bd4e-beae551a3957.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/78bdccc8-9936-4f89-bd4e-beae551a3957_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202477.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.599667, 42.830212 ] } },
|
345
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-241", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202470", "note": "Centered near Belltown in King Ferry (13081) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2227a289-384d-44f7-bb7e-5b180923ee37.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2227a289-384d-44f7-bb7e-5b180923ee37_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202470.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.600441, 42.628598 ] } },
|
346
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-242", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202471", "note": "Centered near Belltown in King Ferry (13081) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8070de08-e054-49cb-a480-e7842693e582.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8070de08-e054-49cb-a480-e7842693e582_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202471.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.600815, 42.643209 ] } },
|
347
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-248", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202474", "note": "Centered near Poplar Ridge in Aurora (13026) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/57f19c7e-db57-40c3-90fd-ec7b5f3f9439.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/57f19c7e-db57-40c3-90fd-ec7b5f3f9439_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202474.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.599066, 42.736045 ] } },
|
348
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-250", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202475", "note": "Centered near Sherwood in Scipio Center (13147) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d5bbbd5b-9d04-437a-99c8-85ebce833c5b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d5bbbd5b-9d04-437a-99c8-85ebce833c5b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202475.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.599032, 42.766909 ] } },
|
349
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-246", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202473", "note": "Centered near Ledyard in King Ferry (13081) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/fcfd969d-43e3-4475-8dd0-5a0775192d85.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/fcfd969d-43e3-4475-8dd0-5a0775192d85_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202473.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.599417, 42.70464 ] } },
|
350
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-66", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202514", "note": "Centered near Globe Hotel Corners in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3d02e2f4-6310-43f4-a968-763c876715c5.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3d02e2f4-6310-43f4-a968-763c876715c5_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202514.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.403025, 42.80824 ] } },
|
351
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-68", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202515", "note": "Centered near Globe Hotel Corners in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/de7e6ce4-1d6e-4968-b3ca-eeaf73c23f76.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/de7e6ce4-1d6e-4968-b3ca-eeaf73c23f76_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202515.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.403042, 42.77741 ] } },
|
352
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-74", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202518", "note": "Centered near Toll Gate Corners in Locke (13092) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/de6dfe16-4bcb-43c4-b482-00ac2f1b54ed.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/de6dfe16-4bcb-43c4-b482-00ac2f1b54ed_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202518.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.399329, 42.683547 ] } },
|
353
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-76", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202519", "note": "Centered near Chipman Corners in Locke (13092) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/fb20b207-36a2-4a27-8467-40d3c36139f2.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/fb20b207-36a2-4a27-8467-40d3c36139f2_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202519.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.397045, 42.653007 ] } },
|
354
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-70", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202516", "note": "Centered near Wilson Corners in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/fddb3790-d68b-46f6-a11d-9068310f626a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/fddb3790-d68b-46f6-a11d-9068310f626a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202516.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.402703, 42.746584 ] } },
|
355
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-78", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202520", "note": "Centered near Chipman Corners in Locke (13092) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/1ceaa459-0077-4113-bf37-84eab10021bc.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/1ceaa459-0077-4113-bf37-84eab10021bc_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202520.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.394369, 42.620712 ] } },
|
356
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-72", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202517", "note": "Centered near Montville in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c0d56f72-6503-45c7-beca-970f35ae70d1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c0d56f72-6503-45c7-beca-970f35ae70d1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202517.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.401075, 42.713752 ] } },
|
357
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-85", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202522", "note": "Centered in Locke (13092) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/057c78dc-49e4-4b1f-b7a5-e65b4442d274.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/057c78dc-49e4-4b1f-b7a5-e65b4442d274_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202522.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.437151, 42.672392 ] } },
|
358
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-83", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202521", "note": "Centered in Locke (13092) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/038de2dd-b5ed-43ed-b346-38a2d337516a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/038de2dd-b5ed-43ed-b346-38a2d337516a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202521.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.436064, 42.640951 ] } },
|
359
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-143", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202654", "note": "Centered near Farleys in Union Springs (13160) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f634134a-109f-44d6-9c62-82c0ff820d39.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f634134a-109f-44d6-9c62-82c0ff820d39_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202654.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.708945, 42.81468 ] } },
|
360
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-14", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202652", "note": "Centered near North Victory in Martville (13111) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3dce76f9-f3bb-47d2-b2d5-f9b2f2d3816a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3dce76f9-f3bb-47d2-b2d5-f9b2f2d3816a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202652.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.639051, 43.230129 ] } },
|
361
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-149", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202657", "note": "Centered near Willets in Aurora (13026) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4f0142a9-7caf-4950-bdba-3d6611395914.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4f0142a9-7caf-4950-bdba-3d6611395914_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202657.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.712508, 42.72412 ] } },
|
362
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-135", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202649", "note": "Centered near Mud Lock in Cayuga (13034) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/39290904-efb5-449d-9f29-144f7e4a9732.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/39290904-efb5-449d-9f29-144f7e4a9732_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202649.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.711989, 42.938271 ] } },
|
363
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-139", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202651", "note": "Centered near Cayuga Junction in Cayuga (13034) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/66a2244c-e522-4b8f-94f3-34c71e0e8577.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/66a2244c-e522-4b8f-94f3-34c71e0e8577_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202651.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.709319, 42.876278 ] } },
|
364
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-145", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202655", "note": "Centered near Levanna in Aurora (13026) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/278b0abe-674a-4d2c-a86d-2516cbae26fc.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/278b0abe-674a-4d2c-a86d-2516cbae26fc_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202655.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.709212, 42.783819 ] } },
|
365
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-141", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202653", "note": "Centered in Union Springs (13160) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2d221cb8-7afb-4a26-a2cf-8c9198a6585c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2d221cb8-7afb-4a26-a2cf-8c9198a6585c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202653.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.708302, 42.846333 ] } },
|
366
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-147", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202656", "note": "Centered in Aurora (13026) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/73fdf2e8-e5e3-4eba-a480-cd7c26ea790f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/73fdf2e8-e5e3-4eba-a480-cd7c26ea790f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202656.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.711111, 42.754412 ] } },
|
367
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-137", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202650", "note": "Centered in Cayuga (13034) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/31f264fe-6756-419c-9fd8-6af5c1f59a3a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/31f264fe-6756-419c-9fd8-6af5c1f59a3a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202650.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.711338, 42.907785 ] } },
|
368
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-98", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202699", "note": "Centered near North Victory in Red Creek (13143) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/993a241d-a7d9-47b9-a438-f22e6153725d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/993a241d-a7d9-47b9-a438-f22e6153725d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202699.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.678512, 43.244786 ] } },
|
369
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-92", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202696", "note": "Centered near Spring Lake in Port Byron (13140) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5b98ce8c-6ef1-4b3f-bed7-4d0ee5541323.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5b98ce8c-6ef1-4b3f-bed7-4d0ee5541323_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202696.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.680159, 43.149165 ] } },
|
370
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-90", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202695", "note": "Centered near Spring Lake in Port Byron (13140) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6203d953-a11c-47d3-8e95-863221049566.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6203d953-a11c-47d3-8e95-863221049566_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202695.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.678454, 43.115992 ] } },
|
371
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-96", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202698", "note": "Centered near Victory in Red Creek (13143) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d6a7c1bf-0426-4ade-b2f1-3469e71b759b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d6a7c1bf-0426-4ade-b2f1-3469e71b759b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202698.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.678519, 43.212583 ] } },
|
372
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-88", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202694", "note": "Centered near Howland in Port Byron (13140) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2dbdd54a-47f0-4b8a-b880-0b4b3c73419f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2dbdd54a-47f0-4b8a-b880-0b4b3c73419f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202694.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.675244, 43.084293 ] } },
|
373
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-94", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202697", "note": "Centered near Victory in Cato (13033) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4cef0511-cbf0-4cd1-876b-a084ce4d4a5b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4cef0511-cbf0-4cd1-876b-a084ce4d4a5b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202697.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.680462, 43.1797 ] } },
|
374
|
+
{ "type": "Feature", "properties": { "label": "ARO-1DD-4", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201113", "note": "Centered near Sunset View in Sodus Point (14555) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/09b81876-f5e1-4b32-a40c-67623c7cc2c4.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/09b81876-f5e1-4b32-a40c-67623c7cc2c4_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201113.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.946795, 43.244782 ] } },
|
375
|
+
{ "type": "Feature", "properties": { "label": "ARO-1DD-2", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201112", "note": "Centered near Lake Bluff in Sodus Point (14555) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/39324233-f435-421b-80e1-ce8bb7808f6b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/39324233-f435-421b-80e1-ce8bb7808f6b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201112.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.948101, 43.274905 ] } },
|
376
|
+
{ "type": "Feature", "properties": { "label": "ARO-1DD-16", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201110", "note": "Centered near Lock Berlin in Lyons (14489) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/233d91d5-6d97-4267-b00b-8ec620b82833.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/233d91d5-6d97-4267-b00b-8ec620b82833_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201110.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.952381, 43.054547 ] } },
|
377
|
+
{ "type": "Feature", "properties": { "label": "ARO-1DD-8", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201115", "note": "Centered near York in North Rose (14516) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c555bfb5-bcac-418c-893b-5e50bc999844.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c555bfb5-bcac-418c-893b-5e50bc999844_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201115.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.951179, 43.181147 ] } },
|
378
|
+
{ "type": "Feature", "properties": { "label": "ARO-1DD-95", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201116", "note": "Centered near Alloway in Lyons (14489) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/69d2cda6-6931-4384-a672-1e77c5a64d47.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/69d2cda6-6931-4384-a672-1e77c5a64d47_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201116.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.995555, 43.027582 ] } },
|
379
|
+
{ "type": "Feature", "properties": { "label": "ARO-1DD-6", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201114", "note": "Centered near York in North Rose (14516) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3973deab-935f-4a13-8bae-55b9321ce9ba.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3973deab-935f-4a13-8bae-55b9321ce9ba_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201114.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.948382, 43.212962 ] } },
|
380
|
+
{ "type": "Feature", "properties": { "label": "ARO-1DD-18", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201111", "note": "Centered near Thompson in Clyde (14433) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c15a68ae-b828-4541-9c6f-6b8fae67c24d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c15a68ae-b828-4541-9c6f-6b8fae67c24d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201111.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.953251, 43.021949 ] } },
|
381
|
+
{ "type": "Feature", "properties": { "label": "ARO-1DD-97", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201117", "note": "Centered in Lyons (14489) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/baf9d480-cb66-4e72-b6bd-f423428f907d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/baf9d480-cb66-4e72-b6bd-f423428f907d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201117.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.996833, 43.06006 ] } },
|
382
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-226", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201478", "note": "Centered near Cator Corners in Walworth (14568) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/052f7820-4497-4009-bbdd-6e20bf3e11bf.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/052f7820-4497-4009-bbdd-6e20bf3e11bf_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201478.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.307173, 43.118518 ] } },
|
383
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-216", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201473", "note": "Centered near Bear Creek in Ontario (14519) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/41a56578-9d32-42bf-80e1-5e2ec44bbe76.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/41a56578-9d32-42bf-80e1-5e2ec44bbe76_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201473.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.309636, 43.27204 ] } },
|
384
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-224", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201477", "note": "Centered near West Walworth in Walworth (14568) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5b4676fa-75b6-4c92-a90b-89398ecb3c17.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5b4676fa-75b6-4c92-a90b-89398ecb3c17_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201477.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.314515, 43.149594 ] } },
|
385
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-211", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201472", "note": "Centered near Bear Creek in Ontario (14519) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6c8fe241-d03f-4c71-9ede-5f25777c652d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6c8fe241-d03f-4c71-9ede-5f25777c652d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201472.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.27743, 43.268995 ] } },
|
386
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-209", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201471", "note": "Centered near Furnaceville in Ontario (14519) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0890f8e4-3683-4aaa-ad90-e2058e3226f6.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0890f8e4-3683-4aaa-ad90-e2058e3226f6_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201471.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.277106, 43.239013 ] } },
|
387
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-222", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201476", "note": "Centered near Lincoln in Walworth (14568) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/592670a3-7db7-41ea-b992-d8c840382c49.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/592670a3-7db7-41ea-b992-d8c840382c49_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201476.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.310691, 43.179339 ] } },
|
388
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-220", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201475", "note": "Centered near Ontario Center in Ontario (14519) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/290d52ae-f250-40a3-9548-ac0ee6d1b9cd.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/290d52ae-f250-40a3-9548-ac0ee6d1b9cd_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201475.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.309661, 43.209751 ] } },
|
389
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-218", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201474", "note": "Centered near Ontario Center in Ontario (14519) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8ab66885-700b-49e4-ad8c-715bb09af95e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8ab66885-700b-49e4-ad8c-715bb09af95e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201474.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.308273, 43.241184 ] } },
|
390
|
+
{ "type": "Feature", "properties": { "label": "ARO-5DD-207", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201470", "note": "Centered in Ontario (14519) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9665e294-e0ec-4c69-9e7a-ffe4335d02c4.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9665e294-e0ec-4c69-9e7a-ffe4335d02c4_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201470.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -77.275419, 43.204309 ] } },
|
391
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-30", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201562", "note": "Centered near Noble Corner in Savannah (13146) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8319dccc-8e85-413f-8872-50747e029bd7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8319dccc-8e85-413f-8872-50747e029bd7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201562.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.803332, 43.063452 ] } },
|
392
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-26", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201560", "note": "Centered near South Butler in Savannah (13146) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0d138a41-513a-48c7-bc00-9a8a6de5c93d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0d138a41-513a-48c7-bc00-9a8a6de5c93d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201560.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.805116, 43.124252 ] } },
|
393
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-28", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201561", "note": "Centered near Noble Corner in Savannah (13146) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6af6c970-3c4d-406e-831d-94097953827c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6af6c970-3c4d-406e-831d-94097953827c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201561.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.804802, 43.093729 ] } },
|
394
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-38", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201564", "note": "Centered near Angells Corner in Clyde (14433) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/55ff9668-7ff5-4d6f-86bf-1c2409d9fdc1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/55ff9668-7ff5-4d6f-86bf-1c2409d9fdc1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201564.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.841038, 43.026377 ] } },
|
395
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-42", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201566", "note": "Centered near Shepards Corner in Clyde (14433) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e2397fa2-e587-4b20-b1aa-64a01b6937df.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e2397fa2-e587-4b20-b1aa-64a01b6937df_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201566.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.838015, 43.088771 ] } },
|
396
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-44", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201567", "note": "Centered near Shepards Corner in Clyde (14433) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d724ccfe-d186-49f0-8e1c-7fa470993f0a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d724ccfe-d186-49f0-8e1c-7fa470993f0a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201567.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.836098, 43.121376 ] } },
|
397
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-40", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201565", "note": "Centered near Lockpit in Clyde (14433) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/fb0a8bc8-1838-406f-98a1-1c7e11036598.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/fb0a8bc8-1838-406f-98a1-1c7e11036598_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201565.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.840206, 43.057987 ] } },
|
398
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-32", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201563", "note": "Centered near Lockpit in Clyde (14433) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2f3d407c-1145-410c-aa6e-52c0c8a57b34.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2f3d407c-1145-410c-aa6e-52c0c8a57b34_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201563.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.803383, 43.03207 ] } },
|
399
|
+
{ "type": "Feature", "properties": { "label": "ARO-7DD-46", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201568", "note": "Centered near Rose in Clyde (14433) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/62b8daa2-ef82-4c95-9884-59f0fe3986af.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/62b8daa2-ef82-4c95-9884-59f0fe3986af_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201568.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.83662, 43.151165 ] } },
|
400
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-47", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201605", "note": "Centered near Willow Grove in Savannah (13146) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/40406b36-e3e6-48af-8044-fa83e6c91958.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/40406b36-e3e6-48af-8044-fa83e6c91958_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201605.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.721917, 43.029728 ] } },
|
401
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-61", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201609", "note": "Centered near Lock Berlin in Clyde (14433) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c4d5e734-b1af-4914-8a6c-38eebad44651.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c4d5e734-b1af-4914-8a6c-38eebad44651_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201609.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.914348, 43.098012 ] } },
|
402
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-59", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201608", "note": "Centered near Lock Berlin in Clyde (14433) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7c2689f7-c29b-4c72-961e-adbd0ad01c78.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7c2689f7-c29b-4c72-961e-adbd0ad01c78_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201608.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.914422, 43.068055 ] } },
|
403
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-67", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201612", "note": "Centered near Glenmark in North Rose (14516) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8328ffca-5e44-4e20-a442-fce1ee21713c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8328ffca-5e44-4e20-a442-fce1ee21713c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201612.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.916713, 43.19307 ] } },
|
404
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-69", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201613", "note": "Centered near Resort in North Rose (14516) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/276dcf07-43a7-454b-928f-0a3796e43785.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/276dcf07-43a7-454b-928f-0a3796e43785_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201613.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.916673, 43.223592 ] } },
|
405
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-55", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201606", "note": "Centered near Dublin in Clyde (14433) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/72ee70f5-7289-42c6-b7ee-ce3e41657b97.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/72ee70f5-7289-42c6-b7ee-ce3e41657b97_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201606.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.912719, 43.006754 ] } },
|
406
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-65", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201611", "note": "Centered near Rose in Clyde (14433) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/efd198b2-f9b0-4993-ad0c-0adf8b84fc81.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/efd198b2-f9b0-4993-ad0c-0adf8b84fc81_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201611.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.915288, 43.160188 ] } },
|
407
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-57", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201607", "note": "Centered near Marengo in Clyde (14433) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7832a451-c21a-44ca-a3aa-96fcd11343ef.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7832a451-c21a-44ca-a3aa-96fcd11343ef_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201607.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.913299, 43.038382 ] } },
|
408
|
+
{ "type": "Feature", "properties": { "label": "ARO-8DD-63", "county": "Wayne", "year": 1963, "recordIdentifier": "ss:201610", "note": "Centered near Rose in Clyde (14433) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4826b12e-7960-43bc-a9bb-a5655ee2ddcd.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4826b12e-7960-43bc-a9bb-a5655ee2ddcd_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201610.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.914542, 43.129912 ] } },
|
409
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-11", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202059", "note": "Centered near Taughannock Falls in Trumansburg (14886) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/72d6653d-4e41-44c0-9aac-0fe6d7fbaa25.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/72d6653d-4e41-44c0-9aac-0fe6d7fbaa25_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202059.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.600875, 42.540541 ] } },
|
410
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-110", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202060", "note": "Centered near Sampson in Willard (14588) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/256f0539-dd21-45c4-b230-0525631f9433.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/256f0539-dd21-45c4-b230-0525631f9433_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202060.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.909159, 42.714602 ] } },
|
411
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-116", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202063", "note": "Centered near Yale in Geneva (14456) in Ontario County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/df0e23d5-960e-4f66-a48f-4e7cb867a8d8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/df0e23d5-960e-4f66-a48f-4e7cb867a8d8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202063.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.911197, 42.815603 ] } },
|
412
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-112", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202061", "note": "Centered near Kendaia in Romulus (14541) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/28082c02-c3a8-41b5-9de6-32901a156989.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/28082c02-c3a8-41b5-9de6-32901a156989_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202061.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.912328, 42.748615 ] } },
|
413
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-114", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202062", "note": "Centered near Yale in Romulus (14541) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b474aa98-08fa-4545-86cb-5023072192b9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b474aa98-08fa-4545-86cb-5023072192b9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202062.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.910401, 42.780957 ] } },
|
414
|
+
{ "type": "Feature", "properties": { "label": "ARV-1DD-108", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202058", "note": "Centered in Willard (14588) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/201d5c78-ac41-49b5-8b7f-fbae8a04c727.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/201d5c78-ac41-49b5-8b7f-fbae8a04c727_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202058.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.904129, 42.67664 ] } },
|
415
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-79", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202243", "note": "Centered near Stone Church Corner in Waterloo (13165) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/209f33a6-c2b1-482a-bcb7-6fb3491b1623.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/209f33a6-c2b1-482a-bcb7-6fb3491b1623_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202243.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.876981, 42.960173 ] } },
|
416
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-75", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202241", "note": "Centered near Angells Corner in Clyde (14433) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/20af3b46-89e5-4e00-9ec0-8f69fdc0f2e9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/20af3b46-89e5-4e00-9ec0-8f69fdc0f2e9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202241.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.878527, 43.02028 ] } },
|
417
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-70", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202240", "note": "Centered near Munsons Corner in Seneca Falls (13148) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3ceb5df6-7741-439b-bfba-c0302935423f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3ceb5df6-7741-439b-bfba-c0302935423f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202240.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.836417, 43.018901 ] } },
|
418
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-68", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202238", "note": "Centered near Malcon in Seneca Falls (13148) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d8d714ce-8977-4310-81e0-b27bb07b5679.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d8d714ce-8977-4310-81e0-b27bb07b5679_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202238.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.837063, 42.987464 ] } },
|
419
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-66", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202237", "note": "Centered near Magee in Seneca Falls (13148) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/517c7de5-171e-4c19-9ce8-fc35567699d6.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/517c7de5-171e-4c19-9ce8-fc35567699d6_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202237.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.836347, 42.955933 ] } },
|
420
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-77", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202242", "note": "Centered near Malcon in Waterloo (13165) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2b6cf988-3503-498b-bae9-0fbe40f4da34.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2b6cf988-3503-498b-bae9-0fbe40f4da34_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202242.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.878394, 42.990504 ] } },
|
421
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-7", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202239", "note": "Centered near Tyre in Seneca Falls (13148) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b5a78f33-fee2-4fa9-927e-0ba31522761d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b5a78f33-fee2-4fa9-927e-0ba31522761d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202239.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.793494, 42.965031 ] } },
|
422
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-62", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202235", "note": "Centered in Waterloo (13165) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b753c3eb-78e3-45fe-a17d-01d653aa9937.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b753c3eb-78e3-45fe-a17d-01d653aa9937_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202235.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.834895, 42.891716 ] } },
|
423
|
+
{ "type": "Feature", "properties": { "label": "ARV-2DD-64", "county": "Seneca", "year": 1963, "recordIdentifier": "ss:202236", "note": "Centered in Waterloo (13165) in Seneca County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3157fc2b-7370-400a-a0ad-766527e8addb.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3157fc2b-7370-400a-a0ad-766527e8addb_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202236.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.835665, 42.925544 ] } },
|
424
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-14", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202423", "note": "Centered near Spafford Landing in Preble (13141) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/477bdd6d-dec0-4e3e-b675-53ab3a33339e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/477bdd6d-dec0-4e3e-b675-53ab3a33339e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202423.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.280394, 42.787922 ] } },
|
425
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-124", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202415", "note": "Centered near Baptist Corners in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/248c2920-c207-43d9-8ebe-eb84fad40b34.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/248c2920-c207-43d9-8ebe-eb84fad40b34_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202415.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.479188, 42.9173 ] } },
|
426
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-136", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202421", "note": "Centered near Owasco Hill in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2bb63a41-5790-416a-8f8e-36e55b1dbc82.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2bb63a41-5790-416a-8f8e-36e55b1dbc82_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202421.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.480357, 42.733426 ] } },
|
427
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-138", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202422", "note": "Centered near East Venice in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2ade3bc4-9d6c-4e55-b245-88ac2168065b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2ade3bc4-9d6c-4e55-b245-88ac2168065b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202422.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.4793, 42.702808 ] } },
|
428
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-126", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202416", "note": "Centered near Degroff in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0243c93a-8b73-41e9-91a2-98c0caf2493d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0243c93a-8b73-41e9-91a2-98c0caf2493d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202416.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.479045, 42.886534 ] } },
|
429
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-134", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202420", "note": "Centered near Ashland in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a4cbe744-4798-433e-bcb1-e51a7fa3c15c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a4cbe744-4798-433e-bcb1-e51a7fa3c15c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202420.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.482575, 42.764101 ] } },
|
430
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-130", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202418", "note": "Centered near Austin in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/763ddcd9-1c29-4aec-b9bf-316fea029110.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/763ddcd9-1c29-4aec-b9bf-316fea029110_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202418.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.482717, 42.825581 ] } },
|
431
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-128", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202417", "note": "Centered near Owasco in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/478e977c-a9c9-400a-8d8b-7376edd8547d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/478e977c-a9c9-400a-8d8b-7376edd8547d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202417.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.480879, 42.856033 ] } },
|
432
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-132", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202419", "note": "Centered near Casowasco in Owasco (13130) in County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c2b3d3ba-fa96-4179-b811-14eb79c6f2ea.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c2b3d3ba-fa96-4179-b811-14eb79c6f2ea_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202419.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.483285, 42.79387 ] } },
|
433
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-229", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202464", "note": "Centered near Venice Center in Scipio Center (13147) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/eb0e4348-8ffe-434d-ba73-c9de2108242a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/eb0e4348-8ffe-434d-ba73-c9de2108242a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202464.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.557074, 42.738556 ] } },
|
434
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-223", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202461", "note": "Centered near Elmwood in Scipio Center (13147) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3880d1e6-38ce-4746-80dd-e5ce6e93a035.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3880d1e6-38ce-4746-80dd-e5ce6e93a035_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202461.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.556112, 42.829557 ] } },
|
435
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-233", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202466", "note": "Centered near Little Hollow in Genoa (13071) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0ec6b364-f64f-45d9-9968-714229fde8f4.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0ec6b364-f64f-45d9-9968-714229fde8f4_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202466.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.5575, 42.676432 ] } },
|
436
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-231", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202465", "note": "Centered near Venice Center in Genoa (13071) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/29ab259c-0df3-4ce1-b8b1-8eb9226f34af.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/29ab259c-0df3-4ce1-b8b1-8eb9226f34af_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202465.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.557201, 42.707668 ] } },
|
437
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-236", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202468", "note": "Centered near Five Corners in Genoa (13071) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/66aadfcb-1351-47b3-93f9-b32fff7bff6e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/66aadfcb-1351-47b3-93f9-b32fff7bff6e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202468.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.557075, 42.630545 ] } },
|
438
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-235", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202467", "note": "Centered near Five Corners in Genoa (13071) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/94472e46-3e2d-4733-bab5-7dda9e6a880c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/94472e46-3e2d-4733-bab5-7dda9e6a880c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202467.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.55729, 42.646397 ] } },
|
439
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-221", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202460", "note": "Centered near Fleming in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d9eb6408-4e43-43ee-b93c-6fd3a234ab37.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d9eb6408-4e43-43ee-b93c-6fd3a234ab37_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202460.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.557251, 42.861269 ] } },
|
440
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-225", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202462", "note": "Centered in Scipio Center (13147) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3532b67f-f483-4478-b743-094c9c3a36a3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3532b67f-f483-4478-b743-094c9c3a36a3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202462.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.556072, 42.799202 ] } },
|
441
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-227", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202463", "note": "Centered in Scipio Center (13147) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5a596c04-49d2-4bdb-be3e-523a15d436bd.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5a596c04-49d2-4bdb-be3e-523a15d436bd_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202463.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.558203, 42.769294 ] } },
|
442
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-56", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202510", "note": "Centered near Partello Corners in Skaneateles (13152) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/bdfee4bc-4c1c-40af-8fc7-5b81cae07bba.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/bdfee4bc-4c1c-40af-8fc7-5b81cae07bba_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202510.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.361263, 42.815769 ] } },
|
443
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-64", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202513", "note": "Centered near Niles in Skaneateles (13152) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a9a004ca-e32d-4caa-8f1f-03f24ac8257e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a9a004ca-e32d-4caa-8f1f-03f24ac8257e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202513.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.402449, 42.838 ] } },
|
444
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-46", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202505", "note": "Centered near Chipman Corners in Locke (13092) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/cfe1369b-b69d-4142-aefe-b44ee9f49957.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/cfe1369b-b69d-4142-aefe-b44ee9f49957_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202505.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.358727, 42.662688 ] } },
|
445
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-52", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202508", "note": "Centered near Morse Mill in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e968a0a6-e5e3-4208-98a6-2d05e2729785.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e968a0a6-e5e3-4208-98a6-2d05e2729785_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202508.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.359429, 42.754025 ] } },
|
446
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-54", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202509", "note": "Centered near Kelloggsville in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7534ee10-efc6-4570-800a-31fae59a195e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7534ee10-efc6-4570-800a-31fae59a195e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202509.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.3601, 42.784734 ] } },
|
447
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-58", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202511", "note": "Centered near Borodino Landing in Owasco (13130) in County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b4754125-3ff5-4b4d-80e9-d458b972dc2d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b4754125-3ff5-4b4d-80e9-d458b972dc2d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202511.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.362104, 42.846737 ] } },
|
448
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-50", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202507", "note": "Centered near Morse Mill in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9c771d4f-0477-4e32-ad23-6be1d8f15a2e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9c771d4f-0477-4e32-ad23-6be1d8f15a2e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202507.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.359885, 42.723231 ] } },
|
449
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-48", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202506", "note": "Centered near Dresserville in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3e42ed2d-6e78-4f07-8603-9f24b0c7c9ba.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3e42ed2d-6e78-4f07-8603-9f24b0c7c9ba_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202506.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.358237, 42.691916 ] } },
|
450
|
+
{ "type": "Feature", "properties": { "label": "ARW-1DD-62", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202512", "note": "Centered near Mandana in Owasco (13130) in County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f22ea2dd-7e5f-41ad-909e-37a794baea10.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f22ea2dd-7e5f-41ad-909e-37a794baea10_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202512.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.402254, 42.868859 ] } },
|
451
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-129", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202646", "note": "Centered near Willow Grove in Port Byron (13140) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2dadde5e-d178-4f2c-af78-3002058c9f74.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2dadde5e-d178-4f2c-af78-3002058c9f74_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202646.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.715734, 43.031727 ] } },
|
452
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-121", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202642", "note": "Centered near Spring Lake in Savannah (13146) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/aac82cd8-4516-4e49-ba9c-207c40d06b80.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/aac82cd8-4516-4e49-ba9c-207c40d06b80_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202642.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.712579, 43.154501 ] } },
|
453
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-12", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202641", "note": "Centered near North Victory in Martville (13111) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f1bc75c5-ca20-4477-8186-6462a721e1bc.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f1bc75c5-ca20-4477-8186-6462a721e1bc_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202641.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.638858, 43.260698 ] } },
|
454
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-123", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202643", "note": "Centered near Spring Lake in Savannah (13146) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c4269b84-db8d-4424-ab9d-77406142a0fd.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c4269b84-db8d-4424-ab9d-77406142a0fd_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202643.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.713117, 43.123953 ] } },
|
455
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-127", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202645", "note": "Centered near Fox Ridge in Port Byron (13140) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/308ae849-71b3-4305-80a1-81e161ab5e16.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/308ae849-71b3-4305-80a1-81e161ab5e16_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202645.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.713375, 43.064228 ] } },
|
456
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-119", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202640", "note": "Centered near Westbury in Red Creek (13143) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3dce69d0-014f-4ac3-bd68-ad0581b25b5b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3dce69d0-014f-4ac3-bd68-ad0581b25b5b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202640.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.712963, 43.187368 ] } },
|
457
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-125", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202644", "note": "Centered near Howland in Savannah (13146) in Wayne County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/722a1d9e-49fe-4ace-a129-d607b2972936.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/722a1d9e-49fe-4ace-a129-d607b2972936_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202644.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.712461, 43.093525 ] } },
|
458
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-131", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202647", "note": "Centered near Montezuma in Cayuga (13034) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d9836d86-5cfe-430b-97f6-231930706369.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d9836d86-5cfe-430b-97f6-231930706369_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202647.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.713901, 43.000302 ] } },
|
459
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-133", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202648", "note": "Centered near Mud Lock in Cayuga (13034) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c9d6c34a-7f23-4553-9bf0-200ad0e5ffdc.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c9d6c34a-7f23-4553-9bf0-200ad0e5ffdc_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202648.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.713411, 42.968829 ] } },
|
460
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-86", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202693", "note": "Centered near Fox Ridge in Port Byron (13140) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9ace67f9-2c09-4868-80c2-ad5740da1951.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9ace67f9-2c09-4868-80c2-ad5740da1951_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202693.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.674906, 43.053412 ] } },
|
461
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-70", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202685", "note": "Centered near Bunker in Union Springs (13160) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/cc9839d0-64f5-4400-84f0-343db51385d2.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/cc9839d0-64f5-4400-84f0-343db51385d2_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202685.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.675472, 42.801389 ] } },
|
462
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-84", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202692", "note": "Centered near Montezuma in Port Byron (13140) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/444817e5-fc51-419c-a465-250ffc2af37b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/444817e5-fc51-419c-a465-250ffc2af37b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202692.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.674242, 43.022805 ] } },
|
463
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-80", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202690", "note": "Centered near Fosterville in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9af0401c-e521-4235-8a71-3c885e72d342.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9af0401c-e521-4235-8a71-3c885e72d342_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202690.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.673018, 42.959133 ] } },
|
464
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-74", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202687", "note": "Centered near Powers Corner in Cayuga (13034) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/46e35e39-c846-4867-8039-786b91b2358c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/46e35e39-c846-4867-8039-786b91b2358c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202687.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.673262, 42.865141 ] } },
|
465
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-82", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202691", "note": "Centered near Montezuma in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a3fb184f-6a60-4fd8-81e7-3e5bd521bb43.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a3fb184f-6a60-4fd8-81e7-3e5bd521bb43_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202691.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.674198, 42.990347 ] } },
|
466
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-76", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202688", "note": "Centered near Cross Roads in Cayuga (13034) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b46cf373-7da1-4e9c-b0aa-6f8c62467c6d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b46cf373-7da1-4e9c-b0aa-6f8c62467c6d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202688.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.673305, 42.895586 ] } },
|
467
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-78", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202689", "note": "Centered near Relius in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/08319827-2ebc-41a3-ac19-c4f4e25abf21.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/08319827-2ebc-41a3-ac19-c4f4e25abf21_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202689.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.673825, 42.927178 ] } },
|
468
|
+
{ "type": "Feature", "properties": { "label": "ARW-2DD-72", "county": "Cayuga", "year": 1963, "recordIdentifier": "ss:202686", "note": "Centered in Union Springs (13160) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/42ab8a27-8654-49a1-a27f-db46243afe6a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/42ab8a27-8654-49a1-a27f-db46243afe6a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202686.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.674837, 42.834845 ] } },
|
469
|
+
{ "type": "Feature", "properties": { "label": "ARU-1EE-75", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201687", "note": "Centered near Willow Creek in Trumansburg (14886) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d6c3ebf7-1680-4953-9428-7bdfb71c8268.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d6c3ebf7-1680-4953-9428-7bdfb71c8268_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201687.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.590479, 42.528992 ] } },
|
470
|
+
{ "type": "Feature", "properties": { "label": "ARU-1EE-73", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201686", "note": "Centered near Lansing Station in Lansing (14882) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f2c82688-6a9d-43db-a27e-d410d63d022a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f2c82688-6a9d-43db-a27e-d410d63d022a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201686.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.591183, 42.556472 ] } },
|
471
|
+
{ "type": "Feature", "properties": { "label": "ARU-1EE-9", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201688", "note": "Centered near Midway in Lansing (14882) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/90a97e52-0703-48ab-9891-2bb55d195071.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/90a97e52-0703-48ab-9891-2bb55d195071_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201688.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.513995, 42.561645 ] } },
|
472
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-102", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201820", "note": "Centered near Fitts Corners in Freeville (13068) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5a4cf88d-d4ea-4625-bff7-a4450c9fbdc7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5a4cf88d-d4ea-4625-bff7-a4450c9fbdc7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201820.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.320723, 42.556477 ] } },
|
473
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-100", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201819", "note": "Centered near Red Mills in Freeville (13068) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ff45cab0-8906-4bf9-8eae-32df982720aa.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ff45cab0-8906-4bf9-8eae-32df982720aa_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201819.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.321096, 42.527111 ] } },
|
474
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-154", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201951", "note": "Centered near West Danby in Newfield (14867) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0508e73f-057d-48c3-b76e-bfcab6c4f6f3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0508e73f-057d-48c3-b76e-bfcab6c4f6f3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201951.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.551967, 42.288847 ] } },
|
475
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-129", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201949", "note": "Centered near Bethel Grove in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/acd8255a-a026-4004-828f-6e050697e76a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/acd8255a-a026-4004-828f-6e050697e76a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201949.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.465918, 42.398963 ] } },
|
476
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-156", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201952", "note": "Centered near West Danby in Newfield (14867) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d8689759-f326-4362-a186-28d39e54f51b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d8689759-f326-4362-a186-28d39e54f51b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201952.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.549643, 42.315464 ] } },
|
477
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-158", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201953", "note": "Centered near Stratton in Newfield (14867) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/263af4e2-9f27-43b5-abbb-bf68da24ebe2.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/263af4e2-9f27-43b5-abbb-bf68da24ebe2_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201953.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.548504, 42.342989 ] } },
|
478
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-125", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201947", "note": "Centered near Danby in Willseyville (13864) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2795999a-1c34-4477-9ce7-c83bf707be9c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2795999a-1c34-4477-9ce7-c83bf707be9c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201947.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.462831, 42.335705 ] } },
|
479
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-160", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201955", "note": "Centered near Stratton in Newfield (14867) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/695248e7-3ddd-45c1-8010-fb87fa9243a9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/695248e7-3ddd-45c1-8010-fb87fa9243a9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201955.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.546408, 42.370497 ] } },
|
480
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-127", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201948", "note": "Centered near Danby in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/26da46c7-be87-4326-8c3b-dc6dcbc74371.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/26da46c7-be87-4326-8c3b-dc6dcbc74371_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201948.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.463166, 42.366645 ] } },
|
481
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-16", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201954", "note": "Centered near Harford in Dryden (13053) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/57db3749-2565-4bab-abd5-2f760fe8ff70.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/57db3749-2565-4bab-abd5-2f760fe8ff70_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201954.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.277035, 42.421905 ] } },
|
482
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-14", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201950", "note": "Centered near Harford in Dryden (13053) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/caf004e7-4ec8-4936-ae21-5d300b86f06f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/caf004e7-4ec8-4936-ae21-5d300b86f06f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201950.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.276038, 42.448798 ] } },
|
483
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-22", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201964", "note": "Centered near Caroline Center in Berkshire (13736) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4957f1c4-3694-4287-80f5-845e3d297108.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4957f1c4-3694-4287-80f5-845e3d297108_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201964.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.271238, 42.343831 ] } },
|
484
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-192", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201960", "note": "Centered near Trumbull Corners in Newfield (14867) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8070cdf9-a06f-4583-a543-b0816dd03127.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8070cdf9-a06f-4583-a543-b0816dd03127_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201960.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.66772, 42.344135 ] } },
|
485
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-190", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201959", "note": "Centered near Alpine Junction in Newfield (14867) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3151c604-5329-471e-808c-b8788bcd4d36.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3151c604-5329-471e-808c-b8788bcd4d36_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201959.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.665923, 42.316088 ] } },
|
486
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-20", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201963", "note": "Centered near Caroline in Brooktondale (14817) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/aaf6cffd-0207-457d-81a4-242d769d6b06.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/aaf6cffd-0207-457d-81a4-242d769d6b06_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201963.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.274733, 42.370183 ] } },
|
487
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-18", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201958", "note": "Centered near Caroline in Brooktondale (14817) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/488dc468-549e-4f42-afd6-1953026b1ac3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/488dc468-549e-4f42-afd6-1953026b1ac3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201958.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.276809, 42.396287 ] } },
|
488
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-196", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201962", "note": "Centered near Cayutaville in Newfield (14867) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/87ba5ed8-1913-4f80-8eed-7954b0a8c896.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/87ba5ed8-1913-4f80-8eed-7954b0a8c896_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201962.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.673241, 42.39961 ] } },
|
489
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-194", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201961", "note": "Centered near Cayutaville in Newfield (14867) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f69251ab-c939-4eaa-bb6d-c3d567fd3e12.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f69251ab-c939-4eaa-bb6d-c3d567fd3e12_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201961.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.668941, 42.371962 ] } },
|
490
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-171", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201957", "note": "Centered near Cayuta in Newfield (14867) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e39610e3-3293-411f-ada3-43b3f1c28724.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e39610e3-3293-411f-ada3-43b3f1c28724_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201957.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.625424, 42.29025 ] } },
|
491
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-169", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201956", "note": "Centered in Newfield (14867) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ba17ba52-71ee-4135-aab5-ee38f087aec5.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ba17ba52-71ee-4135-aab5-ee38f087aec5_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201956.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.624802, 42.31916 ] } },
|
492
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-47", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:202007", "note": "Centered near Trumbull Corners in Newfield (14867) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f2f5ecaa-629e-43c7-8b8e-23f3812200c1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f2f5ecaa-629e-43c7-8b8e-23f3812200c1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202007.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.625944, 42.37065 ] } },
|
493
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-45", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:202006", "note": "Centered near Trumbull Corners in Newfield (14867) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/fa0b9fba-5afd-44f5-ae64-6789794a39ab.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/fa0b9fba-5afd-44f5-ae64-6789794a39ab_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202006.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.623241, 42.39998 ] } },
|
494
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-36", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:202002", "note": "Centered near South Hill in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4d6dbca2-527a-4fee-8dae-fc9e490cc5b9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4d6dbca2-527a-4fee-8dae-fc9e490cc5b9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202002.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.512353, 42.420007 ] } },
|
495
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-4", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:202004", "note": "Centered near Besemer in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3939f00f-e7a8-4a1d-a2fb-88dd9e8eca57.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3939f00f-e7a8-4a1d-a2fb-88dd9e8eca57_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202004.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.399048, 42.401647 ] } },
|
496
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-40", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:202005", "note": "Centered near McKinneys in Ithaca (14851) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/94f6ab6a-5549-4011-9cb5-5261772d0d6a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/94f6ab6a-5549-4011-9cb5-5261772d0d6a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202005.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.512041, 42.481615 ] } },
|
497
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-6", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:202009", "note": "Centered near Ellis in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/85a4510f-f4c6-4dc0-822e-0ea70f116a98.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/85a4510f-f4c6-4dc0-822e-0ea70f116a98_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202009.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.396122, 42.431278 ] } },
|
498
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-34", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:202001", "note": "Centered near Danby in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2411248a-0b83-4277-bfbd-3817c9aff922.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2411248a-0b83-4277-bfbd-3817c9aff922_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202001.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.509105, 42.38855 ] } },
|
499
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-49", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:202008", "note": "Centered in Newfield (14867) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/525b9c29-7e2f-497b-ac05-4a3238d97aba.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/525b9c29-7e2f-497b-ac05-4a3238d97aba_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202008.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.623286, 42.340825 ] } },
|
500
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-38", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:202003", "note": "Centered in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/69a1af4d-6183-4377-bfd3-dee434c85ab7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/69a1af4d-6183-4377-bfd3-dee434c85ab7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202003.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.512116, 42.451202 ] } },
|
501
|
+
{ "type": "Feature", "properties": { "label": "ARU-1EE-52", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201678", "note": "Centered near Duboise Corner in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/966658c7-03d5-4abc-80a6-5aba6ba53efb.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/966658c7-03d5-4abc-80a6-5aba6ba53efb_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201678.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.556133, 42.503488 ] } },
|
502
|
+
{ "type": "Feature", "properties": { "label": "ARU-1EE-56", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201680", "note": "Centered near Ludlowville in Lansing (14882) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/32837f52-cc05-4eb1-bd55-10d92f08b892.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/32837f52-cc05-4eb1-bd55-10d92f08b892_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201680.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.557405, 42.56103 ] } },
|
503
|
+
{ "type": "Feature", "properties": { "label": "ARU-1EE-69", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201683", "note": "Centered near Lake Ridge in Lansing (14882) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f8ee97d2-aad6-4ada-947e-8d2ca6239cb4.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f8ee97d2-aad6-4ada-947e-8d2ca6239cb4_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201683.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.598192, 42.61058 ] } },
|
504
|
+
{ "type": "Feature", "properties": { "label": "ARU-1EE-60", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201682", "note": "Centered near Lansingville in Lansing (14882) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/fc357d36-0c4f-4678-9167-7f5f4d0591e0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/fc357d36-0c4f-4678-9167-7f5f4d0591e0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201682.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.557743, 42.617299 ] } },
|
505
|
+
{ "type": "Feature", "properties": { "label": "ARU-1EE-71", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201685", "note": "Centered near Lansing Station in Lansing (14882) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/30bf8c9c-d178-4217-a509-c79acded8de2.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/30bf8c9c-d178-4217-a509-c79acded8de2_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201685.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.593199, 42.58351 ] } },
|
506
|
+
{ "type": "Feature", "properties": { "label": "ARU-1EE-7", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201684", "note": "Centered near North Lansing in Lansing (14882) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/aa0d9ce6-c4c2-4a96-ad98-82aae9a3dc22.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/aa0d9ce6-c4c2-4a96-ad98-82aae9a3dc22_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201684.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.515414, 42.589946 ] } },
|
507
|
+
{ "type": "Feature", "properties": { "label": "ARU-1EE-50", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201677", "note": "Centered near Hayt Corner in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/dcea8c09-b786-4313-85fb-325b4c743446.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/dcea8c09-b786-4313-85fb-325b4c743446_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201677.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.55438, 42.474133 ] } },
|
508
|
+
{ "type": "Feature", "properties": { "label": "ARU-1EE-58", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201681", "note": "Centered near Lansingville in Lansing (14882) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/64d20083-f431-40e3-b4b2-c4495356b10f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/64d20083-f431-40e3-b4b2-c4495356b10f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201681.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.557676, 42.58916 ] } },
|
509
|
+
{ "type": "Feature", "properties": { "label": "ARU-1EE-54", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201679", "note": "Centered near Myers in Lansing (14882) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/29aa5d43-fdcd-4872-b6de-2f0fb5a73ced.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/29aa5d43-fdcd-4872-b6de-2f0fb5a73ced_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201679.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.55681, 42.532675 ] } },
|
510
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-161", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201829", "note": "Centered near Bostwick Corners in Trumansburg (14886) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a8d85131-5283-4749-aa7d-da6dffcea429.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a8d85131-5283-4749-aa7d-da6dffcea429_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201829.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.676426, 42.421533 ] } },
|
511
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-104", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201821", "note": "Centered near Morton Corners in Groton (13073) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0f7eaad4-b631-469a-833f-f0cb81941c57.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0f7eaad4-b631-469a-833f-f0cb81941c57_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201821.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.319811, 42.585969 ] } },
|
512
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-117", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201823", "note": "Centered near Groton City in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2f48068e-c5cc-4fa4-96ff-d69d1e09b502.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2f48068e-c5cc-4fa4-96ff-d69d1e09b502_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201823.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.278617, 42.615212 ] } },
|
513
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-106", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201822", "note": "Centered near Summer Hill in Groton (13073) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4e16d714-447d-4e5e-8c5f-aecfbc2aa72a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4e16d714-447d-4e5e-8c5f-aecfbc2aa72a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201822.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.31903, 42.615728 ] } },
|
514
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-123", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201826", "note": "Centered near McLean in Freeville (13068) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/38873dbd-e113-4e45-a676-d32b5dcd9124.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/38873dbd-e113-4e45-a676-d32b5dcd9124_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201826.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.277074, 42.527733 ] } },
|
515
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-119", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201824", "note": "Centered near Nubia in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/1edbd9f4-779c-4e2a-8f12-e886f5c28b32.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/1edbd9f4-779c-4e2a-8f12-e886f5c28b32_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201824.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.278729, 42.585593 ] } },
|
516
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-121", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201825", "note": "Centered near McLean in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/1cdcfacf-3abd-45c6-94ca-4f322617b33a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/1cdcfacf-3abd-45c6-94ca-4f322617b33a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201825.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.277809, 42.557022 ] } },
|
517
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-125", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201827", "note": "Centered in Dryden (13053) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0e754d6e-42ac-4998-84d3-6fb90aeb876c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0e754d6e-42ac-4998-84d3-6fb90aeb876c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201827.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.277194, 42.498718 ] } },
|
518
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-127", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201828", "note": "Centered in Dryden (13053) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a023c4a5-e1f0-4ceb-bfa0-b71b08447b9c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a023c4a5-e1f0-4ceb-bfa0-b71b08447b9c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201828.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.27709, 42.469574 ] } },
|
519
|
+
{ "type": "Feature", "properties": { "label": "ARU-4EE-132", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201937", "note": "Centered near Head Corners in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8be58d51-cbed-42d6-858b-2decddec8b3d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8be58d51-cbed-42d6-858b-2decddec8b3d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201937.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.47449, 42.518343 ] } },
|
520
|
+
{ "type": "Feature", "properties": { "label": "ARU-4EE-128", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201935", "note": "Centered near Forest Home in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2e5c54e7-b91f-44f7-a38e-b8809450d5ae.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2e5c54e7-b91f-44f7-a38e-b8809450d5ae_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201935.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.474573, 42.458076 ] } },
|
521
|
+
{ "type": "Feature", "properties": { "label": "ARU-4EE-130", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201936", "note": "Centered near Lansing in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2074531d-5d1e-4e37-9ab1-0cbda2df9840.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2074531d-5d1e-4e37-9ab1-0cbda2df9840_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201936.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.474663, 42.487912 ] } },
|
522
|
+
{ "type": "Feature", "properties": { "label": "ARU-4EE-126", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201934", "note": "Centered near East Ithaca in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/dd0c393a-e13a-4238-a1a9-cd7503a4508b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/dd0c393a-e13a-4238-a1a9-cd7503a4508b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201934.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.473744, 42.426876 ] } },
|
523
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-108", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201942", "note": "Centered near South Danby in Willseyville (13864) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/da7ba126-1f7a-478a-bbeb-3e69854c71c1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/da7ba126-1f7a-478a-bbeb-3e69854c71c1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201942.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.428237, 42.323477 ] } },
|
524
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-110", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201943", "note": "Centered near South Danby in Spencer (14883) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9ef11518-8fe5-4c87-b916-b1010d9af7e3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9ef11518-8fe5-4c87-b916-b1010d9af7e3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201943.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.427455, 42.292394 ] } },
|
525
|
+
{ "type": "Feature", "properties": { "label": "ARU-4EE-138", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201940", "note": "Centered near North Lansing in Locke (13092) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f0fae62d-a06e-4e1e-b738-d71b1c5bda7e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f0fae62d-a06e-4e1e-b738-d71b1c5bda7e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201940.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.479387, 42.607968 ] } },
|
526
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-121", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201945", "note": "Centered near Crum Town in Spencer (14883) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b7bdfcdb-3948-4edb-912f-6e62f152f3b3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b7bdfcdb-3948-4edb-912f-6e62f152f3b3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201945.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.465396, 42.276528 ] } },
|
527
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-106", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201941", "note": "Centered near Caroline Depot in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/93a6fade-e682-490e-8f4a-a790e4e9415d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/93a6fade-e682-490e-8f4a-a790e4e9415d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201941.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.427798, 42.354746 ] } },
|
528
|
+
{ "type": "Feature", "properties": { "label": "ARU-4EE-136", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201939", "note": "Centered near East Lansing in Groton (13073) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e1d20417-8121-47b9-ac9c-7475bcb3b4f6.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e1d20417-8121-47b9-ac9c-7475bcb3b4f6_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201939.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.477575, 42.57842 ] } },
|
529
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-112", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201944", "note": "Centered near Crum Town in Spencer (14883) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/434b05c4-7ad1-44c3-a1c8-ac977ad8437f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/434b05c4-7ad1-44c3-a1c8-ac977ad8437f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201944.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.423517, 42.261578 ] } },
|
530
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-123", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201946", "note": "Centered near South Danby in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e121b9ae-23e2-4f0f-b3c1-6d1dfea7949e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e121b9ae-23e2-4f0f-b3c1-6d1dfea7949e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201946.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.464488, 42.30522 ] } },
|
531
|
+
{ "type": "Feature", "properties": { "label": "ARU-4EE-134", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201938", "note": "Centered near Midway in Groton (13073) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/307ee116-75d0-4d58-b5aa-cb8222bc2c97.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/307ee116-75d0-4d58-b5aa-cb8222bc2c97_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201938.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.476706, 42.548678 ] } },
|
532
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-30", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201999", "note": "Centered near West Danby in Spencer (14883) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6ea83e4a-d66e-4914-90ca-f03e992171f8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6ea83e4a-d66e-4914-90ca-f03e992171f8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201999.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.512673, 42.32915 ] } },
|
533
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-13", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201992", "note": "Centered near West Dryden in Freeville (13068) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/022c0bf3-ce49-4ac7-8ef0-b5e4092fe2d3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/022c0bf3-ce49-4ac7-8ef0-b5e4092fe2d3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201992.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.43607, 42.502078 ] } },
|
534
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-17", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201994", "note": "Centered near Hibbards Corner in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b1f7e32e-7ec3-4f49-b4df-338cd1b93c6b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b1f7e32e-7ec3-4f49-b4df-338cd1b93c6b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201994.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.42975, 42.439051 ] } },
|
535
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-19", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201995", "note": "Centered near Bethel Grove in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5daa549f-81fa-4fe3-b835-a45f9e789983.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5daa549f-81fa-4fe3-b835-a45f9e789983_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201995.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.42415, 42.408644 ] } },
|
536
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-21", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201996", "note": "Centered near Caroline Depot in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7a4974e0-bed8-4787-b448-ebaee59b36fa.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7a4974e0-bed8-4787-b448-ebaee59b36fa_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201996.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.419456, 42.375763 ] } },
|
537
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-26", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201997", "note": "Centered near North Spencer in Spencer (14883) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/df068e47-a03c-4f01-8b1f-fdf1a8d8b7ab.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/df068e47-a03c-4f01-8b1f-fdf1a8d8b7ab_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201997.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.514377, 42.269524 ] } },
|
538
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-28", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201998", "note": "Centered near West Danby in Spencer (14883) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/34f0efd8-ba0c-4a93-9c41-5c4c954ce5ec.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/34f0efd8-ba0c-4a93-9c41-5c4c954ce5ec_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201998.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.515245, 42.299957 ] } },
|
539
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-32", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:202000", "note": "Centered near Stratton in Spencer (14883) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/fda6f62c-afa1-4bd3-8d50-a7c1051f60d2.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/fda6f62c-afa1-4bd3-8d50-a7c1051f60d2_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202000.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.516098, 42.357096 ] } },
|
540
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-15", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201993", "note": "Centered near Varna in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0342ef54-eaf6-4dd2-85cf-c97d13d9836f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0342ef54-eaf6-4dd2-85cf-c97d13d9836f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201993.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.435845, 42.469804 ] } },
|
541
|
+
{ "type": "Feature", "properties": { "label": "ARU-1EE-46", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201674", "note": "Centered near Kennedy Corner in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8c282075-9921-46a7-ae48-8f947e7193b9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8c282075-9921-46a7-ae48-8f947e7193b9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201674.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.553244, 42.417608 ] } },
|
542
|
+
{ "type": "Feature", "properties": { "label": "ARU-1EE-48", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201675", "note": "Centered near Kennedy Corner in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/1a73d642-3ddb-4258-bba4-aed2d4556357.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/1a73d642-3ddb-4258-bba4-aed2d4556357_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201675.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.552338, 42.446405 ] } },
|
543
|
+
{ "type": "Feature", "properties": { "label": "ARU-1EE-5", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201676", "note": "Centered near North Lansing in Locke (13092) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/df14c9a5-eb7a-4a10-93ae-b62526a6eaab.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/df14c9a5-eb7a-4a10-93ae-b62526a6eaab_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201676.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.51568, 42.618272 ] } },
|
544
|
+
{ "type": "Feature", "properties": { "label": "ARU-1EE-11", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201671", "note": "Centered near South Lansing in Lansing (14882) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/dfb56713-af98-4959-af66-b49d6384fa41.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/dfb56713-af98-4959-af66-b49d6384fa41_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201671.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.514195, 42.530666 ] } },
|
545
|
+
{ "type": "Feature", "properties": { "label": "ARU-1EE-13", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201672", "note": "Centered near McKinneys in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/22f94b85-2fa0-4b37-8c17-37f851f6f436.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/22f94b85-2fa0-4b37-8c17-37f851f6f436_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201672.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.511103, 42.500709 ] } },
|
546
|
+
{ "type": "Feature", "properties": { "label": "ARU-1EE-44", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201673", "note": "Centered in Newfield (14867) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e285ff8a-e1c5-44a2-a230-cbf5d2ba3687.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e285ff8a-e1c5-44a2-a230-cbf5d2ba3687_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201673.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.552153, 42.388666 ] } },
|
547
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-41", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201850", "note": "Centered near Pleasant Valley in Groton (13073) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8bf0549e-a716-4fed-9c1b-6508adcaf8a8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8bf0549e-a716-4fed-9c1b-6508adcaf8a8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201850.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.401519, 42.570825 ] } },
|
548
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-98", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201856", "note": "Centered near Willow Glen in Freeville (13068) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c49bcce2-f0e8-437a-ac2a-74b0d2234875.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c49bcce2-f0e8-437a-ac2a-74b0d2234875_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201856.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.321479, 42.497031 ] } },
|
549
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-43", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201851", "note": "Centered near Mosher Corners in Groton (13073) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d32f3d3b-6c40-469f-8d72-3c5034093c71.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d32f3d3b-6c40-469f-8d72-3c5034093c71_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201851.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.401086, 42.602036 ] } },
|
550
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-222", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201848", "note": "Centered near Swartwood in Van Etten (14889) in Chemung County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/297574f4-0df7-4d25-bff3-78217497bddd.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/297574f4-0df7-4d25-bff3-78217497bddd_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201848.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.585869, 42.276109 ] } },
|
551
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-57", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201852", "note": "Centered near Morton Corners in Groton (13073) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2dd7ff01-0733-4136-aafd-3cc93439f310.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2dd7ff01-0733-4136-aafd-3cc93439f310_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201852.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.356375, 42.608903 ] } },
|
552
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-97", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201855", "note": "Centered near Willow Glen in Dryden (13053) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/34eb544d-1d0a-4274-bc70-d47556f3ee70.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/34eb544d-1d0a-4274-bc70-d47556f3ee70_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201855.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.321525, 42.482215 ] } },
|
553
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-61", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201854", "note": "Centered near Peruton in Freeville (13068) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b39a796e-2f13-4740-a9f0-bb6afe9cde20.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b39a796e-2f13-4740-a9f0-bb6afe9cde20_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201854.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.361284, 42.542851 ] } },
|
554
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-39", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201849", "note": "Centered near Grotto in Freeville (13068) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/91b6c2f3-bda7-49c3-8cf3-85a1c8428c2f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/91b6c2f3-bda7-49c3-8cf3-85a1c8428c2f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201849.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.401788, 42.539782 ] } },
|
555
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-59", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201853", "note": "Centered in Groton (13073) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/22820950-beb2-4fab-8a4b-7ac26a7adf83.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/22820950-beb2-4fab-8a4b-7ac26a7adf83_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201853.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.357497, 42.57568 ] } },
|
556
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-74", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201983", "note": "Centered near White Church in Brooktondale (14817) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9e952b73-734d-4d85-8939-ae6d67462e33.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9e952b73-734d-4d85-8939-ae6d67462e33_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201983.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.389817, 42.349678 ] } },
|
557
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-12", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201991", "note": "Centered near West Dryden in Freeville (13068) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/1cb64072-ccc5-49cf-8a88-9373b3b8be98.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/1cb64072-ccc5-49cf-8a88-9373b3b8be98_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201991.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.402379, 42.520954 ] } },
|
558
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-96", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201989", "note": "Centered near West Dryden in Freeville (13068) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6f11f635-3ab7-408e-880c-f67ae6877d4a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6f11f635-3ab7-408e-880c-f67ae6877d4a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201989.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.433125, 42.52332 ] } },
|
559
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-90", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201986", "note": "Centered near West Groton in Locke (13092) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/17e94b8f-c55d-49d1-948b-b839d6129a8e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/17e94b8f-c55d-49d1-948b-b839d6129a8e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201986.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.439254, 42.620369 ] } },
|
560
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-92", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201987", "note": "Centered near West Groton in Groton (13073) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9213e1ea-bb73-4af2-a172-2f44dc1e6959.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9213e1ea-bb73-4af2-a172-2f44dc1e6959_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201987.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.436929, 42.587437 ] } },
|
561
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-94", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201988", "note": "Centered near Grotto in Groton (13073) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7bd1f08f-8bb1-440a-869e-843f0826f6a2.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7bd1f08f-8bb1-440a-869e-843f0826f6a2_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201988.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.435441, 42.555362 ] } },
|
562
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-10", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201990", "note": "Centered near Etna in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8cf5ffec-1d66-439c-be81-47002377dfca.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8cf5ffec-1d66-439c-be81-47002377dfca_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201990.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.400196, 42.49082 ] } },
|
563
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-76", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201984", "note": "Centered in Brooktondale (14817) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9eb46253-c942-4229-8003-a11d10ec4a4e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9eb46253-c942-4229-8003-a11d10ec4a4e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201984.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.393399, 42.377409 ] } },
|
564
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-9", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201985", "note": "Centered in Richford (13835) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4fbb4e2d-77d6-46fe-8545-606d652dca17.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4fbb4e2d-77d6-46fe-8545-606d652dca17_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201985.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.239277, 42.36369 ] } },
|
565
|
+
{ "type": "Feature", "properties": { "label": "ART-5EE-188", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201618", "note": "Centered near Cayuta in Newfield (14867) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9bcf3746-4b6e-4d3d-a590-ab7849dc7cee.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9bcf3746-4b6e-4d3d-a590-ab7849dc7cee_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201618.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.664136, 42.287234 ] } },
|
566
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-210", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201842", "note": "Centered near Van Dorn Corner in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/488696df-3718-41b8-998a-1de51fc63f74.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/488696df-3718-41b8-998a-1de51fc63f74_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201842.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.596908, 42.468919 ] } },
|
567
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-208", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201841", "note": "Centered near Jacksonville in Trumansburg (14886) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/91882b05-c92c-438d-93f6-38e2293dc4f6.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/91882b05-c92c-438d-93f6-38e2293dc4f6_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201841.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.597084, 42.501479 ] } },
|
568
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-212", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201843", "note": "Centered near Van Dorn Corner in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a52e3cdf-fdb4-4298-a1ee-91fd43b59054.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a52e3cdf-fdb4-4298-a1ee-91fd43b59054_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201843.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.595235, 42.436178 ] } },
|
569
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-191", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201840", "note": "Centered near Bostwick Corners in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/292f375b-6ef4-40a6-abbd-584e01554f01.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/292f375b-6ef4-40a6-abbd-584e01554f01_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201840.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.634076, 42.417462 ] } },
|
570
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-214", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201844", "note": "Centered near Bostwick Corners in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6d4de7fb-3825-47ad-b9b5-1657ad6ff21b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6d4de7fb-3825-47ad-b9b5-1657ad6ff21b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201844.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.594457, 42.403224 ] } },
|
571
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-220", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201847", "note": "Centered near West Danby in Newfield (14867) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f538ec21-2477-4d6e-b51f-9cc752668d64.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f538ec21-2477-4d6e-b51f-9cc752668d64_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201847.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.587346, 42.307519 ] } },
|
572
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-189", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201839", "note": "Centered near Enfield in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e87eb226-185c-4e44-88dc-43984869a073.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e87eb226-185c-4e44-88dc-43984869a073_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201839.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.634509, 42.448551 ] } },
|
573
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-218", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201846", "note": "Centered in Newfield (14867) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/71b2599e-c542-4c22-a912-900189c97ee6.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/71b2599e-c542-4c22-a912-900189c97ee6_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201846.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.589246, 42.338244 ] } },
|
574
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-216", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201845", "note": "Centered in Newfield (14867) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6059f080-2dbd-4e27-8f97-a5f5d1774a79.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6059f080-2dbd-4e27-8f97-a5f5d1774a79_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201845.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.592516, 42.370455 ] } },
|
575
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-59", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201978", "note": "Centered near Slaterville Springs in Brooktondale (14817) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a4caeda1-1413-48d6-a6ba-8f2bb9765b16.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a4caeda1-1413-48d6-a6ba-8f2bb9765b16_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201978.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.349283, 42.380576 ] } },
|
576
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-61", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201979", "note": "Centered near Caroline Center in Brooktondale (14817) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/661cf138-9019-429b-9a66-4ab87ace769b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/661cf138-9019-429b-9a66-4ab87ace769b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201979.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.347544, 42.346745 ] } },
|
577
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-63", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201980", "note": "Centered near Willseyville in Brooktondale (14817) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c87b3786-43fe-4090-8cc4-b10ac69d13c0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c87b3786-43fe-4090-8cc4-b10ac69d13c0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201980.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.344107, 42.312725 ] } },
|
578
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-72", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201982", "note": "Centered near White Church in Brooktondale (14817) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/72509291-a478-4085-9283-5020f8c2f284.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/72509291-a478-4085-9283-5020f8c2f284_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201982.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.393555, 42.329636 ] } },
|
579
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-53", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201975", "note": "Centered near Willow Glen in Freeville (13068) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0dd803ff-dfee-4528-abf5-c85202d6b491.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0dd803ff-dfee-4528-abf5-c85202d6b491_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201975.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.354101, 42.481153 ] } },
|
580
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-7", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201981", "note": "Centered near Speedsville in Berkshire (13736) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2698fd41-f6f9-4e94-b62a-548fa26b426f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2698fd41-f6f9-4e94-b62a-548fa26b426f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201981.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.237735, 42.326886 ] } },
|
581
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-55", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201976", "note": "Centered near Ellis in Freeville (13068) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f87fdd98-9ca2-43c8-9261-929d2023fdf8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f87fdd98-9ca2-43c8-9261-929d2023fdf8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201976.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.352507, 42.447174 ] } },
|
582
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-57", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201977", "note": "Centered in Slaterville Springs (14881) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/dce10998-4e15-4de8-a234-c843fd16fbd3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/dce10998-4e15-4de8-a234-c843fd16fbd3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201977.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.350931, 42.413594 ] } },
|
583
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-51", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201974", "note": "Centered in Freeville (13068) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/44eefe73-bc79-442a-aa54-73cf8282b7f5.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/44eefe73-bc79-442a-aa54-73cf8282b7f5_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201974.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.355429, 42.511324 ] } },
|
584
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-165", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201831", "note": "Centered near Christian Hill in Trumansburg (14886) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/44ac8ac5-2040-4e86-849f-1fc0de610fad.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/44ac8ac5-2040-4e86-849f-1fc0de610fad_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201831.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.676803, 42.478246 ] } },
|
585
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-181", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201835", "note": "Centered near Osgood Landing in Trumansburg (14886) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f39c7df9-6d0b-4cb8-9c5c-3a6d774b8899.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f39c7df9-6d0b-4cb8-9c5c-3a6d774b8899_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201835.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.64545, 42.579698 ] } },
|
586
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-187", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201838", "note": "Centered near Christian Hill in Ithaca (14850) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/84ea3bcd-5930-4325-89fc-91c3077fe010.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/84ea3bcd-5930-4325-89fc-91c3077fe010_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201838.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.635803, 42.478059 ] } },
|
587
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-185", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201837", "note": "Centered near Jacksonville in Trumansburg (14886) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/644b1615-5eb0-4e81-b03e-9363d0633eaf.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/644b1615-5eb0-4e81-b03e-9363d0633eaf_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201837.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.63835, 42.508516 ] } },
|
588
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-167", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201832", "note": "Centered near Waterburg in Trumansburg (14886) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d487bce3-036c-4748-9893-aacc76628c50.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d487bce3-036c-4748-9893-aacc76628c50_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201832.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.676352, 42.505321 ] } },
|
589
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-163", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201830", "note": "Centered near Mecklenburg in Trumansburg (14886) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/1200bd67-fd89-47c8-b06a-2e065977deac.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/1200bd67-fd89-47c8-b06a-2e065977deac_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201830.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.676615, 42.449414 ] } },
|
590
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-183", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201836", "note": "Centered near Halseyville in Trumansburg (14886) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ce184c54-f6e7-465e-9d85-7ec81cffc0c3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ce184c54-f6e7-465e-9d85-7ec81cffc0c3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201836.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.640325, 42.54217 ] } },
|
591
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-179", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201834", "note": "Centered near Atwaters in King Ferry (13081) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/485a8e71-20e8-4e75-90fa-90cf8e57a84b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/485a8e71-20e8-4e75-90fa-90cf8e57a84b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201834.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.644922, 42.614585 ] } },
|
592
|
+
{ "type": "Feature", "properties": { "label": "ARU-3EE-169", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201833", "note": "Centered in Trumansburg (14886) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6d63079e-01ef-41cf-aa8e-4ada62dd92f3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6d63079e-01ef-41cf-aa8e-4ada62dd92f3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201833.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.676406, 42.539656 ] } },
|
593
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-40", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201971", "note": "Centered near Slaterville Springs in Freeville (13068) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/db1fbe8e-6825-4c21-8ad1-ec81770ed972.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/db1fbe8e-6825-4c21-8ad1-ec81770ed972_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201971.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.312471, 42.418644 ] } },
|
594
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-36", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201969", "note": "Centered near Caroline Center in Brooktondale (14817) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8b8c472d-b95a-4473-9f34-f10efe33e671.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8b8c472d-b95a-4473-9f34-f10efe33e671_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201969.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.31096, 42.359089 ] } },
|
595
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-34", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201968", "note": "Centered near Caroline Center in Brooktondale (14817) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b101ba53-caa0-4856-aacb-798dc587ae45.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b101ba53-caa0-4856-aacb-798dc587ae45_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201968.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.306788, 42.33083 ] } },
|
596
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-32", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201967", "note": "Centered near Upper Fairfield in Candor (13743) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/94ebb591-aa0a-4e1a-b5b9-f4aa78b708e8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/94ebb591-aa0a-4e1a-b5b9-f4aa78b708e8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201967.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.304256, 42.302541 ] } },
|
597
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-26", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201966", "note": "Centered near Speedsville in Berkshire (13736) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0bb0fe50-c3a7-4b06-883b-6fd08849e594.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0bb0fe50-c3a7-4b06-883b-6fd08849e594_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201966.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.267113, 42.29123 ] } },
|
598
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-42", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201972", "note": "Centered near Willow Glen in Dryden (13053) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/35371583-cb0e-41a6-bc94-0d0724a43c16.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/35371583-cb0e-41a6-bc94-0d0724a43c16_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201972.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.310957, 42.443168 ] } },
|
599
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-24", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201965", "note": "Centered near Speedsville in Berkshire (13736) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/1aa468ee-d587-4863-bd9c-d9c7c3a9ce7c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/1aa468ee-d587-4863-bd9c-d9c7c3a9ce7c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201965.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.268088, 42.318137 ] } },
|
600
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-38", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201970", "note": "Centered near Caroline in Brooktondale (14817) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/44c07324-b493-4ed2-8fc2-4db64654657d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/44c07324-b493-4ed2-8fc2-4db64654657d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201970.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.312641, 42.386525 ] } },
|
601
|
+
{ "type": "Feature", "properties": { "label": "ARU-5EE-44", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:201973", "note": "Centered near Willow Glen in Dryden (13053) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f1f5384c-d43f-4d23-b66a-21139abadf69.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f1f5384c-d43f-4d23-b66a-21139abadf69_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F201973.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.311561, 42.472592 ] } },
|
602
|
+
{ "type": "Feature", "properties": { "label": "ARU-6EE-8", "county": "Tompkins", "year": 1964, "recordIdentifier": "ss:202010", "note": "Centered near Etna in Freeville (13068) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/83201a8a-e5ce-49b6-8203-506f58bcdf21.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/83201a8a-e5ce-49b6-8203-506f58bcdf21_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F202010.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.397359, 42.461087 ] } },
|
603
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-44", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203650", "note": "Centered near Gee Brook in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e8508a00-8f95-4876-91e0-c167cbc1cb07.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e8508a00-8f95-4876-91e0-c167cbc1cb07_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203650.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.894207, 42.509218 ] } },
|
604
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-40", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203648", "note": "Centered near Taylor in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/10a7a839-f8ea-473c-8d98-d33ebbc51eb5.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/10a7a839-f8ea-473c-8d98-d33ebbc51eb5_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203648.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.896158, 42.570439 ] } },
|
605
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-46", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203651", "note": "Centered near Georgetown in Willet (13863) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/de2fb51d-4626-479f-b6a1-aaf1d4615750.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/de2fb51d-4626-479f-b6a1-aaf1d4615750_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203651.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.895503, 42.479164 ] } },
|
606
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-48", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203652", "note": "Centered near Georgetown in Willet (13863) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5da76ec2-fc9e-4199-986c-51971c274850.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5da76ec2-fc9e-4199-986c-51971c274850_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203652.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.895709, 42.448225 ] } },
|
607
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-50", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203653", "note": "Centered near Penelope in Willet (13863) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/bff8aa47-7f94-4e92-ae57-6b786ccf4366.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/bff8aa47-7f94-4e92-ae57-6b786ccf4366_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203653.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.895681, 42.41598 ] } },
|
608
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-42", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203649", "note": "Centered in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2f9cc41f-d470-4903-9675-3d217ae16f65.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2f9cc41f-d470-4903-9675-3d217ae16f65_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203649.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.894427, 42.539803 ] } },
|
609
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-26", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203641", "note": "Centered near Cowles Settlement in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/143718ac-c7c5-4f0e-ab69-ed87b7931ee0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/143718ac-c7c5-4f0e-ab69-ed87b7931ee0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203641.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.901919, 42.778239 ] } },
|
610
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-36", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203646", "note": "Centered near Union Valley in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/bebf528a-1bd9-4d40-bf9f-deb63b5f4acc.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/bebf528a-1bd9-4d40-bf9f-deb63b5f4acc_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203646.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.905885, 42.631014 ] } },
|
611
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-13", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203639", "note": "Centered near Taylor in Pitcher (13136) in Chenango County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4528d114-6a9c-41db-81f8-0bcb92735ea1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4528d114-6a9c-41db-81f8-0bcb92735ea1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203639.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.869356, 42.557462 ] } },
|
612
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-34", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203645", "note": "Centered near New Boston in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/bb060904-0313-4069-9ad3-626e1d0831e3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/bb060904-0313-4069-9ad3-626e1d0831e3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203645.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.907125, 42.660569 ] } },
|
613
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-30", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203643", "note": "Centered near Guyler Hill in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/15cb9343-ef79-428c-9238-f2c2c50a4b79.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/15cb9343-ef79-428c-9238-f2c2c50a4b79_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203643.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.905957, 42.720038 ] } },
|
614
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-38", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203647", "note": "Centered near Hydeville in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/88b37f44-9bf6-4bcb-a768-9e06a47c304a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/88b37f44-9bf6-4bcb-a768-9e06a47c304a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203647.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.900589, 42.60152 ] } },
|
615
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-32", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203644", "note": "Centered near Guyler Hill in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c6f9e0f5-ef05-4690-a6a5-842b71dfef0c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c6f9e0f5-ef05-4690-a6a5-842b71dfef0c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203644.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.909399, 42.691195 ] } },
|
616
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-28", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203642", "note": "Centered near DeRuyter in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5a9b82f9-0fb5-45d7-97a1-f96d38fcfa33.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5a9b82f9-0fb5-45d7-97a1-f96d38fcfa33_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203642.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.905965, 42.748643 ] } },
|
617
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-15", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203640", "note": "Centered in Pitcher (13136) in Chenango County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/08fa4fc8-c54f-47ec-b202-649a225d8f99.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/08fa4fc8-c54f-47ec-b202-649a225d8f99_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203640.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.870612, 42.588791 ] } },
|
618
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-09", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203637", "note": "Centered near German Four Corners in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/52554c16-14d2-43dc-9564-7b6016924bb1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/52554c16-14d2-43dc-9564-7b6016924bb1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203637.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.867705, 42.497408 ] } },
|
619
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-05", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203635", "note": "Centered near Lakeview in Smithville Flats (13841) in Chenango County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0f23a98d-e826-4273-b6b5-c0267ff3e053.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0f23a98d-e826-4273-b6b5-c0267ff3e053_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203635.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.867437, 42.433306 ] } },
|
620
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-11", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203638", "note": "Centered near Lower Cincinnatus in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/be8c6fe7-5aa0-4b5e-803b-9218c795a681.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/be8c6fe7-5aa0-4b5e-803b-9218c795a681_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203638.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.868744, 42.528071 ] } },
|
621
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-03", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203634", "note": "Centered near Lakeville in Greene (13778) in Chenango County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c0a13113-a24d-47ad-9b1a-623c16903087.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c0a13113-a24d-47ad-9b1a-623c16903087_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203634.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.866513, 42.395843 ] } },
|
622
|
+
{ "type": "Feature", "properties": { "label": "ASK-1FF-07", "county": "Cortland", "year": 1965, "recordIdentifier": "ss:203636", "note": "Centered near Georgetown in Willet (13863) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ac8db885-25f5-4d58-91a1-7e1fa8b517fe.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ac8db885-25f5-4d58-91a1-7e1fa8b517fe_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203636.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.868081, 42.465216 ] } },
|
623
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-33", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203077", "note": "Centered near Kraus Landing in Bridgeport (13030) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a422f27c-8640-4a39-aff0-6e0075dc90b0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a422f27c-8640-4a39-aff0-6e0075dc90b0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203077.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.995351, 43.178041 ] } },
|
624
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-37", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203079", "note": "Centered near Schepps Corners in Kirkville (13082) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/90b8f3c1-4647-4c2b-9b2e-132d1d59cc5a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/90b8f3c1-4647-4c2b-9b2e-132d1d59cc5a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203079.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.99103, 43.113056 ] } },
|
625
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-26", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203076", "note": "Centered near Weaver Corner in Kirkville (13082) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/de7172bc-f26d-4a99-ab0e-ada6d9274760.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/de7172bc-f26d-4a99-ab0e-ada6d9274760_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203076.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.949875, 43.120032 ] } },
|
626
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-39", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203080", "note": "Centered near Snyder Crossing in Minoa (13116) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c96f2739-e8af-4f48-a1df-64897065a306.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c96f2739-e8af-4f48-a1df-64897065a306_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203080.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.991871, 43.078345 ] } },
|
627
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-20", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203073", "note": "Centered near Eagle Village in Manlius (13104) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b48f14e1-88a5-4451-bdfc-353b1c3e25ec.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b48f14e1-88a5-4451-bdfc-353b1c3e25ec_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203073.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.94986, 43.023385 ] } },
|
628
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-22", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203074", "note": "Centered near Mycenae in Fayetteville (13066) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4a00a7de-ce2d-4524-97a7-8a6ed7c69481.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4a00a7de-ce2d-4524-97a7-8a6ed7c69481_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203074.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.948212, 43.054339 ] } },
|
629
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-18", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203072", "note": "Centered near Buellville in Manlius (13104) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/82d1c159-d8f0-4f3a-aba6-73bf745118d8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/82d1c159-d8f0-4f3a-aba6-73bf745118d8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203072.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.950045, 42.992335 ] } },
|
630
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-24", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203075", "note": "Centered in Kirkville (13082) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f92da71f-0b46-4ffb-a5c5-295695c1f021.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f92da71f-0b46-4ffb-a5c5-295695c1f021_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203075.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.94852, 43.085502 ] } },
|
631
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-35", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203078", "note": "Centered in Bridgeport (13030) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d2d8a22a-0657-46b0-a653-40b4f948832a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d2d8a22a-0657-46b0-a653-40b4f948832a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203078.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.995394, 43.141969 ] } },
|
632
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-169", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203263", "note": "Centered near Borodino Landing in Skaneateles (13152) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b89bdae3-d502-4954-95a1-9d1dca6066d4.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b89bdae3-d502-4954-95a1-9d1dca6066d4_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203263.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.35145, 42.863282 ] } },
|
633
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-160", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203261", "note": "Centered near Gregory Landing in Moravia (13118) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/38075623-e43f-46ef-95dd-0ed4faa4b215.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/38075623-e43f-46ef-95dd-0ed4faa4b215_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203261.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.307279, 42.792168 ] } },
|
634
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-179", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203268", "note": "Centered near Sweets Crossing in Camillus (13031) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/78cc8e73-f664-4b6b-8466-96db2ba75691.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/78cc8e73-f664-4b6b-8466-96db2ba75691_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203268.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.35264, 43.025967 ] } },
|
635
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-171", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203264", "note": "Centered near Rose Hill in Skaneateles (13152) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e6b57311-66cc-41ba-922b-bd94fddbba46.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e6b57311-66cc-41ba-922b-bd94fddbba46_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203264.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.348717, 42.904791 ] } },
|
636
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-181", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203269", "note": "Centered near Oswego Bitter in Camillus (13031) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/601429b7-013f-43c8-ad81-9b97008b7bb6.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/601429b7-013f-43c8-ad81-9b97008b7bb6_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203269.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.35006, 43.058378 ] } },
|
637
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-173", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203265", "note": "Centered near Clintonville in Skaneateles (13152) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7a40922c-3bf1-4e2e-9072-76f48f3d8bee.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7a40922c-3bf1-4e2e-9072-76f48f3d8bee_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203265.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.3513, 42.923229 ] } },
|
638
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-167", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203262", "note": "Centered near Pine Grove in Skaneateles (13152) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/1c791476-9533-4af8-966f-64d5ca842fea.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/1c791476-9533-4af8-966f-64d5ca842fea_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203262.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.349517, 42.832931 ] } },
|
639
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-177", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203267", "note": "Centered in Marcellus (13108) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6450f1e8-dbaa-4e0b-8fec-8e8418ca87be.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6450f1e8-dbaa-4e0b-8fec-8e8418ca87be_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203267.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.349532, 42.992155 ] } },
|
640
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-175", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203266", "note": "Centered in Marcellus (13108) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7bff6ef5-6da2-4c30-beee-bcab9d9a8a22.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7bff6ef5-6da2-4c30-beee-bcab9d9a8a22_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203266.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.348834, 42.960187 ] } },
|
641
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-34", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203313", "note": "Centered near Griffins Corners in Syracuse (13215) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a89e2276-f8dd-428a-9dde-a30b5fcd5948.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a89e2276-f8dd-428a-9dde-a30b5fcd5948_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203313.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.189824, 42.93849 ] } },
|
642
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-36", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203314", "note": "Centered near Indian Village in Syracuse (13215) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/cdc13553-e7f9-4671-9699-82add22db0e1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/cdc13553-e7f9-4671-9699-82add22db0e1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203314.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.189416, 42.96442 ] } },
|
643
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-32", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203312", "note": "Centered near Maple Grove in La Fayette (13084) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8014a688-1980-498b-b440-39d39497698f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8014a688-1980-498b-b440-39d39497698f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203312.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.187178, 42.907235 ] } },
|
644
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-30", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203311", "note": "Centered near Maple Grove in La Fayette (13084) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/94443baf-744f-48ac-b3c1-e5ddec30bcbc.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/94443baf-744f-48ac-b3c1-e5ddec30bcbc_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203311.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.185288, 42.879492 ] } },
|
645
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-3", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203310", "note": "Centered near Onondaga Castle in Nedrow (13120) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4fa1753f-9964-4dbe-bdec-a348d2b3f8e3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4fa1753f-9964-4dbe-bdec-a348d2b3f8e3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203310.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.15034, 42.971104 ] } },
|
646
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-264", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203306", "note": "Centered near Jones Point in Jordan (13080) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f149e2c3-6983-4d3d-b456-2e30004922ed.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f149e2c3-6983-4d3d-b456-2e30004922ed_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203306.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.458964, 43.105677 ] } },
|
647
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-268", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203308", "note": "Centered near Elbridge in Jordan (13080) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/12bd7dea-9233-4f45-b925-f040f83e5a27.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/12bd7dea-9233-4f45-b925-f040f83e5a27_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203308.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.45943, 43.041351 ] } },
|
648
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-28", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203309", "note": "Centered near Otisco in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0e14106b-9f69-4efa-a9a1-1832c9a525f4.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0e14106b-9f69-4efa-a9a1-1832c9a525f4_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203309.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.184716, 42.849556 ] } },
|
649
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-266", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203307", "note": "Centered in Jordan (13080) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/15d8e80c-9247-41a9-bbcf-6138c7d460a7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/15d8e80c-9247-41a9-bbcf-6138c7d460a7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203307.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.457759, 43.076086 ] } },
|
650
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-115", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203044", "note": "Centered near Sentinel Heights in Jamesville (13078) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f06f2f8e-15b8-468a-a1cf-2cd1402b429e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f06f2f8e-15b8-468a-a1cf-2cd1402b429e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203044.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.067308, 42.943388 ] } },
|
651
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-105", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203039", "note": "Centered near Collamer in East Syracuse (13057) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b9ceda37-9acd-48e6-9457-c89a43d18155.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b9ceda37-9acd-48e6-9457-c89a43d18155_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203039.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.07278, 43.103973 ] } },
|
652
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-103", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203038", "note": "Centered near Collamer in East Syracuse (13057) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/798db16f-b507-4640-b4e5-ed6062584ad5.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/798db16f-b507-4640-b4e5-ed6062584ad5_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203038.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.070219, 43.135459 ] } },
|
653
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-101", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203037", "note": "Centered near Brown Center in Cicero (13039) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ed3749c2-dc09-4083-bff6-0cf792b007d8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ed3749c2-dc09-4083-bff6-0cf792b007d8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203037.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.070369, 43.168811 ] } },
|
654
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-109", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203041", "note": "Centered near De Witt in Syracuse (13214) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a01f78cf-6795-4a05-b748-ce99d7e15ad1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a01f78cf-6795-4a05-b748-ce99d7e15ad1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203041.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.069364, 43.037451 ] } },
|
655
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-107", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203040", "note": "Centered in East Syracuse (13057) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a83448df-f18d-41f3-a7ee-1267b9528ef8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a83448df-f18d-41f3-a7ee-1267b9528ef8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203040.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.070082, 43.071086 ] } },
|
656
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-113", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203043", "note": "Centered in Jamesville (13078) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3f6288fa-1fb2-4d6d-a2b7-583cb49c6b94.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3f6288fa-1fb2-4d6d-a2b7-583cb49c6b94_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203043.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.067303, 42.975788 ] } },
|
657
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-111", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203042", "note": "Centered in Jamesville (13078) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f42e6096-c574-4200-856c-ce4b1aebfa9e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f42e6096-c574-4200-856c-ce4b1aebfa9e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203042.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.068572, 43.008067 ] } },
|
658
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-49", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203085", "note": "Centered near Pompey Center in Manlius (13104) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e43c82c9-2d04-48c5-8e0e-5fc30c046d3a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e43c82c9-2d04-48c5-8e0e-5fc30c046d3a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203085.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.982343, 42.92041 ] } },
|
659
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-47", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203084", "note": "Centered near Watervale in Manlius (13104) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/cbeae585-d81b-4a46-b0d7-a7e63b14a905.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/cbeae585-d81b-4a46-b0d7-a7e63b14a905_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203084.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.982672, 42.950439 ] } },
|
660
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-57", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203089", "note": "Centered near Keeney in Fabius (13063) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6048be28-c888-48e0-942c-5b05df6afdfb.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6048be28-c888-48e0-942c-5b05df6afdfb_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203089.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.985888, 42.801189 ] } },
|
661
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-51", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203086", "note": "Centered near Pompey in Fabius (13063) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/58ca6ee0-60b7-49ac-9c32-424dcf951bee.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/58ca6ee0-60b7-49ac-9c32-424dcf951bee_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203086.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.983341, 42.885246 ] } },
|
662
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-41", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203081", "note": "Centered in Fayetteville (13066) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/12b45238-7367-404c-b073-8d7e6168078b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/12b45238-7367-404c-b073-8d7e6168078b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203081.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.991021, 43.04535 ] } },
|
663
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-43", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203082", "note": "Centered in Manlius (13104) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/02f7307b-9e3b-41f1-960a-70edb6b25506.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/02f7307b-9e3b-41f1-960a-70edb6b25506_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203082.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.99113, 43.013157 ] } },
|
664
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-45", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203083", "note": "Centered in Manlius (13104) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/62036ae6-4885-4138-9a78-7590692b80e7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/62036ae6-4885-4138-9a78-7590692b80e7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203083.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.98506, 42.983412 ] } },
|
665
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-53", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203087", "note": "Centered in Fabius (13063) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9828566e-87be-4209-9cc0-d2d33ede6e5c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9828566e-87be-4209-9cc0-d2d33ede6e5c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203087.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.98341, 42.860239 ] } },
|
666
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-55", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203088", "note": "Centered in Fabius (13063) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e13d53ca-88a7-4156-85a8-7c63fb4fb40a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e13d53ca-88a7-4156-85a8-7c63fb4fb40a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203088.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.983345, 42.826786 ] } },
|
667
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-158", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203260", "note": "Centered near Gregory Landing in Skaneateles (13152) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7c2c39c7-bdef-44eb-864e-54b3db68f3cd.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7c2c39c7-bdef-44eb-864e-54b3db68f3cd_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203260.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.307533, 42.822872 ] } },
|
668
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-156", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203259", "note": "Centered near Pine Grove in Skaneateles (13152) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/51fcc16b-0101-4d0e-a6d0-6a63171431c7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/51fcc16b-0101-4d0e-a6d0-6a63171431c7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203259.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.308355, 42.85258 ] } },
|
669
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-146", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203254", "note": "Centered near Howlett Hill in Marcellus (13108) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/acbd1c98-2462-4dc5-b819-e0a82b163c67.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/acbd1c98-2462-4dc5-b819-e0a82b163c67_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203254.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.30879, 43.010529 ] } },
|
670
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-15", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203255", "note": "Centered near Tully Lake Park in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/bfce999a-6035-4e2b-aebd-f5265309407d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/bfce999a-6035-4e2b-aebd-f5265309407d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203255.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.152116, 42.779793 ] } },
|
671
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-150", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203256", "note": "Centered near Navarino in Marcellus (13108) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6a787f6a-8f9d-4287-b40f-bdcc177390a5.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6a787f6a-8f9d-4287-b40f-bdcc177390a5_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203256.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.309025, 42.948114 ] } },
|
672
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-142", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203252", "note": "Centered near Newport in Warners (13164) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/168a2fc1-c726-43eb-a213-67631b74df52.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/168a2fc1-c726-43eb-a213-67631b74df52_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203252.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.308649, 43.076778 ] } },
|
673
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-154", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203258", "note": "Centered near Amber in Marietta (13110) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/be7f66ec-2823-4e85-90a9-4d7b151eb80d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/be7f66ec-2823-4e85-90a9-4d7b151eb80d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203258.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.308843, 42.884992 ] } },
|
674
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-144", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203253", "note": "Centered in Camillus (13031) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0cf0aba7-0d29-4ba2-b1db-9102cedf3942.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0cf0aba7-0d29-4ba2-b1db-9102cedf3942_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203253.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.309855, 43.042222 ] } },
|
675
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-152", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203257", "note": "Centered in Marietta (13110) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/eab8b728-8444-42b4-9ebe-1a628739d0cd.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/eab8b728-8444-42b4-9ebe-1a628739d0cd_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203257.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.310287, 42.916817 ] } },
|
676
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-249", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203299", "note": "Centered near Jacksonville in Baldwinsville (13027) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8c9d90fc-d1a0-4e99-84d8-641a016bbe69.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8c9d90fc-d1a0-4e99-84d8-641a016bbe69_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203299.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.422224, 43.19034 ] } },
|
677
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-247", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203298", "note": "Centered near Plainville in Baldwinsville (13027) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/64cd8449-a621-4363-be30-11bca73963e4.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/64cd8449-a621-4363-be30-11bca73963e4_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203298.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.426816, 43.157633 ] } },
|
678
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-260", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203304", "note": "Centered near Plainville in Baldwinsville (13027) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a0da51bc-6e3a-4a9d-ab53-e23b212a3d18.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a0da51bc-6e3a-4a9d-ab53-e23b212a3d18_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203304.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.459262, 43.174126 ] } },
|
679
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-251", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203300", "note": "Centered near Jacksonville in Baldwinsville (13027) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3c3a7da4-f473-4bb9-8d53-aff927514ddd.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3c3a7da4-f473-4bb9-8d53-aff927514ddd_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203300.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.422573, 43.222887 ] } },
|
680
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-258", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203302", "note": "Centered near Lysander in Baldwinsville (13027) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7d537e15-f64e-4f94-add7-fc65b8c72304.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7d537e15-f64e-4f94-add7-fc65b8c72304_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203302.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.4592, 43.206659 ] } },
|
681
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-256", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203301", "note": "Centered near Baird Corners in Fulton (13069) in Oswego County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/37963d57-1afd-4f68-9d2a-bbeb8868337e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/37963d57-1afd-4f68-9d2a-bbeb8868337e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203301.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.461313, 43.239516 ] } },
|
682
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-245", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203297", "note": "Centered near Jacks Reef in Memphis (13112) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3f10ae02-14f0-40e0-9ee0-fd7f27cfbea2.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3f10ae02-14f0-40e0-9ee0-fd7f27cfbea2_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203297.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.429708, 43.12284 ] } },
|
683
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-262", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203305", "note": "Centered near Plainville in Memphis (13112) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8c686170-16de-4676-ad6f-24f1e067d994.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8c686170-16de-4676-ad6f-24f1e067d994_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203305.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.457107, 43.139315 ] } },
|
684
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-26", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203303", "note": "Centered near Vesper in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/048489df-9c2c-40bb-9a9b-af6cd301b619.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/048489df-9c2c-40bb-9a9b-af6cd301b619_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203303.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.184078, 42.8161 ] } },
|
685
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-92", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203342", "note": "Centered near South Spafford in Homer (13077) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/70ec7ddd-adf1-4875-97ed-9dda21e79c09.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/70ec7ddd-adf1-4875-97ed-9dda21e79c09_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203342.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.220008, 42.768933 ] } },
|
686
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-97", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203343", "note": "Centered near Fair Haven in Homer (13077) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/792ef71f-9d81-45de-a35c-dd4dbf528762.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/792ef71f-9d81-45de-a35c-dd4dbf528762_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203343.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.267643, 42.768425 ] } },
|
687
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-99", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203344", "note": "Centered near Spafford in Homer (13077) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/72ec26d5-caa4-405b-aaa7-4ba4a3a58c8c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/72ec26d5-caa4-405b-aaa7-4ba4a3a58c8c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203344.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.267066, 42.804947 ] } },
|
688
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-160", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203067", "note": "Centered near Forest Beach in Brewerton (13029) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/bdaacf41-363e-44f8-9518-189401e44554.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/bdaacf41-363e-44f8-9518-189401e44554_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203067.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.114433, 43.221463 ] } },
|
689
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-16", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203066", "note": "Centered near Salem Corner in Manlius (13104) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ebc01a5d-de46-4bf7-9c20-369c5c5f68d1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ebc01a5d-de46-4bf7-9c20-369c5c5f68d1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203066.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.9497, 42.959479 ] } },
|
690
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-154", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203063", "note": "Centered near North Syracuse in Syracuse (13212) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ef8eb546-1371-4bff-bc6d-3eb5902db193.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ef8eb546-1371-4bff-bc6d-3eb5902db193_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203063.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.114069, 43.126874 ] } },
|
691
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-175", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203071", "note": "Centered near North Syracuse in Syracuse (13212) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/790313d4-02b0-45e0-b61a-0d909c668951.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/790313d4-02b0-45e0-b61a-0d909c668951_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203071.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.15222, 43.133575 ] } },
|
692
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-173", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203070", "note": "Centered near Rodger Corner in Clay (13041) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/cd67dadb-567b-410f-8e66-b3fe852dfd8c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/cd67dadb-567b-410f-8e66-b3fe852dfd8c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203070.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.154633, 43.163203 ] } },
|
693
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-171", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203069", "note": "Centered near Youngs in Clay (13041) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d074f99d-8865-4bf3-96c6-dd59dc53e301.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d074f99d-8865-4bf3-96c6-dd59dc53e301_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203069.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.153368, 43.194731 ] } },
|
694
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-169", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203068", "note": "Centered in Brewerton (13029) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/88771a8e-1082-4ebd-b62c-178f10a2aca4.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/88771a8e-1082-4ebd-b62c-178f10a2aca4_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203068.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.153004, 43.230996 ] } },
|
695
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-158", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203065", "note": "Centered in Cicero (13039) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/28c26659-75af-4cc5-8b90-6be65a58b84a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/28c26659-75af-4cc5-8b90-6be65a58b84a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203065.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.113143, 43.187736 ] } },
|
696
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-156", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203064", "note": "Centered in Cicero (13039) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3ba6faac-db7e-4e4e-8daf-2cbce3e60c2d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3ba6faac-db7e-4e4e-8daf-2cbce3e60c2d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203064.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.111709, 43.158179 ] } },
|
697
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-136", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203249", "note": "Centered near Lysander New Community in Baldwinsville (13027) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/12da32dc-5003-44c0-9158-0c6ec73cab11.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/12da32dc-5003-44c0-9158-0c6ec73cab11_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203249.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.312878, 43.174753 ] } },
|
698
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-125", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203246", "note": "Centered near Three Rivers in Phoenix (13135) in Oswego County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9f72c242-68da-4102-893c-52d3487236ea.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9f72c242-68da-4102-893c-52d3487236ea_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203246.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.277773, 43.210051 ] } },
|
699
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-134", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203248", "note": "Centered near West Phoenix in Phoenix (13135) in Oswego County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/837a7736-3d25-44fc-9ef3-10804ad30163.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/837a7736-3d25-44fc-9ef3-10804ad30163_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203248.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.315099, 43.215239 ] } },
|
700
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-121", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203244", "note": "Centered near Red Rock in Baldwinsville (13027) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/cf342cc6-ac3f-481f-aed0-74ad0d7ae14b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/cf342cc6-ac3f-481f-aed0-74ad0d7ae14b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203244.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.27513, 43.146887 ] } },
|
701
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-123", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203245", "note": "Centered near Belgium in Baldwinsville (13027) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8b2c5b99-e0d4-4f64-86f5-7caaed7de582.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8b2c5b99-e0d4-4f64-86f5-7caaed7de582_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203245.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.273687, 43.176934 ] } },
|
702
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-140", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203251", "note": "Centered near Van Buren in Syracuse (13209) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e12144bb-9397-4555-a01e-25baf581d9d8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e12144bb-9397-4555-a01e-25baf581d9d8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203251.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.313143, 43.114681 ] } },
|
703
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-119", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203243", "note": "Centered near Stiles in Syracuse (13209) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/90d22e91-65d7-419e-8e24-e205c94461f3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/90d22e91-65d7-419e-8e24-e205c94461f3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203243.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.271181, 43.112966 ] } },
|
704
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-13", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203247", "note": "Centered near Vesper in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c951fdd7-b292-4fa8-ac8a-132f77b7b11d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c951fdd7-b292-4fa8-ac8a-132f77b7b11d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203247.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.151689, 42.810919 ] } },
|
705
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-138", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203250", "note": "Centered in Baldwinsville (13027) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/eac265f0-f6a3-4103-97e1-16adbcbb8928.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/eac265f0-f6a3-4103-97e1-16adbcbb8928_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203250.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.313901, 43.15015 ] } },
|
706
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-235", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203291", "note": "Centered near Willow Glen in Skaneateles (13152) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/35325225-d878-4be0-90ef-61c99816a13c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/35325225-d878-4be0-90ef-61c99816a13c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203291.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.426236, 42.958098 ] } },
|
707
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-237", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203292", "note": "Centered near Long Bridge in Skaneateles (13152) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/970f1192-88fc-4a4f-aec0-c74980e8d8fa.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/970f1192-88fc-4a4f-aec0-c74980e8d8fa_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203292.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.425643, 42.990846 ] } },
|
708
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-231", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203289", "note": "Centered near Winding Ways in Skaneateles (13152) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/eaba10ed-0078-41cd-ac36-52aa8d81c48b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/eaba10ed-0078-41cd-ac36-52aa8d81c48b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203289.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.424543, 42.892032 ] } },
|
709
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-243", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203296", "note": "Centered near Jacks Reef in Memphis (13112) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f8bc2f51-4a30-4f6c-8a42-bbcd1fb1ad53.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f8bc2f51-4a30-4f6c-8a42-bbcd1fb1ad53_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203296.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.42851, 43.092968 ] } },
|
710
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-229", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203288", "note": "Centered near Mandana in Skaneateles (13152) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/cff356c7-9359-4efc-ae37-c34868557298.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/cff356c7-9359-4efc-ae37-c34868557298_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203288.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.423481, 42.860177 ] } },
|
711
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-24", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203294", "note": "Centered near Bromley in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/78c7b2f5-2d35-41f0-88ea-ec6586275674.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/78c7b2f5-2d35-41f0-88ea-ec6586275674_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203294.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.183814, 42.790681 ] } },
|
712
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-239", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203293", "note": "Centered in Elbridge (13060) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/29aa66e2-157e-4e89-bc73-478aaf5f4993.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/29aa66e2-157e-4e89-bc73-478aaf5f4993_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203293.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.427797, 43.02565 ] } },
|
713
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-241", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203295", "note": "Centered in Elbridge (13060) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/efe37498-faad-40c5-b15a-e2551be19960.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/efe37498-faad-40c5-b15a-e2551be19960_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203295.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.426261, 43.054205 ] } },
|
714
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-233", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203290", "note": "Centered in Skaneateles (13152) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9bb69031-2a81-49b0-b929-899e209dcf9a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9bb69031-2a81-49b0-b929-899e209dcf9a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203290.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.425844, 42.92673 ] } },
|
715
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-9", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203340", "note": "Centered near Baileys Settlement in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/80bdcb1c-dd68-4525-896c-f312271e1374.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/80bdcb1c-dd68-4525-896c-f312271e1374_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203340.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.148695, 42.874578 ] } },
|
716
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-80", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203335", "note": "Centered near Nichols Corners in Syracuse (13215) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e8b3a7d1-2233-41c9-9079-e81bb90fad55.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e8b3a7d1-2233-41c9-9079-e81bb90fad55_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203335.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.225337, 42.953614 ] } },
|
717
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-88", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203339", "note": "Centered near Otisco Valley in Marietta (13110) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/91979506-bb40-4df6-b80d-ddc36e855c70.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/91979506-bb40-4df6-b80d-ddc36e855c70_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203339.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.222443, 42.826918 ] } },
|
718
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-90", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203341", "note": "Centered near South Spafford in Preble (13141) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a9017518-2e74-46e8-8f8f-767ec809378e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a9017518-2e74-46e8-8f8f-767ec809378e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203341.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.222131, 42.79797 ] } },
|
719
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-78", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203334", "note": "Centered near Cards Corners in Syracuse (13215) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2c520398-db7f-4a1e-927c-fdad22dde611.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2c520398-db7f-4a1e-927c-fdad22dde611_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203334.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.224018, 42.98546 ] } },
|
720
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-76", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203333", "note": "Centered near Split Rock in Camillus (13031) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c4367b5f-fdf8-4eca-a4e3-5c25ca039a14.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c4367b5f-fdf8-4eca-a4e3-5c25ca039a14_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203333.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.224542, 43.018709 ] } },
|
721
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-84", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203337", "note": "Centered near Otisco in La Fayette (13084) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/254c2bca-9b1e-405f-807d-d012dbea37b2.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/254c2bca-9b1e-405f-807d-d012dbea37b2_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203337.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.22275, 42.88225 ] } },
|
722
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-82", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203336", "note": "Centered near Ironsides in Nedrow (13120) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3a2beb48-5239-4a1b-9fb9-948fe110fbaf.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3a2beb48-5239-4a1b-9fb9-948fe110fbaf_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203336.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.224311, 42.921612 ] } },
|
723
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-86", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203338", "note": "Centered near Otisco in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/bb18cf1c-195b-4d19-9ca1-3ba22e23d913.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/bb18cf1c-195b-4d19-9ca1-3ba22e23d913_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203338.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.223891, 42.860644 ] } },
|
724
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-144", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203058", "note": "Centered near Sentinel Heights in Jamesville (13078) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/72b88b57-d196-4d5c-8b5d-1297cfcbd98c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/72b88b57-d196-4d5c-8b5d-1297cfcbd98c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203058.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.109004, 42.970547 ] } },
|
725
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-142", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203057", "note": "Centered near Sentinel Heights in La Fayette (13084) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/56b3ad38-edb1-4155-a863-01c184819fc2.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/56b3ad38-edb1-4155-a863-01c184819fc2_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203057.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.109285, 42.936308 ] } },
|
726
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-14", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203055", "note": "Centered near Pompey Center in Manlius (13104) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ae9bb723-1dea-48b1-9c42-b6554d567390.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ae9bb723-1dea-48b1-9c42-b6554d567390_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203055.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.951228, 42.930461 ] } },
|
727
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-138", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203054", "note": "Centered near Big Bend in La Fayette (13084) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7eddc701-0f90-4d47-af95-7347fb51b5d8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7eddc701-0f90-4d47-af95-7347fb51b5d8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203054.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.109942, 42.873087 ] } },
|
728
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-146", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203059", "note": "Centered near Southwood in Jamesville (13078) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/347cf5b7-fb5f-4d61-8bb2-79cd150b4bea.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/347cf5b7-fb5f-4d61-8bb2-79cd150b4bea_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203059.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.106172, 43.000039 ] } },
|
729
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-140", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203056", "note": "Centered near LaFayette in La Fayette (13084) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/63de979e-ace9-4046-8ace-afa8b64b268c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/63de979e-ace9-4046-8ace-afa8b64b268c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203056.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.107313, 42.901424 ] } },
|
730
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-150", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203061", "note": "Centered near Eastwood in Syracuse (13206) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/59386da3-db43-41c3-8ae9-649524ff6a81.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/59386da3-db43-41c3-8ae9-649524ff6a81_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203061.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.114722, 43.063826 ] } },
|
731
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-152", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203062", "note": "Centered near Lyncourt in Syracuse (13211) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5227b274-c963-4406-913b-81b3a6983b0e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5227b274-c963-4406-913b-81b3a6983b0e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203062.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.113465, 43.093473 ] } },
|
732
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-148", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203060", "note": "Centered near Skytop in Syracuse (13224) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6c35d7ba-041a-4d82-a863-ce50f8ff260f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6c35d7ba-041a-4d82-a863-ce50f8ff260f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203060.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.111684, 43.032249 ] } },
|
733
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-88", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203101", "note": "Centered near Schepps Corners in Bridgeport (13030) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/26f9d265-0523-4862-b0ee-f40f9b6678a8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/26f9d265-0523-4862-b0ee-f40f9b6678a8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203101.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.027632, 43.122549 ] } },
|
734
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-84", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203099", "note": "Centered near Oot Park in East Syracuse (13057) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d018ef46-9d96-4da5-aebd-cb2d0e5583f3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d018ef46-9d96-4da5-aebd-cb2d0e5583f3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203099.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.027831, 43.055742 ] } },
|
735
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-99", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203104", "note": "Centered near Lower South Bay in Cicero (13039) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2326968b-ff1b-4cb2-b37f-9976a37ffb29.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2326968b-ff1b-4cb2-b37f-9976a37ffb29_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203104.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.071338, 43.199642 ] } },
|
736
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-92", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203103", "note": "Centered near Valentines Beach in Cicero (13039) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/04615b62-1fb7-4528-a7d1-f7b47f84bae7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/04615b62-1fb7-4528-a7d1-f7b47f84bae7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203103.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.032744, 43.190515 ] } },
|
737
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-86", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203100", "note": "Centered near Polkville in East Syracuse (13057) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f617384e-bd6a-47c1-b954-ffa915c6428c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f617384e-bd6a-47c1-b954-ffa915c6428c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203100.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.026094, 43.090074 ] } },
|
738
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-90", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203102", "note": "Centered near Brown Center in Bridgeport (13030) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/adcb34e0-8e93-4a00-91e7-aaa7936f175f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/adcb34e0-8e93-4a00-91e7-aaa7936f175f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203102.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.031667, 43.156451 ] } },
|
739
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-101", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203234", "note": "Centered near Williams Grove in Skaneateles (13152) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0ef970e6-a24f-4eb9-abf8-47bfb2f18593.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0ef970e6-a24f-4eb9-abf8-47bfb2f18593_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203234.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.269056, 42.830527 ] } },
|
740
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-111", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203239", "note": "Centered near Wellington Corner in Syracuse (13215) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8a5904e9-c1b3-45b4-b63b-d5be1ea6fc80.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8a5904e9-c1b3-45b4-b63b-d5be1ea6fc80_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203239.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.274674, 42.989572 ] } },
|
741
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-113", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203240", "note": "Centered near Howlett Hill in Syracuse (13215) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2e8ef408-d9f1-4f36-9c2b-0feb465806a6.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2e8ef408-d9f1-4f36-9c2b-0feb465806a6_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203240.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.273072, 43.018972 ] } },
|
742
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-117", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203242", "note": "Centered near Edgewood Garden in Warners (13164) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9ba3a6db-a01c-4c02-8a94-d666d9623cdd.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9ba3a6db-a01c-4c02-8a94-d666d9623cdd_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203242.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.273574, 43.086043 ] } },
|
743
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-103", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203235", "note": "Centered near Bay Shores in Marietta (13110) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/707db1c4-1fb6-4f62-807c-8f76336db91e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/707db1c4-1fb6-4f62-807c-8f76336db91e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203235.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.270771, 42.864096 ] } },
|
744
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-107", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203237", "note": "Centered near Navarino in Marietta (13110) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8f630dbe-2cdb-40b7-8f26-0b152620e5b8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8f630dbe-2cdb-40b7-8f26-0b152620e5b8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203237.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.27387, 42.921964 ] } },
|
745
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-105", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203236", "note": "Centered near Heath Grove in Marietta (13110) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4078708d-dbef-473a-a0b1-80e16ac4c80e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4078708d-dbef-473a-a0b1-80e16ac4c80e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203236.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.271169, 42.890666 ] } },
|
746
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-115", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203241", "note": "Centered near Westerlea in Camillus (13031) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/33c6a906-4837-4747-afba-d1cbbb27b5a9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/33c6a906-4837-4747-afba-d1cbbb27b5a9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203241.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.274464, 43.050717 ] } },
|
747
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-11", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203238", "note": "Centered near Vesper in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8b96f3fe-dfe3-4301-b86a-65781fcf2272.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8b96f3fe-dfe3-4301-b86a-65781fcf2272_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203238.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.151087, 42.840462 ] } },
|
748
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-214", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203282", "note": "Centered near Shepard Settlement in Marcellus (13108) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2ef68b56-fb03-4df5-9d82-cc477046370a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2ef68b56-fb03-4df5-9d82-cc477046370a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203282.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.387524, 42.984029 ] } },
|
749
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-220", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203286", "note": "Centered near Edgewater Park in Skaneateles (13152) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/cb76ebed-0fd1-44e8-b43e-582aed5e2b64.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/cb76ebed-0fd1-44e8-b43e-582aed5e2b64_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203286.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.389975, 42.890106 ] } },
|
750
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-218", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203284", "note": "Centered near Jones Beach in Skaneateles (13152) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b971c453-9b4b-48d7-a4cb-94b8a82963b8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b971c453-9b4b-48d7-a4cb-94b8a82963b8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203284.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.389814, 42.922787 ] } },
|
751
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-22", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203285", "note": "Centered near Bromley in Preble (13141) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c3931365-1856-489c-b2aa-e6aeb66c0f15.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c3931365-1856-489c-b2aa-e6aeb66c0f15_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203285.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.181826, 42.757419 ] } },
|
752
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-210", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203280", "note": "Centered near Oswego Bitter in Memphis (13112) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/af61177b-1c9f-4d57-8a91-fbcd3cc6ed1c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/af61177b-1c9f-4d57-8a91-fbcd3cc6ed1c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203280.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.3854, 43.052266 ] } },
|
753
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-212", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203281", "note": "Centered near Halfway in Elbridge (13060) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6e703358-0793-4db7-bfea-3161ac84c4fa.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6e703358-0793-4db7-bfea-3161ac84c4fa_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203281.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.385957, 43.018032 ] } },
|
754
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-222", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203287", "note": "Centered near Mandana in Owasco (13130) in County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0aa221bd-6895-4b6f-a1ab-41557d91b3a9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0aa221bd-6895-4b6f-a1ab-41557d91b3a9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203287.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.390702, 42.858634 ] } },
|
755
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-208", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203279", "note": "Centered near Ionia in Memphis (13112) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6e73ae9f-567b-46b9-8ad1-de9e0b6d82c2.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6e73ae9f-567b-46b9-8ad1-de9e0b6d82c2_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203279.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.384487, 43.090825 ] } },
|
756
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-216", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203283", "note": "Centered in Skaneateles (13152) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e5fd40e6-60eb-4753-b7df-a8d9d3c1fbe9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e5fd40e6-60eb-4753-b7df-a8d9d3c1fbe9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203283.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.388592, 42.952392 ] } },
|
757
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-64", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203326", "note": "Centered near Oak Orchard in Pennellville (13132) in Oswego County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/cd8566bc-9a4f-4a18-b07b-93baaa953de0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/cd8566bc-9a4f-4a18-b07b-93baaa953de0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203326.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.235742, 43.219697 ] } },
|
758
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-62", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203325", "note": "Centered near Sand Ridge in Pennellville (13132) in Oswego County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8b440f60-09e2-41ce-a32d-6d366d480627.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8b440f60-09e2-41ce-a32d-6d366d480627_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203325.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.238164, 43.255499 ] } },
|
759
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-54", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203324", "note": "Centered near Caughdenoy in Brewerton (13029) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/81a5d030-8cd3-4db5-952c-1639311b2460.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/81a5d030-8cd3-4db5-952c-1639311b2460_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203324.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.193997, 43.259885 ] } },
|
760
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-70", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203330", "note": "Centered near Long Branch in Liverpool (13090) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c1c8f5a5-31d7-4bb5-9dae-5f10fb844885.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c1c8f5a5-31d7-4bb5-9dae-5f10fb844885_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203330.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.226948, 43.119887 ] } },
|
761
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-7", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203329", "note": "Centered near Cardiff in La Fayette (13084) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5753b9ad-dd99-4803-b6d3-e3993352cf67.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5753b9ad-dd99-4803-b6d3-e3993352cf67_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203329.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.15047, 42.900279 ] } },
|
762
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-68", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203328", "note": "Centered near Bayberry in Liverpool (13090) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/fc48eaa2-765f-4dca-8d4f-438b35d5fbf0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/fc48eaa2-765f-4dca-8d4f-438b35d5fbf0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203328.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.228999, 43.150543 ] } },
|
763
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-72", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203331", "note": "Centered near Lakeland in Syracuse (13209) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/92cca89a-25f0-4b46-b4c1-6e72909ad8a2.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/92cca89a-25f0-4b46-b4c1-6e72909ad8a2_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203331.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.226016, 43.086066 ] } },
|
764
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-74", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203332", "note": "Centered near Westvale in Syracuse (13209) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4f354ebe-1461-4f1f-be6f-dae5e04e334a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4f354ebe-1461-4f1f-be6f-dae5e04e334a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203332.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.228291, 43.056606 ] } },
|
765
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-66", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203327", "note": "Centered near Euclid in Clay (13041) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/eee6261c-87d7-4a9c-b0a7-091648403eff.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/eee6261c-87d7-4a9c-b0a7-091648403eff_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203327.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.236096, 43.192077 ] } },
|
766
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-123", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203049", "note": "Centered near Apulia Station in La Fayette (13084) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/1c88e20a-ad3c-4287-9d26-7c91ebc91f26.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/1c88e20a-ad3c-4287-9d26-7c91ebc91f26_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203049.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.066193, 42.820868 ] } },
|
767
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-121", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203048", "note": "Centered near Collingwood in La Fayette (13084) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/fdf715e5-23f4-4ff8-a2d2-8012b1de7a81.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/fdf715e5-23f4-4ff8-a2d2-8012b1de7a81_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203048.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.06613, 42.850045 ] } },
|
768
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-12", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203047", "note": "Centered near Pompey Center in Manlius (13104) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2995a957-51cc-404e-911d-d169ae00b410.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2995a957-51cc-404e-911d-d169ae00b410_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203047.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.950587, 42.899895 ] } },
|
769
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-132", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203051", "note": "Centered near Cummings Crossing in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/caf2114a-8750-4bdb-bada-682fefa8631a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/caf2114a-8750-4bdb-bada-682fefa8631a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203051.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.111352, 42.776773 ] } },
|
770
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-119", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203046", "note": "Centered near Onativia in La Fayette (13084) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3bddb1c3-6284-45ba-8ac0-fb6b4f741bde.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3bddb1c3-6284-45ba-8ac0-fb6b4f741bde_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203046.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.067415, 42.883468 ] } },
|
771
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-125", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203050", "note": "Centered near Apulia Station in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/fe7464ba-9738-47a8-907e-2d6581586bb1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/fe7464ba-9738-47a8-907e-2d6581586bb1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203050.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.065616, 42.78723 ] } },
|
772
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-117", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203045", "note": "Centered near Onativia in Jamesville (13078) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a93ebbb8-2f6e-427f-8f6e-d33ec4a71ea3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a93ebbb8-2f6e-427f-8f6e-d33ec4a71ea3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203045.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.067553, 42.916389 ] } },
|
773
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-136", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203053", "note": "Centered near Collingwood in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/15ca2dc2-e3fb-40f4-973d-d85a155389ad.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/15ca2dc2-e3fb-40f4-973d-d85a155389ad_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203053.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.108243, 42.852689 ] } },
|
774
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-134", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203052", "note": "Centered in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7c131141-5eb3-452a-81b5-6917b1a998b0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7c131141-5eb3-452a-81b5-6917b1a998b0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203052.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.108078, 42.818778 ] } },
|
775
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-78", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203096", "note": "Centered near Fillmore Corner in Jamesville (13078) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/29debd46-cb80-4262-8b9d-00060f6c3d80.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/29debd46-cb80-4262-8b9d-00060f6c3d80_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203096.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.028273, 42.962871 ] } },
|
776
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-80", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203097", "note": "Centered near Fillmore Corner in Fayetteville (13066) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0efc2c4e-7ff4-4b28-9c6e-fc440862c161.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0efc2c4e-7ff4-4b28-9c6e-fc440862c161_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203097.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.028963, 42.994751 ] } },
|
777
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-82", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203098", "note": "Centered near High Bridge in Fayetteville (13066) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/dcbb712c-7e9a-4162-9695-3544992f61a0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/dcbb712c-7e9a-4162-9695-3544992f61a0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203098.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.026795, 43.023019 ] } },
|
778
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-70", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203092", "note": "Centered near Swift Corner in Fabius (13063) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/285401cf-ddf6-4521-a9fb-011a3987e4ad.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/285401cf-ddf6-4521-a9fb-011a3987e4ad_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203092.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.024013, 42.845422 ] } },
|
779
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-72", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203093", "note": "Centered near Swift Corner in Fabius (13063) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/52c60c14-214d-4c67-8fe0-4351e0a51f98.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/52c60c14-214d-4c67-8fe0-4351e0a51f98_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203093.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.026954, 42.873761 ] } },
|
780
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-74", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203094", "note": "Centered near Pompey in Jamesville (13078) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3fcf7cd4-459b-42b1-b254-dc25654a4b28.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3fcf7cd4-459b-42b1-b254-dc25654a4b28_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203094.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.028249, 42.901638 ] } },
|
781
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-76", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203095", "note": "Centered near Pompey in Jamesville (13078) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/76f84633-ef40-461d-8190-78c88a39d15f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/76f84633-ef40-461d-8190-78c88a39d15f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203095.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.029571, 42.93182 ] } },
|
782
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-66", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203090", "note": "Centered near Keeney in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d7ae7193-d3fe-46a7-9a0c-8f9355d39536.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d7ae7193-d3fe-46a7-9a0c-8f9355d39536_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203090.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.025335, 42.775692 ] } },
|
783
|
+
{ "type": "Feature", "properties": { "label": "ARX-1GG-68", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203091", "note": "Centered near Apulia in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/43dd3108-b6ed-4911-bd77-397834d37428.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/43dd3108-b6ed-4911-bd77-397834d37428_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203091.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.022585, 42.80845 ] } },
|
784
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-185", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203271", "note": "Centered near Village Green in Baldwinsville (13027) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8b12b64b-a59d-4fb9-9e50-9a0b5f10d9db.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8b12b64b-a59d-4fb9-9e50-9a0b5f10d9db_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203271.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.342727, 43.123622 ] } },
|
785
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-202", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203276", "note": "Centered near Hortontown in Baldwinsville (13027) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/908ada5a-88ef-4280-94c0-70526c242da6.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/908ada5a-88ef-4280-94c0-70526c242da6_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203276.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.381507, 43.180763 ] } },
|
786
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-191", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203274", "note": "Centered near Wrights Corners in Phoenix (13135) in Oswego County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f9a84929-0f4c-4e0c-bc20-ac52afbb6f3c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f9a84929-0f4c-4e0c-bc20-ac52afbb6f3c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203274.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.340209, 43.22569 ] } },
|
787
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-200", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203275", "note": "Centered near Lamson in Baldwinsville (13027) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0c7281db-eae8-4f4d-8aa5-08d8b10fa51d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0c7281db-eae8-4f4d-8aa5-08d8b10fa51d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203275.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.380625, 43.211559 ] } },
|
788
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-204", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203277", "note": "Centered near Bangall in Baldwinsville (13027) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4d182fa1-4436-406e-a73d-967bc277757a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4d182fa1-4436-406e-a73d-967bc277757a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203277.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.380539, 43.147602 ] } },
|
789
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-206", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203278", "note": "Centered near Bangall in Baldwinsville (13027) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/36e3bffe-3b5d-4557-b337-c65a9511c70d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/36e3bffe-3b5d-4557-b337-c65a9511c70d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203278.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.381208, 43.118257 ] } },
|
790
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-187", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203272", "note": "Centered in Baldwinsville (13027) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b3bf9320-654b-4d7f-8ab4-ee878764e8c8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b3bf9320-654b-4d7f-8ab4-ee878764e8c8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203272.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.343463, 43.157281 ] } },
|
791
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-189", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203273", "note": "Centered in Baldwinsville (13027) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ae892581-4c6a-44f3-afd5-a10c68f31c64.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ae892581-4c6a-44f3-afd5-a10c68f31c64_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203273.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.339546, 43.186898 ] } },
|
792
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-183", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203270", "note": "Centered in Warners (13164) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d8c761c0-de5c-4a59-b3ab-36caf7adb36d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d8c761c0-de5c-4a59-b3ab-36caf7adb36d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203270.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.344348, 43.089223 ] } },
|
793
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-5", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203321", "note": "Centered near Indian Village in Nedrow (13120) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e7e48300-0781-4a09-87f9-1a232a4deca1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e7e48300-0781-4a09-87f9-1a232a4deca1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203321.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.149761, 42.932046 ] } },
|
794
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-52", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203323", "note": "Centered near Oak Orchard in Brewerton (13029) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7c42b459-0d4c-4130-9560-3f18b5f07ada.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7c42b459-0d4c-4130-9560-3f18b5f07ada_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203323.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.193391, 43.228781 ] } },
|
795
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-44", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203318", "note": "Centered near Galeville in Liverpool (13088) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f670145f-26fd-40ae-b385-4bf0b710d9b9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f670145f-26fd-40ae-b385-4bf0b710d9b9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203318.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.191317, 43.098552 ] } },
|
796
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-38", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203315", "note": "Centered near Onondaga Hill in Syracuse (13215) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/37a28515-e74c-470b-b8f6-4950d547a120.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/37a28515-e74c-470b-b8f6-4950d547a120_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203315.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.188805, 43.003399 ] } },
|
797
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-46", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203319", "note": "Centered near Woodard in Liverpool (13088) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2d519bb1-18c8-4d6d-ad82-b0e6df76a741.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2d519bb1-18c8-4d6d-ad82-b0e6df76a741_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203319.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.193235, 43.126465 ] } },
|
798
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-48", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203320", "note": "Centered near Woodard in Liverpool (13090) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2f5cf337-afd6-48af-9931-c8e473d866d5.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2f5cf337-afd6-48af-9931-c8e473d866d5_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203320.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.191706, 43.165578 ] } },
|
799
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-40", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203316", "note": "Centered near Taunton in Syracuse (13219) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a1ee1929-015c-4d09-8d66-98296c06b1d1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a1ee1929-015c-4d09-8d66-98296c06b1d1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203316.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.18776, 43.032009 ] } },
|
800
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-50", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203322", "note": "Centered near Oak Orchard in Clay (13041) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6e3443e0-ac92-4c3a-87a3-1a4463cb276d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6e3443e0-ac92-4c3a-87a3-1a4463cb276d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203322.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.192997, 43.196513 ] } },
|
801
|
+
{ "type": "Feature", "properties": { "label": "ARX-2GG-42", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203317", "note": "Centered near Solvay in Syracuse (13290) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8641d050-ed81-4058-9412-fe19628a04d2.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8641d050-ed81-4058-9412-fe19628a04d2_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203317.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.190222, 43.065445 ] } },
|
802
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-20", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203517", "note": "Centered near Cowles Settlement in Fabius (13063) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0bed1654-0ecf-4925-9afc-c214a31ca85f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0bed1654-0ecf-4925-9afc-c214a31ca85f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203517.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.912316, 42.80033 ] } },
|
803
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-22", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203518", "note": "Centered near West Woodstock in Fabius (13063) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/14389ba1-6c75-49fb-b382-a4eef91c8487.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/14389ba1-6c75-49fb-b382-a4eef91c8487_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203518.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.912066, 42.829184 ] } },
|
804
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-26", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203520", "note": "Centered near Delphi Falls in Manlius (13104) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3228b62f-834e-4efd-8312-83e534c80673.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3228b62f-834e-4efd-8312-83e534c80673_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203520.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.910561, 42.890089 ] } },
|
805
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-13", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203516", "note": "Centered near Delphi Falls in Fabius (13063) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c5cdb092-af8d-4ba1-a281-c046a3d0648a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c5cdb092-af8d-4ba1-a281-c046a3d0648a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203516.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.949967, 42.869805 ] } },
|
806
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-11", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203515", "note": "Centered in Fabius (13063) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b684404f-102b-467f-b019-9854d57eadff.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b684404f-102b-467f-b019-9854d57eadff_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203515.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.948899, 42.843213 ] } },
|
807
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-134", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203727", "note": "Centered near Freetown Corners in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8edb5b45-a751-4347-a412-4bf22694c902.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8edb5b45-a751-4347-a412-4bf22694c902_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203727.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.054121, 42.525084 ] } },
|
808
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-132", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203726", "note": "Centered near Freetown Corners in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/68bce752-b697-4a46-b999-997da405b3bc.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/68bce752-b697-4a46-b999-997da405b3bc_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203726.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.051227, 42.553939 ] } },
|
809
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-136", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203728", "note": "Centered near Messengerville in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0129db70-1700-47bf-b0f3-5a858431a4cb.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0129db70-1700-47bf-b0f3-5a858431a4cb_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203728.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.0542, 42.494589 ] } },
|
810
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-128", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203724", "note": "Centered near Maybury Mills in Mc Graw (13101) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/dfa0af7d-2783-4f3e-b6b1-a37b5914a4fa.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/dfa0af7d-2783-4f3e-b6b1-a37b5914a4fa_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203724.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.049553, 42.615393 ] } },
|
811
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-130", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203725", "note": "Centered near Maybury Mills in Mc Graw (13101) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f569a118-2639-4f44-af85-4426db193cbf.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f569a118-2639-4f44-af85-4426db193cbf_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203725.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.050328, 42.586372 ] } },
|
812
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-120", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203720", "note": "Centered near Truxton in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ad18d3a3-88ce-406f-9309-3379e40185a5.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ad18d3a3-88ce-406f-9309-3379e40185a5_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203720.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.05598, 42.739647 ] } },
|
813
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-126", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203723", "note": "Centered near Cheningo in Mc Graw (13101) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/cdb1e6c0-7a66-476c-948b-8d71d6d095d3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/cdb1e6c0-7a66-476c-948b-8d71d6d095d3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203723.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.049917, 42.647893 ] } },
|
814
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-122", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203721", "note": "Centered in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6b6d2e48-4574-4647-8f6d-88562c0833b7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6b6d2e48-4574-4647-8f6d-88562c0833b7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203721.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.054558, 42.709022 ] } },
|
815
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-124", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203722", "note": "Centered in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8af6ce04-91ae-4460-8961-3bd28f9f93aa.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8af6ce04-91ae-4460-8961-3bd28f9f93aa_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203722.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.052781, 42.678639 ] } },
|
816
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-219", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203767", "note": "Centered near Taylor Valley in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5535a8fb-86aa-4758-885b-ec3fdcd1aba5.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5535a8fb-86aa-4758-885b-ec3fdcd1aba5_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203767.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.945439, 42.569716 ] } },
|
817
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-221", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203769", "note": "Centered near Taylor Valley in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d08f4ca1-b965-4e0e-b9ea-75ae555d5d37.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d08f4ca1-b965-4e0e-b9ea-75ae555d5d37_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203769.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.945539, 42.599622 ] } },
|
818
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-217", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203766", "note": "Centered near East Freetown in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c6d1d059-d678-4332-bb92-5c0f079f84b4.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c6d1d059-d678-4332-bb92-5c0f079f84b4_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203766.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.946005, 42.537703 ] } },
|
819
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-223", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203770", "note": "Centered near Taylor Center in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/69dda561-64f9-4e20-b9db-f74eb71373d9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/69dda561-64f9-4e20-b9db-f74eb71373d9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203770.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.946013, 42.631004 ] } },
|
820
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-215", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203765", "note": "Centered near Gee Brook in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d6409617-7b7d-4df3-ad67-391f1e37189b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d6409617-7b7d-4df3-ad67-391f1e37189b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203765.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.946772, 42.508989 ] } },
|
821
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-225", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203771", "note": "Centered near New Boston in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/178fbcda-59bf-4165-9bca-80e5657b348d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/178fbcda-59bf-4165-9bca-80e5657b348d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203771.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.945052, 42.660503 ] } },
|
822
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-22", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203768", "note": "Centered near East Virgil in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5ec4da86-48e0-4f06-a8fc-e022b34409a4.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5ec4da86-48e0-4f06-a8fc-e022b34409a4_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203768.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.132636, 42.500994 ] } },
|
823
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-227", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203772", "note": "Centered near New Boston in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7cc616af-c1d5-4504-8f3d-ce05db856378.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7cc616af-c1d5-4504-8f3d-ce05db856378_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203772.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.943042, 42.690374 ] } },
|
824
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-229", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203773", "note": "Centered near Cuyler in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c5262a04-92ca-4a76-a58d-4559ddea6cc7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c5262a04-92ca-4a76-a58d-4559ddea6cc7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203773.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.942281, 42.721558 ] } },
|
825
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-75", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203904", "note": "Centered near Harford Mills in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/938dd3d2-410b-4481-ac84-d06bd4c21966.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/938dd3d2-410b-4481-ac84-d06bd4c21966_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203904.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.179846, 42.443188 ] } },
|
826
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-73", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203903", "note": "Centered near Harford Mills in Richford (13835) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6939a4c4-82d7-4b3e-ba2d-d7400504fa3f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6939a4c4-82d7-4b3e-ba2d-d7400504fa3f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203903.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.180352, 42.41307 ] } },
|
827
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-83", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203908", "note": "Centered near South Cortland in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a5a708c4-3a48-4971-96f3-377e972272a8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a5a708c4-3a48-4971-96f3-377e972272a8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203908.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.18222, 42.559834 ] } },
|
828
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-57", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203901", "note": "Centered near Tripoli in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4059b944-609e-46a2-a664-a5c3b78c2a84.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4059b944-609e-46a2-a664-a5c3b78c2a84_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203901.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.978481, 42.753671 ] } },
|
829
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-59", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203902", "note": "Centered near Keeney in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f6b978cc-35fa-4c6a-92f2-386b0caa62a8.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f6b978cc-35fa-4c6a-92f2-386b0caa62a8_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203902.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.977187, 42.784067 ] } },
|
830
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-55", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203900", "note": "Centered near Tripoli in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d25991a0-f51f-46ff-97b7-1c9fe2426566.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d25991a0-f51f-46ff-97b7-1c9fe2426566_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203900.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.97953, 42.721744 ] } },
|
831
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-77", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203905", "note": "Centered near Virgil in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c62eaa47-94a1-4990-a2b3-c75db5130bda.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c62eaa47-94a1-4990-a2b3-c75db5130bda_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203905.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.179763, 42.473016 ] } },
|
832
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-79", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203906", "note": "Centered near Virgil in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ce40a1ce-c89b-4703-98dd-53d1f066d291.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ce40a1ce-c89b-4703-98dd-53d1f066d291_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203906.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.180082, 42.501414 ] } },
|
833
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-81", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203907", "note": "Centered near Virgil in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/af0e7e35-2e60-4b12-9900-9aa0e28dc40c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/af0e7e35-2e60-4b12-9900-9aa0e28dc40c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203907.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.180213, 42.531177 ] } },
|
834
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-28", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203521", "note": "Centered near Atwell Corners in Cazenovia (13035) in Madison County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/bd3bca09-34d3-49ff-b7fc-fec32f4f1605.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/bd3bca09-34d3-49ff-b7fc-fec32f4f1605_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203521.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.909106, 42.922851 ] } },
|
835
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-30", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203522", "note": "Centered near Atwell Corners in Cazenovia (13035) in Madison County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0724d090-2b36-4c7b-a281-263f741187cf.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0724d090-2b36-4c7b-a281-263f741187cf_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203522.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.909543, 42.952618 ] } },
|
836
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-24", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203519", "note": "Centered near Delphi Falls in New Woodstock (13122) in Madison County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2d1f1b0a-885d-4f46-bb30-8b03010e711b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2d1f1b0a-885d-4f46-bb30-8b03010e711b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203519.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.910808, 42.861874 ] } },
|
837
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-36", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203525", "note": "Centered near Mycenae in Chittenango (13037) in Madison County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/31039564-7a27-4f4a-88c0-4e3c864e50dc.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/31039564-7a27-4f4a-88c0-4e3c864e50dc_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203525.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.91281, 43.049331 ] } },
|
838
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-32", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203523", "note": "Centered near Peck Hill in Manlius (13104) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/386a79a0-ec80-4798-8e6f-075a29462c63.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/386a79a0-ec80-4798-8e6f-075a29462c63_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203523.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.910708, 42.985918 ] } },
|
839
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-50", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203530", "note": "Centered near Onondaga Hill in Syracuse (13207) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/71ab4eaf-6f3a-47e4-85b5-daffa903d079.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/71ab4eaf-6f3a-47e4-85b5-daffa903d079_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203530.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.154441, 42.997627 ] } },
|
840
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-44", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203527", "note": "Centered near Mattydale in Syracuse (13211) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/95df433b-7172-40c7-8e17-27828dd2ebac.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/95df433b-7172-40c7-8e17-27828dd2ebac_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203527.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.15395, 43.096008 ] } },
|
841
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-34", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203524", "note": "Centered near Peck Hill in Manlius (13104) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8039c601-50cd-4258-aa7a-14fb64deabcd.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8039c601-50cd-4258-aa7a-14fb64deabcd_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203524.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.91478, 43.013251 ] } },
|
842
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-46", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203528", "note": "Centered in Syracuse (13204) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/06a5fbb0-a90d-42c9-b9e8-ddbbadcac7c7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/06a5fbb0-a90d-42c9-b9e8-ddbbadcac7c7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203528.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.154989, 43.059034 ] } },
|
843
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-48", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203529", "note": "Centered in Syracuse (13205) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d1c4d548-f618-4f75-aaa5-2f876c53248d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d1c4d548-f618-4f75-aaa5-2f876c53248d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203529.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.154015, 43.028652 ] } },
|
844
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-04", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203709", "note": "Centered near Assembly Park in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7724365b-8ab2-4548-a6ea-d811eb640b74.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7724365b-8ab2-4548-a6ea-d811eb640b74_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203709.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.136579, 42.777327 ] } },
|
845
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-06", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203710", "note": "Centered near Preble in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/cdfa6b57-cd3d-44b7-b4e9-74dacd962d00.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/cdfa6b57-cd3d-44b7-b4e9-74dacd962d00_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203710.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.138718, 42.747014 ] } },
|
846
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-170", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203745", "note": "Centered near Cummings Crossing in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a59b0d72-91ec-4f32-a6c5-1cd6d11d7bc4.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a59b0d72-91ec-4f32-a6c5-1cd6d11d7bc4_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203745.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.098188, 42.76825 ] } },
|
847
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-164", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203742", "note": "Centered near East Homer in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7cdb54d4-2d88-4225-9cd6-87451f4673f1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7cdb54d4-2d88-4225-9cd6-87451f4673f1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203742.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.097742, 42.677297 ] } },
|
848
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-168", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203744", "note": "Centered near Baltimore in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/762266ac-1ab7-4269-9845-c521139939bf.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/762266ac-1ab7-4269-9845-c521139939bf_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203744.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.098534, 42.738673 ] } },
|
849
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-162", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203741", "note": "Centered near East River in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b96406f5-a63f-4c8b-b50d-2cee22237fa2.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b96406f5-a63f-4c8b-b50d-2cee22237fa2_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203741.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.098647, 42.646691 ] } },
|
850
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-166", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203743", "note": "Centered near Slab City in Homer (13077) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/49459aef-843a-466f-9b4d-e1be095936fa.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/49459aef-843a-466f-9b4d-e1be095936fa_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203743.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.097136, 42.708516 ] } },
|
851
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-16", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203739", "note": "Centered near Pokeville in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e1eb0a59-3661-47f9-80d5-3fc50c221b56.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e1eb0a59-3661-47f9-80d5-3fc50c221b56_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203739.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.136092, 42.592933 ] } },
|
852
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-160", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203740", "note": "Centered near McGraw in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/06644a1a-c990-4122-9cfc-7f3b361fa9b3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/06644a1a-c990-4122-9cfc-7f3b361fa9b3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203740.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.098128, 42.617079 ] } },
|
853
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-158", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203738", "note": "Centered near McGraw in Mc Graw (13101) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a08e4563-3518-4213-8142-17dd86389bfe.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a08e4563-3518-4213-8142-17dd86389bfe_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203738.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.096436, 42.586371 ] } },
|
854
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-172", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203746", "note": "Centered in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/fe09c03d-6e51-4e3f-9857-fc5908cdf8fb.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/fe09c03d-6e51-4e3f-9857-fc5908cdf8fb_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203746.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.099882, 42.798702 ] } },
|
855
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-233", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203775", "note": "Centered near Cowles Settlement in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5520dc3b-9ac5-4d76-88c7-e7032c0a82f1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5520dc3b-9ac5-4d76-88c7-e7032c0a82f1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203775.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.938962, 42.781578 ] } },
|
856
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-28", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203778", "note": "Centered near Hunts Corners in Richford (13835) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/74816548-343d-40c3-8b3d-81f5d8b8d641.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/74816548-343d-40c3-8b3d-81f5d8b8d641_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203778.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.133029, 42.403532 ] } },
|
857
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-26", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203777", "note": "Centered near Hunts Corners in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/46159124-0760-4d72-9fd6-5d6b27047c15.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/46159124-0760-4d72-9fd6-5d6b27047c15_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203777.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.133014, 42.439385 ] } },
|
858
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-24", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203776", "note": "Centered near East Virgil in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/95a6a98a-47eb-40ad-876a-9905d887f9a6.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/95a6a98a-47eb-40ad-876a-9905d887f9a6_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203776.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.133901, 42.470313 ] } },
|
859
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-60", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203779", "note": "Centered near South Spafford in Preble (13141) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/edfaac7a-e2c8-4bb5-b18e-d61fb50a0c67.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/edfaac7a-e2c8-4bb5-b18e-d61fb50a0c67_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203779.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.20608, 42.774696 ] } },
|
860
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-62", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203780", "note": "Centered near East Scott in Homer (13077) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f770b7c9-6fe6-4344-99f7-793e76e232a4.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f770b7c9-6fe6-4344-99f7-793e76e232a4_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203780.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.207336, 42.74515 ] } },
|
861
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-66", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203782", "note": "Centered near Pratt Corners in Homer (13077) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a58ff645-5b87-4777-a0f9-96e2081004ec.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a58ff645-5b87-4777-a0f9-96e2081004ec_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203782.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.209716, 42.679354 ] } },
|
862
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-64", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203781", "note": "Centered near East Scott in Homer (13077) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4318174c-d31d-495f-97c3-f081d139948b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4318174c-d31d-495f-97c3-f081d139948b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203781.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.207622, 42.712683 ] } },
|
863
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-231", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203774", "note": "Centered near Cuyler in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6f6fb4f2-7258-4903-ac20-faec1bc2356b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6f6fb4f2-7258-4903-ac20-faec1bc2356b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203774.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.941839, 42.750533 ] } },
|
864
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-47", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203896", "note": "Centered near Taylor Valley in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/97c0c8b5-f49e-4dd8-a6e4-11a809393ec6.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/97c0c8b5-f49e-4dd8-a6e4-11a809393ec6_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203896.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.978559, 42.603313 ] } },
|
865
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-43", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203894", "note": "Centered near East Freetown in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/92581fc3-4c9b-4d90-b064-2170378945f9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/92581fc3-4c9b-4d90-b064-2170378945f9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203894.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.980744, 42.545298 ] } },
|
866
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-41", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203893", "note": "Centered near Texas Valley in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/feee295c-bbc9-41ac-b3f7-44f1c5f9b814.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/feee295c-bbc9-41ac-b3f7-44f1c5f9b814_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203893.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.985359, 42.5184 ] } },
|
867
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-45", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203895", "note": "Centered near East Freetown in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/fd4e4e11-a5ae-4def-94fe-a2d4fdf6ed3e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/fd4e4e11-a5ae-4def-94fe-a2d4fdf6ed3e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203895.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.980329, 42.57523 ] } },
|
868
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-39", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203892", "note": "Centered near Texas Valley in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/65a3fb77-745c-4e5b-8354-b79bae64f377.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/65a3fb77-745c-4e5b-8354-b79bae64f377_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203892.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.985095, 42.487052 ] } },
|
869
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-37", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203891", "note": "Centered near Texas Valley in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e0a6dbd1-cabe-488a-9d01-65c1262eb2af.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e0a6dbd1-cabe-488a-9d01-65c1262eb2af_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203891.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.987126, 42.457198 ] } },
|
870
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-53", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203899", "note": "Centered near Crains Mills in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ef8271da-5881-4851-bfa2-fe90eeaa3bb4.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ef8271da-5881-4851-bfa2-fe90eeaa3bb4_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203899.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.978435, 42.694273 ] } },
|
871
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-49", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203897", "note": "Centered near Cheningo in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/3633e569-570e-4c5a-a088-de5117085005.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/3633e569-570e-4c5a-a088-de5117085005_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203897.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.977502, 42.634621 ] } },
|
872
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-51", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203898", "note": "Centered near Cheningo in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/372e63ee-4eff-4da9-8f3e-8f4aa0ffe509.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/372e63ee-4eff-4da9-8f3e-8f4aa0ffe509_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203898.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.978858, 42.664831 ] } },
|
873
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-81", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203541", "note": "Centered near Jones Point in Jordan (13080) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5d3afd21-6644-418b-85e5-4877e5656104.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5d3afd21-6644-418b-85e5-4877e5656104_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203541.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.50699, 43.103066 ] } },
|
874
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-83", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203542", "note": "Centered near Meridian in Jordan (13080) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0c94a8a9-3482-4e73-af61-0b1fe242f3b1.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0c94a8a9-3482-4e73-af61-0b1fe242f3b1_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203542.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.50552, 43.134385 ] } },
|
875
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-9", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203543", "note": "Centered near Keeney in Fabius (13063) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/cdf9615b-81c9-4ab4-b439-809ef9a68278.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/cdf9615b-81c9-4ab4-b439-809ef9a68278_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203543.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.949603, 42.813958 ] } },
|
876
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-79", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203540", "note": "Centered in Jordan (13080) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5debdf8a-89c7-4d01-b9b6-3d509075e392.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5debdf8a-89c7-4d01-b9b6-3d509075e392_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203540.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.503299, 43.068699 ] } },
|
877
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-105", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203715", "note": "Centered near Grout Mill in Homer (13077) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/350a519e-0ec0-4d50-8321-4657abe07182.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/350a519e-0ec0-4d50-8321-4657abe07182_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203715.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.256534, 42.699959 ] } },
|
878
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-109", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203717", "note": "Centered near Fair Haven in Homer (13077) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/59887328-eb76-40c3-b3d9-4b6b84ddbcd0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/59887328-eb76-40c3-b3d9-4b6b84ddbcd0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203717.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.254342, 42.761418 ] } },
|
879
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-101", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203713", "note": "Centered near Halls Corner in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c3a88be7-05bc-457e-8694-c31eca3593fd.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c3a88be7-05bc-457e-8694-c31eca3593fd_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203713.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.253973, 42.637444 ] } },
|
880
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-107", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203716", "note": "Centered near Grout Mill in Homer (13077) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f6763101-cd84-42cc-b784-bc7ac97b56ce.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f6763101-cd84-42cc-b784-bc7ac97b56ce_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203716.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.255984, 42.729394 ] } },
|
881
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-08", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203711", "note": "Centered near Slab City in Homer (13077) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5acf8bd8-8f2b-4a9b-987c-af95f6e4536d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5acf8bd8-8f2b-4a9b-987c-af95f6e4536d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203711.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.141346, 42.714156 ] } },
|
882
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-12", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203719", "note": "Centered near East River in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/97975c8c-7cf6-49a6-8090-a74151bc095f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/97975c8c-7cf6-49a6-8090-a74151bc095f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203719.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.140246, 42.653953 ] } },
|
883
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-10", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203712", "note": "Centered near Little York in Homer (13077) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/350083e4-00ad-42ba-bef7-93fbb43d08fc.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/350083e4-00ad-42ba-bef7-93fbb43d08fc_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203712.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.140839, 42.686408 ] } },
|
884
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-103", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203714", "note": "Centered near Como in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/deb541f8-98d2-490e-92bb-39e888a6183b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/deb541f8-98d2-490e-92bb-39e888a6183b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203714.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.254261, 42.668075 ] } },
|
885
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-118", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203718", "note": "Centered in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d4435440-7936-4a87-b5f9-ef05c9d9a99f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d4435440-7936-4a87-b5f9-ef05c9d9a99f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203718.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.057953, 42.77072 ] } },
|
886
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-183", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203751", "note": "Centered near Crains Mills in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9fa135bd-bb3f-45d8-8504-2386060a3d05.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9fa135bd-bb3f-45d8-8504-2386060a3d05_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203751.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.019782, 42.691435 ] } },
|
887
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-187", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203753", "note": "Centered near Cheningo in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/943f9458-784f-4722-b77b-6ccd9d4d2006.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/943f9458-784f-4722-b77b-6ccd9d4d2006_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203753.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.018313, 42.631405 ] } },
|
888
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-18", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203749", "note": "Centered near Blodgett Mills in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/827e3458-a363-48ac-aca0-72cd0308ef56.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/827e3458-a363-48ac-aca0-72cd0308ef56_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203749.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.135383, 42.563679 ] } },
|
889
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-191", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203755", "note": "Centered near Solon in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/032918ef-3e78-4a27-b466-8fdd3e0e70d6.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/032918ef-3e78-4a27-b466-8fdd3e0e70d6_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203755.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.019777, 42.570648 ] } },
|
890
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-177", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203747", "note": "Centered near Keeney in Tully (13159) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/d56ed510-9605-4962-94bb-e56734753692.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/d56ed510-9605-4962-94bb-e56734753692_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203747.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.024903, 42.783929 ] } },
|
891
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-185", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203752", "note": "Centered near Cheningo in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/43890632-7358-49fa-9101-778cc737d8e5.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/43890632-7358-49fa-9101-778cc737d8e5_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203752.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.018324, 42.662236 ] } },
|
892
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-189", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203754", "note": "Centered near Solon in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9a330f9a-c1e1-4a61-8486-ff92cc0c6ee2.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9a330f9a-c1e1-4a61-8486-ff92cc0c6ee2_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203754.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.017994, 42.601736 ] } },
|
893
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-179", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203748", "note": "Centered in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/398326d2-564b-48fc-b31c-f2e7319ee785.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/398326d2-564b-48fc-b31c-f2e7319ee785_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203748.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.019962, 42.752515 ] } },
|
894
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-181", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203750", "note": "Centered in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5f8b9b83-9207-47dc-9d40-ce08dfc6501d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5f8b9b83-9207-47dc-9d40-ce08dfc6501d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203750.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.022906, 42.722214 ] } },
|
895
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-84", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203791", "note": "Centered near Harford Mills in Richford (13835) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/bd0eb134-47c0-42a0-9f0d-6b7376f97e6c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/bd0eb134-47c0-42a0-9f0d-6b7376f97e6c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203791.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.220299, 42.400723 ] } },
|
896
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-72", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203785", "note": "Centered near Munsons Corners in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/81147017-081d-4faa-b1e9-f43cbfbff35f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/81147017-081d-4faa-b1e9-f43cbfbff35f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203785.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.215701, 42.587928 ] } },
|
897
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-82", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203790", "note": "Centered near Harford in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/28fbed88-aa6e-4f3a-a194-f64b290c3920.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/28fbed88-aa6e-4f3a-a194-f64b290c3920_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203790.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.216345, 42.434948 ] } },
|
898
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-80", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203789", "note": "Centered near Harford in Dryden (13053) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/9c2973dc-1a02-4879-b83c-879fb7609f5b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/9c2973dc-1a02-4879-b83c-879fb7609f5b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203789.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.213221, 42.46562 ] } },
|
899
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-74", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203786", "note": "Centered near South Cortland in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c1190cb9-bb43-4650-b372-cc4ae464bfbd.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c1190cb9-bb43-4650-b372-cc4ae464bfbd_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203786.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.213953, 42.55656 ] } },
|
900
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-76", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203787", "note": "Centered near Virgil in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/86a6ad47-6526-4402-8e4c-3aef72ca0f7b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/86a6ad47-6526-4402-8e4c-3aef72ca0f7b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203787.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.21442, 42.527695 ] } },
|
901
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-78", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203788", "note": "Centered near Virgil in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/2fb37076-580e-4ccf-90f4-78906427b34b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/2fb37076-580e-4ccf-90f4-78906427b34b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203788.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.212167, 42.496541 ] } },
|
902
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-68", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203783", "note": "Centered in Homer (13077) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/47d8d215-6f5d-43be-8fd9-02ff6256f6be.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/47d8d215-6f5d-43be-8fd9-02ff6256f6be_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203783.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.204808, 42.649772 ] } },
|
903
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-70", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203784", "note": "Centered in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0284aa4f-8aca-4728-aeab-0eb6a4c8315f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0284aa4f-8aca-4728-aeab-0eb6a4c8315f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203784.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.209007, 42.619082 ] } },
|
904
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-35", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203890", "note": "Centered near Killawog in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/36a7883a-c0b4-4862-bd89-6ab7d5e487ee.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/36a7883a-c0b4-4862-bd89-6ab7d5e487ee_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203890.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.98823, 42.426242 ] } },
|
905
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-38", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203526", "note": "Centered near Fyler Settlement in Chittenango (13037) in Madison County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/943a68ff-03c8-4797-b1a2-b66874325ade.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/943a68ff-03c8-4797-b1a2-b66874325ade_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203526.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.913042, 43.078253 ] } },
|
906
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-69", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203536", "note": "Centered near Skaneateles Junction in Elbridge (13060) in Onondaga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b82f9f9e-9f27-43e5-9f00-407307042940.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b82f9f9e-9f27-43e5-9f00-407307042940_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203536.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.465081, 43.013626 ] } },
|
907
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-63", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203533", "note": "Centered near Baptist Corners in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/dbfe4e5a-b20f-445e-ada8-6012a867d604.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/dbfe4e5a-b20f-445e-ada8-6012a867d604_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203533.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.460237, 42.920858 ] } },
|
908
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-61", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203532", "note": "Centered near Baptist Corners in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/56bd942c-8666-44ce-8bd6-667a5742b4da.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/56bd942c-8666-44ce-8bd6-667a5742b4da_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203532.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.455374, 42.883396 ] } },
|
909
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-65", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203534", "note": "Centered near Willow Glen in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5c085555-595b-4d18-8508-46420e022391.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5c085555-595b-4d18-8508-46420e022391_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203534.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.462434, 42.950555 ] } },
|
910
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-7", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203537", "note": "Centered near Keeney in Truxton (13158) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f46f845a-4ad9-4b15-9055-52a4bb039b48.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f46f845a-4ad9-4b15-9055-52a4bb039b48_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203537.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.951604, 42.78409 ] } },
|
911
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-67", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203535", "note": "Centered near Marysville in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6f59c7fe-746d-48ed-9903-7b137cb42bd9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6f59c7fe-746d-48ed-9903-7b137cb42bd9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203535.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.464292, 42.980373 ] } },
|
912
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-75", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203538", "note": "Centered near Sennett in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/345db252-82ba-4ed9-9493-6e5589f0a841.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/345db252-82ba-4ed9-9493-6e5589f0a841_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203538.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.502537, 43.003731 ] } },
|
913
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-77", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203539", "note": "Centered near Jordan in Weedsport (13166) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/76c45da2-f776-495a-916c-fb68f160312f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/76c45da2-f776-495a-916c-fb68f160312f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203539.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.506325, 43.034234 ] } },
|
914
|
+
{ "type": "Feature", "properties": { "label": "ARX-3GG-59", "county": "Onondaga", "year": 1966, "recordIdentifier": "ss:203531", "note": "Centered near Owasco in Auburn (13021) in Cayuga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/868667a9-6653-4dbd-9581-471f41e35aea.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/868667a9-6653-4dbd-9581-471f41e35aea_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203531.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.454248, 42.856252 ] } },
|
915
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-156", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203737", "note": "Centered near Blodgett Mills in Mc Graw (13101) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c4d1692e-7708-4dcb-bebb-3774f91859aa.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c4d1692e-7708-4dcb-bebb-3774f91859aa_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203737.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.096747, 42.554684 ] } },
|
916
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-14", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203730", "note": "Centered near Loring Crossing in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/fa6bb1bb-3b0f-4c10-8ba0-734975a99434.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/fa6bb1bb-3b0f-4c10-8ba0-734975a99434_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203730.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.138265, 42.623865 ] } },
|
917
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-142", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203732", "note": "Centered near Killawog in Richford (13835) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/102c5baa-879e-4aae-92da-2749128fcc2b.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/102c5baa-879e-4aae-92da-2749128fcc2b_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203732.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.053825, 42.401651 ] } },
|
918
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-148", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203733", "note": "Centered near Lapeer in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/25905292-859f-4e31-afed-01158c35e8d9.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/25905292-859f-4e31-afed-01158c35e8d9_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203733.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.098216, 42.431968 ] } },
|
919
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-154", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203736", "note": "Centered near East Virgil in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/c04af3bd-94b4-4ffd-80fb-d7a4397065df.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/c04af3bd-94b4-4ffd-80fb-d7a4397065df_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203736.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.09926, 42.524821 ] } },
|
920
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-150", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203734", "note": "Centered near Lapeer in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/cd9a4568-a19c-4692-a33e-0c0a98f001b3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/cd9a4568-a19c-4692-a33e-0c0a98f001b3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203734.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.097992, 42.463286 ] } },
|
921
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-152", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203735", "note": "Centered near East Virgil in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/e962f83b-1f2a-4330-bd41-ea7271d2dd5d.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/e962f83b-1f2a-4330-bd41-ea7271d2dd5d_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203735.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.0999, 42.495297 ] } },
|
922
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-138", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203729", "note": "Centered near Galatia in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ab09c4ba-e44d-42d0-af66-f4227b5e173e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ab09c4ba-e44d-42d0-af66-f4227b5e173e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203729.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.052519, 42.464722 ] } },
|
923
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-140", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203731", "note": "Centered in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6147a37f-1370-4a75-9c96-7e6b23046efe.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6147a37f-1370-4a75-9c96-7e6b23046efe_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203731.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.052972, 42.432999 ] } },
|
924
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-193", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203756", "note": "Centered near Freetown Corners in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/0804bf96-93f4-4d49-9aea-13105e9352a3.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/0804bf96-93f4-4d49-9aea-13105e9352a3_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203756.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.020606, 42.541307 ] } },
|
925
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-195", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203757", "note": "Centered near Freetown Corners in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6bdc66b3-b58f-4c0b-81c8-4a016e3d6ff0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6bdc66b3-b58f-4c0b-81c8-4a016e3d6ff0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203757.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.023124, 42.510824 ] } },
|
926
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-213", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203764", "note": "Centered near Texas Valley in Cincinnatus (13040) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b52ec993-0960-4b7f-a753-f85501d32614.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b52ec993-0960-4b7f-a753-f85501d32614_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203764.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.946688, 42.476909 ] } },
|
927
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-20", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203760", "note": "Centered near Blodgett Mills in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/5aa43a9d-54d1-4f68-a34b-5c842577ce55.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/5aa43a9d-54d1-4f68-a34b-5c842577ce55_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203760.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.13388, 42.533288 ] } },
|
928
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-209", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203762", "note": "Centered near Upper Lisle in Willet (13863) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/a14f1f87-35cb-44db-9aaa-16e62d7f5658.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/a14f1f87-35cb-44db-9aaa-16e62d7f5658_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203762.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.948361, 42.415515 ] } },
|
929
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-201", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203761", "note": "Centered near Killawog in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/475adff2-0b19-43fe-a76d-86f4aca0d857.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/475adff2-0b19-43fe-a76d-86f4aca0d857_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203761.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.025286, 42.417578 ] } },
|
930
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-197", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203758", "note": "Centered near Galatia in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ef064683-2322-42e3-97d2-b5ab7f5ad291.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ef064683-2322-42e3-97d2-b5ab7f5ad291_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203758.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.023279, 42.480727 ] } },
|
931
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-211", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203763", "note": "Centered near Willet in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/f0496703-dd81-4025-bc49-ec9734aae82c.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/f0496703-dd81-4025-bc49-ec9734aae82c_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203763.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -75.947225, 42.446185 ] } },
|
932
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-199", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203759", "note": "Centered in Marathon (13803) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/41b7deb0-d3bd-4839-a001-4f16dacab850.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/41b7deb0-d3bd-4839-a001-4f16dacab850_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203759.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.024669, 42.449584 ] } },
|
933
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-93", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203795", "note": "Centered near Lacy Corners in Dryden (13053) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/eb56b029-f42b-4225-b32b-d9d5e21091b0.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/eb56b029-f42b-4225-b32b-d9d5e21091b0_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203795.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.251895, 42.513989 ] } },
|
934
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-89", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203793", "note": "Centered near Harford in Dryden (13053) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ca470d96-1b69-41be-9816-902626a727c7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ca470d96-1b69-41be-9816-902626a727c7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203793.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.250017, 42.452366 ] } },
|
935
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-87", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203792", "note": "Centered near Harford in Richford (13835) in Tioga County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/347ffb77-c1fe-4df2-9338-164ade216e28.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/347ffb77-c1fe-4df2-9338-164ade216e28_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203792.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.252245, 42.422388 ] } },
|
936
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-99", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203798", "note": "Centered near Groton City in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6459156a-eb34-4fbd-8b27-397212eccafb.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6459156a-eb34-4fbd-8b27-397212eccafb_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203798.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.254832, 42.607115 ] } },
|
937
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-95", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203796", "note": "Centered near Gracie in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/660e790d-7d9b-48d5-8bf5-026db1d1d16f.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/660e790d-7d9b-48d5-8bf5-026db1d1d16f_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203796.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.253735, 42.544149 ] } },
|
938
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-97", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203797", "note": "Centered near Gracie in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/98127233-c683-4a05-9d8b-35c6a1af466e.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/98127233-c683-4a05-9d8b-35c6a1af466e_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203797.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.252726, 42.575155 ] } },
|
939
|
+
{ "type": "Feature", "properties": { "label": "ASK-2FF-91", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203794", "note": "Centered in Dryden (13053) in Tompkins County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/b963c4ef-c1cd-4d24-be98-1554079c7123.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/b963c4ef-c1cd-4d24-be98-1554079c7123_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203794.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.252162, 42.483744 ] } },
|
940
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-91", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203912", "note": "Centered near Pratt Corners in Homer (13077) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/ecc1d2dd-935c-4c8c-a3f7-254102ef3063.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/ecc1d2dd-935c-4c8c-a3f7-254102ef3063_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203912.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.179265, 42.679441 ] } },
|
941
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-93", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203913", "note": "Centered near Little York in Homer (13077) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/6d439824-b2ed-49af-a4dc-051baeebf03a.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/6d439824-b2ed-49af-a4dc-051baeebf03a_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203913.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.176306, 42.710689 ] } },
|
942
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-97", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203915", "note": "Centered near Bromley in Preble (13141) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/7a4d4f8d-5ec9-4b32-8a43-8076c7e29fba.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/7a4d4f8d-5ec9-4b32-8a43-8076c7e29fba_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203915.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.177065, 42.772994 ] } },
|
943
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-95", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203914", "note": "Centered in Preble (13141) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/52d5e2d8-f085-43ef-80c0-c23c686e7883.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/52d5e2d8-f085-43ef-80c0-c23c686e7883_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203914.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.175873, 42.743082 ] } },
|
944
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-87", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203910", "note": "Centered in Homer (13077) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/8b8865a5-07e1-43c9-a39f-a2fb92e91bf7.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/8b8865a5-07e1-43c9-a39f-a2fb92e91bf7_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203910.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.179381, 42.619252 ] } },
|
945
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-89", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203911", "note": "Centered in Homer (13077) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/392dbc6b-cdbc-40bf-a308-cba169dea2cf.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/392dbc6b-cdbc-40bf-a308-cba169dea2cf_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203911.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.178083, 42.64996 ] } },
|
946
|
+
{ "type": "Feature", "properties": { "label": "ASK-3FF-85", "county": "Cortland", "year": 1966, "recordIdentifier": "ss:203909", "note": "Centered in Cortland (13045) in Cortland County New York.", "downloadUrl": "http:\/\/stor.artstor.org\/stor\/4a725aff-fb4e-48be-84f6-fc0a370c3d97.jpg", "thumbnailUrl": "http:\/\/stor.artstor.org\/stor\/4a725aff-fb4e-48be-84f6-fc0a370c3d97_size2", "iiifUrl": "https:\/\/tsprod.artstor.org\/rosa-iiif-endpoint-1.0-SNAPSHOT\/fpx%2Fsslps%2Fc7729419%2F203909.fpx\/info.json" }, "geometry": { "type": "Point", "coordinates": [ -76.179458, 42.590157 ] } }
|
947
|
+
]
|
948
|
+
}
|
949
|
+
|