diff --git a/PennyMe.xcodeproj/project.pbxproj b/PennyMe.xcodeproj/project.pbxproj index 29a50caaf..46e5e5221 100644 --- a/PennyMe.xcodeproj/project.pbxproj +++ b/PennyMe.xcodeproj/project.pbxproj @@ -10,7 +10,6 @@ 8319D8D027414AC100E97D93 /* ZoomViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8319D8CF27414AC100E97D93 /* ZoomViewController.swift */; }; 837476502CADDAD800812146 /* StatisticsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8374764F2CADDAD800812146 /* StatisticsViewController.swift */; }; 837476532CB0918000812146 /* DGCharts in Frameworks */ = {isa = PBXBuildFile; productRef = 837476522CB0918000812146 /* DGCharts */; }; - 837476552CB0918000812146 /* DGChartsDynamic in Frameworks */ = {isa = PBXBuildFile; productRef = 837476542CB0918000812146 /* DGChartsDynamic */; }; 839CF440267B78AB00E259D9 /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 839CF43F267B78AB00E259D9 /* SettingsViewController.swift */; }; 83BAF44E2A792D45002365D2 /* ImagePickerHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83BAF44D2A792D45002365D2 /* ImagePickerHelper.swift */; }; 83D226CD2620F4910050ED9E /* PinViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83D226CC2620F4910050ED9E /* PinViewController.swift */; }; @@ -84,7 +83,6 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 837476552CB0918000812146 /* DGChartsDynamic in Frameworks */, 837476532CB0918000812146 /* DGCharts in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; @@ -197,7 +195,6 @@ name = PennyMe; packageProductDependencies = ( 837476522CB0918000812146 /* DGCharts */, - 837476542CB0918000812146 /* DGChartsDynamic */, ); productName = PennyMe; productReference = 9F9F31A12300B40900C0E854 /* PennyMe.app */; @@ -688,11 +685,6 @@ package = 837476512CB0918000812146 /* XCRemoteSwiftPackageReference "Charts" */; productName = DGCharts; }; - 837476542CB0918000812146 /* DGChartsDynamic */ = { - isa = XCSwiftPackageProductDependency; - package = 837476512CB0918000812146 /* XCRemoteSwiftPackageReference "Charts" */; - productName = DGChartsDynamic; - }; /* End XCSwiftPackageProductDependency section */ }; rootObject = 9F9F31992300B40900C0E854 /* Project object */; diff --git a/PennyMe.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/PennyMe.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 000000000..8dec7cf6e --- /dev/null +++ b/PennyMe.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,14 @@ +{ + "pins" : [ + { + "identity" : "charts", + "kind" : "remoteSourceControl", + "location" : "https://github.com/danielgindi/Charts", + "state" : { + "revision" : "dd9c72e3d7e751e769971092a6bd72d39198ae63", + "version" : "5.1.0" + } + } + ], + "version" : 2 +} diff --git a/backend/scripts/merge_jsons.py b/backend/scripts/merge_jsons.py new file mode 100644 index 000000000..61f4c7abf --- /dev/null +++ b/backend/scripts/merge_jsons.py @@ -0,0 +1,67 @@ +import json +from copy import deepcopy +from datetime import datetime +from pathlib import Path + +import typer + +app = typer.Typer() + + +@app.command() +def merge_locations(all_file: Path): + with open(all_file, "r") as f: + alll = json.load(f) + server_file = all_file.parent / all_file.name.replace("all", "server") + with open(server_file, "r") as f: + ser = json.load(f) + + ls, la = len(ser["features"]), len(alll["features"]) + print(f"All locations has {la} entries, server locations {ls}") + + youngest_all = sorted( + [ + datetime.strptime(e["properties"]["last_updated"], "%Y-%m-%d") + for e in alll["features"] + ] + )[-1] + print(f"Youngest entry in all locations is of {youngest_all}") + + # Merge entries. Start from server locations, otherwise we have to overwrite + new_all = deepcopy(ser) + new_all_ids = [e["properties"]["id"] for e in ser["features"]] + + for allentry in alll["features"][::-1]: + if allentry["properties"]["id"] not in new_all_ids: + new_all["features"].insert(0, allentry) + + print(f"New all locations has {len(new_all['features'])} entries") + + # Delete entries from server locations that are older than youngest in all locations + + new_server = deepcopy(ser) + new_server["features"] = [] + + for e in ser["features"]: + if ( + datetime.strptime(e["properties"]["last_updated"], "%Y-%m-%d") + < youngest_all + ): + continue + new_server["features"].append(e) + + print(f"New server location has length {len(new_server['features'])}") + + with open(all_file.parent / all_file.name.replace(".json", "_new.json"), "w") as f: + json.dump(new_all, f, indent=4, ensure_ascii=False) + + with open( + server_file.parent / server_file.name.replace(".json", "_new.json"), "w" + ) as f: + json.dump(new_server, f, indent=4, ensure_ascii=False) + + print("Saved data!") + + +if __name__ == "__main__": + app() diff --git a/data/all_locations.json b/data/all_locations.json index 4abe7ab6e..83bd017fb 100644 --- a/data/all_locations.json +++ b/data/all_locations.json @@ -93,29 +93,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.4396349, - 60.12170700000001 - ] - }, - "properties": { - "name": "Alaska Railroad Terminal", - "area": "Alaska", - "address": "408 Port Ave,, Seward", - "external_url": "http://209.221.138.252/Details.aspx?location=386946", - "internal_url": "null", - "latitude": "60.12170700000001", - "longitude": "-149.4396349", - "machine_status": "available", - "status": "unvisited", - "id": 5969, - "last_updated": "2022-10-30" - } - }, { "type": "Feature", "geometry": { @@ -346,29 +323,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.7975808, - 45.8624064 - ] - }, - "properties": { - "name": "Mollys Market", - "area": "Oregon", - "address": "290 South 1st Street , St. Helens", - "external_url": "http://209.221.138.252/Details.aspx?location=380456", - "internal_url": "null", - "latitude": "45.8624064", - "longitude": "-122.7975808", - "machine_status": "available", - "status": "unvisited", - "id": 5224, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -507,52 +461,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.415502, - 37.8081529 - ] - }, - "properties": { - "name": "Fisherman's Wharf - Jefferson St. - Ripley's Believe it or Not", - "area": "California", - "address": " 175 Jefferson St. , San Francisco", - "external_url": "http://209.221.138.252/Details.aspx?location=49407", - "internal_url": "null", - "latitude": "37.8081529", - "longitude": "-122.415502", - "machine_status": "available", - "status": "unvisited", - "id": 5253, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.4148825, - 37.8082059 - ] - }, - "properties": { - "name": "Fisherman's Wharf - Jefferson St. - Madame Tussauds", - "area": "California", - "address": "145 Jefferson St, San Francisco", - "external_url": "http://209.221.138.252/Details.aspx?location=210901", - "internal_url": "null", - "latitude": "37.8082059", - "longitude": "-122.4148825", - "machine_status": "available", - "status": "unvisited", - "id": 5252, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -576,52 +484,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.4065965, - 37.7950301 - ] - }, - "properties": { - "name": "Chinatown - Heart of Shanghai Gift Shop", - "area": "California", - "address": "867 Grant Ave., San Francisco", - "external_url": "http://209.221.138.252/Details.aspx?location=154262", - "internal_url": "null", - "latitude": "37.7950301", - "longitude": "-122.4065965", - "machine_status": "available", - "status": "unvisited", - "id": 5251, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.4063883, - 37.7959926 - ] - }, - "properties": { - "name": "Chinatown - Bargain Bazaar", - "area": "California", - "address": "667 Grant Ave., San Francisco", - "external_url": "http://209.221.138.252/Details.aspx?location=920", - "internal_url": "null", - "latitude": "37.7959926", - "longitude": "-122.4063883", - "machine_status": "available", - "status": "unvisited", - "id": 5250, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -691,29 +553,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.0598705, - 36.9823205 - ] - }, - "properties": { - "name": "UC Santa Cruz Arboretum and Botanic Garden", - "area": "California", - "address": "1 Arboretum Road, Santa Cruz", - "external_url": "http://209.221.138.252/Details.aspx?location=355320", - "internal_url": "null", - "latitude": "36.9823205", - "longitude": "-122.0598705", - "machine_status": "available", - "status": "unvisited", - "id": 5256, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -783,52 +622,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.1661338, - 38.6827047 - ] - }, - "properties": { - "name": "The Folsom City Zoo Sanctuary", - "area": "California", - "address": "403 Stafford Street, Folsom", - "external_url": "http://209.221.138.252/Details.aspx?location=45922", - "internal_url": "null", - "latitude": "38.6827047", - "longitude": "-121.1661338", - "machine_status": "available", - "status": "unvisited", - "id": 5239, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.7401386, - 47.7510741 - ] - }, - "properties": { - "name": "Washington", - "area": "_Collector Books_", - "address": ", Washington", - "external_url": "http://209.221.138.252/Details.aspx?location=106124", - "internal_url": "null", - "latitude": "47.7510741", - "longitude": "-120.7401386", - "machine_status": "available", - "status": "unvisited", - "id": 5597, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -852,29 +645,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.4822177, - 46.5690155 - ] - }, - "properties": { - "name": "Cabela's", - "area": "Washington", - "address": "1400 E Washington Avenue, Union Gap", - "external_url": "http://209.221.138.252/Details.aspx?location=188450", - "internal_url": "null", - "latitude": "46.5690155", - "longitude": "-120.4822177", - "machine_status": "available", - "status": "unvisited", - "id": 5459, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -898,29 +668,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.4237116, - 34.9249529 - ] - }, - "properties": { - "name": "Doc Burnsteins Ice Cream Lab", - "area": "California", - "address": "725 E Betteravia Rd, Santa Maria", - "external_url": "http://209.221.138.252/Details.aspx?location=378265", - "internal_url": "null", - "latitude": "34.9249529", - "longitude": "-120.4237116", - "machine_status": "available", - "status": "unvisited", - "id": 5257, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -967,29 +714,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -119.9437376, - 38.9553202 - ] - }, - "properties": { - "name": "Blue Pebbles", - "area": "California", - "address": "1001 Heavenly Village Way, Unit 1B, South Lake Tahoe", - "external_url": "http://209.221.138.252/Details.aspx?location=375513", - "internal_url": "null", - "latitude": "38.9553202", - "longitude": "-119.9437376", - "machine_status": "available", - "status": "unvisited", - "id": 5259, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -1197,98 +921,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.4974488, - 34.0089972 - ] - }, - "properties": { - "name": "Santa Monica Pier - Playland Arcade", - "area": "California", - "address": "350 Santa Monica Pier, Santa Monica", - "external_url": "http://209.221.138.252/Details.aspx?location=529", - "internal_url": "null", - "latitude": "34.0089972", - "longitude": "-118.4974488", - "machine_status": "available", - "status": "unvisited", - "id": 5258, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.4489739, - 35.1321877 - ] - }, - "properties": { - "name": "John and Nancy Wooten", - "area": " Private Rollers", - "address": "Tehachapi, , CA", - "external_url": "http://209.221.138.252/Details.aspx?location=199759", - "internal_url": "null", - "latitude": "35.1321877", - "longitude": "-118.4489739", - "machine_status": "available", - "status": "unvisited", - "id": 5519, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.3537322, - 34.1361697 - ] - }, - "properties": { - "name": "Universal City Walk - Cartoonaversal", - "area": "California", - "address": "City Walk, Universal City", - "external_url": "http://209.221.138.252/Details.aspx?location=365715", - "internal_url": "null", - "latitude": "34.1361697", - "longitude": "-118.3537322", - "machine_status": "available", - "status": "unvisited", - "id": 5261, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.3537322, - 34.1361697 - ] - }, - "properties": { - "name": "Universal CityWalk - Production Central", - "area": "California", - "address": "Universal CityWalk, Universal City", - "external_url": "http://209.221.138.252/Details.aspx?location=365655", - "internal_url": "null", - "latitude": "34.1361697", - "longitude": "-118.3537322", - "machine_status": "available", - "status": "unvisited", - "id": 5262, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -1358,29 +990,6 @@ "last_updated": "2022-10-30" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.3298082, - 34.1018722 - ] - }, - "properties": { - "name": "Stars on Hollywood", - "area": "California", - "address": "6403 Hollywood Blvd , Hollywood", - "external_url": "http://209.221.138.252/Details.aspx?location=370333", - "internal_url": "null", - "latitude": "34.1018722", - "longitude": "-118.3298082", - "machine_status": "available", - "status": "unvisited", - "id": 5241, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -1565,29 +1174,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -116.419389, - 38.8026097 - ] - }, - "properties": { - "name": "Nevada", - "area": "_Collector Books_", - "address": ", Nevada", - "external_url": "http://209.221.138.252/Details.aspx?location=106107", - "internal_url": "null", - "latitude": "38.8026097", - "longitude": "-116.419389", - "machine_status": "available", - "status": "unvisited", - "id": 5578, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -1634,75 +1220,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.3859302, - 35.6102674 - ] - }, - "properties": { - "name": "Primm Valley Resort & Casino", - "area": "Nevada", - "address": "31900 Las Vegas Boulevard South, Primm", - "external_url": "http://209.221.138.252/Details.aspx?location=2990", - "internal_url": "null", - "latitude": "35.6102674", - "longitude": "-115.3859302", - "machine_status": "available", - "status": "unvisited", - "id": 5429, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.259235, - 36.0786159 - ] - }, - "properties": { - "name": "Opportunity Village, Las Vegas", - "area": "Nevada", - "address": "6050 W. Buffalo Dr, Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=369525", - "internal_url": "null", - "latitude": "36.0786159", - "longitude": "-115.259235", - "machine_status": "available", - "status": "unvisited", - "id": 5426, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1816039, - 36.1318636 - ] - }, - "properties": { - "name": "Area 15", - "area": "Nevada", - "address": "3215 S Rancho Dr, Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=368007", - "internal_url": "null", - "latitude": "36.1318636", - "longitude": "-115.1816039", - "machine_status": "available", - "status": "unvisited", - "id": 5419, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -1772,75 +1289,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1721634, - 36.1139743 - ] - }, - "properties": { - "name": "Paris Hotel Casino - (In the walkway leading to the Self parking Garage", - "area": "Nevada", - "address": "3643 Las Vegas Boulevard South, Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=377240", - "internal_url": "null", - "latitude": "36.1139743", - "longitude": "-115.1721634", - "machine_status": "available", - "status": "unvisited", - "id": 5427, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.170041, - 36.1232913 - ] - }, - "properties": { - "name": "Excalibur Hotel & Casino 24/7 Gift Shop & Food store (Near the Food", - "area": "Nevada", - "address": "3850 Las Vegas Boulevard South, Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=366383", - "internal_url": "null", - "latitude": "36.1232913", - "longitude": "-115.170041", - "machine_status": "available", - "status": "unvisited", - "id": 5422, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1637638, - 36.1137861 - ] - }, - "properties": { - "name": "Las Vegas Souvenirs and Gifts", - "area": "Nevada", - "address": "4130 Koval LN. , Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=387193", - "internal_url": "null", - "latitude": "36.1137861", - "longitude": "-115.1637638", - "machine_status": "available", - "status": "unvisited", - "id": 5975, - "last_updated": "2022-10-30" - } - }, { "type": "Feature", "geometry": { @@ -1956,29 +1404,6 @@ "last_updated": "2022-10-30" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -114.4838741, - 35.715473 - ] - }, - "properties": { - "name": "Last Stop Travel Center,", - "area": "Arizona", - "address": "20331 N US Hwy 93, White Hills", - "external_url": "http://209.221.138.252/Details.aspx?location=357775", - "internal_url": "null", - "latitude": "35.715473", - "longitude": "-114.4838741", - "machine_status": "available", - "status": "unvisited", - "id": 5204, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -2025,29 +1450,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -113.7870225, - 48.7596128 - ] - }, - "properties": { - "name": "West Glacier Gift Shop", - "area": "Montana", - "address": "Glacier National Park (inside the park entrance), West Glacier", - "external_url": "http://209.221.138.252/Details.aspx?location=376491", - "internal_url": "null", - "latitude": "48.7596128", - "longitude": "-113.7870225", - "machine_status": "available", - "status": "unvisited", - "id": 5374, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -2094,52 +1496,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.9987611, - 37.1887934 - ] - }, - "properties": { - "name": "Bumbleberry Gift Shop & Bakery", - "area": "Utah", - "address": "897 Zion Park Rd, Springdale", - "external_url": "http://209.221.138.252/Details.aspx?location=371575", - "internal_url": "null", - "latitude": "37.1887934", - "longitude": "-112.9987611", - "machine_status": "available", - "status": "unvisited", - "id": 5413, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.872988, - 35.32606500000001 - ] - }, - "properties": { - "name": "Delgadillo's Snow Cap Drive In", - "area": "Arizona", - "address": "301 Arizona 66, Seligman", - "external_url": "http://209.221.138.252/Details.aspx?location=385232", - "internal_url": "null", - "latitude": "35.32606500000001", - "longitude": "-112.872988", - "machine_status": "available", - "status": "unvisited", - "id": 5200, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -2186,29 +1542,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.6530813, - 38.2929063 - ] - }, - "properties": { - "name": "Flying J Store", - "area": "Utah", - "address": "653 W 1400 N, Beaver", - "external_url": "http://209.221.138.252/Details.aspx?location=384443", - "internal_url": "null", - "latitude": "38.2929063", - "longitude": "-112.6530813", - "machine_status": "available", - "status": "unvisited", - "id": 5400, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -2347,98 +1680,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.1870895, - 37.5930377 - ] - }, - "properties": { - "name": "Bryce Canyon National Park Ranger Station", - "area": "Utah", - "address": ", Bryce Canyon National Park", - "external_url": "http://209.221.138.252/Details.aspx?location=366528", - "internal_url": "null", - "latitude": "37.5930377", - "longitude": "-112.1870895", - "machine_status": "available", - "status": "unvisited", - "id": 5403, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.1571498, - 37.6734133 - ] - }, - "properties": { - "name": "Ruby's Inn General Store", - "area": "Utah", - "address": "26 S Main St, Bryce Canyon City", - "external_url": "http://209.221.138.252/Details.aspx?location=350600", - "internal_url": "null", - "latitude": "37.6734133", - "longitude": "-112.1571498", - "machine_status": "available", - "status": "unvisited", - "id": 5401, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.1561435, - 37.6735701 - ] - }, - "properties": { - "name": "Bryce Canyon General Store", - "area": "Utah", - "address": " 26 S Main St 63 , Bryce Canyon National Park", - "external_url": "http://209.221.138.252/Details.aspx?location=357798", - "internal_url": "null", - "latitude": "37.6735701", - "longitude": "-112.1561435", - "machine_status": "available", - "status": "unvisited", - "id": 5402, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.1401332, - 35.6531212 - ] - }, - "properties": { - "name": "Raptor Ranch", - "area": "Arizona", - "address": "332 South State Hwy 64, Valle (Williams)", - "external_url": "http://209.221.138.252/Details.aspx?location=355391", - "internal_url": "null", - "latitude": "35.6531212", - "longitude": "-112.1401332", - "machine_status": "available", - "status": "unvisited", - "id": 5203, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -2485,29 +1726,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.0388946, - 43.4933361 - ] - }, - "properties": { - "name": "Infinity Coins", - "area": "Idaho", - "address": "545 Shoup Ave, Ste 108a, Idaho Falls", - "external_url": "http://209.221.138.252/Details.aspx?location=352239", - "internal_url": "null", - "latitude": "43.4933361", - "longitude": "-112.0388946", - "machine_status": "available", - "status": "unvisited", - "id": 5432, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -2554,29 +1772,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.7612868, - 34.8698955 - ] - }, - "properties": { - "name": "Red Rock Impressions", - "area": "Arizona", - "address": "300 AZ-89A, Sedona", - "external_url": "http://209.221.138.252/Details.aspx?location=363316", - "internal_url": "null", - "latitude": "34.8698955", - "longitude": "-111.7612868", - "machine_status": "available", - "status": "unvisited", - "id": 5199, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -2600,29 +1795,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.7093943, - 40.4403969 - ] - }, - "properties": { - "name": "Timpanogos Cave National Monument", - "area": "Utah", - "address": "2038 W. Alpine Loop Road, American Fork", - "external_url": "http://209.221.138.252/Details.aspx?location=366247", - "internal_url": "null", - "latitude": "40.4403969", - "longitude": "-111.7093943", - "machine_status": "available", - "status": "unvisited", - "id": 5397, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -2715,52 +1887,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.2620493, - 38.2914642 - ] - }, - "properties": { - "name": "Capitol Reef National Park Visitor Center", - "area": "Utah", - "address": ", Capitol Reef National Park/ Torrey", - "external_url": "http://209.221.138.252/Details.aspx?location=380412", - "internal_url": "null", - "latitude": "38.2914642", - "longitude": "-111.2620493", - "machine_status": "available", - "status": "unvisited", - "id": 5404, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.2620493, - 38.2914642 - ] - }, - "properties": { - "name": "Capitol Reef National Park Visitor Center", - "area": "Utah", - "address": ", Capitol Reef National Park/ Torrey", - "external_url": "http://209.221.138.252/Details.aspx?location=380414", - "internal_url": "null", - "latitude": "38.2914642", - "longitude": "-111.2620493", - "machine_status": "available", - "status": "unvisited", - "id": 5405, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -2807,29 +1933,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.8259479, - 44.4593593 - ] - }, - "properties": { - "name": "Old Faithful Lodge Gift Shop", - "area": "Wyoming", - "address": "725 Old Faithful Lodge Road, Yellowstone National Park - Old Faithful Lodge", - "external_url": "http://209.221.138.252/Details.aspx?location=379935", - "internal_url": "null", - "latitude": "44.4593593", - "longitude": "-110.8259479", - "machine_status": "available", - "status": "unvisited", - "id": 5511, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -2991,29 +2094,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -109.5506071, - 38.5739283 - ] - }, - "properties": { - "name": "The T-Shirt Shop", - "area": "Utah", - "address": "38 North Main Street, Moab", - "external_url": "http://209.221.138.252/Details.aspx?location=376989", - "internal_url": "null", - "latitude": "38.5739283", - "longitude": "-109.5506071", - "machine_status": "available", - "status": "unvisited", - "id": 5410, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -3106,52 +2186,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.6707053, - 35.0970922 - ] - }, - "properties": { - "name": "Old Town - Old Town Tee Shirt Co.", - "area": "New Mexico", - "address": "323 Romero St NW # 14, Albuquerque", - "external_url": "http://209.221.138.252/Details.aspx?location=3506", - "internal_url": "null", - "latitude": "35.0970922", - "longitude": "-106.6707053", - "machine_status": "available", - "status": "unvisited", - "id": 5977, - "last_updated": "2022-10-30" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.6695211, - 35.097284 - ] - }, - "properties": { - "name": "Old Town - Wild West T's & Gifts", - "area": "New Mexico", - "address": "401 San Felipe Street Northwest (Old Town), Albuquerque", - "external_url": "http://209.221.138.252/Details.aspx?location=14777", - "internal_url": "null", - "latitude": "35.097284", - "longitude": "-106.6695211", - "machine_status": "available", - "status": "unvisited", - "id": 5465, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -3313,29 +2347,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.5162213, - 39.7420588 - ] - }, - "properties": { - "name": "The Menagerie", - "area": "Colorado", - "address": "1538 Miner Street, Idaho Springs ", - "external_url": "http://209.221.138.252/Details.aspx?location=368788", - "internal_url": "null", - "latitude": "39.7420588", - "longitude": "-105.5162213", - "machine_status": "available", - "status": "unvisited", - "id": 5290, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -3543,29 +2554,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.7743614, - 38.945846 - ] - }, - "properties": { - "name": "George Orthodontics", - "area": "Colorado", - "address": "7770 N Union Blvd, Suite B, Colorado Springs", - "external_url": "http://209.221.138.252/Details.aspx?location=196082", - "internal_url": "null", - "latitude": "38.945846", - "longitude": "-104.7743614", - "machine_status": "available", - "status": "unvisited", - "id": 5281, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -3589,29 +2577,6 @@ "last_updated": "2022-10-30" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.5230764, - 33.3974248 - ] - }, - "properties": { - "name": "Roswell Visitor Center", - "area": "New Mexico", - "address": "426 N Main St, Roswell", - "external_url": "http://209.221.138.252/Details.aspx?location=380343", - "internal_url": "null", - "latitude": "33.3974248", - "longitude": "-104.5230764", - "machine_status": "available", - "status": "unvisited", - "id": 5467, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -3635,29 +2600,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -103.7827091, - 44.3417584 - ] - }, - "properties": { - "name": "Lewies Burger & Brew", - "area": "South Dakota", - "address": "711 S Main Street, Lead", - "external_url": "http://209.221.138.252/Details.aspx?location=375677", - "internal_url": "null", - "latitude": "44.3417584", - "longitude": "-103.7827091", - "machine_status": "available", - "status": "unvisited", - "id": 5320, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -3842,29 +2784,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -103.2632553, - 44.072026 - ] - }, - "properties": { - "name": "Storybook Island", - "area": "South Dakota", - "address": "1301 Sheridan Lake Rd, Rapid City", - "external_url": "http://209.221.138.252/Details.aspx?location=2913", - "internal_url": "null", - "latitude": "44.072026", - "longitude": "-103.2632553", - "machine_status": "available", - "status": "unvisited", - "id": 5323, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -4072,29 +2991,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.4891711, - 29.4252393 - ] - }, - "properties": { - "name": "Hard Rock Cafe", - "area": "Texas", - "address": "111 W Crockett St, San Antonio", - "external_url": "http://209.221.138.252/Details.aspx?location=368823", - "internal_url": "null", - "latitude": "29.4252393", - "longitude": "-98.4891711", - "machine_status": "available", - "status": "unvisited", - "id": 5382, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -4325,29 +3221,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.1213879, - 31.5475092 - ] - }, - "properties": { - "name": "Baylor Bear Habitat ", - "area": "Texas", - "address": "Baylor University 501 M P Daniel Esplanade, Waco", - "external_url": "http://209.221.138.252/Details.aspx?location=379659", - "internal_url": "null", - "latitude": "31.5475092", - "longitude": "-97.1213879", - "machine_status": "available", - "status": "unvisited", - "id": 5386, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -4371,29 +3244,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.071508, - 47.8928908 - ] - }, - "properties": { - "name": "Scheels Sporting Goods", - "area": "North Dakota", - "address": "2800 South Columbia Road , Grand Forks", - "external_url": "http://209.221.138.252/Details.aspx?location=356560", - "internal_url": "null", - "latitude": "47.8928908", - "longitude": "-97.071508", - "machine_status": "available", - "status": "unvisited", - "id": 5503, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -4417,52 +3267,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.9926158, - 32.9597153 - ] - }, - "properties": { - "name": "Other Elongated Penny Related Items (Pennybandz)", - "area": "_Collector Books_", - "address": ", Pennycollector", - "external_url": "http://209.221.138.252/Details.aspx?location=261158", - "internal_url": "null", - "latitude": "32.9597153", - "longitude": "-96.9926158", - "machine_status": "available", - "status": "unvisited", - "id": 5588, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.8025109, - 43.0841472 - ] - }, - "properties": { - "name": "Truck Towne Plaza Center", - "area": "South Dakota", - "address": "47018 SD-46, Beresford", - "external_url": "http://209.221.138.252/Details.aspx?location=380713", - "internal_url": "null", - "latitude": "43.0841472", - "longitude": "-96.8025109", - "machine_status": "available", - "status": "unvisited", - "id": 5310, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -4486,29 +3290,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.6064983, - 32.3230556 - ] - }, - "properties": { - "name": "Buc-ees", - "area": "Texas", - "address": "1402 S IH-45 , Ennis", - "external_url": "http://209.221.138.252/Details.aspx?location=369220", - "internal_url": "null", - "latitude": "32.3230556", - "longitude": "-96.6064983", - "machine_status": "available", - "status": "unvisited", - "id": 5378, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -4900,52 +3681,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.2466481, - 36.642321 - ] - }, - "properties": { - "name": "Dolly Parton's Stampede Dinner & Show", - "area": "Missouri", - "address": "1525 West Highway 76, Branson", - "external_url": "http://209.221.138.252/Details.aspx?location=3276", - "internal_url": "null", - "latitude": "36.642321", - "longitude": "-93.2466481", - "machine_status": "available", - "status": "unvisited", - "id": 5325, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.2421109, - 44.8547985 - ] - }, - "properties": { - "name": "Mall of America - Legacy Toys", - "area": "Minnesota", - "address": "301 North Garden - Level 3 N301, Bloomington ", - "external_url": "http://209.221.138.252/Details.aspx?location=368358", - "internal_url": "null", - "latitude": "44.8547985", - "longitude": "-93.2421109", - "machine_status": "available", - "status": "unvisited", - "id": 5292, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -4969,52 +3704,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -92.917654, - 41.4064722 - ] - }, - "properties": { - "name": "Jaarsma Bakery", - "area": "Iowa", - "address": "727 Franklin Street, Pella", - "external_url": "http://209.221.138.252/Details.aspx?location=379879", - "internal_url": "null", - "latitude": "41.4064722", - "longitude": "-92.917654", - "machine_status": "available", - "status": "unvisited", - "id": 5470, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -92.63967149999999, - 38.198887 - ] - }, - "properties": { - "name": "Dogpatch Arcade", - "area": "Missouri", - "address": "1482 Bagnell Dam Blvd, Lake Ozark", - "external_url": "http://209.221.138.252/Details.aspx?location=361862", - "internal_url": "null", - "latitude": "38.198887", - "longitude": "-92.63967149999999", - "machine_status": "available", - "status": "unvisited", - "id": 5330, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -5406,29 +4095,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.05628899999999, - 35.1448685 - ] - }, - "properties": { - "name": "Island Queen", - "area": "Tennessee", - "address": "45 Riverside Dr, Memphis", - "external_url": "http://209.221.138.252/Details.aspx?location=361174", - "internal_url": "null", - "latitude": "35.1448685", - "longitude": "-90.05628899999999", - "machine_status": "available", - "status": "unvisited", - "id": 5341, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -5452,29 +4118,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.0489801, - 35.1495343 - ] - }, - "properties": { - "name": "The Kid's Store", - "area": "Tennessee", - "address": ", Memphis", - "external_url": "http://209.221.138.252/Details.aspx?location=386903", - "internal_url": "null", - "latitude": "35.1495343", - "longitude": "-90.0489801", - "machine_status": "available", - "status": "unvisited", - "id": 5974, - "last_updated": "2022-10-30" - } - }, { "type": "Feature", "geometry": { @@ -5774,29 +4417,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.88853370000001, - 37.4164584 - ] - }, - "properties": { - "name": "Forman Depot Museum", - "area": "Illinois", - "address": "298 E Vine St, Vienna", - "external_url": "http://209.221.138.252/Details.aspx?location=354560", - "internal_url": "null", - "latitude": "37.4164584", - "longitude": "-88.88853370000001", - "machine_status": "available", - "status": "unvisited", - "id": 5451, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -6004,52 +4624,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.5936505, - 30.268996 - ] - }, - "properties": { - "name": "Souvenir City #2", - "area": "Alabama", - "address": "25241 Perdido Beach Blvd, Orange Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=378940", - "internal_url": "null", - "latitude": "30.268996", - "longitude": "-87.5936505", - "machine_status": "available", - "status": "unvisited", - "id": 5966, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.2484237, - 39.6840014 - ] - }, - "properties": { - "name": "Brad Ream/ Kay Harpold", - "area": " Private Rollers", - "address": "4919 South Catlin Road, Rockville, Indiana", - "external_url": "http://209.221.138.252/Details.aspx?location=186392", - "internal_url": "null", - "latitude": "39.6840014", - "longitude": "-87.2484237", - "machine_status": "available", - "status": "unvisited", - "id": 5535, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -6119,52 +4693,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.7761258, - 36.1582632 - ] - }, - "properties": { - "name": "Country Music Hall of Fame and Museum", - "area": "Tennessee", - "address": "222 Fifth Avenue, Nashville", - "external_url": "http://209.221.138.252/Details.aspx?location=256976", - "internal_url": "null", - "latitude": "36.1582632", - "longitude": "-86.7761258", - "machine_status": "available", - "status": "unvisited", - "id": 5342, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.7757255, - 36.1614462 - ] - }, - "properties": { - "name": "Kid Rock's Big Ass Honky Tonk Rock N' Roll Steakhouse ", - "area": "Tennessee", - "address": "221 Broadway, Nashville", - "external_url": "http://209.221.138.252/Details.aspx?location=382166", - "internal_url": "null", - "latitude": "36.1614462", - "longitude": "-86.7757255", - "machine_status": "available", - "status": "unvisited", - "id": 5343, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -6234,29 +4762,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.512469, - 30.394175 - ] - }, - "properties": { - "name": "Harborwalk Village - Harry Ts Lighthouse Restaurant", - "area": "Florida", - "address": "46 Harbor Blvd, Destin", - "external_url": "http://209.221.138.252/Details.aspx?location=241224", - "internal_url": "null", - "latitude": "30.394175", - "longitude": "-86.512469", - "machine_status": "available", - "status": "unvisited", - "id": 5350, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -6280,29 +4785,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.33238709999999, - 43.2297193 - ] - }, - "properties": { - "name": "USS Silversides Submarine Museum", - "area": "Michigan", - "address": "1346 Bluff Street, Muskegon", - "external_url": "http://209.221.138.252/Details.aspx?location=354336", - "internal_url": "null", - "latitude": "43.2297193", - "longitude": "-86.33238709999999", - "machine_status": "available", - "status": "unvisited", - "id": 5277, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -6326,75 +4808,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.1643665, - 39.7645005 - ] - }, - "properties": { - "name": "Indiana Convention Center, GenCon in the Dealer Hall", - "area": "Indiana", - "address": "100 South Capitol Avenue, Indianapolis", - "external_url": "http://209.221.138.252/Details.aspx?location=365503", - "internal_url": "null", - "latitude": "39.7645005", - "longitude": "-86.1643665", - "machine_status": "available", - "status": "unvisited", - "id": 5462, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.158068, - 39.768403 - ] - }, - "properties": { - "name": "Indiana", - "area": "_Collector Books_", - "address": ", Indiana", - "external_url": "http://209.221.138.252/Details.aspx?location=106117", - "internal_url": "null", - "latitude": "39.768403", - "longitude": "-86.158068", - "machine_status": "available", - "status": "unvisited", - "id": 5565, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.0561903, - 44.8116328 - ] - }, - "properties": { - "name": "Phillip A Hart Visitors Center ", - "area": "Michigan", - "address": "922 Front St, Empire ", - "external_url": "http://209.221.138.252/Details.aspx?location=377882", - "internal_url": "null", - "latitude": "44.8116328", - "longitude": "-86.0561903", - "machine_status": "available", - "status": "unvisited", - "id": 5266, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -6487,52 +4900,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.7374931, - 37.5311219 - ] - }, - "properties": { - "name": "Abraham Lincoln Birthplace National Historical Park", - "area": "Kentucky", - "address": "2995 Lincoln Farm Rd., Hodgenville", - "external_url": "http://209.221.138.252/Details.aspx?location=370032", - "internal_url": "null", - "latitude": "37.5311219", - "longitude": "-85.7374931", - "machine_status": "available", - "status": "unvisited", - "id": 5500, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.701222, - 40.0609036 - ] - }, - "properties": { - "name": "Uranus Fudge Factory (Gift Shop)", - "area": "Indiana", - "address": "1423 w 53rd street, Anderson ", - "external_url": "http://209.221.138.252/Details.aspx?location=378730", - "internal_url": "null", - "latitude": "40.0609036", - "longitude": "-85.701222", - "machine_status": "available", - "status": "unvisited", - "id": 5460, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -6763,52 +5130,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.6050659, - 45.8513624 - ] - }, - "properties": { - "name": "Mission Point Resort - Admiral Daves Shipwreck Arcade", - "area": "Michigan", - "address": "One Lakeshore Drive, Mackinac Island", - "external_url": "http://209.221.138.252/Details.aspx?location=360872", - "internal_url": "null", - "latitude": "45.8513624", - "longitude": "-84.6050659", - "machine_status": "available", - "status": "unvisited", - "id": 5272, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.5630202, - 42.7317464 - ] - }, - "properties": { - "name": "Michigan Historical Museum", - "area": "Michigan", - "address": "702 W Kalamazoo St, Lansing", - "external_url": "http://209.221.138.252/Details.aspx?location=370527", - "internal_url": "null", - "latitude": "42.7317464", - "longitude": "-84.5630202", - "machine_status": "available", - "status": "unvisited", - "id": 5270, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -6832,29 +5153,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.3080192, - 37.6737554 - ] - }, - "properties": { - "name": "Buc-ee's", - "area": "Kentucky", - "address": "1013 Buc-ee's Blvd, Richmond", - "external_url": "http://209.221.138.252/Details.aspx?location=377603", - "internal_url": "null", - "latitude": "37.6737554", - "longitude": "-84.3080192", - "machine_status": "available", - "status": "unvisited", - "id": 5502, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -6970,29 +5268,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.6234918, - 44.4350075 - ] - }, - "properties": { - "name": "Lumberman's Monument Visitor Center", - "area": "Michigan", - "address": "5401 Monument Rd, Oscoda", - "external_url": "http://209.221.138.252/Details.aspx?location=362078", - "internal_url": "null", - "latitude": "44.4350075", - "longitude": "-83.6234918", - "machine_status": "available", - "status": "unvisited", - "id": 5278, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -7223,29 +5498,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.90712300000001, - 40.4172871 - ] - }, - "properties": { - "name": "Ohio", - "area": "_Collector Books_", - "address": ", Ohio", - "external_url": "http://209.221.138.252/Details.aspx?location=106101", - "internal_url": "null", - "latitude": "40.4172871", - "longitude": "-82.90712300000001", - "machine_status": "available", - "status": "unvisited", - "id": 5584, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -7315,29 +5567,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.6835206, - 41.482207 - ] - }, - "properties": { - "name": "Cedar Point Amusement Park", - "area": "Ohio", - "address": "One Cedar Point Dr., Sandusky", - "external_url": "http://209.221.138.252/Details.aspx?location=3785", - "internal_url": "null", - "latitude": "41.482207", - "longitude": "-82.6835206", - "machine_status": "available", - "status": "unvisited", - "id": 5178, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -7361,29 +5590,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.4825932, - 27.8532013 - ] - }, - "properties": { - "name": "MacDill Inn", - "area": "Florida", - "address": "7637 Bayshore Blvd, Bldg #350, McDill AFB", - "external_url": "http://209.221.138.252/Details.aspx?location=384788", - "internal_url": "null", - "latitude": "27.8532013", - "longitude": "-82.4825932", - "machine_status": "available", - "status": "unvisited", - "id": 5354, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -7522,52 +5728,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.46814940000002, - 28.4556296 - ] - }, - "properties": { - "name": "Pirate's Dinner Adventure", - "area": "Florida", - "address": "6400 Carrier Drive, Orlando", - "external_url": "http://209.221.138.252/Details.aspx?location=1604", - "internal_url": "null", - "latitude": "28.4556296", - "longitude": "-81.46814940000002", - "machine_status": "available", - "status": "unvisited", - "id": 5358, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.4678193, - 28.4743207 - ] - }, - "properties": { - "name": "Universal Studios Florida", - "area": "Florida", - "address": "1000 Universal Studios Plaza , Orlando", - "external_url": "http://209.221.138.252/Details.aspx?location=381705", - "internal_url": "null", - "latitude": "28.4743207", - "longitude": "-81.4678193", - "machine_status": "available", - "status": "unvisited", - "id": 5361, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -7614,29 +5774,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.4641236, - 29.9838569 - ] - }, - "properties": { - "name": "Buc-ee's", - "area": "Florida", - "address": "200 World Commerce Parkway, St. Augustine", - "external_url": "http://209.221.138.252/Details.aspx?location=355401", - "internal_url": "null", - "latitude": "29.9838569", - "longitude": "-81.4641236", - "machine_status": "available", - "status": "unvisited", - "id": 5366, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -7660,29 +5797,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.3131434, - 29.8944976 - ] - }, - "properties": { - "name": "Aunt Matilda's Steampunk Trunk", - "area": "Florida", - "address": "142 Saint George Street, St Augustine", - "external_url": "http://209.221.138.252/Details.aspx?location=373434", - "internal_url": "null", - "latitude": "29.8944976", - "longitude": "-81.3131434", - "machine_status": "available", - "status": "unvisited", - "id": 5365, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -7775,52 +5889,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.0849865, - 32.080052 - ] - }, - "properties": { - "name": "Cinnamon Bear Country Store", - "area": "Georgia", - "address": "508 E. River Street, Savannah", - "external_url": "http://209.221.138.252/Details.aspx?location=277151", - "internal_url": "null", - "latitude": "32.080052", - "longitude": "-81.0849865", - "machine_status": "available", - "status": "unvisited", - "id": 5393, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.0849865, - 32.080052 - ] - }, - "properties": { - "name": "The Cinnamon Bear Country Store", - "area": "Georgia", - "address": "508 E. River Street, Savannah", - "external_url": "http://209.221.138.252/Details.aspx?location=364436", - "internal_url": "null", - "latitude": "32.080052", - "longitude": "-81.0849865", - "machine_status": "available", - "status": "unvisited", - "id": 5394, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -7844,29 +5912,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.76527779999999, - 25.7569444 - ] - }, - "properties": { - "name": "Shark Valley Visitor Center", - "area": "Florida", - "address": "36000 SW 8th Street Miami, Florida 33194, Everglades National Park", - "external_url": "http://209.221.138.252/Details.aspx?location=378449", - "internal_url": "null", - "latitude": "25.7569444", - "longitude": "-80.76527779999999", - "machine_status": "available", - "status": "unvisited", - "id": 5351, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -7936,29 +5981,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.3358532, - 25.8072486 - ] - }, - "properties": { - "name": "Carnival Cruise Lines/Freedom", - "area": "Florida", - "address": "3655 NW 87th Avenue, Miami ", - "external_url": "http://209.221.138.252/Details.aspx?location=373394", - "internal_url": "null", - "latitude": "25.8072486", - "longitude": "-80.3358532", - "machine_status": "available", - "status": "unvisited", - "id": 5355, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -7982,29 +6004,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.1776631, - 25.7774706 - ] - }, - "properties": { - "name": "Norwegian Cruise Line 'Breakaway' cruise ship", - "area": "Florida", - "address": "South America Way, Dodge Island, Miami", - "external_url": "http://209.221.138.252/Details.aspx?location=385364", - "internal_url": "null", - "latitude": "25.7774706", - "longitude": "-80.1776631", - "machine_status": "available", - "status": "unvisited", - "id": 5356, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -8051,29 +6050,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.9291356, - 32.7804891 - ] - }, - "properties": { - "name": "Palmettoville", - "area": "South Carolina", - "address": "51-B S Market St, Charleston", - "external_url": "http://209.221.138.252/Details.aspx?location=377876", - "internal_url": "null", - "latitude": "32.7804891", - "longitude": "-79.9291356", - "machine_status": "available", - "status": "unvisited", - "id": 5299, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -8235,29 +6211,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.076522, - 43.0920144 - ] - }, - "properties": { - "name": "House of Cuban Cigars", - "area": "Canada", - "address": "5743 Victoria Avenue, Ontario - Niagara Falls", - "external_url": "http://209.221.138.252/Details.aspx?location=30366", - "internal_url": "null", - "latitude": "43.0920144", - "longitude": "-79.076522", - "machine_status": "available", - "status": "unvisited", - "id": 5624, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -8281,29 +6234,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.0622478, - 43.0847267 - ] - }, - "properties": { - "name": "Honeymoon Capital Souvenir Shop", - "area": "New York", - "address": "16 Rainbow Blvd, Niagara Falls", - "external_url": "http://209.221.138.252/Details.aspx?location=3588", - "internal_url": "null", - "latitude": "43.0847267", - "longitude": "-79.0622478", - "machine_status": "available", - "status": "unvisited", - "id": 5479, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -8419,29 +6349,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.8779414, - 33.7157371 - ] - }, - "properties": { - "name": "Broadway at the Beach - Ripley's Aquarium of Myrtle Beach", - "area": "South Carolina", - "address": "1110 Celeberity Circle, Myrtle Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=93330", - "internal_url": "null", - "latitude": "33.7157371", - "longitude": "-78.8779414", - "machine_status": "available", - "status": "unvisited", - "id": 5301, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -8557,29 +6464,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.22519439999999, - 38.6581833 - ] - }, - "properties": { - "name": "Headmasters Pub", - "area": "Virginia", - "address": "12018 Lee Highway, Sperryville ", - "external_url": "http://209.221.138.252/Details.aspx?location=354166", - "internal_url": "null", - "latitude": "38.6581833", - "longitude": "-78.22519439999999", - "machine_status": "available", - "status": "unvisited", - "id": 5440, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -8672,29 +6556,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.1945247, - 41.2033216 - ] - }, - "properties": { - "name": "Pennsylvania", - "area": "_Collector Books_", - "address": ", Pennsylvania", - "external_url": "http://209.221.138.252/Details.aspx?location=106099", - "internal_url": "null", - "latitude": "41.2033216", - "longitude": "-77.1945247", - "machine_status": "available", - "status": "unvisited", - "id": 5587, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -8787,52 +6648,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.6071272, - 39.2860516 - ] - }, - "properties": { - "name": "Hard Rock Cafe", - "area": "Maryland", - "address": "601 E Pratt St, Baltimore", - "external_url": "http://209.221.138.252/Details.aspx?location=372345", - "internal_url": "null", - "latitude": "39.2860516", - "longitude": "-76.6071272", - "machine_status": "available", - "status": "unvisited", - "id": 5209, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.4797105, - 44.23079569999999 - ] - }, - "properties": { - "name": "Waterfront Gifts & Apparel", - "area": "Canada", - "address": "248 Ontario St, Ontario - Kingston", - "external_url": "http://209.221.138.252/Details.aspx?location=362161", - "internal_url": "null", - "latitude": "44.23079569999999", - "longitude": "-76.4797105", - "machine_status": "available", - "status": "unvisited", - "id": 5623, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -8879,29 +6694,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.3539254, - 37.9259463 - ] - }, - "properties": { - "name": "Pony Tails Chincoteague's Sweets Superstore", - "area": "Virginia", - "address": "7011 Maddox Blvd., Chincoteague", - "external_url": "http://209.221.138.252/Details.aspx?location=295864", - "internal_url": "null", - "latitude": "37.9259463", - "longitude": "-75.3539254", - "machine_status": "available", - "status": "unvisited", - "id": 5437, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -8925,29 +6717,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.2070644, - 38.0932834 - ] - }, - "properties": { - "name": "Assateague Island gifts and merchandise", - "area": "Maryland", - "address": ", Asseteague ", - "external_url": "http://209.221.138.252/Details.aspx?location=358309", - "internal_url": "null", - "latitude": "38.0932834", - "longitude": "-75.2070644", - "machine_status": "available", - "status": "unvisited", - "id": 5208, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -8994,29 +6763,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.1375989, - 38.2362486 - ] - }, - "properties": { - "name": "Pony Express Gift Shop & Grill", - "area": "Maryland", - "address": "7307 Stephen Decatur Hwy, Berlin", - "external_url": "http://209.221.138.252/Details.aspx?location=19852", - "internal_url": "null", - "latitude": "38.2362486", - "longitude": "-75.1375989", - "machine_status": "available", - "status": "unvisited", - "id": 5211, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -9040,75 +6786,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.0551806, - 38.5395564 - ] - }, - "properties": { - "name": "Shore Fun Arcade", - "area": "Delaware", - "address": "PO Box 481, Bethany Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=362854", - "internal_url": "null", - "latitude": "38.5395564", - "longitude": "-75.0551806", - "machine_status": "available", - "status": "unvisited", - "id": 5324, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.4561063, - 40.4962489 - ] - }, - "properties": { - "name": "Ale 'N 'Wich Pub", - "area": "New Jersey", - "address": "246 Hamilton St, New Brunswick ", - "external_url": "http://209.221.138.252/Details.aspx?location=380776", - "internal_url": "null", - "latitude": "40.4962489", - "longitude": "-74.4561063", - "machine_status": "available", - "status": "unvisited", - "id": 5455, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.4056612, - 40.0583238 - ] - }, - "properties": { - "name": "New Jersey", - "area": "_Collector Books_", - "address": ", New Jersey", - "external_url": "http://209.221.138.252/Details.aspx?location=331969", - "internal_url": "null", - "latitude": "40.0583238", - "longitude": "-74.4056612", - "machine_status": "available", - "status": "unvisited", - "id": 5580, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -9201,29 +6878,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.0366255, - 40.0942012 - ] - }, - "properties": { - "name": "Jenkinsons Boardwalk - Pavilion Arcade", - "area": "New Jersey", - "address": "300 Ocean Ave, Point Pleasant Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=382086", - "internal_url": "null", - "latitude": "40.0942012", - "longitude": "-74.0366255", - "machine_status": "available", - "status": "unvisited", - "id": 5456, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -9316,52 +6970,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.4167485, - 41.101619 - ] - }, - "properties": { - "name": "The Maritime Aquarium at Norwalk", - "area": "Connecticut", - "address": "10 North Water Street, Norwalk", - "external_url": "http://209.221.138.252/Details.aspx?location=1449", - "internal_url": "null", - "latitude": "41.101619", - "longitude": "-73.4167485", - "machine_status": "available", - "status": "unvisited", - "id": 5307, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -72.67445479999999, - 41.771362 - ] - }, - "properties": { - "name": "Dunkin Donuts Park / Yard Goats Baseball", - "area": "Connecticut", - "address": "1214 Main St, Hartford", - "external_url": "http://209.221.138.252/Details.aspx?location=361971", - "internal_url": "null", - "latitude": "41.771362", - "longitude": "-72.67445479999999", - "machine_status": "available", - "status": "unvisited", - "id": 5306, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -9408,29 +7016,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -71.3824374, - 42.4072107 - ] - }, - "properties": { - "name": "Massachusetts", - "area": "_Collector Books_", - "address": ", Massachusetts", - "external_url": "http://209.221.138.252/Details.aspx?location=106109", - "internal_url": "null", - "latitude": "42.4072107", - "longitude": "-71.3824374", - "machine_status": "available", - "status": "unvisited", - "id": 5572, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -9500,52 +7085,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -70.25347169999999, - 43.6565001 - ] - }, - "properties": { - "name": "Maine Souvenir shop ", - "area": "Maine", - "address": "2 Exchange ST,, Portland ", - "external_url": "http://209.221.138.252/Details.aspx?location=370512", - "internal_url": "null", - "latitude": "43.6565001", - "longitude": "-70.25347169999999", - "machine_status": "available", - "status": "unvisited", - "id": 5185, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -70.0071228, - 41.920362 - ] - }, - "properties": { - "name": "Good vibes, Good, Great Finds", - "area": "Massachusetts", - "address": "464 State Highway Route 6, Wellfleet", - "external_url": "http://209.221.138.252/Details.aspx?location=382942", - "internal_url": "null", - "latitude": "41.920362", - "longitude": "-70.0071228", - "machine_status": "available", - "status": "unvisited", - "id": 5229, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -9592,75 +7131,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -68.644904, - 45.2387486 - ] - }, - "properties": { - "name": "Enfield M4 Services West ", - "area": "Ireland", - "address": ", Enfield ", - "external_url": "http://209.221.138.252/Details.aspx?location=367712", - "internal_url": "null", - "latitude": "45.2387486", - "longitude": "-68.644904", - "machine_status": "available", - "status": "unvisited", - "id": 5813, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -68.2733346, - 44.3385559 - ] - }, - "properties": { - "name": "Acadia National Park (U.S. National Park Service)", - "area": "Maine", - "address": "20 Mcfarland Hill Dr., Bar Harbor", - "external_url": "http://209.221.138.252/Details.aspx?location=370304", - "internal_url": "null", - "latitude": "44.3385559", - "longitude": "-68.2733346", - "machine_status": "available", - "status": "unvisited", - "id": 5183, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -66.1239202, - 18.4706276 - ] - }, - "properties": { - "name": "Castillo San Felipe del Morro", - "area": "Puerto Rico", - "address": "501 C. Norzagaray, San Juan ", - "external_url": "http://209.221.138.252/Details.aspx?location=381280", - "internal_url": "null", - "latitude": "18.4706276", - "longitude": "-66.1239202", - "machine_status": "available", - "status": "unvisited", - "id": 5896, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -9822,29 +7292,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 168.8328022, - -44.9384398 - ] - }, - "properties": { - "name": "Coachman's Hall", - "area": "New Zealand", - "address": "43 Buckingham street, Arrowtown", - "external_url": "http://209.221.138.252/Details.aspx?location=351515", - "internal_url": "null", - "latitude": "-44.9384398", - "longitude": "168.8328022", - "machine_status": "available", - "status": "unvisited", - "id": 3866, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -9914,29 +7361,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 172.5940714, - -43.4635263 - ] - }, - "properties": { - "name": "Willowbank", - "area": "New Zealand", - "address": "60 Hussey Road, Harewood, Christchurch", - "external_url": "http://209.221.138.252/Details.aspx?location=115166", - "internal_url": "null", - "latitude": "-43.4635263", - "longitude": "172.5940714", - "machine_status": "available", - "status": "unvisited", - "id": 3872, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -9960,29 +7384,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -43.1637671, - -22.9508895 - ] - }, - "properties": { - "name": "Morro da Urca", - "area": "Brazil", - "address": "Praça General Tibúrcio, Praia Vermelha, Urca - Rio de Janeiro - RJ", - "external_url": "http://209.221.138.252/Details.aspx?location=371462", - "internal_url": "null", - "latitude": "-22.9508895", - "longitude": "-43.1637671", - "machine_status": "available", - "status": "unvisited", - "id": 5617, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -10052,29 +7453,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 146.9773559, - -41.4308853 - ] - }, - "properties": { - "name": "Tasmania Zoo", - "area": "Australia", - "address": "1166 Ecclestone Road, TAS - Riverside", - "external_url": "http://209.221.138.252/Details.aspx?location=265228", - "internal_url": "null", - "latitude": "-41.4308853", - "longitude": "146.9773559", - "machine_status": "available", - "status": "unvisited", - "id": 2160, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -10144,29 +7522,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 174.7780965, - -41.2852716 - ] - }, - "properties": { - "name": "Wellington Museum", - "area": "New Zealand", - "address": "2 Jervois Quay, Wellington", - "external_url": "http://209.221.138.252/Details.aspx?location=310751", - "internal_url": "null", - "latitude": "-41.2852716", - "longitude": "174.7780965", - "machine_status": "available", - "status": "unvisited", - "id": 3884, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -10190,29 +7545,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 174.7857493, - -41.2658237 - ] - }, - "properties": { - "name": "Interislander Ferries Aratere, Arahura, and Kaiitaki", - "area": "New Zealand", - "address": "Sails from Aotea Quay, 5 minutes north of Wellington Railway Station, Wellington to Picton", - "external_url": "http://209.221.138.252/Details.aspx?location=5597", - "internal_url": "null", - "latitude": "-41.2658237", - "longitude": "174.7857493", - "machine_status": "available", - "status": "unvisited", - "id": 3885, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -10236,29 +7568,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 146.816321, - -41.2017364 - ] - }, - "properties": { - "name": "Beaconsfield Mine & Heritage Centre", - "area": "Australia", - "address": "West Street , TAS - Beaconsfield", - "external_url": "http://209.221.138.252/Details.aspx?location=265229", - "internal_url": "null", - "latitude": "-41.2017364", - "longitude": "146.816321", - "machine_status": "available", - "status": "unvisited", - "id": 2153, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -10282,29 +7591,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 146.8239447, - -41.1498251 - ] - }, - "properties": { - "name": "Seahorse World", - "area": "Australia", - "address": "1A Flinders Street, TAS - Beauty Point ", - "external_url": "http://209.221.138.252/Details.aspx?location=265226", - "internal_url": "null", - "latitude": "-41.1498251", - "longitude": "146.8239447", - "machine_status": "available", - "status": "unvisited", - "id": 2155, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -10328,29 +7614,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 143.6690501, - -38.7557195 - ] - }, - "properties": { - "name": "Scorched Grill", - "area": "Australia", - "address": "135 Great Ocean Rd, VIC - Apollo Bay", - "external_url": "http://209.221.138.252/Details.aspx?location=331834", - "internal_url": "null", - "latitude": "-38.7557195", - "longitude": "143.6690501", - "machine_status": "available", - "status": "unvisited", - "id": 2164, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -10397,29 +7660,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 144.1865957, - -38.4103713 - ] - }, - "properties": { - "name": "Anglesea General Store", - "area": "Australia", - "address": "119 Great Ocean Rd, VIC - Anglesea", - "external_url": "http://209.221.138.252/Details.aspx?location=331010", - "internal_url": "null", - "latitude": "-38.4103713", - "longitude": "144.1865957", - "machine_status": "available", - "status": "unvisited", - "id": 2163, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -10535,52 +7775,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 145.352954, - -37.827191 - ] - }, - "properties": { - "name": "SkyHigh Mount Dandenong", - "area": "Australia", - "address": "26 Observatory Rd, VIC - Melbourne", - "external_url": "http://209.221.138.252/Details.aspx?location=75503", - "internal_url": "null", - "latitude": "-37.827191", - "longitude": "145.352954", - "machine_status": "available", - "status": "unvisited", - "id": 2173, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 144.9374369, - -37.8118005 - ] - }, - "properties": { - "name": "Melbourne Star", - "area": "Australia", - "address": "The District Docklands, 101 Waterfront Way, Docklands VIC 3008, VIC - Melbourne ", - "external_url": "http://209.221.138.252/Details.aspx?location=329761", - "internal_url": "null", - "latitude": "-37.8118005", - "longitude": "144.9374369", - "machine_status": "available", - "status": "unvisited", - "id": 2169, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -10650,29 +7844,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 174.7271533, - -36.8675054 - ] - }, - "properties": { - "name": "Museum of Transport and Technology (MOTAT)", - "area": "New Zealand", - "address": "805 Great North Road, Western Springs, Auckland", - "external_url": "http://209.221.138.252/Details.aspx?location=195271", - "internal_url": "null", - "latitude": "-36.8675054", - "longitude": "174.7271533", - "machine_status": "available", - "status": "unvisited", - "id": 3868, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -10719,29 +7890,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 144.7468663, - -36.1198565 - ] - }, - "properties": { - "name": "Historic Port of Echuca", - "area": "Australia", - "address": "74 Murray Esplanade , VIC - Echuca", - "external_url": "http://209.221.138.252/Details.aspx?location=193418", - "internal_url": "null", - "latitude": "-36.1198565", - "longitude": "144.7468663", - "machine_status": "available", - "status": "unvisited", - "id": 2166, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -10788,29 +7936,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 149.1484327, - -35.2811355 - ] - }, - "properties": { - "name": "Australian War Memorial", - "area": "Australia", - "address": "Treloar Crescent,Campbell ACT , ACT - Canberra", - "external_url": "http://209.221.138.252/Details.aspx?location=207772", - "internal_url": "null", - "latitude": "-35.2811355", - "longitude": "149.1484327", - "machine_status": "available", - "status": "unvisited", - "id": 2109, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -10903,29 +8028,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 149.6914472, - -34.7725106 - ] - }, - "properties": { - "name": "The Big Merino ", - "area": "Australia", - "address": "88 Hume St, NSW - Goulburn", - "external_url": "http://209.221.138.252/Details.aspx?location=993", - "internal_url": "null", - "latitude": "-34.7725106", - "longitude": "149.6914472", - "machine_status": "available", - "status": "unvisited", - "id": 2115, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -11018,29 +8120,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 22.47446, - -33.963225 - ] - }, - "properties": { - "name": "Outeniqua Railway Museum", - "area": "South Africa", - "address": "Outeniqua Railway Museum, George, George", - "external_url": "http://209.221.138.252/Details.aspx?location=89417", - "internal_url": "null", - "latitude": "-33.963225", - "longitude": "22.47446", - "machine_status": "available", - "status": "unvisited", - "id": 3510, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -11248,29 +8327,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 150.8842664, - -33.7658186 - ] - }, - "properties": { - "name": "Featherdale Wildlife Park", - "area": "Australia", - "address": "217 Kildare Rd, NSW - Doonside", - "external_url": "http://209.221.138.252/Details.aspx?location=207803", - "internal_url": "null", - "latitude": "-33.7658186", - "longitude": "150.8842664", - "machine_status": "available", - "status": "unvisited", - "id": 2114, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -11294,29 +8350,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 150.3125806, - -33.7320908 - ] - }, - "properties": { - "name": "Echo Point Information Centre", - "area": "Australia", - "address": "2780 Echo Point Rd, NSW - Katoomba", - "external_url": "http://209.221.138.252/Details.aspx?location=249104", - "internal_url": "null", - "latitude": "-33.7320908", - "longitude": "150.3125806", - "machine_status": "available", - "status": "unvisited", - "id": 2116, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -11432,29 +8465,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 151.9109774, - -32.7945231 - ] - }, - "properties": { - "name": "Oakdale Farm & Fauna World", - "area": "Australia", - "address": "3 Oakvale Drive, NSW - Salt Ash ", - "external_url": "http://209.221.138.252/Details.aspx?location=271704", - "internal_url": "null", - "latitude": "-32.7945231", - "longitude": "151.9109774", - "machine_status": "available", - "status": "unvisited", - "id": 2120, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -11478,29 +8488,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 115.846674, - -31.9442707 - ] - }, - "properties": { - "name": "Scitech Science Museum", - "area": "Australia", - "address": "Sutherland Street, West Perth, Western Australia - Perth", - "external_url": "http://209.221.138.252/Details.aspx?location=322364", - "internal_url": "null", - "latitude": "-31.9442707", - "longitude": "115.846674", - "machine_status": "available", - "status": "unvisited", - "id": 2179, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -11524,29 +8511,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 153.0702059, - -30.8771778 - ] - }, - "properties": { - "name": "Trial Bay Gaol", - "area": "Australia", - "address": "1 Caldwell Street, NSW - South West Rocks ", - "external_url": "http://209.221.138.252/Details.aspx?location=274881", - "internal_url": "null", - "latitude": "-30.8771778", - "longitude": "153.0702059", - "machine_status": "available", - "status": "unvisited", - "id": 2122, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -11570,29 +8534,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -50.9215132, - -29.3938257 - ] - }, - "properties": { - "name": "Snowland", - "area": "Brazil", - "address": "RS-235, 9009, Gramado", - "external_url": "http://209.221.138.252/Details.aspx?location=263177", - "internal_url": "null", - "latitude": "-29.3938257", - "longitude": "-50.9215132", - "machine_status": "available", - "status": "unvisited", - "id": 1268, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -11731,29 +8672,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 153.3152531, - -27.8635076 - ] - }, - "properties": { - "name": "Dreamworld Croc Country", - "area": "Australia", - "address": "Dreamworld Parkway, , QLD - Coomera", - "external_url": "http://209.221.138.252/Details.aspx?location=56240", - "internal_url": "null", - "latitude": "-27.8635076", - "longitude": "153.3152531", - "machine_status": "available", - "status": "unvisited", - "id": 2139, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -11777,52 +8695,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 152.9591263, - -27.4850152 - ] - }, - "properties": { - "name": "Mt. Coot-tha/ Brisbane Look-out", - "area": "Australia", - "address": "Sir Samuel Griffith Drive, QLD - Mt. Coot-tha", - "external_url": "http://209.221.138.252/Details.aspx?location=12016", - "internal_url": "null", - "latitude": "-27.4850152", - "longitude": "152.9591263", - "machine_status": "available", - "status": "unvisited", - "id": 2146, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 153.018332, - -27.473007 - ] - }, - "properties": { - "name": "Queensland Museum Science Center", - "area": "Australia", - "address": "Corner Grey & Melbourne Streets , QLD - Brisbane ", - "external_url": "http://209.221.138.252/Details.aspx?location=41025", - "internal_url": "null", - "latitude": "-27.473007", - "longitude": "153.018332", - "machine_status": "available", - "status": "unvisited", - "id": 2135, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -11915,167 +8787,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 146.8230556, - -19.2575 - ] - }, - "properties": { - "name": "Reef HQ", - "area": "Australia", - "address": "2-68 Flinders Street, Townsville", - "external_url": "http://209.221.138.252/Details.aspx?location=321756", - "internal_url": "null", - "latitude": "-19.2575", - "longitude": "146.8230556", - "machine_status": "available", - "status": "unvisited", - "id": 2162, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.6103874, - -17.5598646 - ] - }, - "properties": { - "name": "Tahiti Faa'a International Airport", - "area": "France", - "address": ", Tahiti Faa'a", - "external_url": "http://209.221.138.252/Details.aspx?location=266650", - "internal_url": "null", - "latitude": "-17.5598646", - "longitude": "-149.6103874", - "machine_status": "available", - "status": "unvisited", - "id": 116, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -17.1104787, - 28.0910304 - ] - }, - "properties": { - "name": "Isla La Gomera", - "area": "Spain", - "address": "Tienda Casa de Los Balcones (Artesanía La Gomera) +34 922 14 51 90 https://goo.gl/maps/gLXnMyLCxwLRasEh6, San Sebastian de la Gomera", - "external_url": "http://209.221.138.252/Details.aspx?location=363929", - "internal_url": "null", - "latitude": "28.0910304", - "longitude": "-17.1104787", - "machine_status": "available", - "status": "unvisited", - "id": 5943, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 145.7095881, - -16.8812114 - ] - }, - "properties": { - "name": "Kuranda Scenic Railway/ Freshwater station", - "area": "Australia", - "address": "Bunda Street, QLD - Cairns", - "external_url": "http://209.221.138.252/Details.aspx?location=16968", - "internal_url": "null", - "latitude": "-16.8812114", - "longitude": "145.7095881", - "machine_status": "available", - "status": "unvisited", - "id": 2136, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 145.6522376, - -16.8237474 - ] - }, - "properties": { - "name": "Rainforest Station Nature Park", - "area": "Australia", - "address": "Kennedy Highway , QLD - Cairns", - "external_url": "http://209.221.138.252/Details.aspx?location=56670", - "internal_url": "null", - "latitude": "-16.8237474", - "longitude": "145.6522376", - "machine_status": "available", - "status": "unvisited", - "id": 2137, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 145.6327345, - -16.8193797 - ] - }, - "properties": { - "name": "Kuranda Heritage Markets", - "area": "Australia", - "address": "Rob Vievers Drive, QLD - Kuranda", - "external_url": "http://209.221.138.252/Details.aspx?location=54734", - "internal_url": "null", - "latitude": "-16.8193797", - "longitude": "145.6327345", - "machine_status": "available", - "status": "unvisited", - "id": 2144, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 145.6387226, - -16.8183623 - ] - }, - "properties": { - "name": "Kuranda Scenic Railway", - "area": "Australia", - "address": "Coondoo Street, QLD - Kuranda ", - "external_url": "http://209.221.138.252/Details.aspx?location=207455", - "internal_url": "null", - "latitude": "-16.8183623", - "longitude": "145.6387226", - "machine_status": "available", - "status": "unvisited", - "id": 2145, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -12099,29 +8810,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -16.5647169, - 28.4083201 - ] - }, - "properties": { - "name": "Loro Parque", - "area": "Spain", - "address": "Av. Loro Parque, Puerto de la Cruz, Tenerife", - "external_url": "http://209.221.138.252/Details.aspx?location=356156", - "internal_url": "null", - "latitude": "28.4083201", - "longitude": "-16.5647169", - "machine_status": "available", - "status": "unvisited", - "id": 5935, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -12191,29 +8879,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -15.597929, - 27.7361271 - ] - }, - "properties": { - "name": "Maspalomas", - "area": "Spain", - "address": "Paseo del Faro 2, Maspalomas, San Bartolomé de Tirajana", - "external_url": "http://209.221.138.252/Details.aspx?location=363451", - "internal_url": "null", - "latitude": "27.7361271", - "longitude": "-15.597929", - "machine_status": "available", - "status": "unvisited", - "id": 5938, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -12237,29 +8902,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -9.3906089, - 38.7875851 - ] - }, - "properties": { - "name": "Pena Palace", - "area": "Portugal", - "address": ", Sintra", - "external_url": "http://209.221.138.252/Details.aspx?location=336844", - "internal_url": "null", - "latitude": "38.7875851", - "longitude": "-9.3906089", - "machine_status": "available", - "status": "unvisited", - "id": 5893, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -12352,29 +8994,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.5884989, - 37.3108176 - ] - }, - "properties": { - "name": "Foia", - "area": "Portugal", - "address": ", Algarve", - "external_url": "http://209.221.138.252/Details.aspx?location=336733", - "internal_url": "null", - "latitude": "37.3108176", - "longitude": "-8.5884989", - "machine_status": "available", - "status": "unvisited", - "id": 5885, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -12398,29 +9017,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.5376926, - 37.13617 - ] - }, - "properties": { - "name": "Verandas Da Rocha ", - "area": "Portugal", - "address": "The pedestrian zone, Portimao (Algarve)", - "external_url": "http://209.221.138.252/Details.aspx?location=336734", - "internal_url": "null", - "latitude": "37.13617", - "longitude": "-8.5376926", - "machine_status": "available", - "status": "unvisited", - "id": 5891, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -12582,52 +9178,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.2570343, - 53.3502081 - ] - }, - "properties": { - "name": "Carroll's Gift Store ", - "area": "Ireland", - "address": "Talbot St 99, Dublin", - "external_url": "http://209.221.138.252/Details.aspx?location=370148", - "internal_url": "null", - "latitude": "53.3502081", - "longitude": "-6.2570343", - "machine_status": "available", - "status": "unvisited", - "id": 5812, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.148421, - 43.5600016 - ] - }, - "properties": { - "name": "Cudillero, Asturias", - "area": "Spain", - "address": "San José 85, Cudillero", - "external_url": "http://209.221.138.252/Details.aspx?location=362360", - "internal_url": "null", - "latitude": "43.5600016", - "longitude": "-6.148421", - "machine_status": "available", - "status": "unvisited", - "id": 5923, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -12720,29 +9270,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.5808737, - 36.5880581 - ] - }, - "properties": { - "name": "Mariposa Rio ", - "area": "Spain", - "address": "El Mirador de la Stupa, Benalmadena - Malaga", - "external_url": "http://209.221.138.252/Details.aspx?location=373463", - "internal_url": "null", - "latitude": "36.5880581", - "longitude": "-4.5808737", - "machine_status": "available", - "status": "unvisited", - "id": 5917, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -12858,75 +9385,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.8256186, - 53.280059 - ] - }, - "properties": { - "name": "Conwy Castle", - "area": "Wales", - "address": "Rose Hill St, Conwy , NORTH WALES - Conwy", - "external_url": "http://209.221.138.252/Details.aspx?location=326600", - "internal_url": "null", - "latitude": "53.280059", - "longitude": "-3.8256186", - "machine_status": "available", - "status": "unvisited", - "id": 5959, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.7837117, - 52.1306607 - ] - }, - "properties": { - "name": "Stuckey\"s", - "area": "Louisiana", - "address": "604 N Adams St, Welsh", - "external_url": "http://209.221.138.252/Details.aspx?location=378078", - "internal_url": "null", - "latitude": "52.1306607", - "longitude": "-3.7837117", - "machine_status": "available", - "status": "unvisited", - "id": 5174, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.7033526, - 42.3408635 - ] - }, - "properties": { - "name": "Two souvenir shops", - "area": "Spain", - "address": "Calle paloma, Burgos", - "external_url": "http://209.221.138.252/Details.aspx?location=363921", - "internal_url": "null", - "latitude": "42.3408635", - "longitude": "-3.7033526", - "machine_status": "available", - "status": "unvisited", - "id": 5920, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -12950,29 +9408,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.5984075, - 57.31588739999999 - ] - }, - "properties": { - "name": "Grantown East Highland Heritage & Cultural Centre", - "area": "Scotland", - "address": ", Grantown-on-Spey (East Railway Station)", - "external_url": "http://209.221.138.252/Details.aspx?location=330533", - "internal_url": "null", - "latitude": "57.31588739999999", - "longitude": "-3.5984075", - "machine_status": "available", - "status": "unvisited", - "id": 5904, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -13019,29 +9454,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1979204, - 55.9519811 - ] - }, - "properties": { - "name": "Kingdom of Sweets", - "area": "Scotland", - "address": "85 Prince Street, Edinburgh", - "external_url": "http://209.221.138.252/Details.aspx?location=343819", - "internal_url": "null", - "latitude": "55.9519811", - "longitude": "-3.1979204", - "machine_status": "available", - "status": "unvisited", - "id": 5903, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -13203,29 +9615,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7044052, - 53.7632254 - ] - }, - "properties": { - "name": "I'm A Celebrity, Get Me Out Of Here-Jungle Challenge", - "area": "England", - "address": "Quayside Media City (formerly The Lowry Shopping Centre), LANCASHIRE - Manchester", - "external_url": "http://209.221.138.252/Details.aspx?location=382508", - "internal_url": "null", - "latitude": "53.7632254", - "longitude": "-2.7044052", - "machine_status": "available", - "status": "unvisited", - "id": 5640, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -13295,29 +9684,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.4444962, - 50.6256499 - ] - }, - "properties": { - "name": "Weymouth Sea LifeCentre", - "area": "England", - "address": ", DORSET - Weymouth", - "external_url": "http://209.221.138.252/Details.aspx?location=367511", - "internal_url": "null", - "latitude": "50.6256499", - "longitude": "-2.4444962", - "machine_status": "available", - "status": "unvisited", - "id": 5637, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -13410,29 +9776,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.9841633, - 43.3234631 - ] - }, - "properties": { - "name": "Souvenir Shop", - "area": "Spain", - "address": "Narrika Kalea, San Sebastian", - "external_url": "http://209.221.138.252/Details.aspx?location=357789", - "internal_url": "null", - "latitude": "43.3234631", - "longitude": "-1.9841633", - "machine_status": "available", - "status": "unvisited", - "id": 5942, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -13502,29 +9845,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.4174975, - -1.3991067 - ] - }, - "properties": { - "name": "Cabellera de la Virgen", - "area": "Ecuador", - "address": "At thermal, Banos", - "external_url": "http://209.221.138.252/Details.aspx?location=251020", - "internal_url": "null", - "latitude": "-1.3991067", - "longitude": "-78.4174975", - "machine_status": "available", - "status": "unvisited", - "id": 1607, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -13755,29 +10075,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.1397769, - 42.41594600000001 - ] - }, - "properties": { - "name": "Museo de los Oficios Tradicionales", - "area": "Spain", - "address": "Plaza San Salvador 4, Huesca, Aínsa", - "external_url": "http://209.221.138.252/Details.aspx?location=377284", - "internal_url": "null", - "latitude": "42.41594600000001", - "longitude": "0.1397769", - "machine_status": "available", - "status": "unvisited", - "id": 5924, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -13893,29 +10190,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 103.8169444, - 1.2519444 - ] - }, - "properties": { - "name": "Skyline Luge Sentosa", - "area": "Singapore", - "address": "45 Siloso Beach Walk, Sentosa Island", - "external_url": "http://209.221.138.252/Details.aspx?location=253322", - "internal_url": "null", - "latitude": "1.2519444", - "longitude": "103.8169444", - "machine_status": "available", - "status": "unvisited", - "id": 3210, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -13962,75 +10236,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 103.8177673, - 1.254273 - ] - }, - "properties": { - "name": "Sentosa 4D Adventureland", - "area": "Singapore", - "address": "51B Imbiah Rd, Sentosa Island", - "external_url": "http://209.221.138.252/Details.aspx?location=283790", - "internal_url": "null", - "latitude": "1.254273", - "longitude": "103.8177673", - "machine_status": "available", - "status": "unvisited", - "id": 3207, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 103.8189576, - 1.2563211 - ] - }, - "properties": { - "name": "Festive Hotel", - "area": "Singapore", - "address": ", Sentosa Island", - "external_url": "http://209.221.138.252/Details.aspx?location=279801", - "internal_url": "null", - "latitude": "1.2563211", - "longitude": "103.8189576", - "machine_status": "available", - "status": "unvisited", - "id": 3202, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 103.8202676, - 1.2569835 - ] - }, - "properties": { - "name": "Maritime Experiential Museum", - "area": "Singapore", - "address": "8 Sentosa Gateway, Sentosa Island", - "external_url": "http://209.221.138.252/Details.aspx?location=232964", - "internal_url": "null", - "latitude": "1.2569835", - "longitude": "103.8202676", - "machine_status": "available", - "status": "unvisited", - "id": 3205, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -14054,29 +10259,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 103.8204289, - 1.2582458 - ] - }, - "properties": { - "name": "S.E.A Aquarium", - "area": "Singapore", - "address": "8 Sentosa Gateway, Resortsf World Sentosa, Sentosa Island", - "external_url": "http://209.221.138.252/Details.aspx?location=187521", - "internal_url": "null", - "latitude": "1.2582458", - "longitude": "103.8204289", - "machine_status": "available", - "status": "unvisited", - "id": 3206, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -14261,29 +10443,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 103.7064417, - 1.3187065 - ] - }, - "properties": { - "name": "Jurong Bird Park", - "area": "Singapore", - "address": "2 Jurong Hill, Jurong", - "external_url": "http://209.221.138.252/Details.aspx?location=106602", - "internal_url": "null", - "latitude": "1.3187065", - "longitude": "103.7064417", - "machine_status": "available", - "status": "unvisited", - "id": 3195, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -14330,29 +10489,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3771916, - 51.3852331 - ] - }, - "properties": { - "name": "Dreamland Margate ", - "area": "England", - "address": "Dreamland , KENT - Margate", - "external_url": "http://209.221.138.252/Details.aspx?location=363758", - "internal_url": "null", - "latitude": "51.3852331", - "longitude": "1.3771916", - "machine_status": "available", - "status": "unvisited", - "id": 5639, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -14468,29 +10604,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1788549, - 41.3753031 - ] - }, - "properties": { - "name": "Las Golondrinas ", - "area": "Spain", - "address": ", Barcelona ", - "external_url": "http://209.221.138.252/Details.aspx?location=374366", - "internal_url": "null", - "latitude": "41.3753031", - "longitude": "2.1788549", - "machine_status": "available", - "status": "unvisited", - "id": 5915, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -14537,29 +10650,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1843392, - 41.3768439 - ] - }, - "properties": { - "name": "LAquarium de Barcelona", - "area": "Spain", - "address": "Moll d'Espanya del Port Vell, s/n, Barcelona", - "external_url": "http://209.221.138.252/Details.aspx?location=339778", - "internal_url": "null", - "latitude": "41.3768439", - "longitude": "2.1843392", - "machine_status": "available", - "status": "unvisited", - "id": 5914, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -14813,52 +10903,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3324222, - 48.8338325 - ] - }, - "properties": { - "name": "Les Catacombes de Paris (Paris Catacombs)", - "area": "France", - "address": "1 Avenue du Colonel Henri Rol-Tanguy, Paris - Île-De-France", - "external_url": "http://209.221.138.252/Details.aspx?location=303375", - "internal_url": "null", - "latitude": "48.8338325", - "longitude": "2.3324222", - "machine_status": "available", - "status": "unvisited", - "id": 5655, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3430302, - 48.8867111 - ] - }, - "properties": { - "name": "Sacre Coeur", - "area": "France", - "address": "35 Rue du Chevalier de la Barre, Paris - Île-De-France", - "external_url": "http://209.221.138.252/Details.aspx?location=335143", - "internal_url": "null", - "latitude": "48.8867111", - "longitude": "2.3430302", - "machine_status": "available", - "status": "unvisited", - "id": 5658, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -14928,29 +10972,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8887932, - 50.8514963 - ] - }, - "properties": { - "name": "T Lepertje Kantel ", - "area": "Belgium", - "address": "Menenstraat 12 , Leper", - "external_url": "http://209.221.138.252/Details.aspx?location=329759", - "internal_url": "null", - "latitude": "50.8514963", - "longitude": "2.8887932", - "machine_status": "available", - "status": "unvisited", - "id": 5616, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -15020,29 +11041,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 101.7105512, - 3.1421984 - ] - }, - "properties": { - "name": "Berjaya Times Square", - "area": "Malaysia", - "address": "No1, Jalan Imbi,, Kuala Lumpur", - "external_url": "http://209.221.138.252/Details.aspx?location=298075", - "internal_url": "null", - "latitude": "3.1421984", - "longitude": "101.7105512", - "machine_status": "available", - "status": "unvisited", - "id": 1746, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -15158,52 +11156,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5771433, - 51.4408985 - ] - }, - "properties": { - "name": "Het Arsenaal", - "area": "Netherlands", - "address": "Arsenaalsplein 7, Vlissingen", - "external_url": "http://209.221.138.252/Details.aspx?location=352649", - "internal_url": "null", - "latitude": "51.4408985", - "longitude": "3.5771433", - "machine_status": "available", - "status": "unvisited", - "id": 5876, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8367764, - 40.0016432 - ] - }, - "properties": { - "name": "Mirabel Souvenir Shop", - "area": "Spain", - "address": "C / DEs Mirador / Muradeta 28, Ciutadella De Menorca", - "external_url": "http://209.221.138.252/Details.aspx?location=377057", - "internal_url": "null", - "latitude": "40.0016432", - "longitude": "3.8367764", - "machine_status": "available", - "status": "unvisited", - "id": 5922, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -15296,29 +11248,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.469626400000001, - 51.9238261 - ] - }, - "properties": { - "name": "Feyenoord Fanshops ", - "area": "Netherlands", - "address": "Stationsplein 2 3013 AJ , Rotterdam", - "external_url": "http://209.221.138.252/Details.aspx?location=334814", - "internal_url": "null", - "latitude": "51.9238261", - "longitude": "4.469626400000001", - "machine_status": "available", - "status": "unvisited", - "id": 5872, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -15342,29 +11271,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5253361, - 51.8934271 - ] - }, - "properties": { - "name": "Feyenoord Fanshops", - "area": "Netherlands", - "address": "Stadion de Kuip Van Zandvlietplein 15 3077 AA, Rotterdam ", - "external_url": "http://209.221.138.252/Details.aspx?location=334809", - "internal_url": "null", - "latitude": "51.8934271", - "longitude": "4.5253361", - "machine_status": "available", - "status": "unvisited", - "id": 5871, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -15457,52 +11363,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.879755400000001, - 52.3580111 - ] - }, - "properties": { - "name": "Stedelijk Museum Amsterdam", - "area": "Netherlands", - "address": "Museumplein 10, Amsterdam", - "external_url": "http://209.221.138.252/Details.aspx?location=265223", - "internal_url": "null", - "latitude": "52.3580111", - "longitude": "4.879755400000001", - "machine_status": "available", - "status": "unvisited", - "id": 5861, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8972159, - 52.3764879 - ] - }, - "properties": { - "name": "Amsterdam Experience Souvenir shop", - "area": "Netherlands", - "address": "Damrak 21, Amsterdam", - "external_url": "http://209.221.138.252/Details.aspx?location=334707", - "internal_url": "null", - "latitude": "52.3764879", - "longitude": "4.8972159", - "machine_status": "available", - "status": "unvisited", - "id": 5859, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -15526,52 +11386,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9041389, - 52.3675734 - ] - }, - "properties": { - "name": "Unknown????", - "area": "Netherlands", - "address": ", Amsterdam", - "external_url": "http://209.221.138.252/Details.aspx?location=101237", - "internal_url": "null", - "latitude": "52.3675734", - "longitude": "4.9041389", - "machine_status": "available", - "status": "unvisited", - "id": 5862, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.9165321, - 52.3660003 - ] - }, - "properties": { - "name": "Artis Royal Zoo", - "area": "Netherlands", - "address": "Plantage Kerklaan 38-40, Amsterdam", - "external_url": "http://209.221.138.252/Details.aspx?location=334704", - "internal_url": "null", - "latitude": "52.3660003", - "longitude": "4.9165321", - "machine_status": "available", - "status": "unvisited", - "id": 5860, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -15618,29 +11432,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2786797, - 44.1740851 - ] - }, - "properties": { - "name": "Mont Ventoux", - "area": "France", - "address": ", Bédoin", - "external_url": "http://209.221.138.252/Details.aspx?location=327359", - "internal_url": "null", - "latitude": "44.1740851", - "longitude": "5.2786797", - "machine_status": "available", - "status": "unvisited", - "id": 5644, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -15986,52 +11777,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.021811, - 52.029418 - ] - }, - "properties": { - "name": "Paviljoen de Posbank", - "area": "Netherlands", - "address": "Beekhuizenseweg 1, Rheden", - "external_url": "http://209.221.138.252/Details.aspx?location=326466", - "internal_url": "null", - "latitude": "52.029418", - "longitude": "6.021811", - "machine_status": "available", - "status": "unvisited", - "id": 5870, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0581648, - 50.8610759 - ] - }, - "properties": { - "name": "Continium Discovery Center (former industrion)", - "area": "Netherlands", - "address": "Museumplein 2, Kerkrade", - "external_url": "http://209.221.138.252/Details.aspx?location=42607", - "internal_url": "null", - "latitude": "50.8610759", - "longitude": "6.0581648", - "machine_status": "available", - "status": "unvisited", - "id": 5868, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -16262,29 +12007,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.7738733, - 51.2273407 - ] - }, - "properties": { - "name": "Burgplatz", - "area": "Germany", - "address": "Mühlenstraße 29, Düsseldorf", - "external_url": "http://209.221.138.252/Details.aspx?location=375476", - "internal_url": "null", - "latitude": "51.2273407", - "longitude": "6.7738733", - "machine_status": "available", - "status": "unvisited", - "id": 5695, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -16331,75 +12053,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.117545199999999, - 49.3506063 - ] - }, - "properties": { - "name": "GONDWANA - the Prehistoric Museum", - "area": "Germany", - "address": "Bildstockstraße, , Schiffweiler", - "external_url": "http://209.221.138.252/Details.aspx?location=334304", - "internal_url": "null", - "latitude": "49.3506063", - "longitude": "7.117545199999999", - "machine_status": "available", - "status": "unvisited", - "id": 5761, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1696982, - 50.1469072 - ] - }, - "properties": { - "name": "Hotel Am Hafen", - "area": "Germany", - "address": "Uferstr. 3, Cochem, Rhineland-Palatinate", - "external_url": "http://209.221.138.252/Details.aspx?location=332123", - "internal_url": "null", - "latitude": "50.1469072", - "longitude": "7.1696982", - "machine_status": "available", - "status": "unvisited", - "id": 5693, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.198614799999999, - 51.4811135 - ] - }, - "properties": { - "name": "Jahrhunderthalle Bochum", - "area": "Germany", - "address": ", Bochum", - "external_url": "http://209.221.138.252/Details.aspx?location=329587", - "internal_url": "null", - "latitude": "51.4811135", - "longitude": "7.198614799999999", - "machine_status": "available", - "status": "unvisited", - "id": 5685, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -16446,52 +12099,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.34396, - 50.1026567 - ] - }, - "properties": { - "name": "Geierlay Hänge-Seilbrücke", - "area": "Germany", - "address": ", Mörsdorf", - "external_url": "http://209.221.138.252/Details.aspx?location=380745", - "internal_url": "null", - "latitude": "50.1026567", - "longitude": "7.34396", - "machine_status": "available", - "status": "unvisited", - "id": 5739, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.349283, - 50.1029156 - ] - }, - "properties": { - "name": "Geierlay hangbrug", - "area": "Germany", - "address": "Kastellaunerstrasse, Morsdorf", - "external_url": "http://209.221.138.252/Details.aspx?location=344516", - "internal_url": "null", - "latitude": "50.1029156", - "longitude": "7.349283", - "machine_status": "available", - "status": "unvisited", - "id": 5742, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -16538,29 +12145,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.694109900000001, - 52.1307487 - ] - }, - "properties": { - "name": "Flughafen Münster Osnabrück (FMO)", - "area": "Germany", - "address": "Airportallee 1, Greven", - "external_url": "http://209.221.138.252/Details.aspx?location=326492", - "internal_url": "null", - "latitude": "52.1307487", - "longitude": "7.694109900000001", - "machine_status": "available", - "status": "unvisited", - "id": 5716, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -16584,75 +12168,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.8522, - 47.99509 - ] - }, - "properties": { - "name": "Schwarzwaldmarie-Freiburg-Kuckucksuhren-Souvenirs", - "area": "Germany", - "address": "Münsterplatz 16, Freiburg im Breisgau", - "external_url": "http://209.221.138.252/Details.aspx?location=366279", - "internal_url": "null", - "latitude": "47.99509", - "longitude": "7.8522", - "machine_status": "available", - "status": "unvisited", - "id": 5708, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.978402399999998, - 49.19658459999999 - ] - }, - "properties": { - "name": "Trifels Castle ", - "area": "Germany", - "address": "K2, Annweiler am Trifels", - "external_url": "http://209.221.138.252/Details.aspx?location=338428", - "internal_url": "null", - "latitude": "49.19658459999999", - "longitude": "7.978402399999998", - "machine_status": "available", - "status": "unvisited", - "id": 5675, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.992891299999999, - 52.48568239999999 - ] - }, - "properties": { - "name": "Rieste", - "area": "Germany", - "address": "Am Alfsee, Rieste", - "external_url": "http://209.221.138.252/Details.aspx?location=329561", - "internal_url": "null", - "latitude": "52.48568239999999", - "longitude": "7.992891299999999", - "machine_status": "available", - "status": "unvisited", - "id": 5756, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -16699,52 +12214,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.1188696, - 53.4462669 - ] - }, - "properties": { - "name": "Dangast", - "area": "Germany", - "address": ", Dangast", - "external_url": "http://209.221.138.252/Details.aspx?location=329562", - "internal_url": "null", - "latitude": "53.4462669", - "longitude": "8.1188696", - "machine_status": "available", - "status": "unvisited", - "id": 5697, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.1632444, - 52.10894159999999 - ] - }, - "properties": { - "name": "Bad Rothenfelde Gradierwerk", - "area": "Germany", - "address": ", Bad Rothenfelde", - "external_url": "http://209.221.138.252/Details.aspx?location=329586", - "internal_url": "null", - "latitude": "52.10894159999999", - "longitude": "8.1632444", - "machine_status": "available", - "status": "unvisited", - "id": 5676, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -16860,29 +12329,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.4124117, - 48.46375159999999 - ] - }, - "properties": { - "name": "Tourist Info Cente", - "area": "Germany", - "address": "Marktplatz 64 72250 , Freudenstadt", - "external_url": "http://209.221.138.252/Details.aspx?location=332517", - "internal_url": "null", - "latitude": "48.46375159999999", - "longitude": "8.4124117", - "machine_status": "available", - "status": "unvisited", - "id": 5709, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -16906,29 +12352,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.531329999999999, - 51.19381 - ] - }, - "properties": { - "name": "M & M Geschenkideen", - "area": "Germany", - "address": "Am Waltenberg 16, 59955 Winterberg, Duitsland, Winterberg, Duitsland", - "external_url": "http://209.221.138.252/Details.aspx?location=369359", - "internal_url": "null", - "latitude": "51.19381", - "longitude": "8.531329999999999", - "machine_status": "available", - "status": "unvisited", - "id": 5786, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -16952,29 +12375,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.5790815, - 53.5412455 - ] - }, - "properties": { - "name": "Klimahaus", - "area": "Germany", - "address": "Obere Bürger 20, Bremerhaven", - "external_url": "http://209.221.138.252/Details.aspx?location=337384", - "internal_url": "null", - "latitude": "53.5412455", - "longitude": "8.5790815", - "machine_status": "available", - "status": "unvisited", - "id": 5688, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -16998,29 +12398,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.5875179, - 50.0515536 - ] - }, - "properties": { - "name": "Frankfurt Airport, Ludwigs Pizza", - "area": "Germany", - "address": "Frankfurt Airport, Frankfurt", - "external_url": "http://209.221.138.252/Details.aspx?location=196471", - "internal_url": "null", - "latitude": "50.0515536", - "longitude": "8.5875179", - "machine_status": "available", - "status": "unvisited", - "id": 5706, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -17044,29 +12421,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.6522205, - 54.3048043 - ] - }, - "properties": { - "name": "St. Peter Ording", - "area": "Germany", - "address": ", Schleswig-Holstein", - "external_url": "http://209.221.138.252/Details.aspx?location=329889", - "internal_url": "null", - "latitude": "54.3048043", - "longitude": "8.6522205", - "machine_status": "available", - "status": "unvisited", - "id": 5763, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -17182,29 +12536,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.0896682, - 54.37601189999999 - ] - }, - "properties": { - "name": "Friedrichstadt / Northfrisia", - "area": "Germany", - "address": ", Friedrichstadt", - "external_url": "http://209.221.138.252/Details.aspx?location=329563", - "internal_url": "null", - "latitude": "54.37601189999999", - "longitude": "9.0896682", - "machine_status": "available", - "status": "unvisited", - "id": 5711, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -17228,29 +12559,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.195575, - 47.70548640000001 - ] - }, - "properties": { - "name": "Island Mainau (Lake Constance)", - "area": "Germany", - "address": "Constance", - "external_url": "http://209.221.138.252/Details.aspx?location=332410", - "internal_url": "null", - "latitude": "47.70548640000001", - "longitude": "9.195575", - "machine_status": "available", - "status": "unvisited", - "id": 5694, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -17320,29 +12628,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.5344734, - 53.3004393 - ] - }, - "properties": { - "name": "Autobahntankstelle Ostetal-Nord A1", - "area": "Germany", - "address": "Zur Autobahn 1, Sittensen", - "external_url": "http://209.221.138.252/Details.aspx?location=329888", - "internal_url": "null", - "latitude": "53.3004393", - "longitude": "9.5344734", - "machine_status": "available", - "status": "unvisited", - "id": 5767, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -17366,52 +12651,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.74231, - 47.50075 - ] - }, - "properties": { - "name": "Bregenz", - "area": "Austria", - "address": "At the boatlanding on the lake shore, Bregenz - Lake Constance", - "external_url": "http://209.221.138.252/Details.aspx?location=328279", - "internal_url": "null", - "latitude": "47.50075", - "longitude": "9.74231", - "machine_status": "available", - "status": "unvisited", - "id": 5605, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.766568399999999, - 52.3816475 - ] - }, - "properties": { - "name": "Hannover Zoo", - "area": "Germany", - "address": "Adenauerallee 3 30175 , Hannover", - "external_url": "http://209.221.138.252/Details.aspx?location=332165", - "internal_url": "null", - "latitude": "52.3816475", - "longitude": "9.766568399999999", - "machine_status": "available", - "status": "unvisited", - "id": 5722, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -17435,75 +12674,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.837301799999999, - 54.4697418 - ] - }, - "properties": { - "name": "Tabak Witt", - "area": "Germany", - "address": "Kieler Str 56, Eckernförde", - "external_url": "http://209.221.138.252/Details.aspx?location=342314", - "internal_url": "null", - "latitude": "54.4697418", - "longitude": "9.837301799999999", - "machine_status": "available", - "status": "unvisited", - "id": 5702, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.8856241, - 53.4422273 - ] - }, - "properties": { - "name": "Schwarze Berge Wildpark", - "area": "Germany", - "address": "Am Wildpark 1, 21224, Rosengarten", - "external_url": "http://209.221.138.252/Details.aspx?location=329886", - "internal_url": "null", - "latitude": "53.4422273", - "longitude": "9.8856241", - "machine_status": "available", - "status": "unvisited", - "id": 5758, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.919338699999999, - 46.96762940000001 - ] - }, - "properties": { - "name": "Gargellen Schafberg Bahn", - "area": "Austria", - "address": "Gargellen 89,, Gargellen", - "external_url": "http://209.221.138.252/Details.aspx?location=337919", - "internal_url": "null", - "latitude": "46.96762940000001", - "longitude": "9.919338699999999", - "machine_status": "available", - "status": "unvisited", - "id": 5606, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -17573,29 +12743,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.9699112, - 53.5514453 - ] - }, - "properties": { - "name": "Hamburger Dom", - "area": "Germany", - "address": "Glacischaussee 1, Hamburg", - "external_url": "http://209.221.138.252/Details.aspx?location=329822", - "internal_url": "null", - "latitude": "53.5514453", - "longitude": "9.9699112", - "machine_status": "available", - "status": "unvisited", - "id": 5719, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -17619,52 +12766,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.0985366, - 54.3131711 - ] - }, - "properties": { - "name": "CITTI-Park", - "area": "Germany", - "address": "Mühlendamm 1, Kiel", - "external_url": "http://209.221.138.252/Details.aspx?location=384822", - "internal_url": "null", - "latitude": "54.3131711", - "longitude": "10.0985366", - "machine_status": "available", - "status": "unvisited", - "id": 5727, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.2687956, - 51.3635639 - ] - }, - "properties": { - "name": "Whiskywelt Burg Scharfenstein", - "area": "Germany", - "address": "Scharfenstein 1, Leinefelde-Worbis", - "external_url": "http://209.221.138.252/Details.aspx?location=333760", - "internal_url": "null", - "latitude": "51.3635639", - "longitude": "10.2687956", - "machine_status": "available", - "status": "unvisited", - "id": 5733, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -17711,29 +12812,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.5427374, - 51.5958759 - ] - }, - "properties": { - "name": "Salztal Paradies", - "area": "Germany", - "address": "Valley Road 28, Bad Sachsa", - "external_url": "http://209.221.138.252/Details.aspx?location=329887", - "internal_url": "null", - "latitude": "51.5958759", - "longitude": "10.5427374", - "machine_status": "available", - "status": "unvisited", - "id": 5677, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -18033,29 +13111,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.2607249, - 47.4392719 - ] - }, - "properties": { - "name": "Lapisreich Shop", - "area": "Germany", - "address": "Obermarkt, Mittenwald", - "external_url": "http://209.221.138.252/Details.aspx?location=354576", - "internal_url": "null", - "latitude": "47.4392719", - "longitude": "11.2607249", - "machine_status": "available", - "status": "unvisited", - "id": 5741, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -18171,29 +13226,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.5537665, - 48.1744897 - ] - }, - "properties": { - "name": "Olympiaturm", - "area": "Germany", - "address": "Olympiapark München, Spiridon-Louis-Ring 7, Munich (München)", - "external_url": "http://209.221.138.252/Details.aspx?location=382501", - "internal_url": "null", - "latitude": "48.1744897", - "longitude": "11.5537665", - "machine_status": "available", - "status": "unvisited", - "id": 5743, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -18516,29 +13548,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.5084703, - 47.3655921 - ] - }, - "properties": { - "name": "Hochseilpark Hinterglemm", - "area": "Austria", - "address": "Talschlussweg 367, 5754 Hinterglemm, Hinterglemm ", - "external_url": "http://209.221.138.252/Details.aspx?location=378729", - "internal_url": "null", - "latitude": "47.3655921", - "longitude": "12.5084703", - "machine_status": "available", - "status": "unvisited", - "id": 5607, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -18769,52 +13778,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.0420885, - 47.6114199 - ] - }, - "properties": { - "name": "The Eagle's Nest ", - "area": "Germany", - "address": "Kehlsteinhaus , Berchtesgaden ", - "external_url": "http://209.221.138.252/Details.aspx?location=329760", - "internal_url": "null", - "latitude": "47.6114199", - "longitude": "13.0420885", - "machine_status": "available", - "status": "unvisited", - "id": 5680, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.104196, - 47.1186884 - ] - }, - "properties": { - "name": "Stubnerkogel Gipfelrestaurantt", - "area": "Austria", - "address": "Stubnerkogel, Bad Gastein", - "external_url": "http://209.221.138.252/Details.aspx?location=373221", - "internal_url": "null", - "latitude": "47.1186884", - "longitude": "13.104196", - "machine_status": "available", - "status": "unvisited", - "id": 5604, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -18861,29 +13824,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.3903913, - 52.5074434 - ] - }, - "properties": { - "name": "Checkpoint Charlie, Berlin Black Box Exhibit", - "area": "Germany", - "address": "Fiedrichstrasse, Berlin", - "external_url": "http://209.221.138.252/Details.aspx?location=33876", - "internal_url": "null", - "latitude": "52.5074434", - "longitude": "13.3903913", - "machine_status": "available", - "status": "unvisited", - "id": 5681, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -18930,29 +13870,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 144.7522119, - 13.4776957 - ] - }, - "properties": { - "name": "Chamorro Village store", - "area": "Guam", - "address": "Marine Corps Dr., Santa Rita, Mariana Islands", - "external_url": "http://209.221.138.252/Details.aspx?location=290992", - "internal_url": "null", - "latitude": "13.4776957", - "longitude": "144.7522119", - "machine_status": "available", - "status": "unvisited", - "id": 1742, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -18976,29 +13893,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 144.8053619, - 13.5143105 - ] - }, - "properties": { - "name": "Underwater World", - "area": "Guam", - "address": "1245 Pale San Vitores Rd. (Across from DFS Galleria), Tumon Bay, Mariana Islands", - "external_url": "http://209.221.138.252/Details.aspx?location=777", - "internal_url": "null", - "latitude": "13.5143105", - "longitude": "144.8053619", - "machine_status": "available", - "status": "unvisited", - "id": 1743, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -19275,29 +14169,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 100.5314152, - 13.7466086 - ] - }, - "properties": { - "name": "Madame Tussauds Bangkok", - "area": "Thailand", - "address": "989 Siam Discovery Center, Rama 1 Road, Bangkok", - "external_url": "http://209.221.138.252/Details.aspx?location=244129", - "internal_url": "null", - "latitude": "13.7466086", - "longitude": "100.5314152", - "machine_status": "available", - "status": "unvisited", - "id": 3912, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -19321,29 +14192,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 100.5404413, - 13.7542097 - ] - }, - "properties": { - "name": "Baiyoke Sky Hotel", - "area": "Thailand", - "address": ", Bangkok", - "external_url": "http://209.221.138.252/Details.aspx?location=60988", - "internal_url": "null", - "latitude": "13.7542097", - "longitude": "100.5404413", - "machine_status": "available", - "status": "unvisited", - "id": 3911, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -19735,52 +14583,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.4417664, - 35.8277061 - ] - }, - "properties": { - "name": "Hagar qim souvenir shop", - "area": "Malta", - "address": "Il-Qrendi QRD 2501, Malta, Hagar qim", - "external_url": "http://209.221.138.252/Details.aspx?location=375509", - "internal_url": "null", - "latitude": "35.8277061", - "longitude": "14.4417664", - "machine_status": "available", - "status": "unvisited", - "id": 5853, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.4818101, - 40.7481219 - ] - }, - "properties": { - "name": "Scavi di Pompei", - "area": "Italy", - "address": "Via Villa dei Misteri 2, Pompei", - "external_url": "http://209.221.138.252/Details.aspx?location=272267", - "internal_url": "null", - "latitude": "40.7481219", - "longitude": "14.4818101", - "machine_status": "available", - "status": "unvisited", - "id": 5822, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -19804,29 +14606,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 15.2826965, - 37.8512631 - ] - }, - "properties": { - "name": "Stecco Taormina", - "area": "Italy", - "address": "Corso Umberto, 229 / Piazza Duomo, Sicily, Messina Province - Taormina", - "external_url": "http://209.221.138.252/Details.aspx?location=348316", - "internal_url": "null", - "latitude": "37.8512631", - "longitude": "15.2826965", - "machine_status": "available", - "status": "unvisited", - "id": 5824, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -19850,52 +14629,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 15.5995437, - 49.39673140000001 - ] - }, - "properties": { - "name": "Zoo Jihlava", - "area": "Czech Republic", - "address": "Brezinovy sady 5642/10, Jihlava", - "external_url": "http://209.221.138.252/Details.aspx?location=335877", - "internal_url": "null", - "latitude": "49.39673140000001", - "longitude": "15.5995437", - "machine_status": "available", - "status": "unvisited", - "id": 5632, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 16.308992, - 48.3791707 - ] - }, - "properties": { - "name": "Kreuzenstein Castle", - "area": "Austria", - "address": "Kreuzensteiner Str. 2100, Leobendorf", - "external_url": "http://209.221.138.252/Details.aspx?location=333280", - "internal_url": "null", - "latitude": "48.3791707", - "longitude": "16.308992", - "machine_status": "available", - "status": "unvisited", - "id": 5611, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -20034,29 +14767,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -66.11473, - 18.4652839 - ] - }, - "properties": { - "name": "The Doll House", - "area": "Puerto Rico", - "address": "255 Calle Fortaleza, Old San Juan (Viejo San Juan)", - "external_url": "http://209.221.138.252/Details.aspx?location=206132", - "internal_url": "null", - "latitude": "18.4652839", - "longitude": "-66.11473", - "machine_status": "available", - "status": "unvisited", - "id": 3128, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -20241,29 +14951,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 19.1259969, - 47.4557313 - ] - }, - "properties": { - "name": "House of Music", - "area": "Hungary", - "address": "1146 Kós Károly street, Budapest", - "external_url": "http://209.221.138.252/Details.aspx?location=386368", - "internal_url": "null", - "latitude": "47.4557313", - "longitude": "19.1259969", - "machine_status": "available", - "status": "unvisited", - "id": 5802, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -20379,29 +15066,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -99.13308239999999, - 19.4343942 - ] - }, - "properties": { - "name": "Metropolitan Cathedral", - "area": "Mexico", - "address": "Downtown Mexico City, Zocalo, Mexico City", - "external_url": "http://209.221.138.252/Details.aspx?location=253573", - "internal_url": "null", - "latitude": "19.4343942", - "longitude": "-99.13308239999999", - "machine_status": "available", - "status": "unvisited", - "id": 3226, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -20563,29 +15227,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -155.9845063, - 19.6254406 - ] - }, - "properties": { - "name": "Club Wyndham ", - "area": "Hawaii", - "address": "756016 Kuakini Highway, Hawai'i (Big Island) - Kailua-Kona", - "external_url": "http://209.221.138.252/Details.aspx?location=337890", - "internal_url": "null", - "latitude": "19.6254406", - "longitude": "-155.9845063", - "machine_status": "available", - "status": "unvisited", - "id": 3828, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -20793,29 +15434,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -156.6945017, - 20.9214228 - ] - }, - "properties": { - "name": "Whaler's Village", - "area": "Hawaii", - "address": "2435 Ka'anapali Parkway, Maui - Lahaina (Kaanapali)", - "external_url": "http://209.221.138.252/Details.aspx?location=285078", - "internal_url": "null", - "latitude": "20.9214228", - "longitude": "-156.6945017", - "machine_status": "available", - "status": "unvisited", - "id": 3839, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -20908,29 +15526,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -157.8216881, - 21.2657344 - ] - }, - "properties": { - "name": "Waikiki Aquarium", - "area": "Hawaii", - "address": "2777 Kalakaua Avenue, Oahu - Honolulu", - "external_url": "http://209.221.138.252/Details.aspx?location=4534", - "internal_url": "null", - "latitude": "21.2657344", - "longitude": "-157.8216881", - "machine_status": "available", - "status": "unvisited", - "id": 3853, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -21368,52 +15963,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -158.1033888, - 21.5854686 - ] - }, - "properties": { - "name": "The Aloha General Store", - "area": "Hawaii", - "address": "66-250 Kamehameha Highway, Oahu - Haleiwa", - "external_url": "http://209.221.138.252/Details.aspx?location=18926", - "internal_url": "null", - "latitude": "21.5854686", - "longitude": "-158.1033888", - "machine_status": "available", - "status": "unvisited", - "id": 3844, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -158.1031943, - 21.5894099 - ] - }, - "properties": { - "name": "Scoop of Paradise", - "area": "Hawaii", - "address": "66-145 Kamehameha Hwy, Oahu - Haleiwa", - "external_url": "http://209.221.138.252/Details.aspx?location=56178", - "internal_url": "null", - "latitude": "21.5894099", - "longitude": "-158.1031943", - "machine_status": "available", - "status": "unvisited", - "id": 3843, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -21529,29 +16078,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -159.3437585, - 21.9788489 - ] - }, - "properties": { - "name": "Lihue Airport", - "area": "Hawaii", - "address": ", Kauai - Lihue", - "external_url": "http://209.221.138.252/Details.aspx?location=42129", - "internal_url": "null", - "latitude": "21.9788489", - "longitude": "-159.3437585", - "machine_status": "available", - "status": "unvisited", - "id": 3833, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -21598,29 +16124,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 113.5377732, - 22.1799676 - ] - }, - "properties": { - "name": "Macau Tower", - "area": "Macao", - "address": ", Macau", - "external_url": "http://209.221.138.252/Details.aspx?location=332442", - "internal_url": "null", - "latitude": "22.1799676", - "longitude": "113.5377732", - "machine_status": "available", - "status": "unvisited", - "id": 2038, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -22035,29 +16538,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -109.9129903, - 22.8834015 - ] - }, - "properties": { - "name": "Cabo Wabo Catina", - "area": "Mexico", - "address": "Downtown, Cabo San Lucas", - "external_url": "http://209.221.138.252/Details.aspx?location=288961", - "internal_url": "null", - "latitude": "22.8834015", - "longitude": "-109.9129903", - "machine_status": "available", - "status": "unvisited", - "id": 3216, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -22127,29 +16607,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -109.7182665, - 23.1455358 - ] - }, - "properties": { - "name": "Los Cabos International Airport ", - "area": "Mexico", - "address": "Los Cabos, Cabo San Lucas ", - "external_url": "http://209.221.138.252/Details.aspx?location=189799", - "internal_url": "null", - "latitude": "23.1455358", - "longitude": "-109.7182665", - "machine_status": "available", - "status": "unvisited", - "id": 3217, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -22242,29 +16699,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 24.1149524, - 56.9440215 - ] - }, - "properties": { - "name": "Central Market (Centraltirgus)", - "area": "Latvia", - "address": "Negu Iela 7, Riga", - "external_url": "http://209.221.138.252/Details.aspx?location=336100", - "internal_url": "null", - "latitude": "56.9440215", - "longitude": "24.1149524", - "machine_status": "available", - "status": "unvisited", - "id": 5847, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -22311,52 +16745,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 54.6070066, - 24.4837634 - ] - }, - "properties": { - "name": "Ferrari World", - "area": "United Arab Emirates", - "address": "Yas Island, Abu Dhabi", - "external_url": "http://209.221.138.252/Details.aspx?location=101117", - "internal_url": "null", - "latitude": "24.4837634", - "longitude": "54.6070066", - "machine_status": "available", - "status": "unvisited", - "id": 3478, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 54.6102735, - 24.4872083 - ] - }, - "properties": { - "name": "Kidzania", - "area": "United Arab Emirates", - "address": "Yas Mall, Abu Dhabi", - "external_url": "http://209.221.138.252/Details.aspx?location=337116", - "internal_url": "null", - "latitude": "24.4872083", - "longitude": "54.6102735", - "machine_status": "available", - "status": "unvisited", - "id": 3479, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -22472,52 +16860,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.8061149, - 24.5604925 - ] - }, - "properties": { - "name": "Conch Tour Train Depot", - "area": "Florida", - "address": "303 Front St. at the corner of Duval Street and Front Street, Key West", - "external_url": "http://209.221.138.252/Details.aspx?location=1795", - "internal_url": "null", - "latitude": "24.5604925", - "longitude": "-81.8061149", - "machine_status": "available", - "status": "unvisited", - "id": 3320, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.8007586, - 24.5618651 - ] - }, - "properties": { - "name": "Key West Turtle Museum", - "area": "Florida", - "address": "200 Margaret Street, Key West", - "external_url": "http://209.221.138.252/Details.aspx?location=23068", - "internal_url": "null", - "latitude": "24.5618651", - "longitude": "-81.8007586", - "machine_status": "available", - "status": "unvisited", - "id": 3323, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -22587,29 +16929,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 121.7759664, - 24.8310132 - ] - }, - "properties": { - "name": "Jiaoxi Hot Springs Park", - "area": "Taiwan", - "address": "No. 60 , Yilan County - Jiaoxi Township", - "external_url": "http://209.221.138.252/Details.aspx?location=331397", - "internal_url": "null", - "latitude": "24.8310132", - "longitude": "121.7759664", - "machine_status": "available", - "status": "unvisited", - "id": 2375, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -22633,29 +16952,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 121.8325081, - 24.8687221 - ] - }, - "properties": { - "name": "Lanyang Museum", - "area": "Taiwan", - "address": "Lanyang Museum, No. 750, Section 3, Qingyun Road, , Yilan County - Toucheng Township", - "external_url": "http://209.221.138.252/Details.aspx?location=331448", - "internal_url": "null", - "latitude": "24.8687221", - "longitude": "121.8325081", - "machine_status": "available", - "status": "unvisited", - "id": 2376, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -22863,29 +17159,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 121.5295769, - 25.0308076 - ] - }, - "properties": { - "name": "Yongkang street market ", - "area": "Taiwan", - "address": "6 Yongkang street, Taipei", - "external_url": "http://209.221.138.252/Details.aspx?location=261260", - "internal_url": "null", - "latitude": "25.0308076", - "longitude": "121.5295769", - "machine_status": "available", - "status": "unvisited", - "id": 2371, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -23024,29 +17297,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 121.525078, - 25.084873 - ] - }, - "properties": { - "name": "Shilin Night Market", - "area": "Taiwan", - "address": ", Taipei ", - "external_url": "http://209.221.138.252/Details.aspx?location=239847", - "internal_url": "null", - "latitude": "25.084873", - "longitude": "121.525078", - "machine_status": "available", - "status": "unvisited", - "id": 2369, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -23070,29 +17320,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.2687682, - 25.0984135 - ] - }, - "properties": { - "name": "Dolphin Encounters", - "area": "Bahamas", - "address": "Blue Lagoon Island, Nassau", - "external_url": "http://209.221.138.252/Details.aspx?location=36999", - "internal_url": "null", - "latitude": "25.0984135", - "longitude": "-77.2687682", - "machine_status": "available", - "status": "unvisited", - "id": 2410, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -23139,29 +17366,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 121.8451827, - 25.1098695 - ] - }, - "properties": { - "name": "Jiufen Old Street Square", - "area": "Taiwan", - "address": "Shuqi Road, New Taipei City - Ruifang District", - "external_url": "http://209.221.138.252/Details.aspx?location=331548", - "internal_url": "null", - "latitude": "25.1098695", - "longitude": "121.8451827", - "machine_status": "available", - "status": "unvisited", - "id": 2359, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -23185,75 +17389,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.1171498, - 25.1304426 - ] - }, - "properties": { - "name": "Atlantis", - "area": "United Arab Emirates", - "address": "The Palm, Dubai", - "external_url": "http://209.221.138.252/Details.aspx?location=195659", - "internal_url": "null", - "latitude": "25.1304426", - "longitude": "55.1171498", - "machine_status": "available", - "status": "unvisited", - "id": 3483, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.188844, - 25.139409 - ] - }, - "properties": { - "name": "Wild Wadi", - "area": "United Arab Emirates", - "address": "Opp. Burj Al Arab, Dubai", - "external_url": "http://209.221.138.252/Details.aspx?location=337128", - "internal_url": "null", - "latitude": "25.139409", - "longitude": "55.188844", - "machine_status": "available", - "status": "unvisited", - "id": 3506, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 121.4407537, - 25.1696076 - ] - }, - "properties": { - "name": "Tourist Shop on Huanhe Road", - "area": "Taiwan", - "address": "Huanhe Road , New Taipei City - Tamsui District", - "external_url": "http://209.221.138.252/Details.aspx?location=256912", - "internal_url": "null", - "latitude": "25.1696076", - "longitude": "121.4407537", - "machine_status": "available", - "status": "unvisited", - "id": 2364, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -23323,29 +17458,6 @@ "last_updated": "2022-11-13" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.2789734, - 25.1961057 - ] - }, - "properties": { - "name": "The Dubai Mall - Hamleys", - "area": "United Arab Emirates", - "address": "Al Doha St., Dubai", - "external_url": "http://209.221.138.252/Details.aspx?location=285256", - "internal_url": "null", - "latitude": "25.1961057", - "longitude": "55.2789734", - "machine_status": "available", - "status": "unvisited", - "id": 3501, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -23576,29 +17688,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.2810177, - 25.262174 - ] - }, - "properties": { - "name": "Queen Elizabeth II", - "area": "United Arab Emirates", - "address": "Mina Rashid, Dubai", - "external_url": "http://209.221.138.252/Details.aspx?location=307892", - "internal_url": "null", - "latitude": "25.262174", - "longitude": "55.2810177", - "machine_status": "retired", - "status": "retired", - "id": 3493, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -23714,29 +17803,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.3981424, - 25.6111542 - ] - }, - "properties": { - "name": "Zoo Miami (Miami-Dade Zoological Park and Gardens)", - "area": "Florida", - "address": "12400 SW 152nd St, Miami", - "external_url": "http://209.221.138.252/Details.aspx?location=256262", - "internal_url": "null", - "latitude": "25.6111542", - "longitude": "-80.3981424", - "machine_status": "available", - "status": "unvisited", - "id": 3396, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -23783,167 +17849,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.16894529999999, - 25.7748146 - ] - }, - "properties": { - "name": "Norwegian Cruise Line 'Epic' cruise ship", - "area": "Florida", - "address": "South America Way, Dodge Island, Miami", - "external_url": "http://209.221.138.252/Details.aspx?location=311318", - "internal_url": "null", - "latitude": "25.7748146", - "longitude": "-80.16894529999999", - "machine_status": "available", - "status": "unvisited", - "id": 3386, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.16894529999999, - 25.7748146 - ] - }, - "properties": { - "name": "Norwegian Cruise Line 'Escape' (Ship)", - "area": "Florida", - "address": "South America Way, Dodge Island, Miami ", - "external_url": "http://209.221.138.252/Details.aspx?location=248668", - "internal_url": "null", - "latitude": "25.7748146", - "longitude": "-80.16894529999999", - "machine_status": "available", - "status": "unvisited", - "id": 3387, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.16894529999999, - 25.7748146 - ] - }, - "properties": { - "name": "Norwegian Cruise Line 'Getaway' (Ship)", - "area": "Florida", - "address": "South America Way, Dodge Island, Miami", - "external_url": "http://209.221.138.252/Details.aspx?location=204376", - "internal_url": "null", - "latitude": "25.7748146", - "longitude": "-80.16894529999999", - "machine_status": "available", - "status": "unvisited", - "id": 3389, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.16894529999999, - 25.7748146 - ] - }, - "properties": { - "name": "Norwegian Cruise Line 'Jade' cruise ship", - "area": "Florida", - "address": "South America Way, Dodge Island, Miami", - "external_url": "http://209.221.138.252/Details.aspx?location=311319", - "internal_url": "null", - "latitude": "25.7748146", - "longitude": "-80.16894529999999", - "machine_status": "available", - "status": "unvisited", - "id": 3390, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.16894529999999, - 25.7748146 - ] - }, - "properties": { - "name": "Norwegian Cruise Line 'Jewel' (Ship)", - "area": "Florida", - "address": "South America Way, Dodge Island, Miami", - "external_url": "http://209.221.138.252/Details.aspx?location=253006", - "internal_url": "null", - "latitude": "25.7748146", - "longitude": "-80.16894529999999", - "machine_status": "available", - "status": "unvisited", - "id": 3391, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.16894529999999, - 25.7748146 - ] - }, - "properties": { - "name": "Norwegian Cruise Line 'Sky' (Ship)", - "area": "Florida", - "address": "Port of Miami; Dodge Island, Miami", - "external_url": "http://209.221.138.252/Details.aspx?location=226448", - "internal_url": "null", - "latitude": "25.7748146", - "longitude": "-80.16894529999999", - "machine_status": "available", - "status": "unvisited", - "id": 3393, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.16894529999999, - 25.7748146 - ] - }, - "properties": { - "name": "Norwegian Cruise Line 'Sun' cruise ship", - "area": "Florida", - "address": "South America Way, Dodge Island, Miami", - "external_url": "http://209.221.138.252/Details.aspx?location=311321", - "internal_url": "null", - "latitude": "25.7748146", - "longitude": "-80.16894529999999", - "machine_status": "available", - "status": "unvisited", - "id": 3395, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -23967,29 +17872,6 @@ "last_updated": "2022-07-28" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.17424079999999, - 25.7775797 - ] - }, - "properties": { - "name": "Norwegian Cruise Line 'Spirit' ship", - "area": "Florida", - "address": "South America Way, Dodge Island, Miami", - "external_url": "http://209.221.138.252/Details.aspx?location=311320", - "internal_url": "null", - "latitude": "25.7775797", - "longitude": "-80.17424079999999", - "machine_status": "available", - "status": "unvisited", - "id": 3394, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -24013,52 +17895,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.1778981, - 25.7787629 - ] - }, - "properties": { - "name": "Norwegian Cruise Line 'Gem' cruise ship", - "area": "Florida", - "address": "South America Way, Miami", - "external_url": "http://209.221.138.252/Details.aspx?location=340992", - "internal_url": "null", - "latitude": "25.7787629", - "longitude": "-80.1778981", - "machine_status": "available", - "status": "unvisited", - "id": 3388, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.17422239999999, - 25.7849814 - ] - }, - "properties": { - "name": "Jungle Island", - "area": "Florida", - "address": "1111 Parrot Jungle Trail, Miami", - "external_url": "http://209.221.138.252/Details.aspx?location=1696", - "internal_url": "null", - "latitude": "25.7849814", - "longitude": "-80.17422239999999", - "machine_status": "available", - "status": "unvisited", - "id": 3385, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -24128,29 +17964,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.1440898, - 26.0494753 - ] - }, - "properties": { - "name": "Jaxson's Ice Cream Parlor", - "area": "Florida", - "address": "128 S Federal Hwy, Dania Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=20695", - "internal_url": "null", - "latitude": "26.0494753", - "longitude": "-80.1440898", - "machine_status": "available", - "status": "unvisited", - "id": 3276, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -24174,29 +17987,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.4370852, - 26.0700857 - ] - }, - "properties": { - "name": "Bobz World", - "area": "Texas", - "address": "36451 State Hwy 100, Los Fresnos", - "external_url": "http://209.221.138.252/Details.aspx?location=228625", - "internal_url": "null", - "latitude": "26.0700857", - "longitude": "-97.4370852", - "machine_status": "available", - "status": "unvisited", - "id": 3751, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -24220,29 +18010,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.1350768, - 26.0830897 - ] - }, - "properties": { - "name": "Santa Ana National Wildlife Refuge", - "area": "Texas", - "address": "3325 Green Jay Rd, Alamo", - "external_url": "http://209.221.138.252/Details.aspx?location=341637", - "internal_url": "null", - "latitude": "26.0830897", - "longitude": "-98.1350768", - "machine_status": "available", - "status": "unvisited", - "id": 3637, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -24312,29 +18079,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.79049239999999, - 26.1415188 - ] - }, - "properties": { - "name": "Tin City", - "area": "Florida", - "address": "1200 5th Avenue South, Naples", - "external_url": "http://209.221.138.252/Details.aspx?location=1690", - "internal_url": "null", - "latitude": "26.1415188", - "longitude": "-81.79049239999999", - "machine_status": "available", - "status": "unvisited", - "id": 3398, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -24450,29 +18194,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.9551224, - 26.454885 - ] - }, - "properties": { - "name": "Cheap Beach Stuff ", - "area": "Florida", - "address": "320 Old San Carlos Blvd., Ft. Myers Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=236481", - "internal_url": "null", - "latitude": "26.454885", - "longitude": "-81.9551224", - "machine_status": "available", - "status": "unvisited", - "id": 3305, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -24542,29 +18263,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.0692442, - 26.666953 - ] - }, - "properties": { - "name": "Palm Beach Zoo at Dreher Park", - "area": "Florida", - "address": "1301 Summitt Boulevard, West Palm Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=1509", - "internal_url": "null", - "latitude": "26.666953", - "longitude": "-80.0692442", - "machine_status": "available", - "status": "unvisited", - "id": 3475, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -24611,29 +18309,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.3222017, - 26.7127391 - ] - }, - "properties": { - "name": "Lion Country Safari", - "area": "Florida", - "address": "2003 Lion Country Safari Road, Loxahatchee", - "external_url": "http://209.221.138.252/Details.aspx?location=1711", - "internal_url": "null", - "latitude": "26.7127391", - "longitude": "-80.3222017", - "machine_status": "available", - "status": "unvisited", - "id": 3379, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -24657,29 +18332,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.26221799999999, - 26.751506 - ] - }, - "properties": { - "name": "Pink Pony Ice Cream Shop", - "area": "Florida", - "address": "471 Park Avenue, Boca Grande", - "external_url": "http://209.221.138.252/Details.aspx?location=284435", - "internal_url": "null", - "latitude": "26.751506", - "longitude": "-82.26221799999999", - "machine_status": "available", - "status": "unvisited", - "id": 3267, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -24703,29 +18355,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.017679, - 26.883362 - ] - }, - "properties": { - "name": "Muscle Car City", - "area": "Florida", - "address": "10175 Tamiami Trail, Punta Gorda", - "external_url": "http://209.221.138.252/Details.aspx?location=342246", - "internal_url": "null", - "latitude": "26.883362", - "longitude": "-82.017679", - "machine_status": "available", - "status": "unvisited", - "id": 3439, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -24749,29 +18378,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.178152, - 27.215605 - ] - }, - "properties": { - "name": "Florida Oceanographic Coastal Center, Hutchinson Island", - "area": "Florida", - "address": "890 N.E. Ocean Blvd., Stuart", - "external_url": "http://209.221.138.252/Details.aspx?location=255803", - "internal_url": "null", - "latitude": "27.215605", - "longitude": "-80.178152", - "machine_status": "available", - "status": "unvisited", - "id": 3461, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -25002,29 +18608,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.3919688, - 27.813759 - ] - }, - "properties": { - "name": "Texas State Aquarium", - "area": "Texas", - "address": "2710 North Shoreline Blvd, Corpus Christi", - "external_url": "http://209.221.138.252/Details.aspx?location=2099", - "internal_url": "null", - "latitude": "27.813759", - "longitude": "-97.3919688", - "machine_status": "available", - "status": "unvisited", - "id": 3675, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -25140,29 +18723,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.83222219999999, - 27.9777095 - ] - }, - "properties": { - "name": "Clearwater Beach Pier 60", - "area": "Florida", - "address": "Pier 60, Clearwater Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=39290", - "internal_url": "null", - "latitude": "27.9777095", - "longitude": "-82.83222219999999", - "machine_status": "available", - "status": "unvisited", - "id": 3270, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -25301,29 +18861,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.830401, - 28.0640795 - ] - }, - "properties": { - "name": "Honeymoon Island State Park", - "area": "Florida", - "address": "1 Causeway Blvd, Dunedin", - "external_url": "http://209.221.138.252/Details.aspx?location=199508", - "internal_url": "null", - "latitude": "28.0640795", - "longitude": "-82.830401", - "machine_status": "available", - "status": "unvisited", - "id": 3294, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -25439,29 +18976,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -16.5656081, - 28.2937645 - ] - }, - "properties": { - "name": "Tenerife-Parque Nacional del Teide - restaurante Bamby", - "area": "Spain", - "address": "Carretera General de las Cañadas, La Orotava, Santa Cruz de Tenerife", - "external_url": "http://209.221.138.252/Details.aspx?location=285926", - "internal_url": "null", - "latitude": "28.2937645", - "longitude": "-16.5656081", - "machine_status": "available", - "status": "unvisited", - "id": 327, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -25646,52 +19160,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.54883679999999, - 28.3499354 - ] - }, - "properties": { - "name": "Walt Disney World, Art of Animation Resort,", - "area": "Florida", - "address": "Landscape of Flavors Food Court, Lake Buena Vista", - "external_url": "http://209.221.138.252/Details.aspx?location=211245", - "internal_url": "null", - "latitude": "28.3499354", - "longitude": "-81.54883679999999", - "machine_status": "available", - "status": "unvisited", - "id": 3345, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.54297489999999, - 28.3507881 - ] - }, - "properties": { - "name": "Walt Disney World, Pop Century Resort", - "area": "Florida", - "address": "1050 Century Drive, Kissimmee, FL, Lake Buena Vista", - "external_url": "http://209.221.138.252/Details.aspx?location=1634", - "internal_url": "null", - "latitude": "28.3507881", - "longitude": "-81.54297489999999", - "machine_status": "available", - "status": "unvisited", - "id": 3372, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -25738,29 +19206,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.6035192, - 28.3524485 - ] - }, - "properties": { - "name": "Walt Disney World, *Animal Kingdom*", - "area": "Florida", - "address": "Animal Kingdom Resort, Lake Buena Vista", - "external_url": "http://209.221.138.252/Details.aspx?location=17865", - "internal_url": "null", - "latitude": "28.3524485", - "longitude": "-81.6035192", - "machine_status": "available", - "status": "unvisited", - "id": 3336, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -25876,29 +19321,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.5549243, - 28.3616941 - ] - }, - "properties": { - "name": "Walt Disney World, *Hollywood Studios* (formerly MGM Studios)", - "area": "Florida", - "address": "Hollywood Studios Resort, Lake Buena Vista", - "external_url": "http://209.221.138.252/Details.aspx?location=1715", - "internal_url": "null", - "latitude": "28.3616941", - "longitude": "-81.5549243", - "machine_status": "available", - "status": "unvisited", - "id": 3338, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -25968,29 +19390,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.5584959, - 28.3653655 - ] - }, - "properties": { - "name": "Walt Disney World, *Epcot*", - "area": "Florida", - "address": "Epcot Resort, Lake Buena Vista", - "external_url": "http://209.221.138.252/Details.aspx?location=11469", - "internal_url": "null", - "latitude": "28.3653655", - "longitude": "-81.5584959", - "machine_status": "available", - "status": "unvisited", - "id": 3337, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -26014,29 +19413,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.55583229999999, - 28.366159 - ] - }, - "properties": { - "name": "Walt Disney World, Boardwalk Inn Resort", - "area": "Florida", - "address": ", Lake Buena Vista", - "external_url": "http://209.221.138.252/Details.aspx?location=2984", - "internal_url": "null", - "latitude": "28.366159", - "longitude": "-81.55583229999999", - "machine_status": "available", - "status": "unvisited", - "id": 3347, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -26106,29 +19482,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.519808, - 28.370131 - ] - }, - "properties": { - "name": "Walt Disney World, Disney Springs, Galactic Outpost", - "area": "Florida", - "address": "Disney Springs Shopping Area, Lake Buena Vista", - "external_url": "http://209.221.138.252/Details.aspx?location=285721", - "internal_url": "null", - "latitude": "28.370131", - "longitude": "-81.519808", - "machine_status": "available", - "status": "unvisited", - "id": 3355, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -26175,52 +19528,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.5191335, - 28.3709743 - ] - }, - "properties": { - "name": "Walt Disney World, Disney - Run Disney", - "area": "Florida", - "address": "Parks, Lake Buena Vista", - "external_url": "http://209.221.138.252/Details.aspx?location=282847", - "internal_url": "null", - "latitude": "28.3709743", - "longitude": "-81.5191335", - "machine_status": "available", - "status": "unvisited", - "id": 3351, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.5191335, - 28.3709743 - ] - }, - "properties": { - "name": "Walt Disney World, Disney Springs, Days of Christmas", - "area": "Florida", - "address": "1486 Buena Vista Dr, Lake Buena Vista", - "external_url": "http://209.221.138.252/Details.aspx?location=284011", - "internal_url": "null", - "latitude": "28.3709743", - "longitude": "-81.5191335", - "machine_status": "available", - "status": "unvisited", - "id": 3352, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -26267,29 +19574,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.5191335, - 28.3709743 - ] - }, - "properties": { - "name": "Walt Disney World, Disney Springs, House of Blues", - "area": "Florida", - "address": "Disney Springs Shopping Area, Lake Buena Vista", - "external_url": "http://209.221.138.252/Details.aspx?location=1723", - "internal_url": "null", - "latitude": "28.3709743", - "longitude": "-81.5191335", - "machine_status": "available", - "status": "unvisited", - "id": 3357, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -26359,29 +19643,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.5149564, - 28.3712737 - ] - }, - "properties": { - "name": "Walt Disney World, Disney Springs, World of Disney Store", - "area": "Florida", - "address": "Disney Springs Shopping Area, Lake Buena Vista", - "external_url": "http://209.221.138.252/Details.aspx?location=1721", - "internal_url": "null", - "latitude": "28.3712737", - "longitude": "-81.5149564", - "machine_status": "available", - "status": "unvisited", - "id": 3365, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -26428,75 +19689,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.514287, - 28.372642 - ] - }, - "properties": { - "name": "Walt Disney World, Disney Springs, Once Upon A Toy (store)", - "area": "Florida", - "address": "Disney Springs Shopping Area, Lake Buena Vista", - "external_url": "http://209.221.138.252/Details.aspx?location=26904", - "internal_url": "null", - "latitude": "28.372642", - "longitude": "-81.514287", - "machine_status": "available", - "status": "unvisited", - "id": 3360, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.5147338, - 28.3726663 - ] - }, - "properties": { - "name": "Walt Disney World, Disney Springs, Disney Pin Traders", - "area": "Florida", - "address": "Disney Springs Shopping Area, Lake Buena Vista", - "external_url": "http://209.221.138.252/Details.aspx?location=285667", - "internal_url": "null", - "latitude": "28.3726663", - "longitude": "-81.5147338", - "machine_status": "available", - "status": "unvisited", - "id": 3353, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.5143135, - 28.3738582 - ] - }, - "properties": { - "name": "Walt Disney World, Disney Springs, Rainforest Cafe", - "area": "Florida", - "address": "1800 East Buena Vista Drive, Lake Buena Vista", - "external_url": "http://209.221.138.252/Details.aspx?location=1732", - "internal_url": "null", - "latitude": "28.3738582", - "longitude": "-81.5143135", - "machine_status": "available", - "status": "unvisited", - "id": 3361, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -26543,29 +19735,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.5119119, - 28.3752792 - ] - }, - "properties": { - "name": "Disney Springs Resort area, Wyndham Garden Lake Buena Vista ", - "area": "Florida", - "address": "1850B Hotel Plaza Boulevard, Lake Buena Vista", - "external_url": "http://209.221.138.252/Details.aspx?location=297225", - "internal_url": "null", - "latitude": "28.3752792", - "longitude": "-81.5119119", - "machine_status": "available", - "status": "unvisited", - "id": 3335, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -26681,29 +19850,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.5368923, - 28.3858689 - ] - }, - "properties": { - "name": "Walt Disney World, Port Orleans, Riverside Resort", - "area": "Florida", - "address": "Disney Springs Resort Area, Lake Buena Vista", - "external_url": "http://209.221.138.252/Details.aspx?location=1632", - "internal_url": "null", - "latitude": "28.3858689", - "longitude": "-81.5368923", - "machine_status": "available", - "status": "unvisited", - "id": 3373, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -26957,52 +20103,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.7055024, - 28.419869 - ] - }, - "properties": { - "name": "Show Case of Citrus", - "area": "Florida", - "address": "5010 US Highway 27, Clermont", - "external_url": "http://209.221.138.252/Details.aspx?location=308538", - "internal_url": "null", - "latitude": "28.419869", - "longitude": "-81.7055024", - "machine_status": "available", - "status": "unvisited", - "id": 3272, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.4757332, - 28.4271295 - ] - }, - "properties": { - "name": "Westgate Lakes Resort", - "area": "Florida", - "address": "10000 Turkey Lake Road , Orlando", - "external_url": "http://209.221.138.252/Details.aspx?location=1586", - "internal_url": "null", - "latitude": "28.4271295", - "longitude": "-81.4757332", - "machine_status": "available", - "status": "unvisited", - "id": 3422, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -27141,29 +20241,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.3917402, - 28.4448741 - ] - }, - "properties": { - "name": "Crayola Experience Orlando", - "area": "Florida", - "address": "8001 S. Orange Blossom Trail, Orlando ", - "external_url": "http://209.221.138.252/Details.aspx?location=236923", - "internal_url": "null", - "latitude": "28.4448741", - "longitude": "-81.3917402", - "machine_status": "available", - "status": "unvisited", - "id": 3401, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -27256,29 +20333,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.46588679999999, - 28.4729899 - ] - }, - "properties": { - "name": "Universal Studios CityWalk - The Stand #1 (Was the Hub retired 1)", - "area": "Florida", - "address": "CityWalk, Orlando", - "external_url": "http://209.221.138.252/Details.aspx?location=316454", - "internal_url": "null", - "latitude": "28.4729899", - "longitude": "-81.46588679999999", - "machine_status": "available", - "status": "unvisited", - "id": 3416, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -27348,98 +20402,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.47354589999999, - 28.4771981 - ] - }, - "properties": { - "name": "Universal Studios Florida", - "area": "Florida", - "address": "1000 Universal Studios Plaza , Orlando", - "external_url": "http://209.221.138.252/Details.aspx?location=1587", - "internal_url": "null", - "latitude": "28.4771981", - "longitude": "-81.47354589999999", - "machine_status": "available", - "status": "unvisited", - "id": 3419, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.4735259, - 28.4774032 - ] - }, - "properties": { - "name": "Universal Studios Islands of Adventure", - "area": "Florida", - "address": "1000 Universal Studios Plaza , Orlando", - "external_url": "http://209.221.138.252/Details.aspx?location=1618", - "internal_url": "null", - "latitude": "28.4774032", - "longitude": "-81.4735259", - "machine_status": "available", - "status": "unvisited", - "id": 3420, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.468558, - 28.4793301 - ] - }, - "properties": { - "name": "Universal Studios Islands of Adventure, Harry Potter Area", - "area": "Florida", - "address": " 1000 Universal Studios Plaza, Orlando", - "external_url": "http://209.221.138.252/Details.aspx?location=351127", - "internal_url": "null", - "latitude": "28.4793301", - "longitude": "-81.468558", - "machine_status": "available", - "status": "unvisited", - "id": 3421, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.5738957, - 28.5166963 - ] - }, - "properties": { - "name": "Weeki Wachee Springs", - "area": "Florida", - "address": "6131 Commercial Way, Weeki Wachee", - "external_url": "http://209.221.138.252/Details.aspx?location=1538", - "internal_url": "null", - "latitude": "28.5166963", - "longitude": "-82.5738957", - "machine_status": "available", - "status": "unvisited", - "id": 3473, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -27509,29 +20471,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.385602, - 28.6565727 - ] - }, - "properties": { - "name": "Goliad State Park, Park Office", - "area": "Texas", - "address": "108 Park Road 6 , Goliad", - "external_url": "http://209.221.138.252/Details.aspx?location=2484", - "internal_url": "null", - "latitude": "28.6565727", - "longitude": "-97.385602", - "machine_status": "retired", - "status": "retired", - "id": 3723, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -27601,29 +20540,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.0187796, - 28.8092772 - ] - }, - "properties": { - "name": "The Texas Zoo", - "area": "Texas", - "address": "110 Memorial Drive in Riverside Park, Victoria", - "external_url": "http://209.221.138.252/Details.aspx?location=348958", - "internal_url": "null", - "latitude": "28.8092772", - "longitude": "-97.0187796", - "machine_status": "available", - "status": "unvisited", - "id": 3817, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -27877,29 +20793,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.070528, - 29.185169 - ] - }, - "properties": { - "name": "The Daytona International Speedway, The Daytona 500 Experience", - "area": "Florida", - "address": "1801 West International Speedway Blvd., Daytona Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=1836", - "internal_url": "null", - "latitude": "29.185169", - "longitude": "-81.070528", - "machine_status": "available", - "status": "unvisited", - "id": 3285, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -27923,75 +20816,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.1006154, - 29.2230502 - ] - }, - "properties": { - "name": "Buc-ee's", - "area": "Florida", - "address": "2330 Gateway N Dr, (off LPGA Blvd. at I-95), Daytona Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=353047", - "internal_url": "null", - "latitude": "29.2230502", - "longitude": "-81.1006154", - "machine_status": "available", - "status": "unvisited", - "id": 3280, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.00713480000002, - 29.2250295 - ] - }, - "properties": { - "name": "Beach Express", - "area": "Florida", - "address": "101 S. Atlantic Ave (corner Harvey Ave and Atlantic Ave), Daytona Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=1837", - "internal_url": "null", - "latitude": "29.2250295", - "longitude": "-81.00713480000002", - "machine_status": "available", - "status": "unvisited", - "id": 3278, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.0074818, - 29.2261314 - ] - }, - "properties": { - "name": "Joyland Amusement Center", - "area": "Florida", - "address": "49 Boardwalk underthe Slingshot, near Atlantic & Auditorium Blvd, Daytona Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=25215", - "internal_url": "null", - "latitude": "29.2261314", - "longitude": "-81.0074818", - "machine_status": "available", - "status": "unvisited", - "id": 3281, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -28015,52 +20839,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.0099911, - 29.2309335 - ] - }, - "properties": { - "name": "Ocean Walk 10 Movies (R/C Theaters)", - "area": "Florida", - "address": "250 N. Atlantic Avenue (Ocean Walk Shoppes), Daytona Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=36700", - "internal_url": "null", - "latitude": "29.2309335", - "longitude": "-81.0099911", - "machine_status": "available", - "status": "unvisited", - "id": 3284, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.85318889999999, - 29.2505778 - ] - }, - "properties": { - "name": "Galveston Fishing Pier", - "area": "Texas", - "address": "9001 Seawall Boulevard, Galveston", - "external_url": "http://209.221.138.252/Details.aspx?location=245658", - "internal_url": "null", - "latitude": "29.2505778", - "longitude": "-94.85318889999999", - "machine_status": "available", - "status": "unvisited", - "id": 3705, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -28153,29 +20931,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.8522655, - 29.2734805 - ] - }, - "properties": { - "name": "Moody Gardens Zoo and Aquarium", - "area": "Texas", - "address": "1 Hope Blvd., Galveston", - "external_url": "http://209.221.138.252/Details.aspx?location=2423", - "internal_url": "null", - "latitude": "29.2734805", - "longitude": "-94.8522655", - "machine_status": "available", - "status": "unvisited", - "id": 3711, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -28314,29 +21069,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.7985082, - 29.3061047 - ] - }, - "properties": { - "name": "Galveston Railroad Museum", - "area": "Texas", - "address": "123 25th Street (Rosenberg) at the Strand, Galveston", - "external_url": "http://209.221.138.252/Details.aspx?location=2416", - "internal_url": "null", - "latitude": "29.3061047", - "longitude": "-94.7985082", - "machine_status": "available", - "status": "unvisited", - "id": 3706, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -28360,75 +21092,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.79372099999999, - 29.3089859 - ] - }, - "properties": { - "name": "Texas Seaport Museum", - "area": "Texas", - "address": "2202 Avenue K (Pier 21, Number 8), Galveston", - "external_url": "http://209.221.138.252/Details.aspx?location=2437", - "internal_url": "null", - "latitude": "29.3089859", - "longitude": "-94.79372099999999", - "machine_status": "available", - "status": "unvisited", - "id": 3716, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.79372099999999, - 29.3089859 - ] - }, - "properties": { - "name": "Texas Seaport Museum/ELISSA", - "area": "Texas", - "address": "2200 Harborside Drive, Galveston", - "external_url": "http://209.221.138.252/Details.aspx?location=236442", - "internal_url": "null", - "latitude": "29.3089859", - "longitude": "-94.79372099999999", - "machine_status": "available", - "status": "unvisited", - "id": 3717, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.79269, - 29.30917 - ] - }, - "properties": { - "name": "Great Storm Theater", - "area": "Texas", - "address": "Pier 21 (Near Wharf Rd), Galveston", - "external_url": "http://209.221.138.252/Details.aspx?location=2417", - "internal_url": "null", - "latitude": "29.30917", - "longitude": "-94.79269", - "machine_status": "available", - "status": "unvisited", - "id": 3708, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -28498,29 +21161,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.62545139999999, - 29.3813904 - ] - }, - "properties": { - "name": "Lackland Air Force Base (Mini Mall - Bldg. 7025)", - "area": "Texas", - "address": ", San Antonio", - "external_url": "http://209.221.138.252/Details.aspx?location=2600", - "internal_url": "null", - "latitude": "29.3813904", - "longitude": "-98.62545139999999", - "machine_status": "available", - "status": "unvisited", - "id": 3782, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -28659,29 +21299,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.4997253, - 29.4250394 - ] - }, - "properties": { - "name": "Los Pueblitos", - "area": "Texas", - "address": "220 Produce Row, San Antonio ", - "external_url": "http://209.221.138.252/Details.aspx?location=317697", - "internal_url": "null", - "latitude": "29.4250394", - "longitude": "-98.4997253", - "machine_status": "available", - "status": "unvisited", - "id": 3784, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -28705,29 +21322,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.4998016, - 29.4250755 - ] - }, - "properties": { - "name": "Historic Marketplace", - "area": "Texas", - "address": "514 W Commerce St, San Antonio", - "external_url": "http://209.221.138.252/Details.aspx?location=318001", - "internal_url": "null", - "latitude": "29.4250755", - "longitude": "-98.4998016", - "machine_status": "available", - "status": "unvisited", - "id": 3781, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -28751,29 +21345,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.487194, - 29.425824 - ] - }, - "properties": { - "name": "San Antonio Visitor Information Center", - "area": "Texas", - "address": "317 Alamo Plaza, San Antonio", - "external_url": "http://209.221.138.252/Details.aspx?location=242492", - "internal_url": "null", - "latitude": "29.425824", - "longitude": "-98.487194", - "machine_status": "available", - "status": "unvisited", - "id": 3791, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -28797,29 +21368,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.48704629999999, - 29.4259856 - ] - }, - "properties": { - "name": "Alamo Plaza Shirts", - "area": "Texas", - "address": "325 Alamo Plaza (Between E Crockett St and E Houston St), San Antonio", - "external_url": "http://209.221.138.252/Details.aspx?location=2590", - "internal_url": "null", - "latitude": "29.4259856", - "longitude": "-98.48704629999999", - "machine_status": "available", - "status": "unvisited", - "id": 3774, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -28843,29 +21391,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.4871028, - 29.4263031 - ] - }, - "properties": { - "name": "Ripley's Haunted Adventure", - "area": "Texas", - "address": "329 Alamo Plaza, San Antonio", - "external_url": "http://209.221.138.252/Details.aspx?location=2613", - "internal_url": "null", - "latitude": "29.4263031", - "longitude": "-98.4871028", - "machine_status": "available", - "status": "unvisited", - "id": 3788, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -28889,29 +21414,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.06299369999999, - 29.4290145 - ] - }, - "properties": { - "name": "Buc-ee's", - "area": "Texas", - "address": "6201 Gulf Fwy, Texas City", - "external_url": "http://209.221.138.252/Details.aspx?location=235057", - "internal_url": "null", - "latitude": "29.4290145", - "longitude": "-95.06299369999999", - "machine_status": "available", - "status": "unvisited", - "id": 3810, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -29326,29 +21828,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.59254, - 29.65076629999999 - ] - }, - "properties": { - "name": "Buc-ee's", - "area": "Texas", - "address": "10070 West IH-10, Luling", - "external_url": "http://209.221.138.252/Details.aspx?location=104054", - "internal_url": "null", - "latitude": "29.65076629999999", - "longitude": "-97.59254", - "machine_status": "retired", - "status": "retired", - "id": 3757, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -29372,75 +21851,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.21295599999999, - 29.66916 - ] - }, - "properties": { - "name": "Marineland Dolphin Adventure", - "area": "Florida", - "address": "9600 Oceanshore Blvd., St. Augustine", - "external_url": "http://209.221.138.252/Details.aspx?location=109860", - "internal_url": "null", - "latitude": "29.66916", - "longitude": "-81.21295599999999", - "machine_status": "available", - "status": "unvisited", - "id": 3449, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.30188059999999, - 29.6739639 - ] - }, - "properties": { - "name": "Satchel's Pizza", - "area": "Florida", - "address": "1800 NE 23rd Ave, Gainesville", - "external_url": "http://209.221.138.252/Details.aspx?location=227251", - "internal_url": "null", - "latitude": "29.6739639", - "longitude": "-82.30188059999999", - "machine_status": "available", - "status": "unvisited", - "id": 3310, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.4087303, - 29.6868912 - ] - }, - "properties": { - "name": "Houston Livestock Show and Rodeo", - "area": "Texas", - "address": "3 NGR Pwy, Houston", - "external_url": "http://209.221.138.252/Details.aspx?location=288750", - "internal_url": "null", - "latitude": "29.6868912", - "longitude": "-95.4087303", - "machine_status": "retired", - "status": "retired", - "id": 3737, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -29602,29 +22012,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.0807114, - 29.749857 - ] - }, - "properties": { - "name": "San Jacinto Monument", - "area": "Texas", - "address": "One Monument Circle, La Porte", - "external_url": "http://209.221.138.252/Details.aspx?location=2511", - "internal_url": "null", - "latitude": "29.749857", - "longitude": "-95.0807114", - "machine_status": "available", - "status": "unvisited", - "id": 3749, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -29717,29 +22104,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 35.0031576, - 29.7882452 - ] - }, - "properties": { - "name": "King Solomon's Mines Timna", - "area": "Israel", - "address": ", Timna", - "external_url": "http://209.221.138.252/Details.aspx?location=22170", - "internal_url": "null", - "latitude": "29.7882452", - "longitude": "35.0031576", - "machine_status": "available", - "status": "unvisited", - "id": 1047, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -29809,29 +22173,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.3867393, - 29.8358143 - ] - }, - "properties": { - "name": "Laugh It Up! Gifts & Novelties/ Larry's Old Time Trade Days", - "area": "Texas", - "address": "14902 FM 1663, Pavillion 4, Shop 5 , Winnie", - "external_url": "http://209.221.138.252/Details.aspx?location=248839", - "internal_url": "null", - "latitude": "29.8358143", - "longitude": "-94.3867393", - "machine_status": "available", - "status": "unvisited", - "id": 3826, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -30085,29 +22426,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.31316869999999, - 29.8945009 - ] - }, - "properties": { - "name": "St. George's Row Shops", - "area": "Florida", - "address": "106 St. George St., St. Augustine", - "external_url": "http://209.221.138.252/Details.aspx?location=1553", - "internal_url": "null", - "latitude": "29.8945009", - "longitude": "-81.31316869999999", - "machine_status": "available", - "status": "unvisited", - "id": 3457, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -30154,29 +22472,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.3135877, - 29.8977805 - ] - }, - "properties": { - "name": "City Gate Plaza (Bet Bulding 4 & 6)", - "area": "Florida", - "address": "corner of St. George Street and Orange St, St. Augustine", - "external_url": "http://209.221.138.252/Details.aspx?location=1562", - "internal_url": "null", - "latitude": "29.8977805", - "longitude": "-81.3135877", - "machine_status": "available", - "status": "unvisited", - "id": 3445, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -30338,29 +22633,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.1313766, - 29.9237134 - ] - }, - "properties": { - "name": "Audubon Zoo", - "area": "Louisiana", - "address": "6500 Magazine Street, New Orleans", - "external_url": "http://209.221.138.252/Details.aspx?location=2333", - "internal_url": "null", - "latitude": "29.9237134", - "longitude": "-90.1313766", - "machine_status": "available", - "status": "unvisited", - "id": 3583, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -30384,29 +22656,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.2683333, - 29.9329939 - ] - }, - "properties": { - "name": "Stuckey's", - "area": "Texas", - "address": "17498 I-10, Beaumont", - "external_url": "http://209.221.138.252/Details.aspx?location=342723", - "internal_url": "null", - "latitude": "29.9329939", - "longitude": "-94.2683333", - "machine_status": "retired", - "status": "retired", - "id": 3659, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -30430,29 +22679,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.07053169999999, - 29.9430711 - ] - }, - "properties": { - "name": "National WWII Museum (Was the D-Day Museum)", - "area": "Louisiana", - "address": "945 Magazine St , New Orleans ", - "external_url": "http://209.221.138.252/Details.aspx?location=275019", - "internal_url": "null", - "latitude": "29.9430711", - "longitude": "-90.07053169999999", - "machine_status": "available", - "status": "unvisited", - "id": 3589, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -30476,29 +22702,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.06292119999999, - 29.9504543 - ] - }, - "properties": { - "name": "Audubon Aquarium of the Americas", - "area": "Louisiana", - "address": "One Canal Street, New Orleans", - "external_url": "http://209.221.138.252/Details.aspx?location=2334", - "internal_url": "null", - "latitude": "29.9504543", - "longitude": "-90.06292119999999", - "machine_status": "available", - "status": "unvisited", - "id": 3582, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -30568,29 +22771,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.0619681, - 29.9579247 - ] - }, - "properties": { - "name": "Cafe' Du Monde", - "area": "Louisiana", - "address": "813 Decatur St., New Orleans", - "external_url": "http://209.221.138.252/Details.aspx?location=2331", - "internal_url": "null", - "latitude": "29.9579247", - "longitude": "-90.0619681", - "machine_status": "available", - "status": "unvisited", - "id": 3584, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -30729,98 +22909,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.8262645, - 30.082569 - ] - }, - "properties": { - "name": "Cabela's World's Foremost Outfitter", - "area": "Texas", - "address": "15570 Interstate 35 (I-35 South Exit 220), Buda", - "external_url": "http://209.221.138.252/Details.aspx?location=4769", - "internal_url": "null", - "latitude": "30.082569", - "longitude": "-97.8262645", - "machine_status": "available", - "status": "unvisited", - "id": 3663, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.30579589999999, - 30.1069809 - ] - }, - "properties": { - "name": "Buc-ee's", - "area": "Texas", - "address": "1700 Highway 71 East, Bastrop", - "external_url": "http://209.221.138.252/Details.aspx?location=209282", - "internal_url": "null", - "latitude": "30.1069809", - "longitude": "-97.30579589999999", - "machine_status": "available", - "status": "unvisited", - "id": 3654, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -91.93991419999999, - 30.1170506 - ] - }, - "properties": { - "name": "Zoo of Acadiana", - "area": "Louisiana", - "address": "Highway 90 E, Broussard", - "external_url": "http://209.221.138.252/Details.aspx?location=2344", - "internal_url": "null", - "latitude": "30.1170506", - "longitude": "-91.93991419999999", - "machine_status": "available", - "status": "unvisited", - "id": 3568, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.15947159999999, - 30.1198218 - ] - }, - "properties": { - "name": "Crossroads Bowling Center", - "area": "Texas", - "address": "4370 Dowlen Road, Beaumont", - "external_url": "http://209.221.138.252/Details.aspx?location=24234", - "internal_url": "null", - "latitude": "30.1198218", - "longitude": "-94.15947159999999", - "machine_status": "available", - "status": "unvisited", - "id": 3656, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -30844,29 +22932,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.637616, - 30.15827 - ] - }, - "properties": { - "name": "Longhorn Truck & Car Plaza", - "area": "Louisiana", - "address": "2374 HWY 109 South, Vinton ", - "external_url": "http://209.221.138.252/Details.aspx?location=331528", - "internal_url": "null", - "latitude": "30.15827", - "longitude": "-93.637616", - "machine_status": "available", - "status": "unvisited", - "id": 3600, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -30913,29 +22978,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.7993754, - 30.17825819999999 - ] - }, - "properties": { - "name": "Ripley's Believe It Or Not - Panama City Beach", - "area": "Florida", - "address": "9907 Front Beach Road, Panama City Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=77398", - "internal_url": "null", - "latitude": "30.17825819999999", - "longitude": "-85.7993754", - "machine_status": "available", - "status": "unvisited", - "id": 3429, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -31074,29 +23116,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.022483, - 30.229724 - ] - }, - "properties": { - "name": "Fort Morgan Museum", - "area": "Alabama", - "address": "51 Highway 180, Gulf Shores", - "external_url": "http://209.221.138.252/Details.aspx?location=105496", - "internal_url": "null", - "latitude": "30.229724", - "longitude": "-88.022483", - "machine_status": "available", - "status": "unvisited", - "id": 1714, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -31235,29 +23254,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.69044099999999, - 30.2504821 - ] - }, - "properties": { - "name": "Gulf Shores Souvenirs & Gifts (aka Purple Octopus)", - "area": "Alabama", - "address": "301 Gulf Shores Pkwy, Gulf Shores", - "external_url": "http://209.221.138.252/Details.aspx?location=37818", - "internal_url": "null", - "latitude": "30.2504821", - "longitude": "-87.69044099999999", - "machine_status": "available", - "status": "unvisited", - "id": 1715, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -31304,52 +23300,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.9377719, - 30.2608711 - ] - }, - "properties": { - "name": "Austin Zoo & Animal Sanctuary", - "area": "Texas", - "address": "18807 Rawhide Trail, Austin", - "external_url": "http://209.221.138.252/Details.aspx?location=1762", - "internal_url": "null", - "latitude": "30.2608711", - "longitude": "-97.9377719", - "machine_status": "available", - "status": "unvisited", - "id": 3649, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.61014899999999, - 30.264336 - ] - }, - "properties": { - "name": "Live Bait Restaurant", - "area": "Alabama", - "address": "24281 Perdido Beach Blvd, Orange Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=8309", - "internal_url": "null", - "latitude": "30.264336", - "longitude": "-87.61014899999999", - "machine_status": "available", - "status": "unvisited", - "id": 1731, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -31465,29 +23415,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.7392512, - 30.2726451 - ] - }, - "properties": { - "name": "Capitol Visitor's Center", - "area": "Texas", - "address": "112 E 11th St., Austin", - "external_url": "http://209.221.138.252/Details.aspx?location=1764", - "internal_url": "null", - "latitude": "30.2726451", - "longitude": "-97.7392512", - "machine_status": "available", - "status": "unvisited", - "id": 3650, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -31787,29 +23714,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.682126, - 30.370783 - ] - }, - "properties": { - "name": "Lambert's Cafe", - "area": "Alabama", - "address": "2981 S. McKenzie, Foley", - "external_url": "http://209.221.138.252/Details.aspx?location=175", - "internal_url": "null", - "latitude": "30.370783", - "longitude": "-87.682126", - "machine_status": "available", - "status": "unvisited", - "id": 1710, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -32063,52 +23967,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.593546, - 30.394468 - ] - }, - "properties": { - "name": "Gulfarium Marine Adventure Park", - "area": "Florida", - "address": "1010 Miracle Strip Parkway, Ft. Walton Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=1807", - "internal_url": "null", - "latitude": "30.394468", - "longitude": "-86.593546", - "machine_status": "available", - "status": "unvisited", - "id": 3307, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.5113398, - 30.3947627 - ] - }, - "properties": { - "name": "Harbor Walk Village - Sunset Shoes and lifestyles", - "area": "Florida", - "address": "34 Harbor Blvd 1 # 134, Destin", - "external_url": "http://209.221.138.252/Details.aspx?location=295044", - "internal_url": "null", - "latitude": "30.3947627", - "longitude": "-86.5113398", - "machine_status": "available", - "status": "unvisited", - "id": 3290, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -32155,30 +24013,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.9844129, - 30.40116159999999 - ] - }, - "properties": { - "name": "Gulf Breeze Zoo", - "area": "Florida", - "address": "5701 Gulf Breeze Parkway (Highway 98) , Gulf Breeze", - "external_url": "http://209.221.138.252/Details.aspx?location=1571", - "internal_url": "null", - "latitude": "30.40116159999999", - "longitude": "-86.9844129", - "machine_status": "available", - "multimachine": 2, - "status": "unvisited", - "id": 3311, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -32202,29 +24036,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.423644, - 30.402754 - ] - }, - "properties": { - "name": "LuLu's Destin", - "area": "Florida", - "address": "4607 Legendary Marina Drive, Destin", - "external_url": "http://209.221.138.252/Details.aspx?location=271751", - "internal_url": "null", - "latitude": "30.402754", - "longitude": "-86.423644", - "machine_status": "available", - "status": "unvisited", - "id": 3292, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -32248,29 +24059,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.193367, - 30.4176097 - ] - }, - "properties": { - "name": "Visitor Information Center", - "area": "Florida", - "address": "1401 E Gregory St., Pensacola", - "external_url": "http://209.221.138.252/Details.aspx?location=242619", - "internal_url": "null", - "latitude": "30.4176097", - "longitude": "-87.193367", - "machine_status": "available", - "status": "unvisited", - "id": 3433, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -32386,29 +24174,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -91.1872714, - 30.4571913 - ] - }, - "properties": { - "name": "Louisiana State Capitol", - "area": "Louisiana", - "address": "27th Floor, Baton Rouge", - "external_url": "http://209.221.138.252/Details.aspx?location=90581", - "internal_url": "null", - "latitude": "30.4571913", - "longitude": "-91.1872714", - "machine_status": "available", - "status": "unvisited", - "id": 3563, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -32501,29 +24266,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.3495377, - 30.5209662 - ] - }, - "properties": { - "name": "Jellystone Park", - "area": "Louisiana", - "address": "46049 Highway 445, Robert", - "external_url": "http://209.221.138.252/Details.aspx?location=66577", - "internal_url": "null", - "latitude": "30.5209662", - "longitude": "-90.3495377", - "machine_status": "available", - "status": "unvisited", - "id": 3594, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -32570,29 +24312,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.6896972, - 30.570877 - ] - }, - "properties": { - "name": "Bass Pro Shops", - "area": "Oklahoma", - "address": "200 Bass Pro Drive, Oklahoma City", - "external_url": "http://209.221.138.252/Details.aspx?location=3897", - "internal_url": "null", - "latitude": "30.570877", - "longitude": "-97.6896972", - "machine_status": "available", - "status": "unvisited", - "id": 1796, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -32616,29 +24335,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.6761509, - 30.634322 - ] - }, - "properties": { - "name": "Buc-ees Gas Station", - "area": "Alabama", - "address": "20403 County Road 68, Robertsdale", - "external_url": "http://209.221.138.252/Details.aspx?location=313429", - "internal_url": "null", - "latitude": "30.634322", - "longitude": "-87.6761509", - "machine_status": "available", - "status": "unvisited", - "id": 1735, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -32731,29 +24427,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.4634837, - 30.6711497 - ] - }, - "properties": { - "name": "Amelia Island - CornerCopia", - "area": "Florida", - "address": "210B Centre Street, Fernandina Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=1824", - "internal_url": "null", - "latitude": "30.6711497", - "longitude": "-81.4634837", - "machine_status": "available", - "status": "unvisited", - "id": 3296, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -32777,29 +24450,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.0144261, - 30.6818034 - ] - }, - "properties": { - "name": "USS Alabama Battleship Memorial Park", - "area": "Alabama", - "address": "2703 Battleship Parkway, Mobile", - "external_url": "http://209.221.138.252/Details.aspx?location=190", - "internal_url": "null", - "latitude": "30.6818034", - "longitude": "-88.0144261", - "machine_status": "available", - "status": "unvisited", - "id": 1727, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -32823,29 +24473,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.0391504, - 30.6903928 - ] - }, - "properties": { - "name": "Gulf Coast Exploreum Science Center", - "area": "Alabama", - "address": "65 Government Street (Interstate 10 Exit 26-B [Water Street]) , Mobile", - "external_url": "http://209.221.138.252/Details.aspx?location=17767", - "internal_url": "null", - "latitude": "30.6903928", - "longitude": "-88.0391504", - "machine_status": "available", - "status": "unvisited", - "id": 1726, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -33168,29 +24795,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 121.6624046, - 31.1416262 - ] - }, - "properties": { - "name": "Shanghai Disney Resort", - "area": "China", - "address": ", Shanghai", - "external_url": "http://209.221.138.252/Details.aspx?location=253493", - "internal_url": "null", - "latitude": "31.1416262", - "longitude": "121.6624046", - "machine_status": "available", - "status": "unvisited", - "id": 2948, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -33260,29 +24864,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -92.4516723, - 31.2921789 - ] - }, - "properties": { - "name": "Silver Dollar Pawn & Jewelry Center", - "area": "Louisiana", - "address": "2417 Lee Street, Alexandria", - "external_url": "http://209.221.138.252/Details.aspx?location=135303", - "internal_url": "null", - "latitude": "31.2921789", - "longitude": "-92.4516723", - "machine_status": "available", - "status": "unvisited", - "id": 3559, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -33467,29 +25048,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 35.387983, - 31.4664 - ] - }, - "properties": { - "name": "En Gedi National Park", - "area": "Israel", - "address": "Route 90, En Gedi", - "external_url": "http://209.221.138.252/Details.aspx?location=14638", - "internal_url": "null", - "latitude": "31.4664", - "longitude": "35.387983", - "machine_status": "available", - "status": "unvisited", - "id": 1041, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -33743,29 +25301,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.1758392, - 31.6067336 - ] - }, - "properties": { - "name": "Waco Mammoth Site", - "area": "Texas", - "address": "6220 Steinbeck Bend Dr, Waco", - "external_url": "http://209.221.138.252/Details.aspx?location=223253", - "internal_url": "null", - "latitude": "31.6067336", - "longitude": "-97.1758392", - "machine_status": "available", - "status": "unvisited", - "id": 3822, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -33812,29 +25347,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.066686, - 31.712243 - ] - }, - "properties": { - "name": "Madame Mustache", - "area": "Arizona", - "address": "455 East Allen Street, Tombstone", - "external_url": "http://209.221.138.252/Details.aspx?location=204330", - "internal_url": "null", - "latitude": "31.712243", - "longitude": "-110.066686", - "machine_status": "available", - "status": "unvisited", - "id": 2701, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -33858,52 +25370,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.066262, - 31.712705 - ] - }, - "properties": { - "name": "Tombstone Ghosts & Legends Tour", - "area": "Arizona", - "address": "426 East Allen Street, Tombstone", - "external_url": "http://209.221.138.252/Details.aspx?location=112680", - "internal_url": "null", - "latitude": "31.712705", - "longitude": "-110.066262", - "machine_status": "available", - "status": "unvisited", - "id": 2704, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.0673994, - 31.7129501 - ] - }, - "properties": { - "name": "Superstition Sue Gifts", - "area": "Arizona", - "address": "332 E. Allen St., Tombstone", - "external_url": "http://209.221.138.252/Details.aspx?location=259540", - "internal_url": "null", - "latitude": "31.7129501", - "longitude": "-110.0673994", - "machine_status": "available", - "status": "unvisited", - "id": 2703, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -33927,29 +25393,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.1585351, - 31.7287604 - ] - }, - "properties": { - "name": "Huddle House", - "area": "Louisiana", - "address": "5306 Hwy 6, Natchitoches", - "external_url": "http://209.221.138.252/Details.aspx?location=268968", - "internal_url": "null", - "latitude": "31.7287604", - "longitude": "-93.1585351", - "machine_status": "available", - "status": "unvisited", - "id": 3580, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -34065,52 +25508,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 35.5495859, - 31.8374644 - ] - }, - "properties": { - "name": "Baptismal Site on the Jordan River - Qasr al-Yahud", - "area": "Israel", - "address": "Take road 1 east to the junction with the Jericho detour road (road 90), Jericho", - "external_url": "http://209.221.138.252/Details.aspx?location=198981", - "internal_url": "null", - "latitude": "31.8374644", - "longitude": "35.5495859", - "machine_status": "available", - "status": "unvisited", - "id": 1042, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 34.9690158, - 31.8421649 - ] - }, - "properties": { - "name": "Mini Isarel", - "area": "Israel", - "address": "road 424 near Latrun, Latrun", - "external_url": "http://209.221.138.252/Details.aspx?location=198983", - "internal_url": "null", - "latitude": "31.8421649", - "longitude": "34.9690158", - "machine_status": "available", - "status": "unvisited", - "id": 1044, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -34157,29 +25554,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 34.849103, - 31.990144 - ] - }, - "properties": { - "name": " Gan Israel (Garden of Israel)", - "area": "Israel", - "address": ", Kfar Chabad", - "external_url": "http://209.221.138.252/Details.aspx?location=188139", - "internal_url": "null", - "latitude": "31.990144", - "longitude": "34.849103", - "machine_status": "available", - "status": "unvisited", - "id": 1043, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -34433,29 +25807,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.08708899999999, - 32.08063 - ] - }, - "properties": { - "name": "Bob's Your Uncle & Fannie's Your Aunt ", - "area": "Georgia", - "address": "305-307 East River Street, Savannah", - "external_url": "http://209.221.138.252/Details.aspx?location=1872", - "internal_url": "null", - "latitude": "32.08063", - "longitude": "-81.08708899999999", - "machine_status": "retired", - "status": "retired", - "id": 1658, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -34525,29 +25876,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.0896752, - 32.0812016 - ] - }, - "properties": { - "name": "True Grits Gifts & Cards", - "area": "Georgia", - "address": "107 E. River Street, Savannah", - "external_url": "http://209.221.138.252/Details.aspx?location=189339", - "internal_url": "null", - "latitude": "32.0812016", - "longitude": "-81.0896752", - "machine_status": "available", - "status": "unvisited", - "id": 1666, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -34594,29 +25922,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.81257629999999, - 32.138651 - ] - }, - "properties": { - "name": "Harbourtown Lighthouse", - "area": "South Carolina", - "address": "149 Lighthouse Road, Hilton Head", - "external_url": "http://209.221.138.252/Details.aspx?location=3129", - "internal_url": "null", - "latitude": "32.138651", - "longitude": "-80.81257629999999", - "machine_status": "available", - "status": "unvisited", - "id": 2200, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -34732,29 +26037,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.7362959, - 32.1802194 - ] - }, - "properties": { - "name": "Saguaro National Park", - "area": "Arizona", - "address": "Visitor Centers, Tucson", - "external_url": "http://209.221.138.252/Details.aspx?location=250420", - "internal_url": "null", - "latitude": "32.1802194", - "longitude": "-110.7362959", - "machine_status": "available", - "status": "unvisited", - "id": 2714, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -34824,29 +26106,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.1289275, - 32.2183137 - ] - }, - "properties": { - "name": "Old Tucson Studios", - "area": "Arizona", - "address": "201 S. Kinney Road, Tucson", - "external_url": "http://209.221.138.252/Details.aspx?location=250", - "internal_url": "null", - "latitude": "32.2183137", - "longitude": "-111.1289275", - "machine_status": "retired", - "status": "retired", - "id": 2712, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -34870,52 +26129,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.9478901, - 32.2333545 - ] - }, - "properties": { - "name": "Kitt Peak National Observatory", - "area": "Arizona", - "address": "About 56 miles west of Tucson on Kitt Peak, Tucson", - "external_url": "http://209.221.138.252/Details.aspx?location=263633", - "internal_url": "null", - "latitude": "32.2333545", - "longitude": "-110.9478901", - "machine_status": "available", - "status": "unvisited", - "id": 2711, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.0670217, - 32.2346319 - ] - }, - "properties": { - "name": "International Wildlife Museum", - "area": "Arizona", - "address": "4800 West Gates Pass Road, Tucson", - "external_url": "http://209.221.138.252/Details.aspx?location=251", - "internal_url": "null", - "latitude": "32.2346319", - "longitude": "-111.0670217", - "machine_status": "available", - "status": "unvisited", - "id": 2710, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -35146,29 +26359,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -64.8351383, - 32.3264743 - ] - }, - "properties": { - "name": "Makin Waves", - "area": "Bermuda", - "address": "5 Camber Road, Dockyard", - "external_url": "http://209.221.138.252/Details.aspx?location=408", - "internal_url": "null", - "latitude": "32.3264743", - "longitude": "-64.8351383", - "machine_status": "available", - "status": "unvisited", - "id": 1684, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -35767,29 +26957,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.739556, - 32.519008 - ] - }, - "properties": { - "name": "Louisiana Boardwalk - Fuddruckers", - "area": "Louisiana", - "address": "390 Plaza Loop Dr, Bossier City", - "external_url": "http://209.221.138.252/Details.aspx?location=16098", - "internal_url": "null", - "latitude": "32.519008", - "longitude": "-93.739556", - "machine_status": "available", - "status": "unvisited", - "id": 3566, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -35882,52 +27049,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 35.1918405, - 32.572808 - ] - }, - "properties": { - "name": "Megiddo", - "area": "Israel", - "address": "road no. 66, about 2 km west of the Megiddo junction, Megiddo", - "external_url": "http://209.221.138.252/Details.aspx?location=199505", - "internal_url": "null", - "latitude": "32.572808", - "longitude": "35.1918405", - "machine_status": "available", - "status": "unvisited", - "id": 1045, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.8558499, - 32.5762874 - ] - }, - "properties": { - "name": "Dairy Palace", - "area": "Texas", - "address": "2301 N Trade Days Blvd, Canton", - "external_url": "http://209.221.138.252/Details.aspx?location=267234", - "internal_url": "null", - "latitude": "32.5762874", - "longitude": "-95.8558499", - "machine_status": "available", - "status": "unvisited", - "id": 3666, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -35997,29 +27118,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.14867269999999, - 32.6071036 - ] - }, - "properties": { - "name": "Islands Mercantile", - "area": "South Carolina", - "address": "544 Freshfields Drive (Freshfields Village), Kiawah Island (Johns Island)", - "external_url": "http://209.221.138.252/Details.aspx?location=30781", - "internal_url": "null", - "latitude": "32.6071036", - "longitude": "-80.14867269999999", - "machine_status": "available", - "status": "unvisited", - "id": 2203, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -36089,29 +27187,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.9395129, - 32.6547991 - ] - }, - "properties": { - "name": "Folly Beach Pier", - "area": "South Carolina", - "address": "101 E. Arctic, Folly Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=234838", - "internal_url": "null", - "latitude": "32.6547991", - "longitude": "-79.9395129", - "machine_status": "available", - "status": "unvisited", - "id": 2191, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -36135,29 +27210,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.2425191, - 32.6735426 - ] - }, - "properties": { - "name": "Cabrillo National Monument", - "area": "California", - "address": "1800 Cabrillo Memorial Drive, San Diego", - "external_url": "http://209.221.138.252/Details.aspx?location=52109", - "internal_url": "null", - "latitude": "32.6735426", - "longitude": "-117.2425191", - "machine_status": "available", - "status": "unvisited", - "id": 4773, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -36204,29 +27256,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.1787223, - 32.6826771 - ] - }, - "properties": { - "name": "Coronado Resort Wear Company", - "area": "California", - "address": "1340 Orange Avenue, Coronado", - "external_url": "http://209.221.138.252/Details.aspx?location=93008", - "internal_url": "null", - "latitude": "32.6826771", - "longitude": "-117.1787223", - "machine_status": "available", - "status": "unvisited", - "id": 4603, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -36250,52 +27279,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.3248526, - 32.6866701 - ] - }, - "properties": { - "name": "La Gran Plaza", - "area": "Texas", - "address": "4200 S. Freeway, Fort Worth", - "external_url": "http://209.221.138.252/Details.aspx?location=247418", - "internal_url": "null", - "latitude": "32.6866701", - "longitude": "-97.3248526", - "machine_status": "available", - "status": "unvisited", - "id": 3691, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.1696785, - 32.6978733 - ] - }, - "properties": { - "name": "San Diego Trading Company (in the Coronado Ferry Center)", - "area": "California", - "address": "Coronado Ferry Center, Coronado", - "external_url": "http://209.221.138.252/Details.aspx?location=350279", - "internal_url": "null", - "latitude": "32.6978733", - "longitude": "-117.1696785", - "machine_status": "available", - "status": "unvisited", - "id": 4604, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -36342,75 +27325,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -16.9624873, - 32.7103256 - ] - }, - "properties": { - "name": "Estalagem Eira do Serrado", - "area": "Portugal", - "address": "Eira Do Serrado | Curral Das Freiras, 9000-421 Funchal, Funchal (madeira Island)", - "external_url": "http://209.221.138.252/Details.aspx?location=287622", - "internal_url": "null", - "latitude": "32.7103256", - "longitude": "-16.9624873", - "machine_status": "available", - "status": "unvisited", - "id": 666, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.1598457, - 32.7127904 - ] - }, - "properties": { - "name": "San Diego Trading Company", - "area": "California", - "address": "568 5th Ave, San Diego", - "external_url": "http://209.221.138.252/Details.aspx?location=350201", - "internal_url": "null", - "latitude": "32.7127904", - "longitude": "-117.1598457", - "machine_status": "available", - "status": "unvisited", - "id": 4788, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.1590667, - 32.7135 - ] - }, - "properties": { - "name": "Coin-op Game Room", - "area": "California", - "address": "789 Sixth Avenue (Gaslamp Area), San Diego", - "external_url": "http://209.221.138.252/Details.aspx?location=280212", - "internal_url": "null", - "latitude": "32.7135", - "longitude": "-117.1590667", - "machine_status": "available", - "status": "unvisited", - "id": 4774, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -36457,29 +27371,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.1733529, - 32.7163836 - ] - }, - "properties": { - "name": "San Diego Harbor - Old Town Trolley Tours of San Diego", - "area": "California", - "address": "996 N. Harbor Dr, San Diego", - "external_url": "http://209.221.138.252/Details.aspx?location=244707", - "internal_url": "null", - "latitude": "32.7163836", - "longitude": "-117.1733529", - "machine_status": "available", - "status": "unvisited", - "id": 4786, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -36572,29 +27463,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.1524075, - 32.7274772 - ] - }, - "properties": { - "name": "Balboa Park - Future San Diego Comic-Con Museum", - "area": "California", - "address": "2131 Pan American Plaza, San Diego", - "external_url": "http://209.221.138.252/Details.aspx?location=322320", - "internal_url": "null", - "latitude": "32.7274772", - "longitude": "-117.1524075", - "machine_status": "available", - "status": "unvisited", - "id": 4764, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -36664,29 +27532,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.1499551, - 32.7311958 - ] - }, - "properties": { - "name": "Balboa Park - Balboa Park Visitors Center", - "area": "California", - "address": "1549 El Prado, Suite. 1, San Diego", - "external_url": "http://209.221.138.252/Details.aspx?location=2941", - "internal_url": "null", - "latitude": "32.7311958", - "longitude": "-117.1499551", - "machine_status": "available", - "status": "unvisited", - "id": 4763, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -36756,29 +27601,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.4360682, - 32.7400276 - ] - }, - "properties": { - "name": "Sea Quest Interactive Aquarium ", - "area": "Texas", - "address": "1974 Green Oaks Rd, Fort Worth", - "external_url": "http://209.221.138.252/Details.aspx?location=282852", - "internal_url": "null", - "latitude": "32.7400276", - "longitude": "-97.4360682", - "machine_status": "available", - "status": "unvisited", - "id": 3693, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -36871,52 +27693,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.1940022, - 32.7520286 - ] - }, - "properties": { - "name": "Old Town - San Diego's Best", - "area": "California", - "address": "2415 San Diego Avenue, Suite 101, San Diego", - "external_url": "http://209.221.138.252/Details.aspx?location=170628", - "internal_url": "null", - "latitude": "32.7520286", - "longitude": "-117.1940022", - "machine_status": "available", - "status": "unvisited", - "id": 4783, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.1947187, - 32.7523461 - ] - }, - "properties": { - "name": "Old Town - Mexican Expressions", - "area": "California", - "address": "2505 San Diego Ave, San Diego", - "external_url": "http://209.221.138.252/Details.aspx?location=59023", - "internal_url": "null", - "latitude": "32.7523461", - "longitude": "-117.1947187", - "machine_status": "available", - "status": "unvisited", - "id": 4781, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -36963,75 +27739,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.195797, - 32.753128 - ] - }, - "properties": { - "name": "Old Town - Kacha Inka's Art", - "area": "California", - "address": "2493 San Diego Avenue , San Diego", - "external_url": "http://209.221.138.252/Details.aspx?location=67921", - "internal_url": "null", - "latitude": "32.753128", - "longitude": "-117.195797", - "machine_status": "available", - "status": "unvisited", - "id": 4779, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.195797, - 32.753128 - ] - }, - "properties": { - "name": "Old Town - Kacha Inka's Art (was Cielito Lindo/ Old Town Trading Company", - "area": "California", - "address": "2543 San Diego Ave, Twigg Street, San Diego", - "external_url": "http://209.221.138.252/Details.aspx?location=1161", - "internal_url": "null", - "latitude": "32.753128", - "longitude": "-117.195797", - "machine_status": "available", - "status": "unvisited", - "id": 4780, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.1958333, - 32.7536111 - ] - }, - "properties": { - "name": "Old Town - Old Town Market", - "area": "California", - "address": "Corner of Twiggs St. and San Diego Ave. , San Diego", - "external_url": "http://209.221.138.252/Details.aspx?location=1163", - "internal_url": "null", - "latitude": "32.7536111", - "longitude": "-117.1958333", - "machine_status": "available", - "status": "unvisited", - "id": 4782, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -37193,29 +27900,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.7860341, - 32.7730744 - ] - }, - "properties": { - "name": "Dallas Heritage Village ", - "area": "Texas", - "address": "1515 S. Harwood, Dallas", - "external_url": "http://209.221.138.252/Details.aspx?location=11462", - "internal_url": "null", - "latitude": "32.7730744", - "longitude": "-96.7860341", - "machine_status": "available", - "status": "unvisited", - "id": 3677, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -37239,75 +27923,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.80731329999999, - 32.7786371 - ] - }, - "properties": { - "name": "Old Red Museum of Dallas County", - "area": "Texas", - "address": "100 South Houston St., Dallas", - "external_url": "http://209.221.138.252/Details.aspx?location=26879", - "internal_url": "null", - "latitude": "32.7786371", - "longitude": "-96.80731329999999", - "machine_status": "available", - "status": "unvisited", - "id": 3680, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.1725, - 32.779688 - ] - }, - "properties": { - "name": "White Sands Trading Company", - "area": "New Mexico", - "address": "19955 Highway 70 West , Alamogordo", - "external_url": "http://209.221.138.252/Details.aspx?location=293348", - "internal_url": "null", - "latitude": "32.779688", - "longitude": "-106.1725", - "machine_status": "available", - "status": "unvisited", - "id": 4902, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.8084842, - 32.7798188 - ] - }, - "properties": { - "name": "The Sixth Floor Museum at Dealey Plaza", - "area": "Texas", - "address": "411 Elm Street, Suite 120, Dallas", - "external_url": "http://209.221.138.252/Details.aspx?location=2233", - "internal_url": "null", - "latitude": "32.7798188", - "longitude": "-96.8084842", - "machine_status": "available", - "status": "unvisited", - "id": 3683, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -37377,29 +27992,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.3256816, - 32.7872403 - ] - }, - "properties": { - "name": "White Sands National Park", - "area": "New Mexico", - "address": "U.S. Highway 70/82 (P.O. Box 1086 Holloman AFB, NM), Alamogordo", - "external_url": "http://209.221.138.252/Details.aspx?location=3519", - "internal_url": "null", - "latitude": "32.7872403", - "longitude": "-106.3256816", - "machine_status": "available", - "status": "unvisited", - "id": 4901, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -37446,98 +28038,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 130.6885128, - 32.790383 - ] - }, - "properties": { - "name": "Kumamoto Station", - "area": "Japan", - "address": ", Kumamoto ", - "external_url": "http://209.221.138.252/Details.aspx?location=288732", - "internal_url": "null", - "latitude": "32.790383", - "longitude": "130.6885128", - "machine_status": "available", - "status": "unvisited", - "id": 2791, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.92549919999999, - 32.7909936 - ] - }, - "properties": { - "name": "South Carolina Aquarium", - "area": "South Carolina", - "address": "100 Aquarium Wharf, Charleston", - "external_url": "http://209.221.138.252/Details.aspx?location=3101", - "internal_url": "null", - "latitude": "32.7909936", - "longitude": "-79.92549919999999", - "machine_status": "available", - "status": "unvisited", - "id": 2184, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.99504019999999, - 32.8104265 - ] - }, - "properties": { - "name": "Charles Towne Landing State Historic Site", - "area": "South Carolina", - "address": "1500 Old Towne Road, Charleston", - "external_url": "http://209.221.138.252/Details.aspx?location=52726", - "internal_url": "null", - "latitude": "32.8104265", - "longitude": "-79.99504019999999", - "machine_status": "available", - "status": "unvisited", - "id": 2182, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.27418399999999, - 32.823393 - ] - }, - "properties": { - "name": "Clown Hamburgers", - "area": "Texas", - "address": "5020 Stanley Keller Rd, Haltom City", - "external_url": "http://209.221.138.252/Details.aspx?location=288236", - "internal_url": "null", - "latitude": "32.823393", - "longitude": "-97.27418399999999", - "machine_status": "available", - "status": "unvisited", - "id": 3733, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -37952,29 +28452,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.04158969999999, - 32.96823 - ] - }, - "properties": { - "name": "Grapevine Mills - LEGOLAND® Discovery Center", - "area": "Texas", - "address": "3000 Grapevine Mills Pkwy, Grapevine", - "external_url": "http://209.221.138.252/Details.aspx?location=93991", - "internal_url": "null", - "latitude": "32.96823", - "longitude": "-97.04158969999999", - "machine_status": "available", - "status": "unvisited", - "id": 3728, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -38573,29 +29050,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.7593249, - 33.3247302 - ] - }, - "properties": { - "name": "Oak Mt State Park - Petting Zoo", - "area": "Alabama", - "address": "200 Terrace Dr., Pelham", - "external_url": "http://209.221.138.252/Details.aspx?location=211495", - "internal_url": "null", - "latitude": "33.3247302", - "longitude": "-86.7593249", - "machine_status": "available", - "status": "unvisited", - "id": 1733, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -38665,29 +29119,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.9644216, - 33.3832233 - ] - }, - "properties": { - "name": "Rainforest Cafe @ Arizona Mills Mall", - "area": "Arizona", - "address": "5000 S. Arizona Mills Circle #573, Tempe", - "external_url": "http://209.221.138.252/Details.aspx?location=260", - "internal_url": "null", - "latitude": "33.3832233", - "longitude": "-111.9644216", - "machine_status": "available", - "status": "unvisited", - "id": 2698, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -38734,29 +29165,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.5229602, - 33.3936879 - ] - }, - "properties": { - "name": "International UFO Museum", - "area": "New Mexico", - "address": "114 North Main, Roswell", - "external_url": "http://209.221.138.252/Details.aspx?location=3490", - "internal_url": "null", - "latitude": "33.3936879", - "longitude": "-104.5229602", - "machine_status": "available", - "status": "unvisited", - "id": 4938, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -38918,29 +29326,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.0659043, - 33.4501981 - ] - }, - "properties": { - "name": "Rosson House Museum", - "area": "Arizona", - "address": "113 N. 6th St., Phoenix", - "external_url": "http://209.221.138.252/Details.aspx?location=283", - "internal_url": "null", - "latitude": "33.4501981", - "longitude": "-112.0659043", - "machine_status": "available", - "status": "unvisited", - "id": 2668, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -38987,29 +29372,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.492045, - 33.456993 - ] - }, - "properties": { - "name": "Goldfield Ghost Town (Cantankerous Carl's Hat Store)", - "area": "Arizona", - "address": "4650 North Mammoth Mine Road, Apache Junction ", - "external_url": "http://209.221.138.252/Details.aspx?location=237796", - "internal_url": "null", - "latitude": "33.456993", - "longitude": "-111.492045", - "machine_status": "available", - "status": "unvisited", - "id": 2607, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -39286,52 +29648,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.80827010000002, - 33.5149464 - ] - }, - "properties": { - "name": "McWane Science Center", - "area": "Alabama", - "address": "200 Nineteenth Street North, Birmingham", - "external_url": "http://209.221.138.252/Details.aspx?location=171", - "internal_url": "null", - "latitude": "33.5149464", - "longitude": "-86.80827010000002", - "machine_status": "available", - "status": "unvisited", - "id": 1701, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.3902522, - 33.5261111 - ] - }, - "properties": { - "name": "Mercantile and Gift Shop", - "area": "Arizona", - "address": "1 Main St, Tortilla Flats", - "external_url": "http://209.221.138.252/Details.aspx?location=250086", - "internal_url": "null", - "latitude": "33.5261111", - "longitude": "-111.3902522", - "machine_status": "available", - "status": "unvisited", - "id": 2706, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -39424,29 +29740,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.355836, - 33.53849 - ] - }, - "properties": { - "name": "Luke Air Force Base", - "area": "Arizona", - "address": "Base Exchange (MILITARY ID REQUIRED), Glendale", - "external_url": "http://209.221.138.252/Details.aspx?location=54630", - "internal_url": "null", - "latitude": "33.53849", - "longitude": "-112.355836", - "machine_status": "available", - "status": "unvisited", - "id": 2625, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -39493,29 +29786,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.5733934, - 33.5457758 - ] - }, - "properties": { - "name": "Smokey Bear Museum and Gift Shop", - "area": "New Mexico", - "address": "102 Smokey Bear Blvd, Capitan", - "external_url": "http://209.221.138.252/Details.aspx?location=3502", - "internal_url": "null", - "latitude": "33.5457758", - "longitude": "-105.5733934", - "machine_status": "available", - "status": "unvisited", - "id": 4916, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -39884,52 +30154,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.9001437, - 33.6031719 - ] - }, - "properties": { - "name": "ExplorOcean - Balboa Arcade (Was Balboa Fun Zone- Game Arcade)", - "area": "California", - "address": "600 E. Bay Ave, Newport Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=1282", - "internal_url": "null", - "latitude": "33.6031719", - "longitude": "-117.9001437", - "machine_status": "available", - "status": "unvisited", - "id": 4707, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 33.6203516, - 34.8723402 - ] - }, - "properties": { - "name": "Larnaca International Airport", - "area": "Cyprus", - "address": "Dromolaxia, Larnaca", - "external_url": "http://209.221.138.252/Details.aspx?location=298848", - "internal_url": "null", - "latitude": "34.8723402", - "longitude": "33.6203516", - "machine_status": "available", - "status": "unvisited", - "id": 5630, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -39999,29 +30223,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.0040619, - 33.6552063 - ] - }, - "properties": { - "name": "Huntington Beach Pier", - "area": "California", - "address": ", Huntington Beach ", - "external_url": "http://209.221.138.252/Details.aspx?location=352490", - "internal_url": "null", - "latitude": "33.6552063", - "longitude": "-118.0040619", - "machine_status": "available", - "status": "unvisited", - "id": 4647, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -40183,52 +30384,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.0529098, - 33.6721564 - ] - }, - "properties": { - "name": "Waccatee Zoological Farm", - "area": "South Carolina", - "address": "8500 Enterprise Road, Myrtle Beach (Socastee)", - "external_url": "http://209.221.138.252/Details.aspx?location=3153", - "internal_url": "null", - "latitude": "33.6721564", - "longitude": "-79.0529098", - "machine_status": "available", - "status": "unvisited", - "id": 2225, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.32023509999999, - 33.6777756 - ] - }, - "properties": { - "name": "Georgia Visitor Information Center #2 - Augusta", - "area": "Georgia", - "address": "Westbound I-20 Mile Marker 201, Augusta", - "external_url": "http://209.221.138.252/Details.aspx?location=281811", - "internal_url": "null", - "latitude": "33.6777756", - "longitude": "-85.32023509999999", - "machine_status": "available", - "status": "unvisited", - "id": 1626, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -40252,29 +30407,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.886191, - 33.684028 - ] - }, - "properties": { - "name": "2nd Avenue Fishing Pier", - "area": "South Carolina", - "address": "110 North Ocean Boulevard, Myrtle Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=3135", - "internal_url": "null", - "latitude": "33.684028", - "longitude": "-78.886191", - "machine_status": "available", - "status": "unvisited", - "id": 2208, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -40505,144 +30637,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.8805165, - 33.7151179 - ] - }, - "properties": { - "name": "Broadway at the Beach - Broadway Magic", - "area": "South Carolina", - "address": "1215 Celebrity Cir, #150, Myrtle Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=79963", - "internal_url": "null", - "latitude": "33.7151179", - "longitude": "-78.8805165", - "machine_status": "available", - "status": "unvisited", - "id": 2210, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.8830332, - 33.7153339 - ] - }, - "properties": { - "name": "Broadway at the Beach - East Visitor's Center", - "area": "South Carolina", - "address": "1325 Celebrity Circle, #34, Myrtle Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=19337", - "internal_url": "null", - "latitude": "33.7153339", - "longitude": "-78.8830332", - "machine_status": "available", - "status": "unvisited", - "id": 2211, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.8830332, - 33.7153339 - ] - }, - "properties": { - "name": "Broadway at the Beach - Knife Store", - "area": "South Carolina", - "address": "1325 Celebrity Circle, Myrtle Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=19314", - "internal_url": "null", - "latitude": "33.7153339", - "longitude": "-78.8830332", - "machine_status": "available", - "status": "unvisited", - "id": 2212, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.87653399999999, - 33.715809 - ] - }, - "properties": { - "name": "Broadway at the Beach - River Street Sweets", - "area": "South Carolina", - "address": "1116 Celebrity Circle, #C310, Myrtle Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=19316", - "internal_url": "null", - "latitude": "33.715809", - "longitude": "-78.87653399999999", - "machine_status": "available", - "status": "unvisited", - "id": 2213, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.88374879999999, - 33.7161889 - ] - }, - "properties": { - "name": "Broadway at the Beach - Tervis store (Was Body & Bath Cafe)", - "area": "South Carolina", - "address": "1325 Celebrity Circle, #A111, Myrtle Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=17570", - "internal_url": "null", - "latitude": "33.7161889", - "longitude": "-78.88374879999999", - "machine_status": "available", - "status": "unvisited", - "id": 2214, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.8843065, - 33.7168203 - ] - }, - "properties": { - "name": "Broadway at the Beach - Wonder Works ", - "area": "South Carolina", - "address": "1325 Celebrity Circle , Myrtle Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=213698", - "internal_url": "null", - "latitude": "33.7168203", - "longitude": "-78.8843065", - "machine_status": "available", - "status": "unvisited", - "id": 2215, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -40666,29 +30660,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.3716604, - 33.7337594 - ] - }, - "properties": { - "name": "Zoo Atlanta", - "area": "Georgia", - "address": "800 Cherokee Avenue, S.E., Atlanta", - "external_url": "http://209.221.138.252/Details.aspx?location=1901", - "internal_url": "null", - "latitude": "33.7337594", - "longitude": "-84.3716604", - "machine_status": "available", - "status": "unvisited", - "id": 1624, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -40758,29 +30729,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.3879824, - 33.7489954 - ] - }, - "properties": { - "name": "The Dungeon Shanghai ", - "area": "China", - "address": ", Shanghai ", - "external_url": "http://209.221.138.252/Details.aspx?location=317524", - "internal_url": "null", - "latitude": "33.7489954", - "longitude": "-84.3879824", - "machine_status": "available", - "status": "unvisited", - "id": 2949, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -40827,52 +30775,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.38744990000001, - 33.7598163 - ] - }, - "properties": { - "name": "Hard Rock Cafe - Atlanta", - "area": "Georgia", - "address": "215 Peachtree St NE, Atlanta", - "external_url": "http://209.221.138.252/Details.aspx?location=351306", - "internal_url": "null", - "latitude": "33.7598163", - "longitude": "-84.38744990000001", - "machine_status": "available", - "status": "unvisited", - "id": 1620, - "last_updated": "2022-07-27" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.3951463, - 33.7600874 - ] - }, - "properties": { - "name": "College Football Hall of Fame", - "area": "Georgia", - "address": "250 Marietta St. NW, Atlanta", - "external_url": "http://209.221.138.252/Details.aspx?location=284416", - "internal_url": "null", - "latitude": "33.7600874", - "longitude": "-84.3951463", - "machine_status": "available", - "status": "unvisited", - "id": 1616, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -40919,75 +30821,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.1967038, - 33.7625243 - ] - }, - "properties": { - "name": "Aquarium of the Pacific", - "area": "California", - "address": "100 Aquarium Way, Long Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=1334", - "internal_url": "null", - "latitude": "33.7625243", - "longitude": "-118.1967038", - "machine_status": "available", - "status": "unvisited", - "id": 4662, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.3925876, - 33.7625488 - ] - }, - "properties": { - "name": "World of Coca-Cola", - "area": "Georgia", - "address": "121 Baker Street NW, Atlanta", - "external_url": "http://209.221.138.252/Details.aspx?location=72071", - "internal_url": "null", - "latitude": "33.7625488", - "longitude": "-84.3925876", - "machine_status": "available", - "status": "unvisited", - "id": 1623, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.3951098, - 33.763382 - ] - }, - "properties": { - "name": "Georgia Aquarium", - "area": "Georgia", - "address": "225 Baker Street, Atlanta", - "external_url": "http://209.221.138.252/Details.aspx?location=13967", - "internal_url": "null", - "latitude": "33.763382", - "longitude": "-84.3951098", - "machine_status": "available", - "status": "unvisited", - "id": 1619, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -41057,29 +30890,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.55117919999999, - 33.7706534 - ] - }, - "properties": { - "name": "Six Flags Over Georgia", - "area": "Georgia", - "address": "275 Riverside Parkway SW, Austell", - "external_url": "http://209.221.138.252/Details.aspx?location=1907", - "internal_url": "null", - "latitude": "33.7706534", - "longitude": "-84.55117919999999", - "machine_status": "available", - "status": "unvisited", - "id": 1627, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -41103,29 +30913,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.7957261, - 33.7774946 - ] - }, - "properties": { - "name": "The Original Benjamin's (Calabash Seafood Restaurant)", - "area": "South Carolina", - "address": "9593 North Kings Highway , Myrtle Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=3151", - "internal_url": "null", - "latitude": "33.7774946", - "longitude": "-78.7957261", - "machine_status": "available", - "status": "unvisited", - "id": 2224, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -41149,29 +30936,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.9156747, - 33.7796259 - ] - }, - "properties": { - "name": "Great Wolf Lodge - Southern CA", - "area": "California", - "address": "12681 Harbor Boulevard, Garden Grove", - "external_url": "http://209.221.138.252/Details.aspx?location=248380", - "internal_url": "null", - "latitude": "33.7796259", - "longitude": "-117.9156747", - "machine_status": "available", - "status": "unvisited", - "id": 4631, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -41195,75 +30959,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.39708279999999, - 33.792713 - ] - }, - "properties": { - "name": "Premier Exhibition Center, Atlantic Station", - "area": "Georgia", - "address": "265 18th Street , Atlanta ", - "external_url": "http://209.221.138.252/Details.aspx?location=193284", - "internal_url": "null", - "latitude": "33.792713", - "longitude": "-84.39708279999999", - "machine_status": "available", - "status": "unvisited", - "id": 1622, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.13507299999999, - 33.793463 - ] - }, - "properties": { - "name": "Oklahoma Travel Center ", - "area": "Oklahoma", - "address": "I-35 North Bound - 3 miles north of the Texas border, Thackerville", - "external_url": "http://209.221.138.252/Details.aspx?location=262574", - "internal_url": "null", - "latitude": "33.793463", - "longitude": "-97.13507299999999", - "machine_status": "available", - "status": "unvisited", - "id": 1807, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.7453961, - 33.7984359 - ] - }, - "properties": { - "name": "Barefoot Landing - Black Market Minerals", - "area": "South Carolina", - "address": "4892 Hwy 17 S, store #20 , North Myrtle Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=51289", - "internal_url": "null", - "latitude": "33.7984359", - "longitude": "-78.7453961", - "machine_status": "available", - "status": "unvisited", - "id": 2229, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -41540,29 +31235,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.9235987, - 33.8093148 - ] - }, - "properties": { - "name": "Downtown Disney - Tortilla Jo's restaurant (Was Monorail Entrance)", - "area": "California", - "address": "1510 South Disneyland Drive, Anaheim", - "external_url": "http://209.221.138.252/Details.aspx?location=203609", - "internal_url": "null", - "latitude": "33.8093148", - "longitude": "-117.9235987", - "machine_status": "available", - "status": "unvisited", - "id": 4558, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -41586,29 +31258,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.7045591, - 33.8116154 - ] - }, - "properties": { - "name": "Lost Treasure Golf (Professor Hacker's)", - "area": "South Carolina", - "address": "1705 Highway 17 South (near 18th Ave), North Myrtle Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=5862", - "internal_url": "null", - "latitude": "33.8116154", - "longitude": "-78.7045591", - "machine_status": "available", - "status": "unvisited", - "id": 2232, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -41632,29 +31281,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.11885699999999, - 33.8185861 - ] - }, - "properties": { - "name": "Escape the Netherworld", - "area": "Georgia", - "address": "2076 West Park Place Blvd., Stone Mountain", - "external_url": "http://209.221.138.252/Details.aspx?location=129525", - "internal_url": "null", - "latitude": "33.8185861", - "longitude": "-84.11885699999999", - "machine_status": "available", - "status": "unvisited", - "id": 1670, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -41724,75 +31350,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -116.6141062, - 33.8370537 - ] - }, - "properties": { - "name": "Palm Springs Aerial Tramway", - "area": "California", - "address": "One Tram Way, Palm Springs", - "external_url": "http://209.221.138.252/Details.aspx?location=222613", - "internal_url": "null", - "latitude": "33.8370537", - "longitude": "-116.6141062", - "machine_status": "available", - "status": "unvisited", - "id": 4722, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.0002265, - 33.8443038 - ] - }, - "properties": { - "name": "Knott's Berry Farm", - "area": "California", - "address": "8039 Beach Blvd, Buena Park", - "external_url": "http://209.221.138.252/Details.aspx?location=1439", - "internal_url": "null", - "latitude": "33.8443038", - "longitude": "-118.0002265", - "machine_status": "available", - "status": "unvisited", - "id": 4582, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.36304419999999, - 33.8533433 - ] - }, - "properties": { - "name": "Legoland® Discovery Center ", - "area": "Georgia", - "address": "3500 Peachtree Rd. NE/ Phipps Plaza, Atlanta", - "external_url": "http://209.221.138.252/Details.aspx?location=107775", - "internal_url": "null", - "latitude": "33.8533433", - "longitude": "-84.36304419999999", - "machine_status": "available", - "status": "unvisited", - "id": 1621, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -41862,29 +31419,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.266674, - 33.882707 - ] - }, - "properties": { - "name": "March Field Air Museum", - "area": "California", - "address": "22550 Van Buren Blvd, Riverside", - "external_url": "http://209.221.138.252/Details.aspx?location=329169", - "internal_url": "null", - "latitude": "33.882707", - "longitude": "-117.266674", - "machine_status": "available", - "status": "unvisited", - "id": 4746, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -41954,52 +31488,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -116.77287, - 33.920239 - ] - }, - "properties": { - "name": "Cabazon Dinosaurs", - "area": "California", - "address": "50900 Seminole Drive, Cabazon", - "external_url": "http://209.221.138.252/Details.aspx?location=1432", - "internal_url": "null", - "latitude": "33.920239", - "longitude": "-116.77287", - "machine_status": "available", - "status": "unvisited", - "id": 4583, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.270032, - 33.923522 - ] - }, - "properties": { - "name": "Beach Mart/Cubelet Ice", - "area": "North Carolina", - "address": "3368 Holden Beach Rd. SW, Holden Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=5406", - "internal_url": "null", - "latitude": "33.923522", - "longitude": "-78.270032", - "machine_status": "available", - "status": "unvisited", - "id": 4115, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -42092,29 +31580,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.731053, - 33.968567 - ] - }, - "properties": { - "name": "Desert Caballeros Western Museum", - "area": "Arizona", - "address": "21 N Frontier St, Wickenburg", - "external_url": "http://209.221.138.252/Details.aspx?location=326188", - "internal_url": "null", - "latitude": "33.968567", - "longitude": "-112.731053", - "machine_status": "available", - "status": "unvisited", - "id": 2721, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -42253,52 +31718,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.4996469, - 34.0076067 - ] - }, - "properties": { - "name": "Santa Monica Pier Bait-Tackle", - "area": "California", - "address": "404 Santa Monica Pier, Santa Monica", - "external_url": "http://209.221.138.252/Details.aspx?location=249684", - "internal_url": "null", - "latitude": "34.0076067", - "longitude": "-118.4996469", - "machine_status": "available", - "status": "unvisited", - "id": 4856, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.498101, - 34.008576 - ] - }, - "properties": { - "name": "Santa Monica Pier - Pacific Park", - "area": "California", - "address": "380 Santa Monica Pier, Santa Monica", - "external_url": "http://209.221.138.252/Details.aspx?location=525", - "internal_url": "null", - "latitude": "34.008576", - "longitude": "-118.498101", - "machine_status": "available", - "status": "unvisited", - "id": 4855, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -42414,29 +31833,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.3399918, - 34.0471161 - ] - }, - "properties": { - "name": "Little Big City", - "area": "China", - "address": ", Beijing", - "external_url": "http://209.221.138.252/Details.aspx?location=317522", - "internal_url": "null", - "latitude": "34.0471161", - "longitude": "-118.3399918", - "machine_status": "available", - "status": "unvisited", - "id": 2939, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -42460,29 +31856,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.8724818, - 34.0505871 - ] - }, - "properties": { - "name": "Dodge City Petro", - "area": "Alabama", - "address": "426 AL-69 (I-65 Exit 299), Hanceville", - "external_url": "http://209.221.138.252/Details.aspx?location=275011", - "internal_url": "null", - "latitude": "34.0505871", - "longitude": "-86.8724818", - "machine_status": "available", - "status": "unvisited", - "id": 1722, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -42529,29 +31902,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.3555013, - 34.0637249 - ] - }, - "properties": { - "name": "George C. Page Museum, La Brea Tar Pits", - "area": "California", - "address": "5801 Wilshire Boulevard, Los Angeles - La Brea", - "external_url": "http://209.221.138.252/Details.aspx?location=1317", - "internal_url": "null", - "latitude": "34.0637249", - "longitude": "-118.3555013", - "machine_status": "available", - "status": "unvisited", - "id": 4674, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -42575,29 +31925,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.5487146, - 34.0722611 - ] - }, - "properties": { - "name": "Rainforest Café - Ontario Mills Mall", - "area": "California", - "address": "4810 Mills Circle , Ontario", - "external_url": "http://209.221.138.252/Details.aspx?location=1272", - "internal_url": "null", - "latitude": "34.0722611", - "longitude": "-117.5487146", - "machine_status": "available", - "status": "unvisited", - "id": 4719, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -42621,29 +31948,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.2117402, - 34.0865903 - ] - }, - "properties": { - "name": "M&NA Railroad Station Depot", - "area": "Arkansas", - "address": "110 Highway 65, St. Joe", - "external_url": "http://209.221.138.252/Details.aspx?location=314829", - "internal_url": "null", - "latitude": "34.0865903", - "longitude": "-118.2117402", - "machine_status": "available", - "status": "unvisited", - "id": 2325, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -42736,29 +32040,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.3415776, - 34.1017476 - ] - }, - "properties": { - "name": "Madame Tussauds", - "area": "California", - "address": "6933 Hollywood Boulevard, Hollywood", - "external_url": "http://209.221.138.252/Details.aspx?location=85777", - "internal_url": "null", - "latitude": "34.1017476", - "longitude": "-118.3415776", - "machine_status": "available", - "status": "unvisited", - "id": 4644, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -42828,52 +32109,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.339455, - 34.1025381 - ] - }, - "properties": { - "name": "Gifts Of Hollywood", - "area": "California", - "address": "6801 Hollywood Boulevard - level 4 bridge, Hollywood", - "external_url": "http://209.221.138.252/Details.aspx?location=48947", - "internal_url": "null", - "latitude": "34.1025381", - "longitude": "-118.339455", - "machine_status": "available", - "status": "unvisited", - "id": 4639, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.336985, - 34.105593 - ] - }, - "properties": { - "name": "Highland Market (was Famous Market)", - "area": "California", - "address": "6818 Hollywood Boulevard, Hollywood", - "external_url": "http://209.221.138.252/Details.aspx?location=70543", - "internal_url": "null", - "latitude": "34.105593", - "longitude": "-118.336985", - "machine_status": "available", - "status": "unvisited", - "id": 4640, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -43495,29 +32730,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -119.2945001, - 34.2776355 - ] - }, - "properties": { - "name": "Golf N' Stuff", - "area": "California", - "address": "5555 Walker Street (can be seen on NB side of Hwy 101), Ventura", - "external_url": "http://209.221.138.252/Details.aspx?location=27731", - "internal_url": "null", - "latitude": "34.2776355", - "longitude": "-119.2945001", - "machine_status": "available", - "status": "unvisited", - "id": 4885, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -43541,29 +32753,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 134.1720506, - 34.3253204 - ] - }, - "properties": { - "name": "Tsudanomatsubara SA (Heading Kobe)", - "area": "Japan", - "address": "935-5 Tsuruha, Tsuda, Sanuki City, Kagawa", - "external_url": "http://209.221.138.252/Details.aspx?location=315378", - "internal_url": "null", - "latitude": "34.3253204", - "longitude": "134.1720506", - "machine_status": "available", - "status": "unvisited", - "id": 2821, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -43633,29 +32822,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 109.2784918, - 34.3841153 - ] - }, - "properties": { - "name": "Xian Tericotta Warriors Museum", - "area": "China", - "address": ", Xian", - "external_url": "http://209.221.138.252/Details.aspx?location=109587", - "internal_url": "null", - "latitude": "34.3841153", - "longitude": "109.2784918", - "machine_status": "available", - "status": "unvisited", - "id": 2952, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -43702,52 +32868,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -119.6857157, - 34.4104119 - ] - }, - "properties": { - "name": "Stearns Wharf - Santa Barbara Museum of Natural History, Sea Center", - "area": "California", - "address": "211 Stearns Wharf , Santa Barbara", - "external_url": "http://209.221.138.252/Details.aspx?location=14420", - "internal_url": "null", - "latitude": "34.4104119", - "longitude": "-119.6857157", - "machine_status": "available", - "status": "unvisited", - "id": 4844, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -119.6684517, - 34.419385 - ] - }, - "properties": { - "name": "Santa Barbara Zoo", - "area": "California", - "address": "500 Ninos Drive, Santa Barbara", - "external_url": "http://209.221.138.252/Details.aspx?location=240613", - "internal_url": "null", - "latitude": "34.419385", - "longitude": "-119.6684517", - "machine_status": "retired", - "status": "retired", - "id": 4842, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -43817,29 +32937,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 135.2447649, - 34.4353126 - ] - }, - "properties": { - "name": "Toy Park Kansai Airport", - "area": "Japan", - "address": "Kansai Airport Terminal 3F, Tzumisano - Osaka", - "external_url": "http://209.221.138.252/Details.aspx?location=104732", - "internal_url": "null", - "latitude": "34.4353126", - "longitude": "135.2447649", - "machine_status": "available", - "status": "unvisited", - "id": 2868, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -43909,29 +33006,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -119.2458632, - 34.4483742 - ] - }, - "properties": { - "name": "Treasures of Ojai", - "area": "California", - "address": "110 N Signal St, Ojai", - "external_url": "http://209.221.138.252/Details.aspx?location=352823", - "internal_url": "null", - "latitude": "34.4483742", - "longitude": "-119.2458632", - "machine_status": "available", - "status": "unvisited", - "id": 4717, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -44047,29 +33121,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.06986789999999, - 34.4726221 - ] - }, - "properties": { - "name": "Gulog Rest Area/Welcome Center Georgia ", - "area": "Georgia", - "address": "Rest Area , Lavonia", - "external_url": "http://209.221.138.252/Details.aspx?location=278051", - "internal_url": "null", - "latitude": "34.4726221", - "longitude": "-83.06986789999999", - "machine_status": "available", - "status": "unvisited", - "id": 1644, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -44116,29 +33167,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.6272192, - 34.4957262 - ] - }, - "properties": { - "name": "Desoto State Park", - "area": "Alabama", - "address": "7104 DeSoto Parkway NE, Fort Payne", - "external_url": "http://209.221.138.252/Details.aspx?location=47252", - "internal_url": "null", - "latitude": "34.4957262", - "longitude": "-85.6272192", - "machine_status": "available", - "status": "unvisited", - "id": 1712, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -44208,29 +33236,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.0541863, - 34.5138061 - ] - }, - "properties": { - "name": "National Park Gifts and Souvenirs", - "area": "Arkansas", - "address": "370 Central Ave, Hot Springs", - "external_url": "http://209.221.138.252/Details.aspx?location=498", - "internal_url": "null", - "latitude": "34.5138061", - "longitude": "-93.0541863", - "machine_status": "available", - "status": "unvisited", - "id": 2308, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -44254,29 +33259,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.11655929999999, - 34.515753 - ] - }, - "properties": { - "name": "Mid America Science Museum", - "area": "Arkansas", - "address": "500 Mid-America Boulevard, Hot Springs", - "external_url": "http://209.221.138.252/Details.aspx?location=14520", - "internal_url": "null", - "latitude": "34.515753", - "longitude": "-93.11655929999999", - "machine_status": "retired", - "status": "retired", - "id": 2306, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -44300,29 +33282,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.04608, - 34.517285 - ] - }, - "properties": { - "name": "Hot Springs Mountain Tower", - "area": "Arkansas", - "address": "401 Hot Springs Mountain Drive, Hot Springs", - "external_url": "http://209.221.138.252/Details.aspx?location=500", - "internal_url": "null", - "latitude": "34.517285", - "longitude": "-93.04608", - "machine_status": "available", - "status": "unvisited", - "id": 2304, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -44484,29 +33443,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.2215867, - 34.5736379 - ] - }, - "properties": { - "name": "Cathedral Caverns State Park", - "area": "Alabama", - "address": "637 Cave Rd., Woodville", - "external_url": "http://209.221.138.252/Details.aspx?location=36463", - "internal_url": "null", - "latitude": "34.5736379", - "longitude": "-86.2215867", - "machine_status": "available", - "status": "unvisited", - "id": 1739, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -44714,29 +33650,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.1927651, - 34.6140583 - ] - }, - "properties": { - "name": "Pea Soup Andersen's Restaurant", - "area": "California", - "address": "376 Avenue of the Flags, Buellton", - "external_url": "http://209.221.138.252/Details.aspx?location=1441", - "internal_url": "null", - "latitude": "34.6140583", - "longitude": "-120.1927651", - "machine_status": "available", - "status": "unvisited", - "id": 4581, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -45450,29 +34363,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -109.8912094, - 34.7921982 - ] - }, - "properties": { - "name": "Crystal Forest Gift Shop & Museum", - "area": "Arizona", - "address": "6495 Petrified Forest Road, Holbrook", - "external_url": "http://209.221.138.252/Details.aspx?location=27229", - "internal_url": "null", - "latitude": "34.7921982", - "longitude": "-109.8912094", - "machine_status": "available", - "status": "unvisited", - "id": 2634, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -45634,29 +34524,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.3859678, - 34.8474429 - ] - }, - "properties": { - "name": "Greenville Zoo", - "area": "South Carolina", - "address": "150 Cleveland Park Dr, Greenville ", - "external_url": "http://209.221.138.252/Details.aspx?location=268714", - "internal_url": "null", - "latitude": "34.8474429", - "longitude": "-82.3859678", - "machine_status": "available", - "status": "unvisited", - "id": 2194, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -45726,29 +34593,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.3925101, - 34.8641144 - ] - }, - "properties": { - "name": "Ruby Falls, Lookout Mountain Tower Gift Shop", - "area": "Tennessee", - "address": "1720 South Scenic Highway , Chattanooga", - "external_url": "http://209.221.138.252/Details.aspx?location=2147", - "internal_url": "null", - "latitude": "34.8641144", - "longitude": "-85.3925101", - "machine_status": "available", - "status": "unvisited", - "id": 4191, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -45818,29 +34662,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.7604414, - 34.8698517 - ] - }, - "properties": { - "name": "Cactus Carlos #2", - "area": "Arizona", - "address": "320 N State Rte 89A Suite A, Sedona", - "external_url": "http://209.221.138.252/Details.aspx?location=272058", - "internal_url": "null", - "latitude": "34.8698517", - "longitude": "-111.7604414", - "machine_status": "available", - "status": "unvisited", - "id": 2681, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -45910,52 +34731,6 @@ "last_updated": "2022-11-09" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.1596603, - 34.890274 - ] - }, - "properties": { - "name": "Jim Gray's Petrified Wood Co.", - "area": "Arizona", - "address": "147 US Highway 180, Holbrook", - "external_url": "http://209.221.138.252/Details.aspx?location=339", - "internal_url": "null", - "latitude": "34.890274", - "longitude": "-110.1596603", - "machine_status": "available", - "status": "unvisited", - "id": 2636, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -116.998835, - 34.891576 - ] - }, - "properties": { - "name": "Barstow Station", - "area": "California", - "address": "1611 East Main Street, Barstow", - "external_url": "http://209.221.138.252/Details.aspx?location=101980", - "internal_url": "null", - "latitude": "34.891576", - "longitude": "-116.998835", - "machine_status": "available", - "status": "unvisited", - "id": 4575, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -45979,29 +34754,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.7312185, - 34.918064 - ] - }, - "properties": { - "name": "Dairy Queen Sedona", - "area": "Arizona", - "address": "4551 N Hwy 89A, Sedona", - "external_url": "http://209.221.138.252/Details.aspx?location=263420", - "internal_url": "null", - "latitude": "34.918064", - "longitude": "-111.7312185", - "machine_status": "available", - "status": "unvisited", - "id": 2683, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -46186,29 +34938,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.35017719999999, - 34.9733918 - ] - }, - "properties": { - "name": "Rock City Gardens", - "area": "Georgia", - "address": "1400 Patten Road, Lookout Mountain", - "external_url": "http://209.221.138.252/Details.aspx?location=1877", - "internal_url": "null", - "latitude": "34.9733918", - "longitude": "-85.35017719999999", - "machine_status": "available", - "status": "unvisited", - "id": 1646, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -46301,29 +35030,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.6681039, - 35.009078 - ] - }, - "properties": { - "name": "Clines Corners Retail Center (& Truckstop)", - "area": "New Mexico", - "address": "1 Yacht Club Drive, Clines Corners", - "external_url": "http://209.221.138.252/Details.aspx?location=238213", - "internal_url": "null", - "latitude": "35.009078", - "longitude": "-105.6681039", - "machine_status": "available", - "status": "unvisited", - "id": 4923, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -46508,75 +35214,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -114.383125, - 35.0256213 - ] - }, - "properties": { - "name": "Main Street Emporium", - "area": "Arizona", - "address": "150 South Main Street, Oatman", - "external_url": "http://209.221.138.252/Details.aspx?location=183011", - "internal_url": "null", - "latitude": "35.0256213", - "longitude": "-114.383125", - "machine_status": "available", - "status": "unvisited", - "id": 2655, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -114.3831516, - 35.0260078 - ] - }, - "properties": { - "name": "Fast Fanny's Place (Formerly Eagle's Nest Antiques)", - "area": "Arizona", - "address": "152 South Main Street, Oatman", - "external_url": "http://209.221.138.252/Details.aspx?location=327", - "internal_url": "null", - "latitude": "35.0260078", - "longitude": "-114.3831516", - "machine_status": "available", - "status": "unvisited", - "id": 2654, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.0221934, - 35.0277544 - ] - }, - "properties": { - "name": "Meteor Crater, The Museum of Astrogeology", - "area": "Arizona", - "address": "Exit 233 East off I-40, Winslow", - "external_url": "http://209.221.138.252/Details.aspx?location=351", - "internal_url": "null", - "latitude": "35.0277544", - "longitude": "-111.0221934", - "machine_status": "available", - "status": "unvisited", - "id": 2737, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -46623,29 +35260,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.0254238, - 35.0433202 - ] - }, - "properties": { - "name": "Rock N Roll Cafe", - "area": "Tennessee", - "address": "3855 Elvis Presley Boulevard, Memphis", - "external_url": "http://209.221.138.252/Details.aspx?location=28047", - "internal_url": "null", - "latitude": "35.0433202", - "longitude": "-90.0254238", - "machine_status": "available", - "status": "unvisited", - "id": 4238, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -46922,29 +35536,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.6621659, - 35.0776932 - ] - }, - "properties": { - "name": "ABQ BioPark Zoo (Was Rio Grande Zoo)", - "area": "New Mexico", - "address": "903 10 St. SW, Albuquerque", - "external_url": "http://209.221.138.252/Details.aspx?location=3505", - "internal_url": "null", - "latitude": "35.0776932", - "longitude": "-106.6621659", - "machine_status": "available", - "status": "unvisited", - "id": 4903, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -47014,29 +35605,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.6693179, - 35.095707 - ] - }, - "properties": { - "name": "Old Town - Old Town Emporium", - "area": "New Mexico", - "address": "204 San Felipe NW, Albuquerque", - "external_url": "http://209.221.138.252/Details.aspx?location=12799", - "internal_url": "null", - "latitude": "35.095707", - "longitude": "-106.6693179", - "machine_status": "available", - "status": "unvisited", - "id": 4913, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -47152,29 +35720,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 129.032321, - 35.1012187 - ] - }, - "properties": { - "name": "Busan Tower", - "area": "South Korea", - "address": "Yongdusan Park , Busan", - "external_url": "http://209.221.138.252/Details.aspx?location=226708", - "internal_url": "null", - "latitude": "35.1012187", - "longitude": "129.032321", - "machine_status": "available", - "status": "unvisited", - "id": 2105, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -47313,98 +35858,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 140.1168939, - 35.1138051 - ] - }, - "properties": { - "name": "Kamogawa Sea World Hotel", - "area": "Japan", - "address": "1464-18 Higashi-cho, Chiba - Kamogawa", - "external_url": "http://209.221.138.252/Details.aspx?location=318195", - "internal_url": "null", - "latitude": "35.1138051", - "longitude": "140.1168939", - "machine_status": "available", - "status": "unvisited", - "id": 2756, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 140.1203229, - 35.115895 - ] - }, - "properties": { - "name": "Kamogawa Seaworld", - "area": "Japan", - "address": "1464-18 Higashi-cho, Chiba - Kamogawa", - "external_url": "http://209.221.138.252/Details.aspx?location=93635", - "internal_url": "null", - "latitude": "35.115895", - "longitude": "140.1203229", - "machine_status": "available", - "status": "unvisited", - "id": 2757, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -92.4050706, - 35.1211917 - ] - }, - "properties": { - "name": "Pickles Gap Village", - "area": "Arkansas", - "address": "Highway 65 North, Conway", - "external_url": "http://209.221.138.252/Details.aspx?location=31612", - "internal_url": "null", - "latitude": "35.1211917", - "longitude": "-92.4050706", - "machine_status": "available", - "status": "unvisited", - "id": 2299, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.5797806, - 35.1232056 - ] - }, - "properties": { - "name": "Doc Burnstein's Ice Cream Lab", - "area": "California", - "address": "114 W Branch St, Arroyo Grande", - "external_url": "http://209.221.138.252/Details.aspx?location=378", - "internal_url": "null", - "latitude": "35.1232056", - "longitude": "-120.5797806", - "machine_status": "available", - "status": "unvisited", - "id": 4565, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -47451,29 +35904,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.6379334, - 35.1342374 - ] - }, - "properties": { - "name": "Pismo Coast Village Grill", - "area": "California", - "address": "165 S Dolliver St, Pismo Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=329893", - "internal_url": "null", - "latitude": "35.1342374", - "longitude": "-120.6379334", - "machine_status": "available", - "status": "unvisited", - "id": 4735, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -47589,29 +36019,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.6420882, - 35.1397707 - ] - }, - "properties": { - "name": "Jim And G's Apparel And Beachwear", - "area": "California", - "address": "685 Cypress St, Pismo Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=343451", - "internal_url": "null", - "latitude": "35.1397707", - "longitude": "-120.6420882", - "machine_status": "available", - "status": "unvisited", - "id": 4733, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -47704,29 +36111,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.6626985, - 35.1413214 - ] - }, - "properties": { - "name": "Unser Racing Museum", - "area": "New Mexico", - "address": "1776 Montano NW, Albuquerque", - "external_url": "http://209.221.138.252/Details.aspx?location=19867", - "internal_url": "null", - "latitude": "35.1413214", - "longitude": "-106.6626985", - "machine_status": "available", - "status": "unvisited", - "id": 4915, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -47819,29 +36203,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.2204513, - 35.1617453 - ] - }, - "properties": { - "name": "Fred Harvey Painted Desert Gift Shop", - "area": "Arizona", - "address": "1 Park Road (P.O..Box 2217) Interstate 40 (Exit 311), Petrified Forest (near Holbrook)", - "external_url": "http://209.221.138.252/Details.aspx?location=321", - "internal_url": "null", - "latitude": "35.1617453", - "longitude": "-90.2204513", - "machine_status": "available", - "status": "unvisited", - "id": 2662, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -47980,29 +36341,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -103.1040605, - 35.1753875 - ] - }, - "properties": { - "name": "Russell''s Truck and Travel Center", - "area": "New Mexico", - "address": "1383 Frontage Road 4132 (Exit 369 off route I-40), Glenrio", - "external_url": "http://209.221.138.252/Details.aspx?location=267781", - "internal_url": "null", - "latitude": "35.1753875", - "longitude": "-103.1040605", - "machine_status": "available", - "status": "unvisited", - "id": 4928, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -48118,29 +36456,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.5974421, - 35.1850019 - ] - }, - "properties": { - "name": "Albuquerque International Balloon Fiesta - NASA Tent", - "area": "New Mexico", - "address": "700 Alameda Blvd Ne (Balloon Fiesta Park), Albuquerque", - "external_url": "http://209.221.138.252/Details.aspx?location=259875", - "internal_url": "null", - "latitude": "35.1850019", - "longitude": "-106.5974421", - "machine_status": "available", - "status": "unvisited", - "id": 4905, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -48256,29 +36571,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -101.7548944, - 35.1936064 - ] - }, - "properties": { - "name": "Big Texan Steak Ranch", - "area": "Texas", - "address": "7701 Interstate (I-40 East bound Exit 75), Amarillo", - "external_url": "http://209.221.138.252/Details.aspx?location=1756", - "internal_url": "null", - "latitude": "35.1936064", - "longitude": "-101.7548944", - "machine_status": "available", - "status": "unvisited", - "id": 3639, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -48509,29 +36801,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.8409271, - 35.229441 - ] - }, - "properties": { - "name": "Discovery Place", - "area": "North Carolina", - "address": "301 N Tryon St, Charlotte", - "external_url": "http://209.221.138.252/Details.aspx?location=78810", - "internal_url": "null", - "latitude": "35.229441", - "longitude": "-80.8409271", - "machine_status": "available", - "status": "unvisited", - "id": 4091, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -48624,29 +36893,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -102.4291334, - 35.2458736 - ] - }, - "properties": { - "name": "Milburn-Price Culture Museum", - "area": "Texas", - "address": "1005 Coke Street, Vega", - "external_url": "http://209.221.138.252/Details.aspx?location=283184", - "internal_url": "null", - "latitude": "35.2458736", - "longitude": "-102.4291334", - "machine_status": "available", - "status": "unvisited", - "id": 3816, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -48762,29 +37008,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.1887471, - 35.2507535 - ] - }, - "properties": { - "name": "Pine Country Restaurant", - "area": "Arizona", - "address": "107 North Grand Canyon Boulevard, Williams", - "external_url": "http://209.221.138.252/Details.aspx?location=239", - "internal_url": "null", - "latitude": "35.2507535", - "longitude": "-112.1887471", - "machine_status": "available", - "status": "unvisited", - "id": 2733, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -48877,75 +37100,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.1943576, - 35.2513513 - ] - }, - "properties": { - "name": "Grand Canyon Railway RV Park", - "area": "Arizona", - "address": "601 W. Franklin Avenue, Williams", - "external_url": "http://209.221.138.252/Details.aspx?location=239519", - "internal_url": "null", - "latitude": "35.2513513", - "longitude": "-112.1943576", - "machine_status": "available", - "status": "unvisited", - "id": 2730, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.190175, - 35.2516902 - ] - }, - "properties": { - "name": "Fred Harvey (Was Grand Depot Cafe)", - "area": "Arizona", - "address": "233 N Grand Canyon Blvd, Williams", - "external_url": "http://209.221.138.252/Details.aspx?location=251363", - "internal_url": "null", - "latitude": "35.2516902", - "longitude": "-112.190175", - "machine_status": "available", - "status": "unvisited", - "id": 2728, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.1847392, - 35.2518644 - ] - }, - "properties": { - "name": "Wild West Junction, Long Horn Saloon", - "area": "Arizona", - "address": "321 E. Route 66, Williams", - "external_url": "http://209.221.138.252/Details.aspx?location=250337", - "internal_url": "null", - "latitude": "35.2518644", - "longitude": "-112.1847392", - "machine_status": "available", - "status": "unvisited", - "id": 2734, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -49015,29 +37169,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.6746599, - 35.2674132 - ] - }, - "properties": { - "name": "Madonna Inn", - "area": "California", - "address": "100 Madonna Road, San Luis Obispo", - "external_url": "http://209.221.138.252/Details.aspx?location=571", - "internal_url": "null", - "latitude": "35.2674132", - "longitude": "-120.6746599", - "machine_status": "available", - "status": "unvisited", - "id": 4832, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -49107,29 +37238,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.3741087, - 35.2825237 - ] - }, - "properties": { - "name": "Courthouse Square - Cowboy Jacks", - "area": "Tennessee", - "address": "Main Street & Hill Street, Lynchburg", - "external_url": "http://209.221.138.252/Details.aspx?location=2176", - "internal_url": "null", - "latitude": "35.2825237", - "longitude": "-86.3741087", - "machine_status": "available", - "status": "unvisited", - "id": 4227, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -49245,29 +37353,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 25.2505253, - 35.3111827 - ] - }, - "properties": { - "name": "WaterCity Waterpark", - "area": "Greece", - "address": "Anopolis, Crete", - "external_url": "http://209.221.138.252/Details.aspx?location=241893", - "internal_url": "null", - "latitude": "35.3111827", - "longitude": "25.2505253", - "machine_status": "retired", - "status": "retired", - "id": 1033, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -49429,29 +37514,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.80763890000001, - 35.3292194 - ] - }, - "properties": { - "name": "The Hub", - "area": "North Carolina", - "address": "664 Rodney Orr Bypss, Robbinsville ", - "external_url": "http://209.221.138.252/Details.aspx?location=342181", - "internal_url": "null", - "latitude": "35.3292194", - "longitude": "-83.80763890000001", - "machine_status": "available", - "status": "unvisited", - "id": 4150, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -49498,29 +37560,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 139.5997151, - 35.3484444 - ] - }, - "properties": { - "name": "Kanazawa Zoo", - "area": "Japan", - "address": "5-15-1 Kamariya-Higashi, Kanazawa-ku, Yokohama City - Kanagawa Prefecture", - "external_url": "http://209.221.138.252/Details.aspx?location=63701", - "internal_url": "null", - "latitude": "35.3484444", - "longitude": "139.5997151", - "machine_status": "available", - "status": "unvisited", - "id": 2882, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -49958,29 +37997,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.4459262, - 35.4307239 - ] - }, - "properties": { - "name": "Smoky Mountains Train Store", - "area": "North Carolina", - "address": "100 Greenlee Street, Bryson City", - "external_url": "http://209.221.138.252/Details.aspx?location=26517", - "internal_url": "null", - "latitude": "35.4307239", - "longitude": "-83.4459262", - "machine_status": "available", - "status": "unvisited", - "id": 4088, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -50050,52 +38066,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.24857490000001, - 35.4397021 - ] - }, - "properties": { - "name": "Chimney Rock State Park", - "area": "North Carolina", - "address": "U.S. Hwys 64/74, Chimney Rock ", - "external_url": "http://209.221.138.252/Details.aspx?location=3717", - "internal_url": "null", - "latitude": "35.4397021", - "longitude": "-82.24857490000001", - "machine_status": "available", - "status": "unvisited", - "id": 4100, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.6728534, - 35.4411845 - ] - }, - "properties": { - "name": "Cima Mining Company / Shell Gas Station", - "area": "California", - "address": "65845 Cima Road, Nipton", - "external_url": "http://209.221.138.252/Details.aspx?location=256238", - "internal_url": "null", - "latitude": "35.4411845", - "longitude": "-115.6728534", - "machine_status": "available", - "status": "unvisited", - "id": 4708, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -50119,29 +38089,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 139.6447028, - 35.4427792 - ] - }, - "properties": { - "name": "Yokohama Omoshiro Aquarium", - "area": "Japan", - "address": "Yamashitachou, Yokohamashinaka-ku, Kagawa 231-0023, Kanagawa-Yokohama", - "external_url": "http://209.221.138.252/Details.aspx?location=349733", - "internal_url": "null", - "latitude": "35.4427792", - "longitude": "139.6447028", - "machine_status": "available", - "status": "unvisited", - "id": 2786, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -50234,29 +38181,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 139.633639, - 35.456956 - ] - }, - "properties": { - "name": "Sanrio Vivitix", - "area": "Japan", - "address": "2 Chome-3 Minatomirai, Nishi Ward, Yokohama - Kanagawa Prefecture", - "external_url": "http://209.221.138.252/Details.aspx?location=302827", - "internal_url": "null", - "latitude": "35.456956", - "longitude": "139.633639", - "machine_status": "available", - "status": "unvisited", - "id": 2875, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -50832,29 +38756,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.236104, - 35.534666 - ] - }, - "properties": { - "name": "Cherokee Trading Post", - "area": "Oklahoma", - "address": "301 S Walbaum Road, Calumet", - "external_url": "http://209.221.138.252/Details.aspx?location=3907", - "internal_url": "null", - "latitude": "35.534666", - "longitude": "-98.236104", - "machine_status": "available", - "status": "unvisited", - "id": 1785, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -51200,29 +39101,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.55639649999999, - 35.5986698 - ] - }, - "properties": { - "name": "Cherry Street Diner", - "area": "Ohio", - "address": "80 Cherry St, Ashville", - "external_url": "http://209.221.138.252/Details.aspx?location=329168", - "internal_url": "null", - "latitude": "35.5986698", - "longitude": "-82.55639649999999", - "machine_status": "available", - "status": "unvisited", - "id": 1942, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -52005,29 +39883,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.3568923, - 35.654771 - ] - }, - "properties": { - "name": "Fall Creek Falls State Park", - "area": "Tennessee", - "address": "2009 Village Camp Road, Pikeville", - "external_url": "http://209.221.138.252/Details.aspx?location=2662", - "internal_url": "null", - "latitude": "35.654771", - "longitude": "-85.3568923", - "machine_status": "available", - "status": "unvisited", - "id": 4287, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -52281,29 +40136,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 139.7065474, - 35.667733 - ] - }, - "properties": { - "name": "Kiddy Land - Harajuku (basement Snoopy Town)", - "area": "Japan", - "address": "6-1-9 Jingu-mae, Shibuya-ku, Tokyo", - "external_url": "http://209.221.138.252/Details.aspx?location=27163", - "internal_url": "null", - "latitude": "35.667733", - "longitude": "139.7065474", - "machine_status": "available", - "status": "unvisited", - "id": 2840, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -52350,29 +40182,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.74567549999999, - 35.6781762 - ] - }, - "properties": { - "name": "Little River Village Marathon Gas Station", - "area": "Tennessee", - "address": "State Hwy. 73 , Townsend", - "external_url": "http://209.221.138.252/Details.aspx?location=2690", - "internal_url": "null", - "latitude": "35.6781762", - "longitude": "-83.74567549999999", - "machine_status": "available", - "status": "unvisited", - "id": 4297, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -52396,29 +40205,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 139.7681656, - 35.6810432 - ] - }, - "properties": { - "name": "Tokyo Okashi Land", - "area": "Japan", - "address": "Tokyo Station Ichibangai B1 1-9-1 Marunouchi Chiyoda-ku, Tokyo", - "external_url": "http://209.221.138.252/Details.aspx?location=291445", - "internal_url": "null", - "latitude": "35.6810432", - "longitude": "139.7681656", - "machine_status": "available", - "status": "unvisited", - "id": 2857, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -52672,29 +40458,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 139.7544116, - 35.7050355 - ] - }, - "properties": { - "name": "Jump Shop, Aqua City", - "area": "Japan", - "address": "1-3-61 Koraku Bunkyo-ku, Tokyo (Odaiba)", - "external_url": "http://209.221.138.252/Details.aspx?location=291110", - "internal_url": "null", - "latitude": "35.7050355", - "longitude": "139.7544116", - "machine_status": "available", - "status": "unvisited", - "id": 2863, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -52741,75 +40504,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5213552, - 35.7085227 - ] - }, - "properties": { - "name": "Bear Stop", - "area": "Tennessee", - "address": "1007 Parkway, Gatlinburg", - "external_url": "http://209.221.138.252/Details.aspx?location=337431", - "internal_url": "null", - "latitude": "35.7085227", - "longitude": "-83.5213552", - "machine_status": "available", - "status": "unvisited", - "id": 4198, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5211832, - 35.7086479 - ] - }, - "properties": { - "name": "Ober Gatlinburg", - "area": "Tennessee", - "address": "1001 Parkway Suite #2, Gatlinburg", - "external_url": "http://209.221.138.252/Details.aspx?location=2162", - "internal_url": "null", - "latitude": "35.7086479", - "longitude": "-83.5211832", - "machine_status": "available", - "status": "unvisited", - "id": 4208, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.52110259999999, - 35.7087578 - ] - }, - "properties": { - "name": "The Silver Galleon", - "area": "Tennessee", - "address": "1001 Parkway Suite #1, Gatlinburg", - "external_url": "http://209.221.138.252/Details.aspx?location=2165", - "internal_url": "null", - "latitude": "35.7087578", - "longitude": "-83.52110259999999", - "machine_status": "available", - "status": "unvisited", - "id": 4218, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -52879,29 +40573,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5183792, - 35.7106247 - ] - }, - "properties": { - "name": "Space Needle - Gatlinburg Arcade", - "area": "Tennessee", - "address": "115 Historic Nature Trail , Gatlinburg", - "external_url": "http://209.221.138.252/Details.aspx?location=2166", - "internal_url": "null", - "latitude": "35.7106247", - "longitude": "-83.5183792", - "machine_status": "available", - "status": "unvisited", - "id": 4214, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -52925,29 +40596,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.51922689999999, - 35.7109528 - ] - }, - "properties": { - "name": "Dick's Last Resort Gatlinburg", - "area": "Tennessee", - "address": "903 Parkway, Gatlinburg", - "external_url": "http://209.221.138.252/Details.aspx?location=262371", - "internal_url": "null", - "latitude": "35.7109528", - "longitude": "-83.51922689999999", - "machine_status": "available", - "status": "unvisited", - "id": 4202, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -53063,52 +40711,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.514517, - 35.7126814 - ] - }, - "properties": { - "name": "Beef Jerky Outlet", - "area": "Tennessee", - "address": "636 Parkway Suite #1, Gatlinburg", - "external_url": "http://209.221.138.252/Details.aspx?location=90659", - "internal_url": "null", - "latitude": "35.7126814", - "longitude": "-83.514517", - "machine_status": "available", - "status": "unvisited", - "id": 4199, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5137252, - 35.7128548 - ] - }, - "properties": { - "name": "Buckboard Too", - "area": "Tennessee", - "address": "612 Parkway, Gatlinburg", - "external_url": "http://209.221.138.252/Details.aspx?location=309947", - "internal_url": "null", - "latitude": "35.7128548", - "longitude": "-83.5137252", - "machine_status": "available", - "status": "unvisited", - "id": 4201, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -53155,52 +40757,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.51323359999999, - 35.7132367 - ] - }, - "properties": { - "name": "Mountain Mall", - "area": "Tennessee", - "address": "611 Parkway Floor A outside Aunt Mahalia's, Gatlinburg", - "external_url": "http://209.221.138.252/Details.aspx?location=2155", - "internal_url": "null", - "latitude": "35.7132367", - "longitude": "-83.51323359999999", - "machine_status": "available", - "status": "unvisited", - "id": 4207, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5109202, - 35.7140916 - ] - }, - "properties": { - "name": "Tennessee Shine Company", - "area": "Tennessee", - "address": "519 Parkway, Gatlinburg", - "external_url": "http://209.221.138.252/Details.aspx?location=353056", - "internal_url": "null", - "latitude": "35.7140916", - "longitude": "-83.5109202", - "machine_status": "available", - "status": "unvisited", - "id": 4216, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -53293,29 +40849,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.640408, - 35.7230622 - ] - }, - "properties": { - "name": "Tennessee Shine Company", - "area": "Tennessee", - "address": "3303 Wears Valley Rd, Sevierville", - "external_url": "http://209.221.138.252/Details.aspx?location=353053", - "internal_url": "null", - "latitude": "35.7230622", - "longitude": "-83.640408", - "machine_status": "available", - "status": "unvisited", - "id": 4292, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -53362,29 +40895,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5219303, - 35.7338368 - ] - }, - "properties": { - "name": "Gatlinburg Visitor Center", - "area": "Tennessee", - "address": "1011 Banner Rd, Gatlinburg", - "external_url": "http://209.221.138.252/Details.aspx?location=317500", - "internal_url": "null", - "latitude": "35.7338368", - "longitude": "-83.5219303", - "machine_status": "available", - "status": "unvisited", - "id": 4205, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -53500,52 +41010,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.60515560000002, - 35.7785278 - ] - }, - "properties": { - "name": "Alamo Drafthouse Cinema ", - "area": "North Carolina", - "address": "2116 New Bern Ave D, Raleigh, NC 27610, Raleigh", - "external_url": "http://209.221.138.252/Details.aspx?location=315803", - "internal_url": "null", - "latitude": "35.7785278", - "longitude": "-78.60515560000002", - "machine_status": "available", - "status": "unvisited", - "id": 4141, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.54651899999999, - 35.779833 - ] - }, - "properties": { - "name": "Dolly Parton's Stampede", - "area": "Tennessee", - "address": "3849 Parkway (Between E Mill Creek Rd and Conner Dr), Pigeon Forge", - "external_url": "http://209.221.138.252/Details.aspx?location=2634", - "internal_url": "null", - "latitude": "35.779833", - "longitude": "-83.54651899999999", - "machine_status": "available", - "status": "unvisited", - "id": 4265, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -53592,29 +41056,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5485434, - 35.7814965 - ] - }, - "properties": { - "name": "TopJump Trampoline & Extreme Arena", - "area": "Tennessee", - "address": "3735 Parkway, Pigeon Forge", - "external_url": "http://209.221.138.252/Details.aspx?location=339601", - "internal_url": "null", - "latitude": "35.7814965", - "longitude": "-83.5485434", - "machine_status": "available", - "status": "unvisited", - "id": 4284, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -53730,52 +41171,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.55365379999999, - 35.78823879999999 - ] - }, - "properties": { - "name": "Old Mill Restaurant General Store", - "area": "Tennessee", - "address": "164 Old Mill Ave., Pigeon Forge", - "external_url": "http://209.221.138.252/Details.aspx?location=2647", - "internal_url": "null", - "latitude": "35.78823879999999", - "longitude": "-83.55365379999999", - "machine_status": "available", - "status": "unvisited", - "id": 4273, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.555183, - 35.788432 - ] - }, - "properties": { - "name": "Try My Nuts", - "area": "Tennessee", - "address": "100 Old Mill Ave, Pigeon Forge", - "external_url": "http://209.221.138.252/Details.aspx?location=318206", - "internal_url": "null", - "latitude": "35.788432", - "longitude": "-83.555183", - "machine_status": "available", - "status": "unvisited", - "id": 4285, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -53845,29 +41240,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5628564, - 35.7940287 - ] - }, - "properties": { - "name": "Flyaway Indoor Skydiving", - "area": "Tennessee", - "address": "3106 Parkway Drive , Pigeon Forge", - "external_url": "http://209.221.138.252/Details.aspx?location=63286", - "internal_url": "null", - "latitude": "35.7940287", - "longitude": "-83.5628564", - "machine_status": "available", - "status": "unvisited", - "id": 4268, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -53960,52 +41332,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5678459, - 35.7991683 - ] - }, - "properties": { - "name": "Three Bears General Store", - "area": "Tennessee", - "address": "2861 Parkway, Pigeon Forge", - "external_url": "http://209.221.138.252/Details.aspx?location=318213", - "internal_url": "null", - "latitude": "35.7991683", - "longitude": "-83.5678459", - "machine_status": "available", - "status": "unvisited", - "id": 4282, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5711537, - 35.8011792 - ] - }, - "properties": { - "name": "Comedy Barn Theater", - "area": "Tennessee", - "address": "2775 Parkway, Pigeon Forge", - "external_url": "http://209.221.138.252/Details.aspx?location=24998", - "internal_url": "null", - "latitude": "35.8011792", - "longitude": "-83.5711537", - "machine_status": "available", - "status": "unvisited", - "id": 4262, - "last_updated": "2022-11-13" - } - }, { "type": "Feature", "geometry": { @@ -54029,29 +41355,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5736557, - 35.8016963 - ] - }, - "properties": { - "name": "Beef Jerky Outlet Pigeon Forge", - "area": "Tennessee", - "address": "2726 Parkway, Pigeon Forge", - "external_url": "http://209.221.138.252/Details.aspx?location=129676", - "internal_url": "null", - "latitude": "35.8016963", - "longitude": "-83.5736557", - "machine_status": "available", - "status": "unvisited", - "id": 4261, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -54075,29 +41378,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.2298911, - 35.8032158 - ] - }, - "properties": { - "name": "Lexington Style Trimmings BBQ ", - "area": "North Carolina", - "address": "1513 E. Center St. Ext., Lexington", - "external_url": "http://209.221.138.252/Details.aspx?location=59354", - "internal_url": "null", - "latitude": "35.8032158", - "longitude": "-80.2298911", - "machine_status": "available", - "status": "unvisited", - "id": 4118, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -54144,29 +41424,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.57154700000001, - 35.8040891 - ] - }, - "properties": { - "name": "The Island - Patriot Peddler store", - "area": "Tennessee", - "address": "131 Island Dr, Ste 3103, Pigeon Forge", - "external_url": "http://209.221.138.252/Details.aspx?location=317282", - "internal_url": "null", - "latitude": "35.8040891", - "longitude": "-83.57154700000001", - "machine_status": "available", - "status": "unvisited", - "id": 4279, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -54190,29 +41447,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5750242, - 35.8073317 - ] - }, - "properties": { - "name": "Cooter's Place", - "area": "Tennessee", - "address": "177 East Wears Valley Rd Ste 23, Pigeon Forge", - "external_url": "http://209.221.138.252/Details.aspx?location=107132", - "internal_url": "null", - "latitude": "35.8073317", - "longitude": "-83.5750242", - "machine_status": "available", - "status": "unvisited", - "id": 4263, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -54581,29 +41815,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.5124951, - 35.8975921 - ] - }, - "properties": { - "name": "St. John's Cathedral, Valletta", - "area": "Malta", - "address": ", Valletta", - "external_url": "http://209.221.138.252/Details.aspx?location=108559", - "internal_url": "null", - "latitude": "35.8975921", - "longitude": "14.5124951", - "machine_status": "available", - "status": "unvisited", - "id": 1032, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -54673,29 +41884,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.59553330000001, - 35.9100731 - ] - }, - "properties": { - "name": "Jennette's Pier", - "area": "North Carolina", - "address": "7223 South Virginia Dare Trail., Nags Head", - "external_url": "http://209.221.138.252/Details.aspx?location=95439", - "internal_url": "null", - "latitude": "35.9100731", - "longitude": "-75.59553330000001", - "machine_status": "available", - "status": "unvisited", - "id": 4134, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -54719,29 +41907,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.7039834, - 35.9176536 - ] - }, - "properties": { - "name": "North Carolina Aquarium on Roanoke Island", - "area": "North Carolina", - "address": "374 Airport Road, Manteo", - "external_url": "http://209.221.138.252/Details.aspx?location=3683", - "internal_url": "null", - "latitude": "35.9176536", - "longitude": "-75.7039834", - "machine_status": "available", - "status": "unvisited", - "id": 4125, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -54834,29 +41999,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.63262929999999, - 35.9637835 - ] - }, - "properties": { - "name": "Kitty Hawk Kites", - "area": "North Carolina", - "address": "Across the street from Jockeys Ridge State Park - Carolista Dr., Nags Head", - "external_url": "http://209.221.138.252/Details.aspx?location=3691", - "internal_url": "null", - "latitude": "35.9637835", - "longitude": "-75.63262929999999", - "machine_status": "available", - "status": "unvisited", - "id": 4135, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -55225,29 +42367,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -114.7377325, - 36.0160655 - ] - }, - "properties": { - "name": "Hoover Dam High Scaler Café ", - "area": "Nevada", - "address": "Hoover Dam Access Road, Hoover Dam", - "external_url": "http://209.221.138.252/Details.aspx?location=214103", - "internal_url": "null", - "latitude": "36.0160655", - "longitude": "-114.7377325", - "machine_status": "available", - "status": "unvisited", - "id": 4483, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -55363,52 +42482,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.8261764, - 36.0441081 - ] - }, - "properties": { - "name": "Desert View Trading Post", - "area": "Arizona", - "address": "on the Eastern side of the south rim (Watch Tower area), Grand Canyon National Park, South Rim", - "external_url": "http://209.221.138.252/Details.aspx?location=286828", - "internal_url": "null", - "latitude": "36.0441081", - "longitude": "-111.8261764", - "machine_status": "retired", - "status": "retired", - "id": 2631, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.1443012, - 36.0536965 - ] - }, - "properties": { - "name": "Maswik Lodge Store", - "area": "Arizona", - "address": "202 South Village Loop Drive, Grand Canyon National Park", - "external_url": "http://209.221.138.252/Details.aspx?location=286838", - "internal_url": "null", - "latitude": "36.0536965", - "longitude": "-112.1443012", - "machine_status": "available", - "status": "unvisited", - "id": 2626, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -55501,29 +42574,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.0717805, - 36.0736632 - ] - }, - "properties": { - "name": "Ethel M Chocolate Factory", - "area": "Nevada", - "address": "2 Cactus Garden Drive, Henderson", - "external_url": "http://209.221.138.252/Details.aspx?location=2738", - "internal_url": "null", - "latitude": "36.0736632", - "longitude": "-115.0717805", - "machine_status": "available", - "status": "unvisited", - "id": 4482, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -55547,29 +42597,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.242881, - 36.083516 - ] - }, - "properties": { - "name": "Old Salem Museum and Gardens", - "area": "North Carolina", - "address": "900 Old Salem Rd., Winston - Salem", - "external_url": "http://209.221.138.252/Details.aspx?location=34632", - "internal_url": "null", - "latitude": "36.083516", - "longitude": "-80.242881", - "machine_status": "retired", - "status": "retired", - "id": 4162, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -55662,52 +42689,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1756473, - 36.0955849 - ] - }, - "properties": { - "name": "Luxor Hotel Casino - Titanic Exhibition", - "area": "Nevada", - "address": "3900 Las Vegas Boulevard, Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=203390", - "internal_url": "null", - "latitude": "36.0955849", - "longitude": "-115.1756473", - "machine_status": "available", - "status": "unvisited", - "id": 4514, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1754312, - 36.0987973 - ] - }, - "properties": { - "name": "Excalibur Hotel & Casino - Below the Knee", - "area": "Nevada", - "address": "3850 Las Vegas Boulevard South, Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=305786", - "internal_url": "null", - "latitude": "36.0987973", - "longitude": "-115.1754312", - "machine_status": "available", - "status": "unvisited", - "id": 4506, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -55731,98 +42712,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1305189, - 36.1013138 - ] - }, - "properties": { - "name": "Pinball Hall of Fame", - "area": "Nevada", - "address": "1610 East Tropicana Avenue, Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=200907", - "internal_url": "null", - "latitude": "36.1013138", - "longitude": "-115.1305189", - "machine_status": "available", - "status": "unvisited", - "id": 4524, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1740094, - 36.1014995 - ] - }, - "properties": { - "name": "New York New York Hotel & Casino - Big Apple Coaster Store", - "area": "Nevada", - "address": "3790 South Las Vegas Boulevard, Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=246057", - "internal_url": "null", - "latitude": "36.1014995", - "longitude": "-115.1740094", - "machine_status": "available", - "status": "unvisited", - "id": 4520, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1737468, - 36.1017806 - ] - }, - "properties": { - "name": "New York New York Hotel & Casino - Gotta Have It Souvenir store", - "area": "Nevada", - "address": "3790 Las Vegas Boulevard South, Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=2987", - "internal_url": "null", - "latitude": "36.1017806", - "longitude": "-115.1737468", - "machine_status": "retired", - "status": "retired", - "id": 4521, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1735602, - 36.10178399999999 - ] - }, - "properties": { - "name": "New York New York Hotel & Casino - Hershey's Chocolate World", - "area": "Nevada", - "address": "3790 South Las Vegas Boulevard, Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=300780", - "internal_url": "null", - "latitude": "36.10178399999999", - "longitude": "-115.1735602", - "machine_status": "available", - "status": "unvisited", - "id": 4522, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -55846,29 +42735,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.7148904, - 36.1022443 - ] - }, - "properties": { - "name": "Southern Shores Pizza & Deli", - "area": "North Carolina", - "address": "1 Ocean Blvd, Kitty Hawk", - "external_url": "http://209.221.138.252/Details.aspx?location=293580", - "internal_url": "null", - "latitude": "36.1022443", - "longitude": "-75.7148904", - "machine_status": "available", - "status": "unvisited", - "id": 4116, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -55892,29 +42758,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1724633, - 36.1030054 - ] - }, - "properties": { - "name": "M&M's World", - "area": "Nevada", - "address": "3785 Las Vegas Boulevard South, Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=2809", - "internal_url": "null", - "latitude": "36.1030054", - "longitude": "-115.1724633", - "machine_status": "available", - "status": "unvisited", - "id": 4515, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -56007,29 +42850,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1721488, - 36.1088418 - ] - }, - "properties": { - "name": "Harmon Corner - Rainforest Café", - "area": "Nevada", - "address": "3717 Las Vegas Boulevard South suite 275, Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=241578", - "internal_url": "null", - "latitude": "36.1088418", - "longitude": "-115.1721488", - "machine_status": "available", - "status": "unvisited", - "id": 4510, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -56122,29 +42942,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1868109, - 36.1162893 - ] - }, - "properties": { - "name": "Rio Suite Hotel & Casino, Paradise Island Wear,", - "area": "Nevada", - "address": "3700 West Flamingo Road, Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=2991", - "internal_url": "null", - "latitude": "36.1162893", - "longitude": "-115.1868109", - "machine_status": "available", - "status": "unvisited", - "id": 4525, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -56191,29 +42988,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.9854896, - 36.1229851 - ] - }, - "properties": { - "name": "The Gathering Place", - "area": "Oklahoma", - "address": "2950 S. John Williams Way, Tulsa", - "external_url": "http://209.221.138.252/Details.aspx?location=328778", - "internal_url": "null", - "latitude": "36.1229851", - "longitude": "-95.9854896", - "machine_status": "available", - "status": "unvisited", - "id": 1809, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -56237,29 +43011,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.3455153, - 36.1259297 - ] - }, - "properties": { - "name": "St Michael's Cave", - "area": "Gibraltar", - "address": ", Gibraltar", - "external_url": "http://209.221.138.252/Details.aspx?location=88235", - "internal_url": "null", - "latitude": "36.1259297", - "longitude": "-5.3455153", - "machine_status": "available", - "status": "unvisited", - "id": 146, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -56283,144 +43034,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1644134, - 36.1320924 - ] - }, - "properties": { - "name": "Wing Shack (Was Masala Indian Restaurant )", - "area": "Nevada", - "address": "3041 Las Vegas Blvd south suite 3-4, Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=315101", - "internal_url": "null", - "latitude": "36.1320924", - "longitude": "-115.1644134", - "machine_status": "available", - "status": "unvisited", - "id": 4531, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.6781804, - 36.1323753 - ] - }, - "properties": { - "name": "Sunset Tees & Hattery", - "area": "North Carolina", - "address": "1117 Main St., Blowing Rock", - "external_url": "http://209.221.138.252/Details.aspx?location=3735", - "internal_url": "null", - "latitude": "36.1323753", - "longitude": "-81.6781804", - "machine_status": "available", - "status": "unvisited", - "id": 4083, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.3456982, - 36.1344529 - ] - }, - "properties": { - "name": "Cable Car, (Cable Car Bottom Station)", - "area": "Gibraltar", - "address": "Cable Car, Bottom Station, Gibraltar", - "external_url": "http://209.221.138.252/Details.aspx?location=102201", - "internal_url": "null", - "latitude": "36.1344529", - "longitude": "-5.3456982", - "machine_status": "retired", - "status": "retired", - "id": 144, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.3456982, - 36.1344529 - ] - }, - "properties": { - "name": "Top of the Rock (Cable Car Top Station)", - "area": "Gibraltar", - "address": "Cable Car,, Gibraltar", - "external_url": "http://209.221.138.252/Details.aspx?location=88233", - "internal_url": "null", - "latitude": "36.1344529", - "longitude": "-5.3456982", - "machine_status": "available", - "status": "unvisited", - "id": 147, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1653861, - 36.13764159999999 - ] - }, - "properties": { - "name": "Circus Circus Hotel & Casino ", - "area": "Nevada", - "address": "2880 Las Vegas Boulevard South, Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=2759", - "internal_url": "null", - "latitude": "36.13764159999999", - "longitude": "-115.1653861", - "machine_status": "available", - "status": "unvisited", - "id": 4494, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1662589, - 36.1387477 - ] - }, - "properties": { - "name": "Mini Mart / Souvenirs", - "area": "Nevada", - "address": "2830 Las Vegas S (Corner of Circus Circus Dr), Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=351077", - "internal_url": "null", - "latitude": "36.1387477", - "longitude": "-115.1662589", - "machine_status": "retired", - "status": "retired", - "id": 4518, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -56444,29 +43057,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.3535552, - 36.140933 - ] - }, - "properties": { - "name": "Piazza Grill, John Mackintosh Square. ", - "area": "Gibraltar", - "address": "Main St in John Mackintosh Square, Gibraltar", - "external_url": "http://209.221.138.252/Details.aspx?location=319253", - "internal_url": "null", - "latitude": "36.140933", - "longitude": "-5.3535552", - "machine_status": "available", - "status": "unvisited", - "id": 145, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -56651,29 +43241,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.7763954, - 36.1577547 - ] - }, - "properties": { - "name": "Hatch Show Print Shop", - "area": "Tennessee", - "address": "224 5th Ave S, Nashville", - "external_url": "http://209.221.138.252/Details.aspx?location=229042", - "internal_url": "null", - "latitude": "36.1577547", - "longitude": "-86.7763954", - "machine_status": "available", - "status": "unvisited", - "id": 4245, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -56697,29 +43264,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.77829349999999, - 36.1607242 - ] - }, - "properties": { - "name": "Legends Gift Shop ", - "area": "Tennessee", - "address": "424 Broadway, Nashville", - "external_url": "http://209.221.138.252/Details.aspx?location=2448", - "internal_url": "null", - "latitude": "36.1607242", - "longitude": "-86.77829349999999", - "machine_status": "available", - "status": "unvisited", - "id": 4246, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -56766,29 +43310,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.77575709999999, - 36.1609385 - ] - }, - "properties": { - "name": "The Johnny Cash Museum", - "area": "Tennessee", - "address": "119 3rd Ave S, Nashville", - "external_url": "http://209.221.138.252/Details.aspx?location=243912", - "internal_url": "null", - "latitude": "36.1609385", - "longitude": "-86.77575709999999", - "machine_status": "available", - "status": "unvisited", - "id": 4255, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -56812,29 +43333,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.7754903, - 36.1627024 - ] - }, - "properties": { - "name": "Wildhorse Saloon", - "area": "Tennessee", - "address": "120 2nd Ave. North, Nashville", - "external_url": "http://209.221.138.252/Details.aspx?location=39935", - "internal_url": "null", - "latitude": "36.1627024", - "longitude": "-86.7754903", - "machine_status": "available", - "status": "unvisited", - "id": 4257, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -56927,29 +43425,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.142154, - 36.169548 - ] - }, - "properties": { - "name": "Downtown Las Vegas - Crazy Ely Western Village", - "area": "Nevada", - "address": "321 Fremont Street, Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=277340", - "internal_url": "null", - "latitude": "36.169548", - "longitude": "-115.142154", - "machine_status": "available", - "status": "unvisited", - "id": 4497, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -56973,52 +43448,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1449737, - 36.1700472 - ] - }, - "properties": { - "name": "Downtown Las Vegas - Golden Nugget Hotel Casino", - "area": "Nevada", - "address": "129 Fremont Street, Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=10479", - "internal_url": "null", - "latitude": "36.1700472", - "longitude": "-115.1449737", - "machine_status": "available", - "status": "unvisited", - "id": 4499, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1426404, - 36.1702959 - ] - }, - "properties": { - "name": "Downtown Las Vegas - Fabulous Las Vegas Jewelry and Gifts Gift Shop", - "area": "Nevada", - "address": "300 Fremont Street, Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=165962", - "internal_url": "null", - "latitude": "36.1702959", - "longitude": "-115.1426404", - "machine_status": "available", - "status": "unvisited", - "id": 4498, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -57065,29 +43494,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1442705, - 36.1707881 - ] - }, - "properties": { - "name": "Downtown Las Vegas - Pioneer Gift Shop", - "area": "Nevada", - "address": "25 Fremont Street, Las Vegas", - "external_url": "http://209.221.138.252/Details.aspx?location=2989", - "internal_url": "null", - "latitude": "36.1707881", - "longitude": "-115.1442705", - "machine_status": "available", - "status": "unvisited", - "id": 4502, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -57318,29 +43724,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.060168, - 36.209524 - ] - }, - "properties": { - "name": "North Rim Campground General Store, ", - "area": "Arizona", - "address": "End of Highway 67, Grand Canyon National Park, North Rim", - "external_url": "http://209.221.138.252/Details.aspx?location=329", - "internal_url": "null", - "latitude": "36.209524", - "longitude": "-112.060168", - "machine_status": "available", - "status": "unvisited", - "id": 2628, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -57364,29 +43747,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.9064904, - 36.2130153 - ] - }, - "properties": { - "name": "Tulsa Zoo & Living Museum", - "area": "Oklahoma", - "address": "6421 East 36th Street North, Tulsa", - "external_url": "http://209.221.138.252/Details.aspx?location=3880", - "internal_url": "null", - "latitude": "36.2130153", - "longitude": "-95.9064904", - "machine_status": "available", - "status": "unvisited", - "id": 1810, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -57456,29 +43816,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.6978622, - 36.2176958 - ] - }, - "properties": { - "name": "Cooters Place", - "area": "Tennessee", - "address": " 2613 McGavock Pike, Nashville", - "external_url": "http://209.221.138.252/Details.aspx?location=106375", - "internal_url": "null", - "latitude": "36.2176958", - "longitude": "-86.6978622", - "machine_status": "available", - "status": "unvisited", - "id": 4243, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -57502,29 +43839,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.7856034, - 36.2536466 - ] - }, - "properties": { - "name": "Pfeiffer Big Sur State Park, Lodge", - "area": "California", - "address": "47225 Highway One, Big Sur", - "external_url": "http://209.221.138.252/Details.aspx?location=71552", - "internal_url": "null", - "latitude": "36.2536466", - "longitude": "-121.7856034", - "machine_status": "available", - "status": "unvisited", - "id": 4579, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -57640,29 +43954,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 28.2031715, - 36.3399356 - ] - }, - "properties": { - "name": "HollyToon", - "area": "Greece", - "address": "Ermou Street, Rhodes Island - Faliraki", - "external_url": "http://209.221.138.252/Details.aspx?location=255616", - "internal_url": "null", - "latitude": "36.3399356", - "longitude": "28.2031715", - "machine_status": "available", - "status": "unvisited", - "id": 1037, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -57870,29 +44161,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 25.431422, - 36.418275 - ] - }, - "properties": { - "name": "My Stampa", - "area": "Greece", - "address": "Santorini, Fira", - "external_url": "http://209.221.138.252/Details.aspx?location=133749", - "internal_url": "null", - "latitude": "36.418275", - "longitude": "25.431422", - "machine_status": "available", - "status": "unvisited", - "id": 1034, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -57939,29 +44207,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.5928913, - 36.4500474 - ] - }, - "properties": { - "name": "Russell's Truck & Travel Center", - "area": "New Mexico", - "address": "I-25 exit 419, Springer", - "external_url": "http://209.221.138.252/Details.aspx?location=333989", - "internal_url": "null", - "latitude": "36.4500474", - "longitude": "-104.5928913", - "machine_status": "available", - "status": "unvisited", - "id": 4946, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -58077,29 +44322,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.6076336, - 36.5001412 - ] - }, - "properties": { - "name": "Bear Creek Gifts, LLC", - "area": "North Carolina", - "address": "165 N. Main St., Mount Airy", - "external_url": "http://209.221.138.252/Details.aspx?location=95265", - "internal_url": "null", - "latitude": "36.5001412", - "longitude": "-80.6076336", - "machine_status": "available", - "status": "unvisited", - "id": 4132, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -58307,52 +44529,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.5152, - 36.59664 - ] - }, - "properties": { - "name": "Sea Life Benalmádena", - "area": "Spain", - "address": "Puerto Marina, Avd del Puerto, s/n, 29630 Benalmadena Costa, Málaga, Spanija, Benalmádena", - "external_url": "http://209.221.138.252/Details.aspx?location=276469", - "internal_url": "null", - "latitude": "36.59664", - "longitude": "-4.5152", - "machine_status": "available", - "status": "unvisited", - "id": 288, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.5398204, - 36.5988652 - ] - }, - "properties": { - "name": "Teleferico Benalmedena", - "area": "Spain", - "address": ", Benalmedena - Malaga", - "external_url": "http://209.221.138.252/Details.aspx?location=302231", - "internal_url": "null", - "latitude": "36.5988652", - "longitude": "-4.5398204", - "machine_status": "available", - "status": "unvisited", - "id": 290, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -58491,52 +44667,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.1465369, - 36.6062861 - ] - }, - "properties": { - "name": "Stovepipe Wells Village Hotel Gift shop", - "area": "California", - "address": "Highway 190, Stovepipe Wells Village, Death Valley National Park", - "external_url": "http://209.221.138.252/Details.aspx?location=335970", - "internal_url": "null", - "latitude": "36.6062861", - "longitude": "-117.1465369", - "machine_status": "available", - "status": "unvisited", - "id": 4611, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.1467421, - 36.6068898 - ] - }, - "properties": { - "name": "Stovepipe Wells General Store & The Nugget Gift Shop", - "area": "California", - "address": "Highway 190 Stovepipe Wells Village, Death Valley National Park", - "external_url": "http://209.221.138.252/Details.aspx?location=1393", - "internal_url": "null", - "latitude": "36.6068898", - "longitude": "-117.1467421", - "machine_status": "available", - "status": "unvisited", - "id": 4610, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -58859,29 +44989,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.27608500000001, - 36.637734 - ] - }, - "properties": { - "name": "Music Road Mall, Mo's Old Time Photo", - "area": "Missouri", - "address": "3010 W. Highway 76, Branson", - "external_url": "http://209.221.138.252/Details.aspx?location=9488", - "internal_url": "null", - "latitude": "36.637734", - "longitude": "-93.27608500000001", - "machine_status": "available", - "status": "unvisited", - "id": 1063, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -58997,29 +45104,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.2852554, - 36.6391372 - ] - }, - "properties": { - "name": "Starvin` Marvin Restaurant", - "area": "Missouri", - "address": "3400 west 76 country Blvd, Branson", - "external_url": "http://209.221.138.252/Details.aspx?location=3259", - "internal_url": "null", - "latitude": "36.6391372", - "longitude": "-93.2852554", - "machine_status": "available", - "status": "unvisited", - "id": 1071, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -59089,29 +45173,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.2135224, - 36.6414441 - ] - }, - "properties": { - "name": "Bass Pro Shops, Branson Landing", - "area": "Missouri", - "address": "1 Bass Pro Drive, Branson", - "external_url": "http://209.221.138.252/Details.aspx?location=27218", - "internal_url": "null", - "latitude": "36.6414441", - "longitude": "-93.2135224", - "machine_status": "available", - "status": "unvisited", - "id": 1051, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -59227,29 +45288,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.21421409999999, - 36.6440054 - ] - }, - "properties": { - "name": "Branson Landing", - "area": "Missouri", - "address": "100 Branson Landing, Branson", - "external_url": "http://209.221.138.252/Details.aspx?location=24161", - "internal_url": "null", - "latitude": "36.6440054", - "longitude": "-93.21421409999999", - "machine_status": "available", - "status": "unvisited", - "id": 1054, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -59457,29 +45495,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.33884259999999, - 36.6670294 - ] - }, - "properties": { - "name": "Silver Dollar City", - "area": "Missouri", - "address": "1383 State Highway 376, Branson", - "external_url": "http://209.221.138.252/Details.aspx?location=3260", - "internal_url": "null", - "latitude": "36.6670294", - "longitude": "-93.33884259999999", - "machine_status": "available", - "status": "unvisited", - "id": 1070, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -59756,52 +45771,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.8764468, - 36.7480662 - ] - }, - "properties": { - "name": "Leather Shop", - "area": "Spain", - "address": ", Málaga, Frigiliana", - "external_url": "http://209.221.138.252/Details.aspx?location=231589", - "internal_url": "null", - "latitude": "36.7480662", - "longitude": "-3.8764468", - "machine_status": "available", - "status": "unvisited", - "id": 334, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.4049299, - 36.74986 - ] - }, - "properties": { - "name": "Mabry Mill Restaurant and Gift Shop", - "area": "Virginia", - "address": "266 Mabry Mill Rd., Meadows of Dan", - "external_url": "http://209.221.138.252/Details.aspx?location=209384", - "internal_url": "null", - "latitude": "36.74986", - "longitude": "-80.4049299", - "machine_status": "available", - "status": "unvisited", - "id": 4429, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -59848,29 +45817,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.366012899999999, - 36.7582261 - ] - }, - "properties": { - "name": "Sabores de Grazalema shop", - "area": "Spain", - "address": "Calle Las Piedras, 22, Cádiz, Grazalema", - "external_url": "http://209.221.138.252/Details.aspx?location=266168", - "internal_url": "null", - "latitude": "36.7582261", - "longitude": "-5.366012899999999", - "machine_status": "available", - "status": "unvisited", - "id": 295, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -60078,29 +46024,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.9711601, - 36.8435831 - ] - }, - "properties": { - "name": "Virginia Beach Fishing Pier - Bait & Tackle shop", - "area": "Virginia", - "address": "15th Street, Virginia Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=1615", - "internal_url": "null", - "latitude": "36.8435831", - "longitude": "-75.9711601", - "machine_status": "available", - "status": "unvisited", - "id": 4459, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -60193,98 +46116,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.2771229, - 36.8767691 - ] - }, - "properties": { - "name": "Virginia Zoo ", - "area": "Virginia", - "address": "3500 Granby Street, Norfolk", - "external_url": "http://209.221.138.252/Details.aspx?location=1374", - "internal_url": "null", - "latitude": "36.8767691", - "longitude": "-76.2771229", - "machine_status": "available", - "status": "unvisited", - "id": 4441, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.5849203, - 36.8834305 - ] - }, - "properties": { - "name": "Chama Valley Chamber of Commerce and Welcome Center", - "area": "New Mexico", - "address": "2372 South Highway 17, P.O. Box 306, Charma", - "external_url": "http://209.221.138.252/Details.aspx?location=304830", - "internal_url": "null", - "latitude": "36.8834305", - "longitude": "-106.5849203", - "machine_status": "available", - "status": "unvisited", - "id": 4921, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.5465548, - 36.8879282 - ] - }, - "properties": { - "name": "Lambert's Cafe", - "area": "Missouri", - "address": "2305 E. Malone Ave., Sikeston", - "external_url": "http://209.221.138.252/Details.aspx?location=3206", - "internal_url": "null", - "latitude": "36.8879282", - "longitude": "-89.5465548", - "machine_status": "available", - "status": "unvisited", - "id": 1115, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.5832901, - 36.8883361 - ] - }, - "properties": { - "name": "Cumbres Mall", - "area": "New Mexico", - "address": "493 Highway 17, Chama", - "external_url": "http://209.221.138.252/Details.aspx?location=137052", - "internal_url": "null", - "latitude": "36.8883361", - "longitude": "-106.5832901", - "machine_status": "available", - "status": "unvisited", - "id": 4919, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -60331,29 +46162,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.350788, - 36.9060686 - ] - }, - "properties": { - "name": "Boomland Fireworks Gifts & Collectibles ", - "area": "Missouri", - "address": "Hwy 105 S. at I-57 N Exit 10, Charleston", - "external_url": "http://209.221.138.252/Details.aspx?location=27764", - "internal_url": "null", - "latitude": "36.9060686", - "longitude": "-89.350788", - "machine_status": "retired", - "status": "retired", - "id": 1082, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -60400,29 +46208,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.8018648, - 36.9317226 - ] - }, - "properties": { - "name": "Restaurante el kiosko (caminito del Rey)", - "area": "Spain", - "address": "Parque Ardales, Pantano El Chorro, s/n, 29550 Ardales, Málaga, Ardales", - "external_url": "http://209.221.138.252/Details.aspx?location=317152", - "internal_url": "null", - "latitude": "36.9317226", - "longitude": "-4.8018648", - "machine_status": "available", - "status": "unvisited", - "id": 270, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -60446,52 +46231,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.4858141, - 36.9357176 - ] - }, - "properties": { - "name": "Glen Canyon Dam Visitor Center ", - "area": "Arizona", - "address": "Hwy 89 North, Page", - "external_url": "http://209.221.138.252/Details.aspx?location=276880", - "internal_url": "null", - "latitude": "36.9357176", - "longitude": "-111.4858141", - "machine_status": "available", - "status": "unvisited", - "id": 2659, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.47316339999999, - 36.9530369 - ] - }, - "properties": { - "name": "Lost River Cave", - "area": "Kentucky", - "address": "2818 Nashville Rd, Bowling Green", - "external_url": "http://209.221.138.252/Details.aspx?location=2299", - "internal_url": "null", - "latitude": "36.9530369", - "longitude": "-86.47316339999999", - "machine_status": "available", - "status": "unvisited", - "id": 3515, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -60584,29 +46323,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.0200013, - 36.9639462 - ] - }, - "properties": { - "name": "Boardwalk - Casino Arcade", - "area": "California", - "address": "400 Beach St. , Santa Cruz", - "external_url": "http://209.221.138.252/Details.aspx?location=543", - "internal_url": "null", - "latitude": "36.9639462", - "longitude": "-122.0200013", - "machine_status": "available", - "status": "unvisited", - "id": 4847, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -60653,29 +46369,6 @@ "last_updated": "2022-10-03" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.9516264, - 36.972488 - ] - }, - "properties": { - "name": "Mercantile Shopping Mall - Carousel Taffy", - "area": "California", - "address": "115 San Jose Ave., Capitola (by the Sea)", - "external_url": "http://209.221.138.252/Details.aspx?location=5448", - "internal_url": "null", - "latitude": "36.972488", - "longitude": "-121.9516264", - "machine_status": "available", - "status": "unvisited", - "id": 4588, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -60768,29 +46461,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.2665353, - 37.0012828 - ] - }, - "properties": { - "name": "Trevelez", - "area": "Spain", - "address": "Main Plaza, Trevelez", - "external_url": "http://209.221.138.252/Details.aspx?location=279613", - "internal_url": "null", - "latitude": "37.0012828", - "longitude": "-3.2665353", - "machine_status": "available", - "status": "unvisited", - "id": 391, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -60883,29 +46553,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.365121, - 37.0087402 - ] - }, - "properties": { - "name": "Bowling Green Corvette Plant", - "area": "Kentucky", - "address": "600 Corvette Drive, Bowling Green", - "external_url": "http://209.221.138.252/Details.aspx?location=16840", - "internal_url": "null", - "latitude": "37.0087402", - "longitude": "-86.365121", - "machine_status": "available", - "status": "unvisited", - "id": 3514, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -61067,29 +46714,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.4344467, - 37.0427289 - ] - }, - "properties": { - "name": "Donana National Park", - "area": "Spain", - "address": "Matalascanas, Huelva", - "external_url": "http://209.221.138.252/Details.aspx?location=50825", - "internal_url": "null", - "latitude": "37.0427289", - "longitude": "-6.4344467", - "machine_status": "available", - "status": "unvisited", - "id": 322, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -61113,29 +46737,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.2247355, - 37.06930140000001 - ] - }, - "properties": { - "name": "Lamberts Cafe ", - "area": "Missouri", - "address": "1800 W. State HWY J , Ozark", - "external_url": "http://209.221.138.252/Details.aspx?location=342444", - "internal_url": "null", - "latitude": "37.06930140000001", - "longitude": "-93.2247355", - "machine_status": "available", - "status": "unvisited", - "id": 1111, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -61228,29 +46829,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.0170273, - 37.1092774 - ] - }, - "properties": { - "name": "Pea Soup Andersen's Restaurant ", - "area": "California", - "address": "12411 Highway 33 South, Santa Nella", - "external_url": "http://209.221.138.252/Details.aspx?location=523", - "internal_url": "null", - "latitude": "37.1092774", - "longitude": "-121.0170273", - "machine_status": "available", - "status": "unvisited", - "id": 4857, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -61343,29 +46921,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.314199, - 37.126969 - ] - }, - "properties": { - "name": "ZooMarine", - "area": "Portugal", - "address": "8201-864 Albufeira,, Albufiera", - "external_url": "http://209.221.138.252/Details.aspx?location=303225", - "internal_url": "null", - "latitude": "37.126969", - "longitude": "-8.314199", - "machine_status": "available", - "status": "unvisited", - "id": 652, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -61504,121 +47059,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.6065303, - 37.1628956 - ] - }, - "properties": { - "name": "Parque de Ciências ", - "area": "Spain", - "address": ", Granada", - "external_url": "http://209.221.138.252/Details.aspx?location=245689", - "internal_url": "null", - "latitude": "37.1628956", - "longitude": "-3.6065303", - "machine_status": "available", - "status": "unvisited", - "id": 318, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -107.3032109, - 37.1750801 - ] - }, - "properties": { - "name": "Chimney Rock National Monument", - "area": "Colorado", - "address": "3179 State HWY 151, Chimney Rock", - "external_url": "http://209.221.138.252/Details.aspx?location=275122", - "internal_url": "null", - "latitude": "37.1750801", - "longitude": "-107.3032109", - "machine_status": "available", - "status": "unvisited", - "id": 1826, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.598843, - 37.17542 - ] - }, - "properties": { - "name": "Alcaiceria Gift Shop", - "area": "Spain", - "address": ", Granada", - "external_url": "http://209.221.138.252/Details.aspx?location=55427", - "internal_url": "null", - "latitude": "37.17542", - "longitude": "-3.598843", - "machine_status": "available", - "status": "unvisited", - "id": 314, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.599623, - 37.1754371 - ] - }, - "properties": { - "name": "Color de la Tierra", - "area": "Spain", - "address": "Plaza Bib-rambia, Kiosco nº 20, Granada", - "external_url": "http://209.221.138.252/Details.aspx?location=223329", - "internal_url": "null", - "latitude": "37.1754371", - "longitude": "-3.599623", - "machine_status": "available", - "status": "unvisited", - "id": 316, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.599958, - 37.1756733 - ] - }, - "properties": { - "name": "Take Granada Souvenirs", - "area": "Spain", - "address": "Plaza Bib-rambia, Granada", - "external_url": "http://209.221.138.252/Details.aspx?location=231253", - "internal_url": "null", - "latitude": "37.1756733", - "longitude": "-3.599958", - "machine_status": "available", - "status": "unvisited", - "id": 319, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -61665,29 +47105,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.5985209, - 37.176057 - ] - }, - "properties": { - "name": "Catedral de Granada", - "area": "Spain", - "address": "Calle Oficios / Calle del Estribo, Granada", - "external_url": "http://209.221.138.252/Details.aspx?location=54548", - "internal_url": "null", - "latitude": "37.176057", - "longitude": "-3.5985209", - "machine_status": "available", - "status": "unvisited", - "id": 315, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -61711,52 +47128,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.2966168, - 37.179808 - ] - }, - "properties": { - "name": "Bass Pro Shops Outdoor World", - "area": "Missouri", - "address": "1935 S Campbell Ave, Springfield", - "external_url": "http://209.221.138.252/Details.aspx?location=3183", - "internal_url": "null", - "latitude": "37.179808", - "longitude": "-93.2966168", - "machine_status": "available", - "status": "unvisited", - "id": 1116, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.29617379999999, - 37.18170790000001 - ] - }, - "properties": { - "name": "Wonders of Wildlife/ American National Fish & Wildlife Museum", - "area": "Missouri", - "address": "500 West Sunshine, Springfield", - "external_url": "http://209.221.138.252/Details.aspx?location=3180", - "internal_url": "null", - "latitude": "37.18170790000001", - "longitude": "-93.29617379999999", - "machine_status": "available", - "status": "unvisited", - "id": 1118, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -61780,29 +47151,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.1009742, - 37.1870275 - ] - }, - "properties": { - "name": "Mammoth Cave National Park", - "area": "Kentucky", - "address": "1 Mammoth Cave Pkwy, Mammoth Cave", - "external_url": "http://209.221.138.252/Details.aspx?location=15859", - "internal_url": "null", - "latitude": "37.1870275", - "longitude": "-86.1009742", - "machine_status": "available", - "status": "unvisited", - "id": 3537, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -61826,29 +47174,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.9980337, - 37.1893221 - ] - }, - "properties": { - "name": "Zion Park Gifts and Deli", - "area": "Utah", - "address": "866 Zion Park Boulevard, Springdale", - "external_url": "http://209.221.138.252/Details.aspx?location=209212", - "internal_url": "null", - "latitude": "37.1893221", - "longitude": "-112.9980337", - "machine_status": "available", - "status": "unvisited", - "id": 2097, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -61918,29 +47243,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -113.205536, - 37.205406 - ] - }, - "properties": { - "name": "Fort Zion Gift Shop & Petting Zoo", - "area": "Utah", - "address": "1000 W Highway 9, Virgin", - "external_url": "http://209.221.138.252/Details.aspx?location=252187", - "internal_url": "null", - "latitude": "37.205406", - "longitude": "-113.205536", - "machine_status": "retired", - "status": "retired", - "id": 2103, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -62033,29 +47335,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.64720489999999, - 37.2358375 - ] - }, - "properties": { - "name": "Busch Gardens", - "area": "Virginia", - "address": "One Busch Gardens Blvd, Williamsburg", - "external_url": "http://209.221.138.252/Details.aspx?location=1619", - "internal_url": "null", - "latitude": "37.2358375", - "longitude": "-76.64720489999999", - "machine_status": "available", - "status": "unvisited", - "id": 4460, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -62079,29 +47358,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.5182237, - 37.2387626 - ] - }, - "properties": { - "name": "The American Revolution Museum at Yorktown", - "area": "Virginia", - "address": "200 Walter St, Yorktown", - "external_url": "http://209.221.138.252/Details.aspx?location=262829", - "internal_url": "null", - "latitude": "37.2387626", - "longitude": "-76.5182237", - "machine_status": "available", - "status": "unvisited", - "id": 4472, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -62148,52 +47404,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.9564297, - 37.2501554 - ] - }, - "properties": { - "name": "Zion Lodge / Zion National Park", - "area": "Utah", - "address": "1 Zion Canyon Scenic Drive, Springdale", - "external_url": "http://209.221.138.252/Details.aspx?location=109673", - "internal_url": "null", - "latitude": "37.2501554", - "longitude": "-112.9564297", - "machine_status": "available", - "status": "unvisited", - "id": 2096, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.17516959999999, - 37.2524026 - ] - }, - "properties": { - "name": "Dixie Caverns", - "area": "Virginia", - "address": "5753 West Main Street, Salem", - "external_url": "http://209.221.138.252/Details.aspx?location=1402", - "internal_url": "null", - "latitude": "37.2524026", - "longitude": "-80.17516959999999", - "machine_status": "available", - "status": "unvisited", - "id": 4449, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -62263,29 +47473,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -107.882513, - 37.268136 - ] - }, - "properties": { - "name": "Durango and Silverton Narrow Gauge Railroad and Museum", - "area": "Colorado", - "address": "479 Main Avenue, Durango", - "external_url": "http://209.221.138.252/Details.aspx?location=1047", - "internal_url": "null", - "latitude": "37.268136", - "longitude": "-107.882513", - "machine_status": "available", - "status": "unvisited", - "id": 1855, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -62378,29 +47565,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.93833, - 37.27274 - ] - }, - "properties": { - "name": "Taubman Museum of Art", - "area": "Virginia", - "address": "110 Salem Ave SE, Roanoke", - "external_url": "http://209.221.138.252/Details.aspx?location=209835", - "internal_url": "null", - "latitude": "37.27274", - "longitude": "-79.93833", - "machine_status": "retired", - "status": "retired", - "id": 4447, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -62562,29 +47726,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.9510491, - 37.3183318 - ] - }, - "properties": { - "name": "Winchester Mystery House", - "area": "California", - "address": "525 S. Winchester Boulevard, San Jose", - "external_url": "http://209.221.138.252/Details.aspx?location=575", - "internal_url": "null", - "latitude": "37.3183318", - "longitude": "-121.9510491", - "machine_status": "available", - "status": "unvisited", - "id": 4827, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -62631,29 +47772,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.8902357, - 37.3314903 - ] - }, - "properties": { - "name": "The Tech Museum of Innovation", - "area": "California", - "address": "201 South Market Street, San Jose", - "external_url": "http://209.221.138.252/Details.aspx?location=29121", - "internal_url": "null", - "latitude": "37.3314903", - "longitude": "-121.8902357", - "machine_status": "available", - "status": "unvisited", - "id": 4826, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -62792,29 +47910,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.17854249999999, - 37.3651388 - ] - }, - "properties": { - "name": "Sea Quest Lynchburg", - "area": "Virginia", - "address": "3405 Candlers Mountain Road, Lynchburg", - "external_url": "http://209.221.138.252/Details.aspx?location=330162", - "internal_url": "null", - "latitude": "37.3651388", - "longitude": "-79.17854249999999", - "machine_status": "available", - "status": "unvisited", - "id": 4427, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -62861,29 +47956,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.001627099999999, - 37.3777893 - ] - }, - "properties": { - "name": "Welcome / Tourist Center ", - "area": "Spain", - "address": ", Seville", - "external_url": "http://209.221.138.252/Details.aspx?location=231275", - "internal_url": "null", - "latitude": "37.3777893", - "longitude": "-6.001627099999999", - "machine_status": "available", - "status": "unvisited", - "id": 381, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -62953,52 +48025,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.993503, - 37.387691 - ] - }, - "properties": { - "name": "Monedas Souvenirs", - "area": "Spain", - "address": ", Seville", - "external_url": "http://209.221.138.252/Details.aspx?location=187334", - "internal_url": "null", - "latitude": "37.387691", - "longitude": "-5.993503", - "machine_status": "available", - "status": "unvisited", - "id": 375, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.9944247, - 37.3906143 - ] - }, - "properties": { - "name": "Vazquez - Outside the shop", - "area": "Spain", - "address": "Calle Sierpes , Seville", - "external_url": "http://209.221.138.252/Details.aspx?location=317169", - "internal_url": "null", - "latitude": "37.3906143", - "longitude": "-5.9944247", - "machine_status": "available", - "status": "unvisited", - "id": 380, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -63022,29 +48048,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.996263, - 37.397214 - ] - }, - "properties": { - "name": "Basílica menos del Gran Poder", - "area": "Spain", - "address": "Plaza de San Lorenzo, 13, Seville", - "external_url": "http://209.221.138.252/Details.aspx?location=236696", - "internal_url": "null", - "latitude": "37.397214", - "longitude": "-5.996263", - "machine_status": "available", - "status": "unvisited", - "id": 371, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -63068,75 +48071,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.2010526, - 37.4002152 - ] - }, - "properties": { - "name": "Courthouse Square - Jack Daniels Souvenir Store", - "area": "Tennessee", - "address": "Main Street & Hill Street, Lynchburg", - "external_url": "http://209.221.138.252/Details.aspx?location=319740", - "internal_url": "null", - "latitude": "37.4002152", - "longitude": "-79.2010526", - "machine_status": "available", - "status": "unvisited", - "id": 4228, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.999859400000001, - 37.4079699 - ] - }, - "properties": { - "name": "Isla Mágica", - "area": "Spain", - "address": "Avda. de los descubrimientos s/n, Seville", - "external_url": "http://209.221.138.252/Details.aspx?location=236695", - "internal_url": "null", - "latitude": "37.4079699", - "longitude": "-5.999859400000001", - "machine_status": "available", - "status": "unvisited", - "id": 373, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.9339851, - 37.410168 - ] - }, - "properties": { - "name": "Color Espilaly", - "area": "Spain", - "address": ", Seville", - "external_url": "http://209.221.138.252/Details.aspx?location=231276", - "internal_url": "null", - "latitude": "37.410168", - "longitude": "-5.9339851", - "machine_status": "available", - "status": "unvisited", - "id": 372, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -63183,52 +48117,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.4292581, - 37.4623106 - ] - }, - "properties": { - "name": "Oddyssea", - "area": "California", - "address": "617 Main Street, Half Moon Bay", - "external_url": "http://209.221.138.252/Details.aspx?location=200909", - "internal_url": "null", - "latitude": "37.4623106", - "longitude": "-122.4292581", - "machine_status": "retired", - "status": "retired", - "id": 4637, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.865142, - 37.466735 - ] - }, - "properties": { - "name": "Colorado Welcome Center at Alamosa", - "area": "Colorado", - "address": "610 State St. , Alamosa", - "external_url": "http://209.221.138.252/Details.aspx?location=340695", - "internal_url": "null", - "latitude": "37.466735", - "longitude": "-105.865142", - "machine_status": "available", - "status": "unvisited", - "id": 1813, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -63275,29 +48163,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.06791, - 37.474715 - ] - }, - "properties": { - "name": "Bluestone Travel Plaza", - "area": "West Virginia", - "address": "Milepost 18 Northbound on I-77 (West Virginia Turnpike), Princeton", - "external_url": "http://209.221.138.252/Details.aspx?location=972", - "internal_url": "null", - "latitude": "37.474715", - "longitude": "-81.06791", - "machine_status": "available", - "status": "unvisited", - "id": 3902, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -63344,29 +48209,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 15.0848433, - 37.5031814 - ] - }, - "properties": { - "name": "Giorgio Venezian clothing store", - "area": "Italy", - "address": "Via dei Crociferi 8/8A", - "external_url": "http://209.221.138.252/Details.aspx?location=280516", - "internal_url": "null", - "latitude": "37.5031814", - "longitude": "15.0848433", - "machine_status": "available", - "status": "unvisited", - "id": 965, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -63528,29 +48370,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.474477, - 37.558324 - ] - }, - "properties": { - "name": "Virginia Museum of History & Culture (Was Virginia Historical Society)", - "area": "Virginia", - "address": "428 N Arthur Ashe Boulevard, Richmond", - "external_url": "http://209.221.138.252/Details.aspx?location=111621", - "internal_url": "null", - "latitude": "37.558324", - "longitude": "-77.474477", - "machine_status": "available", - "status": "unvisited", - "id": 4445, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -64149,29 +48968,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.40856099999999, - 37.717034 - ] - }, - "properties": { - "name": "Sedgwick County Zoo", - "area": "Kansas", - "address": "5555 Zoo Boulevard, Wichita", - "external_url": "http://209.221.138.252/Details.aspx?location=2239", - "internal_url": "null", - "latitude": "37.717034", - "longitude": "-97.40856099999999", - "machine_status": "retired", - "status": "retired", - "id": 3948, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -64218,52 +49014,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.1933662, - 37.7291766 - ] - }, - "properties": { - "name": "University Mall (Center area by Hot Topic)", - "area": "Illinois", - "address": "1237 East Main, Carbondale ", - "external_url": "http://209.221.138.252/Details.aspx?location=299313", - "internal_url": "null", - "latitude": "37.7291766", - "longitude": "-89.1933662", - "machine_status": "available", - "status": "unvisited", - "id": 1204, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.503208, - 37.7348216 - ] - }, - "properties": { - "name": "San Francisco Zoo", - "area": "California", - "address": "Sloat Blvd., San Francisco", - "external_url": "http://209.221.138.252/Details.aspx?location=77176", - "internal_url": "null", - "latitude": "37.7348216", - "longitude": "-122.503208", - "machine_status": "available", - "status": "unvisited", - "id": 4822, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -64287,52 +49037,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.1454166, - 37.7486635 - ] - }, - "properties": { - "name": "Oakland Zoo", - "area": "California", - "address": "9777 Golf Links Road, Oakland", - "external_url": "http://209.221.138.252/Details.aspx?location=104736", - "internal_url": "null", - "latitude": "37.7486635", - "longitude": "-122.1454166", - "machine_status": "retired", - "status": "retired", - "id": 4715, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -100.0217447, - 37.7538033 - ] - }, - "properties": { - "name": "Boot Hill Museum", - "area": "Kansas", - "address": "500 W Wyatt Earp Blvd, Dodge City", - "external_url": "http://209.221.138.252/Details.aspx?location=2268", - "internal_url": "null", - "latitude": "37.7538033", - "longitude": "-100.0217447", - "machine_status": "available", - "status": "unvisited", - "id": 3926, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -64494,52 +49198,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.4307307, - 37.7849485 - ] - }, - "properties": { - "name": "Japantown - Katachi (Anime & Sword Shop)", - "area": "California", - "address": "1737 Post Street, West Mall, #326, San Francisco", - "external_url": "http://209.221.138.252/Details.aspx?location=102621", - "internal_url": "null", - "latitude": "37.7849485", - "longitude": "-122.4307307", - "machine_status": "available", - "status": "unvisited", - "id": 4821, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.3995086, - 37.7873338 - ] - }, - "properties": { - "name": "Chinatown - The 111 Minna Gallery", - "area": "California", - "address": "111 Minna ST, San Francisco", - "external_url": "http://209.221.138.252/Details.aspx?location=269033", - "internal_url": "null", - "latitude": "37.7873338", - "longitude": "-122.3995086", - "machine_status": "available", - "status": "unvisited", - "id": 4799, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -64563,29 +49221,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.4063975, - 37.7936544 - ] - }, - "properties": { - "name": "Chinatown - Chinatown Kite Shop ", - "area": "California", - "address": "717 Grant Ave., San Francisco", - "external_url": "http://209.221.138.252/Details.aspx?location=262688", - "internal_url": "null", - "latitude": "37.7936544", - "longitude": "-122.4063975", - "machine_status": "available", - "status": "unvisited", - "id": 4795, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -64655,29 +49290,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.4063959, - 37.7950842 - ] - }, - "properties": { - "name": "Chinatown - Only In Chinatown, Inc. Gifts & Souvenir", - "area": "California", - "address": "864 Grant Ave., San Francisco", - "external_url": "http://209.221.138.252/Details.aspx?location=916", - "internal_url": "null", - "latitude": "37.7950842", - "longitude": "-122.4063959", - "machine_status": "available", - "status": "unvisited", - "id": 4797, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -64701,29 +49313,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.2636106, - 37.7986414 - ] - }, - "properties": { - "name": "Oakland Museum of California", - "area": "California", - "address": "1000 Oak St., Oakland", - "external_url": "http://209.221.138.252/Details.aspx?location=197734", - "internal_url": "null", - "latitude": "37.7986414", - "longitude": "-122.2636106", - "machine_status": "available", - "status": "unvisited", - "id": 4714, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -64770,29 +49359,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.2128026, - 37.8022947 - ] - }, - "properties": { - "name": "Beckley Travel Plaza", - "area": "West Virginia", - "address": "I-77 Exit 45 North and Southbound West Virginia Turnpike, Beckley", - "external_url": "http://209.221.138.252/Details.aspx?location=963", - "internal_url": "null", - "latitude": "37.8022947", - "longitude": "-81.2128026", - "machine_status": "available", - "status": "unvisited", - "id": 3887, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -64862,29 +49428,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.4157026, - 37.8068447 - ] - }, - "properties": { - "name": "Fisherman's Wharf - Taylor St - Bay City Bike", - "area": "California", - "address": "2661 Taylor Street, San Francisco", - "external_url": "http://209.221.138.252/Details.aspx?location=187494", - "internal_url": "null", - "latitude": "37.8068447", - "longitude": "-122.4157026", - "machine_status": "available", - "status": "unvisited", - "id": 4816, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -64908,29 +49451,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.4748409, - 37.8077879 - ] - }, - "properties": { - "name": "Golden Gate Bridge Welcome Center", - "area": "California", - "address": "Golden Gate Bridge, South End, San Francisco", - "external_url": "http://209.221.138.252/Details.aspx?location=315090", - "internal_url": "null", - "latitude": "37.8077879", - "longitude": "-122.4748409", - "machine_status": "available", - "status": "unvisited", - "id": 4819, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -65138,29 +49658,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.4159684, - 37.8093037 - ] - }, - "properties": { - "name": "Fisherman's Wharf - Pier 45 - Musee Mecanique Museum", - "area": "California", - "address": "Pier 45 Shed A at the end of Taylor Street, San Francisco", - "external_url": "http://209.221.138.252/Details.aspx?location=632", - "internal_url": "null", - "latitude": "37.8093037", - "longitude": "-122.4159684", - "machine_status": "available", - "status": "unvisited", - "id": 4813, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -65690,29 +50187,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 22.1409273, - 37.9611342 - ] - }, - "properties": { - "name": "Cave of the Lakes - Kalavryta", - "area": "Greece", - "address": "25007 Kastria, Kalavryta", - "external_url": "http://209.221.138.252/Details.aspx?location=50371", - "internal_url": "null", - "latitude": "37.9611342", - "longitude": "22.1409273", - "machine_status": "available", - "status": "unvisited", - "id": 1035, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -65759,29 +50233,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.4688009, - 37.9901466 - ] - }, - "properties": { - "name": "Baeza Cathedral", - "area": "Spain", - "address": "Plaza Sta. María s/n, Jaen, Baeza", - "external_url": "http://209.221.138.252/Details.aspx?location=236693", - "internal_url": "null", - "latitude": "37.9901466", - "longitude": "-3.4688009", - "machine_status": "available", - "status": "unvisited", - "id": 326, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -65851,29 +50302,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.46370309999999, - 38.0087286 - ] - }, - "properties": { - "name": "Michie Tavern, General Store", - "area": "Virginia", - "address": "683 Thomas Jefferson Parkway, Charlottesville", - "external_url": "http://209.221.138.252/Details.aspx?location=31512", - "internal_url": "null", - "latitude": "38.0087286", - "longitude": "-78.46370309999999", - "machine_status": "available", - "status": "unvisited", - "id": 4409, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -66150,29 +50578,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.5385299, - 38.0677832 - ] - }, - "properties": { - "name": "The Village Blacksmith", - "area": "California", - "address": "P.O. Box 910, Angels Camp", - "external_url": "http://209.221.138.252/Details.aspx?location=63387", - "internal_url": "null", - "latitude": "38.0677832", - "longitude": "-120.5385299", - "machine_status": "available", - "status": "unvisited", - "id": 4564, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -66196,29 +50601,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.5451949, - 38.0760832 - ] - }, - "properties": { - "name": "Calaveras County Visitors Bureau (was at Orphan Annies)", - "area": "California", - "address": "1192 S. Main Street, Angels Camp", - "external_url": "http://209.221.138.252/Details.aspx?location=375", - "internal_url": "null", - "latitude": "38.0760832", - "longitude": "-120.5451949", - "machine_status": "available", - "status": "unvisited", - "id": 4563, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -66518,29 +50900,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -92.639719, - 38.198897 - ] - }, - "properties": { - "name": "Dogpatch Store (located at Bagnell Dam)", - "area": "Missouri", - "address": "1482 Bagnell Dam Boulevard, Lake Ozark", - "external_url": "http://209.221.138.252/Details.aspx?location=3285", - "internal_url": "null", - "latitude": "38.198897", - "longitude": "-92.639719", - "machine_status": "available", - "status": "unvisited", - "id": 1104, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -66610,29 +50969,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.7071264, - 38.2057299 - ] - }, - "properties": { - "name": "Louisville Zoo", - "area": "Kentucky", - "address": "1100 Trevilian Way, Louisville", - "external_url": "http://209.221.138.252/Details.aspx?location=2279", - "internal_url": "null", - "latitude": "38.2057299", - "longitude": "-85.7071264", - "machine_status": "available", - "status": "unvisited", - "id": 3536, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -66771,29 +51107,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.83462639999999, - 38.2590439 - ] - }, - "properties": { - "name": "Grand Caverns", - "area": "Virginia", - "address": "Dogwood Avenue, Grottoes", - "external_url": "http://209.221.138.252/Details.aspx?location=40188", - "internal_url": "null", - "latitude": "38.2590439", - "longitude": "-78.83462639999999", - "machine_status": "available", - "status": "unvisited", - "id": 4417, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -67024,52 +51337,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.08647490000001, - 38.3281156 - ] - }, - "properties": { - "name": "Ripley's Believe It or Not - Ocean City", - "area": "Maryland", - "address": "401 Atlantic Avenue, Ocean City", - "external_url": "http://209.221.138.252/Details.aspx?location=2465", - "internal_url": "null", - "latitude": "38.3281156", - "longitude": "-75.08647490000001", - "machine_status": "available", - "status": "unvisited", - "id": 3627, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.08678110000001, - 38.3281238 - ] - }, - "properties": { - "name": "Dolle's Candyland", - "area": "Maryland", - "address": "500 South Boardwalk at Wicomico Street, Ocean City", - "external_url": "http://209.221.138.252/Details.aspx?location=79242", - "internal_url": "null", - "latitude": "38.3281238", - "longitude": "-75.08678110000001", - "machine_status": "available", - "status": "unvisited", - "id": 3624, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -67254,29 +51521,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.3378788, - 38.3729416 - ] - }, - "properties": { - "name": "Marengo Cave National Landmark", - "area": "Indiana", - "address": "400 East State Road 64, Marengo", - "external_url": "http://209.221.138.252/Details.aspx?location=2133", - "internal_url": "null", - "latitude": "38.3729416", - "longitude": "-86.3378788", - "machine_status": "available", - "status": "unvisited", - "id": 2275, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -67438,29 +51682,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.240494, - 38.4409764 - ] - }, - "properties": { - "name": "Pizza Madness", - "area": "Colorado", - "address": "509 Main St, Cañon City", - "external_url": "http://209.221.138.252/Details.aspx?location=278089", - "internal_url": "null", - "latitude": "38.4409764", - "longitude": "-105.240494", - "machine_status": "available", - "status": "unvisited", - "id": 1818, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -67599,29 +51820,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.940545, - 38.478295 - ] - }, - "properties": { - "name": "Eckert's", - "area": "Illinois", - "address": "951 S. Green Mount Road, Belleville", - "external_url": "http://209.221.138.252/Details.aspx?location=329340", - "internal_url": "null", - "latitude": "38.478295", - "longitude": "-89.940545", - "machine_status": "available", - "status": "unvisited", - "id": 1198, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -67829,29 +52027,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1307214, - 38.5364421 - ] - }, - "properties": { - "name": "Arte Vela Shop", - "area": "Spain", - "address": "Passeig de la Carretera, 26, Benidorm", - "external_url": "http://209.221.138.252/Details.aspx?location=286566", - "internal_url": "null", - "latitude": "38.5364421", - "longitude": "-0.1307214", - "machine_status": "available", - "status": "unvisited", - "id": 291, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -67875,29 +52050,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.5040041, - 38.5392791 - ] - }, - "properties": { - "name": "William Land Park - Sacramento Zoo", - "area": "California", - "address": "3930 West Land Park Dr., Sacramento", - "external_url": "http://209.221.138.252/Details.aspx?location=1198", - "internal_url": "null", - "latitude": "38.5392791", - "longitude": "-121.5040041", - "machine_status": "available", - "status": "unvisited", - "id": 4759, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -67944,29 +52096,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.35413469999999, - 38.5496852 - ] - }, - "properties": { - "name": "Grant's Farm", - "area": "Missouri", - "address": "10501 Gravois Rd, St. Louis", - "external_url": "http://209.221.138.252/Details.aspx?location=3200", - "internal_url": "null", - "latitude": "38.5496852", - "longitude": "-90.35413469999999", - "machine_status": "available", - "status": "unvisited", - "id": 1128, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -68013,29 +52142,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1446154, - 38.5692069 - ] - }, - "properties": { - "name": "Terra Natura", - "area": "Spain", - "address": "Foia del Verdarer street, 1, Benidorm (Alicante)", - "external_url": "http://209.221.138.252/Details.aspx?location=289232", - "internal_url": "null", - "latitude": "38.5692069", - "longitude": "-0.1446154", - "machine_status": "available", - "status": "unvisited", - "id": 292, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -68082,52 +52188,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.707109, - 38.573697 - ] - }, - "properties": { - "name": "Goblin Valley State Park", - "area": "Utah", - "address": "Goblin Valley Road, Green River", - "external_url": "http://209.221.138.252/Details.aspx?location=249400", - "internal_url": "null", - "latitude": "38.573697", - "longitude": "-110.707109", - "machine_status": "available", - "status": "unvisited", - "id": 2065, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.40503919999999, - 38.5737669 - ] - }, - "properties": { - "name": "St. Louis Children's Museum, The Magic House", - "area": "Missouri", - "address": "516 S Kirkwood Rd, St. Louis", - "external_url": "http://209.221.138.252/Details.aspx?location=12513", - "internal_url": "null", - "latitude": "38.5737669", - "longitude": "-90.40503919999999", - "machine_status": "available", - "status": "unvisited", - "id": 1134, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -68151,52 +52211,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -109.5509713, - 38.5738956 - ] - }, - "properties": { - "name": "Dirt Shirts", - "area": "Utah", - "address": "78 South Main St., Moab", - "external_url": "http://209.221.138.252/Details.aspx?location=110195", - "internal_url": "null", - "latitude": "38.5738956", - "longitude": "-109.5509713", - "machine_status": "available", - "status": "unvisited", - "id": 2079, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -109.551141, - 38.57430799999999 - ] - }, - "properties": { - "name": "Desert Dreams", - "area": "Utah", - "address": "71 N. Main, Moab", - "external_url": "http://209.221.138.252/Details.aspx?location=1678", - "internal_url": "null", - "latitude": "38.57430799999999", - "longitude": "-109.551141", - "machine_status": "available", - "status": "unvisited", - "id": 2078, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -68266,29 +52280,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.5057612, - 38.5821574 - ] - }, - "properties": { - "name": "Old Sacramento - Stage Nine Store", - "area": "California", - "address": "102 K St. (Old Town), Sacramento", - "external_url": "http://209.221.138.252/Details.aspx?location=1196", - "internal_url": "null", - "latitude": "38.5821574", - "longitude": "-121.5057612", - "machine_status": "available", - "status": "unvisited", - "id": 4756, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -68381,29 +52372,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.5044464, - 38.5850581 - ] - }, - "properties": { - "name": "Old Sacramento - California State Railroad Museum", - "area": "California", - "address": "125 I Street Sacramento, Sacramento", - "external_url": "http://209.221.138.252/Details.aspx?location=107181", - "internal_url": "null", - "latitude": "38.5850581", - "longitude": "-121.5044464", - "machine_status": "available", - "status": "unvisited", - "id": 4751, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -68427,52 +52395,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.2145767, - 38.5989418 - ] - }, - "properties": { - "name": "Budweiser Brewery Experience", - "area": "Missouri", - "address": "12th and Lynch Street, St. Louis", - "external_url": "http://209.221.138.252/Details.aspx?location=324440", - "internal_url": "null", - "latitude": "38.5989418", - "longitude": "-90.2145767", - "machine_status": "available", - "status": "unvisited", - "id": 1124, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -109.6198462, - 38.6165892 - ] - }, - "properties": { - "name": "Arches National Park Visitor Center", - "area": "Utah", - "address": "3015 S Hwy191, Moab", - "external_url": "http://209.221.138.252/Details.aspx?location=338495", - "internal_url": "null", - "latitude": "38.6165892", - "longitude": "-109.6198462", - "machine_status": "available", - "status": "unvisited", - "id": 2076, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -68496,29 +52418,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.18809809999999, - 38.6245316 - ] - }, - "properties": { - "name": "Jefferson National Parks Association", - "area": "Missouri", - "address": "2nd & Walnut Streets, South Leg Service Entrance, St. Louis", - "external_url": "http://209.221.138.252/Details.aspx?location=250842", - "internal_url": "null", - "latitude": "38.6245316", - "longitude": "-90.18809809999999", - "machine_status": "available", - "status": "unvisited", - "id": 1129, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -68565,29 +52464,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.57996709999999, - 38.6289142 - ] - }, - "properties": { - "name": "The Ark Encounter", - "area": "Kentucky", - "address": "1 Ark Encounter Drive, Williamstown", - "external_url": "http://209.221.138.252/Details.aspx?location=277372", - "internal_url": "null", - "latitude": "38.6289142", - "longitude": "-84.57996709999999", - "machine_status": "available", - "status": "unvisited", - "id": 3544, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -68634,52 +52510,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.3797528, - 38.6393037 - ] - }, - "properties": { - "name": "Powerhouse Science Center (Discovery Museum's Science & Space Center)", - "area": "California", - "address": "3615 Auburn Blvd, Sacramento", - "external_url": "http://209.221.138.252/Details.aspx?location=11377", - "internal_url": "null", - "latitude": "38.6393037", - "longitude": "-121.3797528", - "machine_status": "available", - "status": "unvisited", - "id": 4757, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.5473692, - 38.6446737 - ] - }, - "properties": { - "name": "Dukes of Hazzard Museum (Was Cooters in the Valley)", - "area": "Virginia", - "address": "4768 US Hwy 211 West, Luray", - "external_url": "http://209.221.138.252/Details.aspx?location=268762", - "internal_url": "null", - "latitude": "38.6446737", - "longitude": "-78.5473692", - "machine_status": "available", - "status": "unvisited", - "id": 4422, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -68703,52 +52533,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.31079620000001, - 38.6487895 - ] - }, - "properties": { - "name": "Mercantile Money Museum", - "area": "Missouri", - "address": "7th & Washington, St. Louis", - "external_url": "http://209.221.138.252/Details.aspx?location=231941", - "internal_url": "null", - "latitude": "38.6487895", - "longitude": "-90.31079620000001", - "machine_status": "available", - "status": "unvisited", - "id": 1130, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.1214351, - 38.650815 - ] - }, - "properties": { - "name": "Palladio at Broadstone, SeaQuest Aquarium Folsom", - "area": "California", - "address": "430 Palladio Parkway Suite 1801, Folsom", - "external_url": "http://209.221.138.252/Details.aspx?location=306735", - "internal_url": "null", - "latitude": "38.650815", - "longitude": "-121.1214351", - "machine_status": "available", - "status": "unvisited", - "id": 4623, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -68864,52 +52648,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.392338, - 38.673392 - ] - }, - "properties": { - "name": "Jellystone Park Campground", - "area": "Virginia", - "address": "2250 US Hwy 211 East, Luray", - "external_url": "http://209.221.138.252/Details.aspx?location=1217", - "internal_url": "null", - "latitude": "38.673392", - "longitude": "-78.392338", - "machine_status": "available", - "status": "unvisited", - "id": 4423, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1984499, - 38.6763199 - ] - }, - "properties": { - "name": "Guadalest", - "area": "Spain", - "address": "Calle la Peña 2, El Castell de Guadalest", - "external_url": "http://209.221.138.252/Details.aspx?location=248022", - "internal_url": "null", - "latitude": "38.6763199", - "longitude": "-0.1984499", - "machine_status": "available", - "status": "unvisited", - "id": 306, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -68979,52 +52717,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.0861753, - 38.707982 - ] - }, - "properties": { - "name": "George Washington's Mount Vernon Estate and Gardens", - "area": "Virginia", - "address": "3200 Mount Vernon Memorial Highway, Mount Vernon", - "external_url": "http://209.221.138.252/Details.aspx?location=44055", - "internal_url": "null", - "latitude": "38.707982", - "longitude": "-77.0861753", - "machine_status": "available", - "status": "unvisited", - "id": 4431, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.666787, - 38.713124 - ] - }, - "properties": { - "name": "Yellow Barn at Shenandoah Caverns", - "area": "Virginia", - "address": "261 Caverns Road (I-81 Exit #269), Shenandoah Caverns", - "external_url": "http://209.221.138.252/Details.aspx?location=46820", - "internal_url": "null", - "latitude": "38.713124", - "longitude": "-78.666787", - "machine_status": "available", - "status": "unvisited", - "id": 4450, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -69071,29 +52763,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.0781923, - 38.7161725 - ] - }, - "properties": { - "name": "Snyder's Candy", - "area": "Delaware", - "address": "60 Rehoboth Ave., Rehoboth Beach", - "external_url": "http://209.221.138.252/Details.aspx?location=255556", - "internal_url": "null", - "latitude": "38.7161725", - "longitude": "-75.0781923", - "machine_status": "available", - "status": "unvisited", - "id": 2246, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -69140,29 +52809,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.1721861, - 38.7474791 - ] - }, - "properties": { - "name": "Cripple Creek & Victor Narrow Gauge Railroad", - "area": "Colorado", - "address": "520 E. Carr Avenue, Cripple Creek ", - "external_url": "http://209.221.138.252/Details.aspx?location=1061", - "internal_url": "null", - "latitude": "38.7474791", - "longitude": "-105.1721861", - "machine_status": "available", - "status": "unvisited", - "id": 1838, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -69301,52 +52947,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.4147936, - 38.7871306 - ] - }, - "properties": { - "name": "Cabela's", - "area": "Missouri", - "address": "St Louis Mills Mall, Hazelwood", - "external_url": "http://209.221.138.252/Details.aspx?location=25576", - "internal_url": "null", - "latitude": "38.7871306", - "longitude": "-90.4147936", - "machine_status": "available", - "status": "unvisited", - "id": 1091, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -9.3893376, - 38.792556 - ] - }, - "properties": { - "name": "Castelo dos Mouros", - "area": "Portugal", - "address": "2710 Sintra, Sintra ", - "external_url": "http://209.221.138.252/Details.aspx?location=303617", - "internal_url": "null", - "latitude": "38.792556", - "longitude": "-9.3893376", - "machine_status": "available", - "status": "unvisited", - "id": 680, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -69370,29 +52970,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.5993031, - 38.7970129 - ] - }, - "properties": { - "name": "Cabela's", - "area": "Virginia", - "address": "5291 Wellington Branch Drive, Gainesville", - "external_url": "http://209.221.138.252/Details.aspx?location=266646", - "internal_url": "null", - "latitude": "38.7970129", - "longitude": "-77.5993031", - "machine_status": "available", - "status": "unvisited", - "id": 4416, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -69416,29 +52993,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.0804043, - 38.8002432 - ] - }, - "properties": { - "name": "Sierra at Tahoe Ski Resort", - "area": "California", - "address": "4045 Highway 50, South Lake Tahoe", - "external_url": "http://209.221.138.252/Details.aspx?location=294710", - "internal_url": "null", - "latitude": "38.8002432", - "longitude": "-120.0804043", - "machine_status": "available", - "status": "unvisited", - "id": 4876, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -69462,29 +53016,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.37434379999999, - 38.8325614 - ] - }, - "properties": { - "name": "Seneca Rocks Visitor Center", - "area": "West Virginia", - "address": "Po Box 13, Seneca Rocks", - "external_url": "http://209.221.138.252/Details.aspx?location=284218", - "internal_url": "null", - "latitude": "38.8325614", - "longitude": "-79.37434379999999", - "machine_status": "available", - "status": "unvisited", - "id": 3904, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -69531,29 +53062,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.0427331, - 38.8408339 - ] - }, - "properties": { - "name": "Gift Shop at Glen Cove (Pikes Peak Mountain)", - "area": "Colorado", - "address": "Pikes Peak Highway, Pike National Forest (near Cascade)", - "external_url": "http://209.221.138.252/Details.aspx?location=6651", - "internal_url": "null", - "latitude": "38.8408339", - "longitude": "-105.0427331", - "machine_status": "retired", - "status": "retired", - "id": 1921, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -69623,52 +53131,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.931258, - 38.8560737 - ] - }, - "properties": { - "name": "Manitou & Pikes Peak Cog Railway", - "area": "Colorado", - "address": "515 Ruxton Avenue, Manitou Springs", - "external_url": "http://209.221.138.252/Details.aspx?location=484", - "internal_url": "null", - "latitude": "38.8560737", - "longitude": "-104.931258", - "machine_status": "available", - "status": "unvisited", - "id": 1903, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.9157979, - 38.85752799999999 - ] - }, - "properties": { - "name": "Quacker Gift Shop", - "area": "Colorado", - "address": "738 Manitou Ave , Manitou Springs", - "external_url": "http://209.221.138.252/Details.aspx?location=189026", - "internal_url": "null", - "latitude": "38.85752799999999", - "longitude": "-104.9157979", - "machine_status": "available", - "status": "unvisited", - "id": 1907, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -69692,52 +53154,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.9179652, - 38.8589369 - ] - }, - "properties": { - "name": "Arcade Amusements - SKEEBALL Building", - "area": "Colorado", - "address": "930 Manitou Ave., Manitou Springs", - "external_url": "http://209.221.138.252/Details.aspx?location=331833", - "internal_url": "null", - "latitude": "38.8589369", - "longitude": "-104.9179652", - "machine_status": "available", - "status": "unvisited", - "id": 1900, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.9179652, - 38.8589369 - ] - }, - "properties": { - "name": "Penny Arcade", - "area": "Colorado", - "address": "930 Manitou Ave, Manitou Springs", - "external_url": "http://209.221.138.252/Details.aspx?location=1027", - "internal_url": "null", - "latitude": "38.8589369", - "longitude": "-104.9179652", - "machine_status": "available", - "status": "unvisited", - "id": 1906, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -69784,29 +53200,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.0562669, - 38.8718568 - ] - }, - "properties": { - "name": "The Pentagon Visitor Center", - "area": "Virginia", - "address": "The Pentagon, Arlington", - "external_url": "http://209.221.138.252/Details.aspx?location=104518", - "internal_url": "null", - "latitude": "38.8718568", - "longitude": "-77.0562669", - "machine_status": "available", - "status": "unvisited", - "id": 4406, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -69830,52 +53223,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.0074329, - 38.8730102 - ] - }, - "properties": { - "name": "Nationals Park / Washington Nationals Baseball ", - "area": "Washington DC", - "address": "1500 South Capitol Street, SE, Washington", - "external_url": "http://209.221.138.252/Details.aspx?location=38927", - "internal_url": "null", - "latitude": "38.8730102", - "longitude": "-77.0074329", - "machine_status": "available", - "status": "unvisited", - "id": 3241, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.99529, - 38.8730667 - ] - }, - "properties": { - "name": "Washington Navy Yard - The National Museum of the US Navy", - "area": "Washington DC", - "address": "736 Sicard St SE - Building 76, Washington", - "external_url": "http://209.221.138.252/Details.aspx?location=986", - "internal_url": "null", - "latitude": "38.8730667", - "longitude": "-76.99529", - "machine_status": "available", - "status": "unvisited", - "id": 3249, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -69945,29 +53292,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.0254588, - 38.8838726 - ] - }, - "properties": { - "name": "International Spy Museum at L'Enfant", - "area": "Washington DC", - "address": "700 L'Enfant Plaza, SW , Washington", - "external_url": "http://209.221.138.252/Details.aspx?location=235978", - "internal_url": "null", - "latitude": "38.8838726", - "longitude": "-77.0254588", - "machine_status": "available", - "status": "unvisited", - "id": 3236, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -69991,52 +53315,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.0198679, - 38.88816010000001 - ] - }, - "properties": { - "name": "Smithsonian National Air and Space Museum", - "area": "Washington DC", - "address": "600 Independence Avenue, S.W., Washington", - "external_url": "http://209.221.138.252/Details.aspx?location=990", - "internal_url": "null", - "latitude": "38.88816010000001", - "longitude": "-77.0198679", - "machine_status": "available", - "status": "unvisited", - "id": 3244, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.0260229, - 38.8887861 - ] - }, - "properties": { - "name": "Smithsonian Institution Building (The Castle)", - "area": "Washington DC", - "address": "1000 Jefferson Drive SW, Washington", - "external_url": "http://209.221.138.252/Details.aspx?location=52664", - "internal_url": "null", - "latitude": "38.8887861", - "longitude": "-77.0260229", - "machine_status": "available", - "status": "unvisited", - "id": 3243, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -70060,75 +53338,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.0260654, - 38.8912662 - ] - }, - "properties": { - "name": "Smithsonian National Museum of Natural History", - "area": "Washington DC", - "address": "10th Street & Constitution Avenue, N.W., MRC 189, Washington", - "external_url": "http://209.221.138.252/Details.aspx?location=994", - "internal_url": "null", - "latitude": "38.8912662", - "longitude": "-77.0260654", - "machine_status": "available", - "status": "unvisited", - "id": 3246, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.03005089999999, - 38.89127930000001 - ] - }, - "properties": { - "name": "Smithsonian National Museum of American History", - "area": "Washington DC", - "address": "14th Street & Constitution Avenue, N.W., MRC 189., Washington", - "external_url": "http://209.221.138.252/Details.aspx?location=992", - "internal_url": "null", - "latitude": "38.89127930000001", - "longitude": "-77.03005089999999", - "machine_status": "available", - "status": "unvisited", - "id": 3245, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.0327373, - 38.895211 - ] - }, - "properties": { - "name": "White House Visitor's Center", - "area": "Washington DC", - "address": "1450 Pennsylvania Ave NW, Washington", - "external_url": "http://209.221.138.252/Details.aspx?location=274535", - "internal_url": "null", - "latitude": "38.895211", - "longitude": "-77.0327373", - "machine_status": "available", - "status": "unvisited", - "id": 3251, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -70382,52 +53591,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.981983, - 38.908376 - ] - }, - "properties": { - "name": "Crystal Reservoir Gift Shop Pikes Peak Mountain", - "area": "Colorado", - "address": "Pikes Peak Highway, Pike National Forest (near Cascade)", - "external_url": "http://209.221.138.252/Details.aspx?location=6650", - "internal_url": "null", - "latitude": "38.908376", - "longitude": "-104.981983", - "machine_status": "available", - "status": "unvisited", - "id": 1920, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.981983, - 38.908376 - ] - }, - "properties": { - "name": "Summit House Gift Shop Pikes Peak Mountain", - "area": "Colorado", - "address": "Pikes Peak Highway, Pike National Forest (near Cascade)", - "external_url": "http://209.221.138.252/Details.aspx?location=452", - "internal_url": "null", - "latitude": "38.908376", - "longitude": "-104.981983", - "machine_status": "available", - "status": "unvisited", - "id": 1922, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -70451,75 +53614,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.44420749999999, - 38.9109189 - ] - }, - "properties": { - "name": "Smithsonian National Air and Space Museum @ The Steven F. Udvar Hazy Center", - "area": "Virginia", - "address": "14390 Air & Space Museum Parkway, Chantilly", - "external_url": "http://209.221.138.252/Details.aspx?location=1208", - "internal_url": "null", - "latitude": "38.9109189", - "longitude": "-77.44420749999999", - "machine_status": "available", - "status": "unvisited", - "id": 4408, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.2108966, - 38.9115919 - ] - }, - "properties": { - "name": "Eisenhower Presidential Library, Museum & Boyhood Home", - "area": "Kansas", - "address": "200 S.E. 4th, Abilene", - "external_url": "http://209.221.138.252/Details.aspx?location=4691", - "internal_url": "null", - "latitude": "38.9115919", - "longitude": "-97.2108966", - "machine_status": "available", - "status": "unvisited", - "id": 3921, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.1944446, - 38.9181671 - ] - }, - "properties": { - "name": "Royal Walter Cruise Ship Terminal - Cayman Crafters Market", - "area": "Cayman Islands", - "address": "S. Church St on the water front Royal Cruise port, Georgetown", - "external_url": "http://209.221.138.252/Details.aspx?location=104923", - "internal_url": "null", - "latitude": "38.9181671", - "longitude": "-78.1944446", - "machine_status": "available", - "status": "unvisited", - "id": 4405, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -70543,29 +53637,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.0707808, - 38.9305946 - ] - }, - "properties": { - "name": "Washington National Cathedral", - "area": "Washington DC", - "address": "3101 Wisconsin Ave NW, Washington DC", - "external_url": "http://209.221.138.252/Details.aspx?location=283699", - "internal_url": "null", - "latitude": "38.9305946", - "longitude": "-77.0707808", - "machine_status": "available", - "status": "unvisited", - "id": 3252, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -70612,29 +53683,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.9145145, - 38.9401107 - ] - }, - "properties": { - "name": "Emlen Physick Estate", - "area": "New Jersey", - "address": "1048 Washington Street, Cape May", - "external_url": "http://209.221.138.252/Details.aspx?location=345964", - "internal_url": "null", - "latitude": "38.9401107", - "longitude": "-74.9145145", - "machine_status": "available", - "status": "unvisited", - "id": 2388, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -70750,29 +53798,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -119.9443247, - 38.9562465 - ] - }, - "properties": { - "name": "Powder House Ski & Snowboard", - "area": "California", - "address": "4045 Lake Tahoe Boulevard, South Lake Tahoe", - "external_url": "http://209.221.138.252/Details.aspx?location=282551", - "internal_url": "null", - "latitude": "38.9562465", - "longitude": "-119.9443247", - "machine_status": "available", - "status": "unvisited", - "id": 4875, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -70796,29 +53821,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.488272, - 38.9776983 - ] - }, - "properties": { - "name": "A. L. Goodies General Store", - "area": "Maryland", - "address": "112 Main Street, Annapolis", - "external_url": "http://209.221.138.252/Details.aspx?location=2580", - "internal_url": "null", - "latitude": "38.9776983", - "longitude": "-76.488272", - "machine_status": "available", - "status": "unvisited", - "id": 3604, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -70865,29 +53867,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.8064341, - 38.9892691 - ] - }, - "properties": { - "name": "Tributes and Traditions Retro Arcade and Fascination", - "area": "New Jersey", - "address": "2900-2904 Boardwalk, Wildwood", - "external_url": "http://209.221.138.252/Details.aspx?location=343805", - "internal_url": "null", - "latitude": "38.9892691", - "longitude": "-74.8064341", - "machine_status": "retired", - "status": "retired", - "id": 2408, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -71003,29 +53982,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.5291644, - 39.0068733 - ] - }, - "properties": { - "name": "Kansas City Zoo", - "area": "Missouri", - "address": "6800 Zoo Drive in Swope Park, Kansas City", - "external_url": "http://209.221.138.252/Details.aspx?location=3215", - "internal_url": "null", - "latitude": "39.0068733", - "longitude": "-94.5291644", - "machine_status": "available", - "status": "unvisited", - "id": 1097, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -71399,93 +54355,24 @@ "geometry": { "type": "Point", "coordinates": [ - -84.78366620000001, - 39.0860427 + -108.6023497, + 39.0909252 ] }, "properties": { - "name": "Creation Museum", - "area": "Kentucky", - "address": "2800 Bullittsburg Church Rd, Hebron", - "external_url": "http://209.221.138.252/Details.aspx?location=38402", + "name": "Cabela's", + "area": "Colorado", + "address": "2424 Hwy 6 & 50, Grand Junction", + "external_url": "http://209.221.138.252/Details.aspx?location=79506", "internal_url": "null", - "latitude": "39.0860427", - "longitude": "-84.78366620000001", - "machine_status": "available", - "status": "unvisited", - "id": 3525, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.419427, - 39.086769 - ] - }, - "properties": { - "name": "National Frontier Trails Museum", - "area": "Missouri", - "address": "318 W. Pacific Ave, Independence", - "external_url": "http://209.221.138.252/Details.aspx?location=15528", - "internal_url": "null", - "latitude": "39.086769", - "longitude": "-94.419427", - "machine_status": "available", - "status": "unvisited", - "id": 1093, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -108.6023497, - 39.0909252 - ] - }, - "properties": { - "name": "Cabela's", - "area": "Colorado", - "address": "2424 Hwy 6 & 50, Grand Junction", - "external_url": "http://209.221.138.252/Details.aspx?location=79506", - "internal_url": "null", - "latitude": "39.0909252", - "longitude": "-108.6023497", + "latitude": "39.0909252", + "longitude": "-108.6023497", "machine_status": "available", "status": "unvisited", "id": 1875, "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.4974482, - 39.09466400000001 - ] - }, - "properties": { - "name": "Newport Aquarium", - "area": "Kentucky", - "address": "One Aquarium Way (At Newport-on-the-Levee), Newport", - "external_url": "http://209.221.138.252/Details.aspx?location=2275", - "internal_url": "null", - "latitude": "39.09466400000001", - "longitude": "-84.4974482", - "machine_status": "available", - "status": "unvisited", - "id": 3539, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -71647,29 +54534,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.5087779, - 39.1433506 - ] - }, - "properties": { - "name": "Cincinnati Zoo & Botanical Garden", - "area": "Ohio", - "address": "3400 Vine Street, Cincinnati", - "external_url": "http://209.221.138.252/Details.aspx?location=3846", - "internal_url": "null", - "latitude": "39.1433506", - "longitude": "-84.5087779", - "machine_status": "available", - "status": "unvisited", - "id": 1954, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -71693,29 +54557,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -108.7394, - 39.151553 - ] - }, - "properties": { - "name": "Museums of Western Colorado: Dinosaur Journey Museum", - "area": "Colorado", - "address": "550 Jurassic Ct, Fruita", - "external_url": "http://209.221.138.252/Details.aspx?location=261716", - "internal_url": "null", - "latitude": "39.151553", - "longitude": "-108.7394", - "machine_status": "available", - "status": "unvisited", - "id": 1866, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -71831,29 +54672,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.1433003, - 39.1693367 - ] - }, - "properties": { - "name": "North Lake Auto Parts", - "area": "California", - "address": "295 North Lake Blvd, North Lake Tahoe", - "external_url": "http://209.221.138.252/Details.aspx?location=267346", - "internal_url": "null", - "latitude": "39.1693367", - "longitude": "-120.1433003", - "machine_status": "available", - "status": "unvisited", - "id": 4709, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -71877,29 +54695,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.59569119999999, - 39.1769697 - ] - }, - "properties": { - "name": "Sunset Zoo", - "area": "Kansas", - "address": "2333 Oak Street, Manhattan", - "external_url": "http://209.221.138.252/Details.aspx?location=2251", - "internal_url": "null", - "latitude": "39.1769697", - "longitude": "-96.59569119999999", - "machine_status": "available", - "status": "unvisited", - "id": 3937, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -72084,75 +54879,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.2930822, - 39.2506285 - ] - }, - "properties": { - "name": "Leadville Lake County Chamber of Commerce", - "area": "Colorado", - "address": "809 Harrison Ave, Leadville", - "external_url": "http://209.221.138.252/Details.aspx?location=274686", - "internal_url": "null", - "latitude": "39.2506285", - "longitude": "-106.2930822", - "machine_status": "available", - "status": "unvisited", - "id": 1892, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.2874674, - 39.250902 - ] - }, - "properties": { - "name": "Leadville, Colorado & Southern Railroad", - "area": "Colorado", - "address": "326 E 7th St, Leadville", - "external_url": "http://209.221.138.252/Details.aspx?location=271942", - "internal_url": "null", - "latitude": "39.250902", - "longitude": "-106.2874674", - "machine_status": "available", - "status": "unvisited", - "id": 1893, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.2940493, - 39.2512168 - ] - }, - "properties": { - "name": "National Mining Hall of Fame and Museum", - "area": "Colorado", - "address": "120 West 9th (PO Box 981), Leadville", - "external_url": "http://209.221.138.252/Details.aspx?location=1031", - "internal_url": "null", - "latitude": "39.2512168", - "longitude": "-106.2940493", - "machine_status": "available", - "status": "unvisited", - "id": 1894, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -72337,52 +55063,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.61226359999999, - 39.2857251 - ] - }, - "properties": { - "name": "Harborplace - Light Street Pavillion", - "area": "Maryland", - "address": "301 Light Street, Baltimore", - "external_url": "http://209.221.138.252/Details.aspx?location=8618", - "internal_url": "null", - "latitude": "39.2857251", - "longitude": "-76.61226359999999", - "machine_status": "available", - "status": "unvisited", - "id": 3607, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.607204, - 39.2863929 - ] - }, - "properties": { - "name": "Hard Rock Cafe - Baltimore", - "area": "Maryland", - "address": "601 E Pratt St, Baltimore", - "external_url": "http://209.221.138.252/Details.aspx?location=353305", - "internal_url": "null", - "latitude": "39.2863929", - "longitude": "-76.607204", - "machine_status": "available", - "status": "unvisited", - "id": 3608, - "last_updated": "2022-07-27" - } - }, { "type": "Feature", "geometry": { @@ -72475,29 +55155,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -119.6501305, - 39.3087172 - ] - }, - "properties": { - "name": "Zepha's Cove", - "area": "Nevada", - "address": "145 South C Street, Virginia City", - "external_url": "http://209.221.138.252/Details.aspx?location=3194", - "internal_url": "null", - "latitude": "39.3087172", - "longitude": "-119.6501305", - "machine_status": "available", - "status": "unvisited", - "id": 4548, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -72682,29 +55339,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.7310343, - 39.3235965 - ] - }, - "properties": { - "name": "The Hodge Podge", - "area": "West Virginia", - "address": "148 High Street, Harpers Ferry", - "external_url": "http://209.221.138.252/Details.aspx?location=16162", - "internal_url": "null", - "latitude": "39.3235965", - "longitude": "-77.7310343", - "machine_status": "available", - "status": "unvisited", - "id": 3897, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -72774,29 +55408,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.2770427, - 39.342521 - ] - }, - "properties": { - "name": "Kings Island", - "area": "Ohio", - "address": "5688 Kings Island Drive, Mason", - "external_url": "http://209.221.138.252/Details.aspx?location=3813", - "internal_url": "null", - "latitude": "39.342521", - "longitude": "-84.2770427", - "machine_status": "available", - "status": "unvisited", - "id": 1990, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -72889,29 +55500,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.396233, - 39.3571517 - ] - }, - "properties": { - "name": "The Cone in West", - "area": "Ohio", - "address": "6855 Tylersville Rd., West Chester", - "external_url": "http://209.221.138.252/Details.aspx?location=194647", - "internal_url": "null", - "latitude": "39.3571517", - "longitude": "-84.396233", - "machine_status": "available", - "status": "unvisited", - "id": 2017, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -72935,29 +55523,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.4204805, - 39.36019840000001 - ] - }, - "properties": { - "name": "Steel Pier, Hard Rock Cafe", - "area": "New Jersey", - "address": "Boardwalk at Virginia Ave., Atlantic City", - "external_url": "http://209.221.138.252/Details.aspx?location=3472", - "internal_url": "null", - "latitude": "39.36019840000001", - "longitude": "-74.4204805", - "machine_status": "available", - "status": "unvisited", - "id": 2381, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -72981,29 +55546,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.36820329999999, - 39.3680804 - ] - }, - "properties": { - "name": "Cabela's", - "area": "Ohio", - "address": "7250 Cabela Drive, West Chester Township", - "external_url": "http://209.221.138.252/Details.aspx?location=240772", - "internal_url": "null", - "latitude": "39.3680804", - "longitude": "-84.36820329999999", - "machine_status": "available", - "status": "unvisited", - "id": 2018, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -73027,29 +55569,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.05643839999999, - 39.3883049 - ] - }, - "properties": { - "name": "Wolf Creek Habitat", - "area": "Indiana", - "address": "14099 Wolf Creek Rd, Brookville", - "external_url": "http://209.221.138.252/Details.aspx?location=237863", - "internal_url": "null", - "latitude": "39.3883049", - "longitude": "-85.05643839999999", - "machine_status": "available", - "status": "unvisited", - "id": 2253, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -73119,29 +55638,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.3508685, - 39.4122724 - ] - }, - "properties": { - "name": "Skunk Train Depot", - "area": "California", - "address": "299 East Commercial Street, Willits", - "external_url": "http://209.221.138.252/Details.aspx?location=10514", - "internal_url": "null", - "latitude": "39.4122724", - "longitude": "-123.3508685", - "machine_status": "retired", - "status": "retired", - "id": 4891, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -73188,29 +55684,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.8048445, - 39.4292154 - ] - }, - "properties": { - "name": "Shepherdstown Visitor's Center", - "area": "West Virginia", - "address": "201 South Princess Street, Shepherdstown", - "external_url": "http://209.221.138.252/Details.aspx?location=26850", - "internal_url": "null", - "latitude": "39.4292154", - "longitude": "-77.8048445", - "machine_status": "available", - "status": "unvisited", - "id": 3905, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -73234,29 +55707,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.13624709999999, - 39.4465319 - ] - }, - "properties": { - "name": "Family Touch Primitive Treasures and Cafe'", - "area": "Indiana", - "address": "36 Duck Creek, Metamora", - "external_url": "http://209.221.138.252/Details.aspx?location=241664", - "internal_url": "null", - "latitude": "39.4465319", - "longitude": "-85.13624709999999", - "machine_status": "available", - "status": "unvisited", - "id": 2277, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -73280,52 +55730,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.35139, - 39.45427 - ] - }, - "properties": { - "name": "Museu de ls Cièncias Príncipe Felipe", - "area": "Spain", - "address": "Av Profesor López Piñero, 7, Valencia", - "external_url": "http://209.221.138.252/Details.aspx?location=263135", - "internal_url": "null", - "latitude": "39.45427", - "longitude": "-0.35139", - "machine_status": "available", - "status": "unvisited", - "id": 394, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.1858296, - 39.4555713 - ] - }, - "properties": { - "name": "Santuari de Sant Salvador", - "area": "Spain", - "address": "Santuari de Sant Salvador, Crta. de Portocolón, s/n, 07200 Felanitx, Illes Balears, Felanitx", - "external_url": "http://209.221.138.252/Details.aspx?location=314828", - "internal_url": "null", - "latitude": "39.4555713", - "longitude": "3.1858296", - "machine_status": "available", - "status": "unvisited", - "id": 311, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -73395,29 +55799,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.375897, - 39.4745 - ] - }, - "properties": { - "name": "Souvenirs la Reina", - "area": "Spain", - "address": "12 Placa de la Reina, Valencia", - "external_url": "http://209.221.138.252/Details.aspx?location=263134", - "internal_url": "null", - "latitude": "39.4745", - "longitude": "-0.375897", - "machine_status": "available", - "status": "unvisited", - "id": 396, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -73441,29 +55822,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.58396809999999, - 39.480841 - ] - }, - "properties": { - "name": "Appalachian Art & Craft", - "area": "Ohio", - "address": "26774 US Hwy 33 at Rt 374, Rockbridge", - "external_url": "http://209.221.138.252/Details.aspx?location=33881", - "internal_url": "null", - "latitude": "39.480841", - "longitude": "-82.58396809999999", - "machine_status": "available", - "status": "unvisited", - "id": 2005, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -73510,29 +55868,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.45796659999999, - 39.4953034 - ] - }, - "properties": { - "name": "Historic Smithville", - "area": "New Jersey", - "address": "1 N. New York Rd., Smithville", - "external_url": "http://209.221.138.252/Details.aspx?location=3422", - "internal_url": "null", - "latitude": "39.4953034", - "longitude": "-74.45796659999999", - "machine_status": "available", - "status": "unvisited", - "id": 2402, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -73602,29 +55937,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -119.9687101, - 39.51343680000001 - ] - }, - "properties": { - "name": "Cabela's Sporting Good Store", - "area": "Nevada", - "address": "8650 Boomtown Road, Verdi", - "external_url": "http://209.221.138.252/Details.aspx?location=34408", - "internal_url": "null", - "latitude": "39.51343680000001", - "longitude": "-119.9687101", - "machine_status": "retired", - "status": "retired", - "id": 4540, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -73947,52 +56259,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.1194943, - 39.5615515 - ] - }, - "properties": { - "name": "Eddie's Five and Dime", - "area": "Kansas", - "address": "504 Commercial St., Atchison", - "external_url": "http://209.221.138.252/Details.aspx?location=326974", - "internal_url": "null", - "latitude": "39.5615515", - "longitude": "-95.1194943", - "machine_status": "available", - "status": "unvisited", - "id": 3922, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 19.8986246, - 39.5616001 - ] - }, - "properties": { - "name": "Achillon - Korfu - Griechenland", - "area": "Greece", - "address": "Korfu - Achillon, Korfu - City", - "external_url": "http://209.221.138.252/Details.aspx?location=14101", - "internal_url": "null", - "latitude": "39.5616001", - "longitude": "19.8986246", - "machine_status": "available", - "status": "unvisited", - "id": 1036, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -74016,75 +56282,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.6482994, - 39.5674251 - ] - }, - "properties": { - "name": "Mallorca Cathedral ", - "area": "Spain", - "address": "07001 Palma de Mallorca, Baleares, Mallorca", - "external_url": "http://209.221.138.252/Details.aspx?location=85589", - "internal_url": "null", - "latitude": "39.5674251", - "longitude": "2.6482994", - "machine_status": "available", - "status": "unvisited", - "id": 274, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.0988353, - 39.5755414 - ] - }, - "properties": { - "name": "Frisco Copper Visitor Center", - "area": "Colorado", - "address": "300 Main Street, Frisco", - "external_url": "http://209.221.138.252/Details.aspx?location=296291", - "internal_url": "null", - "latitude": "39.5755414", - "longitude": "-106.0988353", - "machine_status": "available", - "status": "unvisited", - "id": 1864, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.519823, - 39.578334 - ] - }, - "properties": { - "name": "Hocking Hills Canopy Tours", - "area": "Ohio", - "address": "10714 Jackson Street, Rockbridge", - "external_url": "http://209.221.138.252/Details.aspx?location=99234", - "internal_url": "null", - "latitude": "39.578334", - "longitude": "-82.519823", - "machine_status": "available", - "status": "unvisited", - "id": 2006, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -74223,29 +56420,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.0967289, - 39.6117493 - ] - }, - "properties": { - "name": "Sea Quest Interactive Aquarium", - "area": "Colorado", - "address": "8501 W. Bowles Avenue Suite 1000, Littleton", - "external_url": "http://209.221.138.252/Details.aspx?location=294271", - "internal_url": "null", - "latitude": "39.6117493", - "longitude": "-105.0967289", - "machine_status": "available", - "status": "unvisited", - "id": 1897, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -74361,29 +56535,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.763648, - 39.64951800000001 - ] - }, - "properties": { - "name": "Western Maryland Scenic Railroad", - "area": "Maryland", - "address": "I 68 exit 43C or P.O. Box 1168, Cumberland", - "external_url": "http://209.221.138.252/Details.aspx?location=2553", - "internal_url": "null", - "latitude": "39.64951800000001", - "longitude": "-78.763648", - "machine_status": "available", - "status": "unvisited", - "id": 3615, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -74476,75 +56627,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.6913107, - 39.6618305 - ] - }, - "properties": { - "name": "HMS Host at the Biden Welcome Center", - "area": "Delaware", - "address": "530 John F. Kennedy Memorial Highway, Newark", - "external_url": "http://209.221.138.252/Details.aspx?location=250832", - "internal_url": "null", - "latitude": "39.6618305", - "longitude": "-75.6913107", - "machine_status": "available", - "status": "unvisited", - "id": 2244, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.6910809, - 39.6622958 - ] - }, - "properties": { - "name": "Delaware House Travel Plaza", - "area": "Delaware", - "address": "530 JFK Memorial Highway; Mile Marker 5, I-95, Newark", - "external_url": "http://209.221.138.252/Details.aspx?location=4846", - "internal_url": "null", - "latitude": "39.6622958", - "longitude": "-75.6910809", - "machine_status": "available", - "status": "unvisited", - "id": 2243, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.2052116, - 39.6655381 - ] - }, - "properties": { - "name": "Red Rocks Park and Amphitheatre", - "area": "Colorado", - "address": "18300 Visitors Center Drive, Morrison", - "external_url": "http://209.221.138.252/Details.aspx?location=449", - "internal_url": "null", - "latitude": "39.6655381", - "longitude": "-105.2052116", - "machine_status": "available", - "status": "unvisited", - "id": 1911, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -74660,29 +56742,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.7241466, - 39.6949404 - ] - }, - "properties": { - "name": "Georgetown Loop Railroad, Silver Plume Depot", - "area": "Colorado", - "address": "825 Railroad Avenue, Silver Plume", - "external_url": "http://209.221.138.252/Details.aspx?location=17574", - "internal_url": "null", - "latitude": "39.6949404", - "longitude": "-105.7241466", - "machine_status": "available", - "status": "unvisited", - "id": 1926, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -74821,29 +56880,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.9561765, - 39.7185816 - ] - }, - "properties": { - "name": "Candy Cane Lane", - "area": "Colorado", - "address": "679 South High Street, Denver", - "external_url": "http://209.221.138.252/Details.aspx?location=350960", - "internal_url": "null", - "latitude": "39.7185816", - "longitude": "-104.9561765", - "machine_status": "available", - "status": "unvisited", - "id": 1842, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -75028,29 +57064,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.0706972, - 39.7417583 - ] - }, - "properties": { - "name": "Casa Bonita Restaurant", - "area": "Colorado", - "address": "6715 West Colfax Avenue, Lakewood", - "external_url": "http://209.221.138.252/Details.aspx?location=1059", - "internal_url": "null", - "latitude": "39.7417583", - "longitude": "-105.0706972", - "machine_status": "retired", - "status": "retired", - "id": 1890, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -75212,29 +57225,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.948953, - 39.7501637 - ] - }, - "properties": { - "name": "Denver Zoo", - "area": "Colorado", - "address": "2300 Steele St, Denver", - "external_url": "http://209.221.138.252/Details.aspx?location=205666", - "internal_url": "null", - "latitude": "39.7501637", - "longitude": "-104.948953", - "machine_status": "available", - "status": "unvisited", - "id": 1847, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -75350,29 +57340,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.227874, - 39.7612 - ] - }, - "properties": { - "name": "Aunt Patty's On The Square", - "area": "Indiana", - "address": "101 W High St, Rockville", - "external_url": "http://209.221.138.252/Details.aspx?location=209856", - "internal_url": "null", - "latitude": "39.7612", - "longitude": "-87.227874", - "machine_status": "available", - "status": "unvisited", - "id": 2290, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -75419,29 +57386,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.1852802, - 39.7677381 - ] - }, - "properties": { - "name": "Indianapolis Zoo", - "area": "Indiana", - "address": "1200 West Washington Street, Indianapolis", - "external_url": "http://209.221.138.252/Details.aspx?location=2137", - "internal_url": "null", - "latitude": "39.7677381", - "longitude": "-86.1852802", - "machine_status": "available", - "status": "unvisited", - "id": 2271, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -75649,29 +57593,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.2019907, - 39.7886347 - ] - }, - "properties": { - "name": "Boonshoft Museum of Discovery", - "area": "Ohio", - "address": "2600 DeWeese Parkway , Dayton", - "external_url": "http://209.221.138.252/Details.aspx?location=3827", - "internal_url": "null", - "latitude": "39.7886347", - "longitude": "-84.2019907", - "machine_status": "available", - "status": "unvisited", - "id": 1968, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -75741,29 +57662,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.5107527, - 39.7916868 - ] - }, - "properties": { - "name": "Denver West / Central City KOA Holiday", - "area": "Colorado", - "address": "605 Lake Gulch Road, Central City", - "external_url": "http://209.221.138.252/Details.aspx?location=323667", - "internal_url": "null", - "latitude": "39.7916868", - "longitude": "-105.5107527", - "machine_status": "available", - "status": "unvisited", - "id": 1824, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -75925,52 +57823,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.1578917, - 39.8106132 - ] - }, - "properties": { - "name": "Indianapolis Colts Traveling Museum", - "area": "Indiana", - "address": "Varies, All Over", - "external_url": "http://209.221.138.252/Details.aspx?location=17204", - "internal_url": "null", - "latitude": "39.8106132", - "longitude": "-86.1578917", - "machine_status": "available", - "status": "unvisited", - "id": 2250, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.1578917, - 39.8106132 - ] - }, - "properties": { - "name": "Children's Museum of Indianapolis", - "area": "Indiana", - "address": "3000 North Meridian Street, Indianapolis", - "external_url": "http://209.221.138.252/Details.aspx?location=2186", - "internal_url": "null", - "latitude": "39.8106132", - "longitude": "-86.1578917", - "machine_status": "available", - "status": "unvisited", - "id": 2266, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -76109,52 +57961,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.23034229999999, - 39.822391 - ] - }, - "properties": { - "name": "Gettysburg Tour Center", - "area": "Pennsylvania", - "address": "778 Baltimore Street, Gettysburg", - "external_url": "http://209.221.138.252/Details.aspx?location=7070", - "internal_url": "null", - "latitude": "39.822391", - "longitude": "-77.23034229999999", - "machine_status": "available", - "status": "unvisited", - "id": 3987, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.230648, - 39.823306 - ] - }, - "properties": { - "name": "Jennie Wade House", - "area": "Pennsylvania", - "address": "548 Baltimore Street , Gettysburg", - "external_url": "http://209.221.138.252/Details.aspx?location=3866", - "internal_url": "null", - "latitude": "39.823306", - "longitude": "-77.230648", - "machine_status": "available", - "status": "unvisited", - "id": 3989, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -76178,29 +57984,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.2316622, - 39.8236844 - ] - }, - "properties": { - "name": "Basses Loaded / Gettysburg Ghost Tours", - "area": "Pennsylvania", - "address": "27 Steinwehr Ave, Gettysburg ", - "external_url": "http://209.221.138.252/Details.aspx?location=199124", - "internal_url": "null", - "latitude": "39.8236844", - "longitude": "-77.2316622", - "machine_status": "available", - "status": "unvisited", - "id": 3980, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -76615,29 +58398,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.7657553, - 39.9159598 - ] - }, - "properties": { - "name": "World Famous Tree House", - "area": "California", - "address": "74800 N. U.S. Hwy 101, Piercy", - "external_url": "http://209.221.138.252/Details.aspx?location=1249", - "internal_url": "null", - "latitude": "39.9159598", - "longitude": "-123.7657553", - "machine_status": "retired", - "status": "retired", - "id": 4729, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -76845,29 +58605,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.9860254, - 39.9516814 - ] - }, - "properties": { - "name": "Cabela's", - "area": "Colorado", - "address": "14050 Lincoln St., Thornton", - "external_url": "http://209.221.138.252/Details.aspx?location=195139", - "internal_url": "null", - "latitude": "39.9516814", - "longitude": "-104.9860254", - "machine_status": "retired", - "status": "retired", - "id": 1933, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -76914,29 +58651,6 @@ "last_updated": "2022-10-30" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.15943, - 39.9533113 - ] - }, - "properties": { - "name": "Reading Terminal Market", - "area": "Pennsylvania", - "address": "12th & Arch Streets, Philadelphia", - "external_url": "http://209.221.138.252/Details.aspx?location=4018", - "internal_url": "null", - "latitude": "39.9533113", - "longitude": "-75.15943", - "machine_status": "available", - "status": "unvisited", - "id": 4043, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -77121,29 +58835,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.1962708, - 39.9719878 - ] - }, - "properties": { - "name": "Philadelphia Zoo", - "area": "Pennsylvania", - "address": "3400 West Girard Avenue, Philadelphia", - "external_url": "http://209.221.138.252/Details.aspx?location=4019", - "internal_url": "null", - "latitude": "39.9719878", - "longitude": "-75.1962708", - "machine_status": "available", - "status": "unvisited", - "id": 4041, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -77259,98 +58950,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.0287784, - 39.9845164 - ] - }, - "properties": { - "name": "Conner Prairie Interactive History Park", - "area": "Indiana", - "address": "13400 Allisonville Road, Fishers", - "external_url": "http://209.221.138.252/Details.aspx?location=2199", - "internal_url": "null", - "latitude": "39.9845164", - "longitude": "-86.0287784", - "machine_status": "available", - "status": "unvisited", - "id": 2260, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.15143599999999, - 39.985439 - ] - }, - "properties": { - "name": "Red Caboose Motel", - "area": "Pennsylvania", - "address": "312 Paradise Ln, Ronks", - "external_url": "http://209.221.138.252/Details.aspx?location=86824", - "internal_url": "null", - "latitude": "39.985439", - "longitude": "-76.15143599999999", - "machine_status": "available", - "status": "unvisited", - "id": 4060, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.7136937, - 39.9856299 - ] - }, - "properties": { - "name": "Harley Davidson Tour Center", - "area": "Pennsylvania", - "address": "1425 Eden Road, York", - "external_url": "http://209.221.138.252/Details.aspx?location=3985", - "internal_url": "null", - "latitude": "39.9856299", - "longitude": "-76.7136937", - "machine_status": "available", - "status": "unvisited", - "id": 4076, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.9368657, - 39.98879220000001 - ] - }, - "properties": { - "name": "Cabela's", - "area": "Indiana", - "address": "13725 Cabella PKWY, Noblesville", - "external_url": "http://209.221.138.252/Details.aspx?location=269611", - "internal_url": "null", - "latitude": "39.98879220000001", - "longitude": "-85.9368657", - "machine_status": "retired", - "status": "retired", - "id": 2286, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -77374,52 +58973,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.0890219, - 39.99893429999999 - ] - }, - "properties": { - "name": "WOW! Children's Museum", - "area": "Colorado", - "address": "110 N. Harrison Ave., Lafayette", - "external_url": "http://209.221.138.252/Details.aspx?location=306429", - "internal_url": "null", - "latitude": "39.99893429999999", - "longitude": "-105.0890219", - "machine_status": "available", - "status": "unvisited", - "id": 1889, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.790066, - 40.009875 - ] - }, - "properties": { - "name": "One Log House Espresso & Gifts", - "area": "California", - "address": "705 US HWY 101, Garberville", - "external_url": "http://209.221.138.252/Details.aspx?location=1250", - "internal_url": "null", - "latitude": "40.009875", - "longitude": "-123.790066", - "machine_status": "available", - "status": "unvisited", - "id": 4630, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -77466,29 +59019,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.5727362, - 40.0161633 - ] - }, - "properties": { - "name": "Cones and Clubs Mini Golf", - "area": "Pennsylvania", - "address": "5745 Lincoln Hwy, York", - "external_url": "http://209.221.138.252/Details.aspx?location=77758", - "internal_url": "null", - "latitude": "40.0161633", - "longitude": "-76.5727362", - "machine_status": "available", - "status": "unvisited", - "id": 4075, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -77581,29 +59111,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.02638619999999, - 40.0425662 - ] - }, - "properties": { - "name": "Philadelphia Insectarium and Butterfly Pavilion", - "area": "Pennsylvania", - "address": "8046 Frankford Avenue, Philadelphia", - "external_url": "http://209.221.138.252/Details.aspx?location=340169", - "internal_url": "null", - "latitude": "40.0425662", - "longitude": "-75.02638619999999", - "machine_status": "available", - "status": "unvisited", - "id": 4040, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -77650,29 +59157,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.1299123, - 40.0784274 - ] - }, - "properties": { - "name": "Artesana shop", - "area": "Spain", - "address": "plaza mayor, Cuenca ", - "external_url": "http://209.221.138.252/Details.aspx?location=231670", - "internal_url": "null", - "latitude": "40.0784274", - "longitude": "-2.1299123", - "machine_status": "available", - "status": "unvisited", - "id": 305, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -77742,29 +59226,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.39771499999999, - 40.092595 - ] - }, - "properties": { - "name": "King Of Prussia Stadium 16 & IMAX", - "area": "Pennsylvania", - "address": "300 Goddard Boulevard, King of Prussia", - "external_url": "http://209.221.138.252/Details.aspx?location=109391", - "internal_url": "null", - "latitude": "40.092595", - "longitude": "-75.39771499999999", - "machine_status": "available", - "status": "unvisited", - "id": 4009, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -77995,52 +59456,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.4402149, - 40.1370678 - ] - }, - "properties": { - "name": "Six Flags Great Adventure & Safari", - "area": "New Jersey", - "address": "1 Six Flags Blvd, Jackson", - "external_url": "http://209.221.138.252/Details.aspx?location=3447", - "internal_url": "null", - "latitude": "40.1370678", - "longitude": "-74.4402149", - "machine_status": "available", - "status": "unvisited", - "id": 2395, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.1179609, - 40.1561609 - ] - }, - "properties": { - "name": "Columbus Zoo and Aquarium", - "area": "Ohio", - "address": "9990 Riverside Drive, Powell", - "external_url": "http://209.221.138.252/Details.aspx?location=3796", - "internal_url": "null", - "latitude": "40.1561609", - "longitude": "-83.1179609", - "machine_status": "available", - "status": "unvisited", - "id": 2002, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -78294,29 +59709,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.72679049999999, - 40.25105430000001 - ] - }, - "properties": { - "name": "Piatt Castles", - "area": "Ohio", - "address": "10051 Twp. Rd. 47, West Liberty", - "external_url": "http://209.221.138.252/Details.aspx?location=13714", - "internal_url": "null", - "latitude": "40.25105430000001", - "longitude": "-83.72679049999999", - "machine_status": "available", - "status": "unvisited", - "id": 2020, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -78432,52 +59824,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.27633519999999, - 40.2621017 - ] - }, - "properties": { - "name": "Idlewild Park", - "area": "Pennsylvania", - "address": "P.O. Box C, Rt. 30 East, Ligonier", - "external_url": "http://209.221.138.252/Details.aspx?location=4055", - "internal_url": "null", - "latitude": "40.2621017", - "longitude": "-79.27633519999999", - "machine_status": "available", - "status": "unvisited", - "id": 4015, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.8839587, - 40.2642873 - ] - }, - "properties": { - "name": "Pennsylvania State Capitol", - "area": "Pennsylvania", - "address": " N 3rd St, Harrisburg", - "external_url": "http://209.221.138.252/Details.aspx?location=248076", - "internal_url": "null", - "latitude": "40.2642873", - "longitude": "-76.8839587", - "machine_status": "available", - "status": "unvisited", - "id": 3997, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -78501,29 +59847,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.8831062, - 40.2865954 - ] - }, - "properties": { - "name": "Pennsylvania Farm Show", - "area": "Pennsylvania", - "address": "2300 N Cameron St, Harrisburg ", - "external_url": "http://209.221.138.252/Details.aspx?location=334194", - "internal_url": "null", - "latitude": "40.2865954", - "longitude": "-76.8831062", - "machine_status": "retired", - "status": "retired", - "id": 3996, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -78547,29 +59870,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.6609253, - 40.2881143 - ] - }, - "properties": { - "name": "Hershey's Chocolate World", - "area": "Pennsylvania", - "address": "251 Park Blvd, Hershey", - "external_url": "http://209.221.138.252/Details.aspx?location=194211", - "internal_url": "null", - "latitude": "40.2881143", - "longitude": "-76.6609253", - "machine_status": "available", - "status": "unvisited", - "id": 4000, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -78731,29 +60031,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -7.614024, - 40.321701 - ] - }, - "properties": { - "name": "Serra da Estrela (Centro Comercial)", - "area": "Portugal", - "address": "Centro Comercial da Torre, Alvoco da Serra, Loriga", - "external_url": "http://209.221.138.252/Details.aspx?location=319964", - "internal_url": "null", - "latitude": "40.321701", - "longitude": "-7.614024", - "machine_status": "available", - "status": "unvisited", - "id": 651, - "last_updated": "2022-05-07" - } - }, { "type": "Feature", "geometry": { @@ -78800,29 +60077,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.905644, - 40.3360659 - ] - }, - "properties": { - "name": "The Pagoda at Mt Penn", - "area": "Pennsylvania", - "address": "98 Duryea Drive, Reading", - "external_url": "http://209.221.138.252/Details.aspx?location=60490", - "internal_url": "null", - "latitude": "40.3360659", - "longitude": "-75.905644", - "machine_status": "available", - "status": "unvisited", - "id": 4057, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -78961,29 +60215,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.522878, - 40.3761745 - ] - }, - "properties": { - "name": "Moosely T's and Sports (Rocky Mountain Trader)", - "area": "Colorado", - "address": "124 East Elkhorn Avenue, Estes Park", - "external_url": "http://209.221.138.252/Details.aspx?location=1044", - "internal_url": "null", - "latitude": "40.3761745", - "longitude": "-105.522878", - "machine_status": "available", - "status": "unvisited", - "id": 1858, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -79283,29 +60514,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.6921545, - 40.41799839999999 - ] - }, - "properties": { - "name": "Museo Naval de Madrid", - "area": "Spain", - "address": "Paseo del Prado, 5, Madrid", - "external_url": "http://209.221.138.252/Details.aspx?location=247718", - "internal_url": "null", - "latitude": "40.41799839999999", - "longitude": "-3.6921545", - "machine_status": "available", - "status": "unvisited", - "id": 340, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -79513,29 +60721,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.8874814, - 40.4261843 - ] - }, - "properties": { - "name": "Thanksgiving Point-Butterfly Biosphere", - "area": "Utah", - "address": "3003 N Thanksgiving Way, Lehi", - "external_url": "http://209.221.138.252/Details.aspx?location=320267", - "internal_url": "null", - "latitude": "40.4261843", - "longitude": "-111.8874814", - "machine_status": "available", - "status": "unvisited", - "id": 2074, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -79582,29 +60767,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.9077203, - 40.4325364 - ] - }, - "properties": { - "name": "Thanksgiving Point - The Natural Curiosity Museum", - "area": "Utah", - "address": "3605 Garden Drive, Lehi", - "external_url": "http://209.221.138.252/Details.aspx?location=258573", - "internal_url": "null", - "latitude": "40.4325364", - "longitude": "-111.9077203", - "machine_status": "available", - "status": "unvisited", - "id": 2073, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -79674,29 +60836,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.3809242, - 40.43667749999999 - ] - }, - "properties": { - "name": "Bicycle Museum of America", - "area": "Ohio", - "address": "7 W Monroe St,, Bremen", - "external_url": "http://209.221.138.252/Details.aspx?location=351825", - "internal_url": "null", - "latitude": "40.43667749999999", - "longitude": "-84.3809242", - "machine_status": "available", - "status": "unvisited", - "id": 1948, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -79743,29 +60882,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.0188208, - 40.4382586 - ] - }, - "properties": { - "name": "Duquesne Incline", - "area": "Pennsylvania", - "address": "1220 Grandview Avenue, Pittsburgh", - "external_url": "http://209.221.138.252/Details.aspx?location=4015", - "internal_url": "null", - "latitude": "40.4382586", - "longitude": "-80.0188208", - "machine_status": "available", - "status": "unvisited", - "id": 4047, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -79835,29 +60951,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.9920696, - 40.4468415 - ] - }, - "properties": { - "name": "Heinz History Center", - "area": "Pennsylvania", - "address": "1212 Smallman St, Pittsburgh", - "external_url": "http://209.221.138.252/Details.aspx?location=66336", - "internal_url": "null", - "latitude": "40.4468415", - "longitude": "-79.9920696", - "machine_status": "available", - "status": "unvisited", - "id": 4048, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -80019,29 +61112,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.922206, - 40.4842648 - ] - }, - "properties": { - "name": "Pittsburgh Zoo & PPG Aquarium", - "area": "Pennsylvania", - "address": "One Wild Place, Pittsburgh", - "external_url": "http://209.221.138.252/Details.aspx?location=4013", - "internal_url": "null", - "latitude": "40.4842648", - "longitude": "-79.922206", - "machine_status": "available", - "status": "unvisited", - "id": 4051, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -80065,29 +61135,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.8348669, - 40.4864408 - ] - }, - "properties": { - "name": "Steamboat Trading Company", - "area": "Colorado", - "address": "810 Lincoln Avenue, Steamboat Springs", - "external_url": "http://209.221.138.252/Details.aspx?location=53315", - "internal_url": "null", - "latitude": "40.4864408", - "longitude": "-106.8348669", - "machine_status": "available", - "status": "unvisited", - "id": 1932, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -80111,52 +61158,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.424503, - 40.5022517 - ] - }, - "properties": { - "name": "Heber Valley Railroad", - "area": "Utah", - "address": "450 South 600 West, Heber City", - "external_url": "http://209.221.138.252/Details.aspx?location=1674", - "internal_url": "null", - "latitude": "40.5022517", - "longitude": "-111.424503", - "machine_status": "available", - "status": "unvisited", - "id": 2066, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.9502377, - 40.5045469 - ] - }, - "properties": { - "name": "Pioneer Village", - "area": "Nebraska", - "address": "138 East Highway 6, Minden", - "external_url": "http://209.221.138.252/Details.aspx?location=3338", - "internal_url": "null", - "latitude": "40.5045469", - "longitude": "-98.9502377", - "machine_status": "available", - "status": "unvisited", - "id": 4175, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -80226,29 +61227,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.3994878, - 40.5139259 - ] - }, - "properties": { - "name": "Horseshoe Curve National Historic Landmark", - "area": "Pennsylvania", - "address": "1300 Ninth Ave, Altoona", - "external_url": "http://209.221.138.252/Details.aspx?location=3758", - "internal_url": "null", - "latitude": "40.5139259", - "longitude": "-78.3994878", - "machine_status": "available", - "status": "unvisited", - "id": 3953, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -80617,52 +61595,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.9760005, - 40.5740101 - ] - }, - "properties": { - "name": "New York Aquarium", - "area": "New York", - "address": "Boardwalk at West 8th Street, New York City (Brooklyn)", - "external_url": "http://209.221.138.252/Details.aspx?location=3650", - "internal_url": "null", - "latitude": "40.5740101", - "longitude": "-73.9760005", - "machine_status": "available", - "status": "unvisited", - "id": 3037, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.0767936, - 40.5760754 - ] - }, - "properties": { - "name": "Colorado Candy Company", - "area": "Colorado", - "address": "814 S College Ave, Fort Collins", - "external_url": "http://209.221.138.252/Details.aspx?location=319528", - "internal_url": "null", - "latitude": "40.5760754", - "longitude": "-105.0767936", - "machine_status": "available", - "status": "unvisited", - "id": 1862, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -80686,29 +61618,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.5345256, - 40.5772468 - ] - }, - "properties": { - "name": "Dorney Park ", - "area": "Pennsylvania", - "address": "3830 Dorney Park Road, Allentown", - "external_url": "http://209.221.138.252/Details.aspx?location=5765", - "internal_url": "null", - "latitude": "40.5772468", - "longitude": "-75.5345256", - "machine_status": "available", - "status": "unvisited", - "id": 3950, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -80778,29 +61687,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.3763838, - 40.5909948 - ] - }, - "properties": { - "name": "Turtle Bay Exploration Park Museum Store (Next to Sundial Bridge)", - "area": "California", - "address": "844 Sundial Bridge Dr, Redding", - "external_url": "http://209.221.138.252/Details.aspx?location=1242", - "internal_url": "null", - "latitude": "40.5909948", - "longitude": "-122.3763838", - "machine_status": "available", - "status": "unvisited", - "id": 4744, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -80824,29 +61710,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.372179832208788, - 40.62573837838587 - ] - }, - "properties": { - "name": "Sorrento Centre", - "area": "Italy", - "address": "Crossroads between Via Fuoro & Torquato Tasso, Sorrento, Italy", - "external_url": "http://209.221.138.252/Details.aspx?location=317220", - "internal_url": "null", - "latitude": "40.62573837838587", - "longitude": "14.372179832208788", - "machine_status": "available", - "status": "unvisited", - "id": 977, - "last_updated": "2021-07-26" - } - }, { "type": "Feature", "geometry": { @@ -80985,29 +61848,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.699707099999999, - 40.6560765 - ] - }, - "properties": { - "name": "Del Olmo book store", - "area": "Spain", - "address": "Calle de los Reyes Católicos, 5, Avila", - "external_url": "http://209.221.138.252/Details.aspx?location=231723", - "internal_url": "null", - "latitude": "40.6560765", - "longitude": "-4.699707099999999", - "machine_status": "available", - "status": "unvisited", - "id": 272, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -81054,52 +61894,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.9644911, - 40.6657246 - ] - }, - "properties": { - "name": "Prospect Park Zoo", - "area": "New York", - "address": "450 Flatbush Avenue, New York City (Brooklyn)", - "external_url": "http://209.221.138.252/Details.aspx?location=3649", - "internal_url": "null", - "latitude": "40.6657246", - "longitude": "-73.9644911", - "machine_status": "available", - "status": "unvisited", - "id": 3038, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 16.606523599844937, - 40.66654072293267 - ] - }, - "properties": { - "name": "Tina Maragno Souvenir Shop", - "area": "Italy", - "address": "Piazza Vittorio Veneto 42, Matera, Italy", - "external_url": "http://209.221.138.252/Details.aspx?location=291577", - "internal_url": "null", - "latitude": "40.66654072293267", - "longitude": "16.606523599844937", - "machine_status": "available", - "status": "unvisited", - "id": 904, - "last_updated": "2021-07-26" - } - }, { "type": "Feature", "geometry": { @@ -81192,29 +61986,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.04450039999999, - 40.6892494 - ] - }, - "properties": { - "name": "Statue of Liberty National Monument", - "area": "New York", - "address": "Liberty Island, New York Harbor", - "external_url": "http://209.221.138.252/Details.aspx?location=4559", - "internal_url": "null", - "latitude": "40.6892494", - "longitude": "-74.04450039999999", - "machine_status": "available", - "status": "unvisited", - "id": 3060, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -81261,29 +62032,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.955197, - 40.692861 - ] - }, - "properties": { - "name": "Valley Fair Mall, The Candy Barrel", - "area": "Utah", - "address": "3601 S 2700 W,, West Valley City", - "external_url": "http://209.221.138.252/Details.aspx?location=342156", - "internal_url": "null", - "latitude": "40.692861", - "longitude": "-111.955197", - "machine_status": "available", - "status": "unvisited", - "id": 2104, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -81307,29 +62055,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.0394053, - 40.699329 - ] - }, - "properties": { - "name": "Ellis Island Immigration Museum", - "area": "New York", - "address": "Ellis Island, New York Harbor", - "external_url": "http://209.221.138.252/Details.aspx?location=3611", - "internal_url": "null", - "latitude": "40.699329", - "longitude": "-74.0394053", - "machine_status": "available", - "status": "unvisited", - "id": 3059, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -81399,29 +62124,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.990866, - 40.7143028 - ] - }, - "properties": { - "name": "Daredevil Tattoo", - "area": "New York", - "address": "141 Division St Ste 2, New York City (Manhattan)", - "external_url": "http://209.221.138.252/Details.aspx?location=317318", - "internal_url": "null", - "latitude": "40.7143028", - "longitude": "-73.990866", - "machine_status": "available", - "status": "unvisited", - "id": 3043, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -81514,29 +62216,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 17.5780989, - 40.732566 - ] - }, - "properties": { - "name": "L'Erbavoglio", - "area": "Italy", - "address": "Via Cattedrale, 3", - "external_url": "http://209.221.138.252/Details.aspx?location=73135", - "internal_url": "null", - "latitude": "40.732566", - "longitude": "17.5780989", - "machine_status": "available", - "status": "unvisited", - "id": 941, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -81698,75 +62377,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.8158093, - 40.7526353 - ] - }, - "properties": { - "name": "This Is The Place State Park", - "area": "Utah", - "address": "2601 E. Sunnyside Ave. (800 South), Salt Lake City", - "external_url": "http://209.221.138.252/Details.aspx?location=1745", - "internal_url": "null", - "latitude": "40.7526353", - "longitude": "-111.8158093", - "machine_status": "available", - "status": "unvisited", - "id": 2092, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.9888338, - 40.7564269 - ] - }, - "properties": { - "name": "Madame Tussauds", - "area": "New York", - "address": "234 West 42nd Street, between 7th and 8th , New York City (Manhattan)", - "external_url": "http://209.221.138.252/Details.aspx?location=53012", - "internal_url": "null", - "latitude": "40.7564269", - "longitude": "-73.9888338", - "machine_status": "available", - "status": "unvisited", - "id": 3050, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.98863399999999, - 40.756536 - ] - }, - "properties": { - "name": "Dave and Buster's", - "area": "New York", - "address": "234 W. 42nd St., 3rd Floor, New York City (Manhattan)", - "external_url": "http://209.221.138.252/Details.aspx?location=250087", - "internal_url": "null", - "latitude": "40.756536", - "longitude": "-73.98863399999999", - "machine_status": "available", - "status": "unvisited", - "id": 3044, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -81790,29 +62400,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.98867709999999, - 40.7565399 - ] - }, - "properties": { - "name": "Ripley's Believe it Or Not - Time Square", - "area": "New York", - "address": "Address 234 West 42nd Street, New York City", - "external_url": "http://209.221.138.252/Details.aspx?location=333975", - "internal_url": "null", - "latitude": "40.7565399", - "longitude": "-73.98867709999999", - "machine_status": "available", - "status": "unvisited", - "id": 3056, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -81905,29 +62492,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.9761953, - 40.7586117 - ] - }, - "properties": { - "name": "St. Patrick's Cathedral", - "area": "New York", - "address": "5th Avenue between 50th/51st, New York City (Manhattan)", - "external_url": "http://209.221.138.252/Details.aspx?location=194272", - "internal_url": "null", - "latitude": "40.7586117", - "longitude": "-73.9761953", - "machine_status": "available", - "status": "unvisited", - "id": 3054, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -81951,29 +62515,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.9843631, - 40.7601775 - ] - }, - "properties": { - "name": "M&M's World", - "area": "New York", - "address": "1600 Broadway at 48th Street (Times Square), New York City (Manhattan)", - "external_url": "http://209.221.138.252/Details.aspx?location=21779", - "internal_url": "null", - "latitude": "40.7601775", - "longitude": "-73.9843631", - "machine_status": "available", - "status": "unvisited", - "id": 3049, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -82043,29 +62584,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.99960759999999, - 40.7645266 - ] - }, - "properties": { - "name": "U.S.S. Intrepid Sea, Air & Space Museum", - "area": "New York", - "address": "Pier 86, West 46th Street & 12th Avenue, New York City (Manhattan)", - "external_url": "http://209.221.138.252/Details.aspx?location=3595", - "internal_url": "null", - "latitude": "40.7645266", - "longitude": "-73.99960759999999", - "machine_status": "available", - "status": "unvisited", - "id": 3055, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -82089,29 +62607,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.9718335, - 40.767778 - ] - }, - "properties": { - "name": "Central Park Zoo and Wildlife Center", - "area": "New York", - "address": "5th Avenue at 64th Street, New York City (Manhattan)", - "external_url": "http://209.221.138.252/Details.aspx?location=3614", - "internal_url": "null", - "latitude": "40.767778", - "longitude": "-73.9718335", - "machine_status": "available", - "status": "unvisited", - "id": 3042, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -82158,29 +62653,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.5887569, - 40.772133 - ] - }, - "properties": { - "name": "Showcase Coins and Bullion", - "area": "Ohio", - "address": "2071 W. 4th St., Ontario", - "external_url": "http://209.221.138.252/Details.aspx?location=58402", - "internal_url": "null", - "latitude": "40.772133", - "longitude": "-82.5887569", - "machine_status": "available", - "status": "unvisited", - "id": 1997, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -82296,29 +62768,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.502403, - 40.783588 - ] - }, - "properties": { - "name": "Ohio State Reformatory", - "area": "Ohio", - "address": "100 Reformatory Road, Mansfield", - "external_url": "http://209.221.138.252/Details.aspx?location=27802", - "internal_url": "null", - "latitude": "40.783588", - "longitude": "-82.502403", - "machine_status": "available", - "status": "unvisited", - "id": 1984, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -82549,52 +62998,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.8784993, - 40.8502252 - ] - }, - "properties": { - "name": "Bronx Zoo/Wildlife Conservation Society", - "area": "New York", - "address": "2300 Southern Boulevard, New York City (Bronx)", - "external_url": "http://209.221.138.252/Details.aspx?location=3652", - "internal_url": "null", - "latitude": "40.8502252", - "longitude": "-73.8784993", - "machine_status": "available", - "status": "unvisited", - "id": 3034, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.2576769, - 40.8504796 - ] - }, - "properties": { - "name": "Ferrigno Lucio Sas", - "area": "Italy", - "address": "Via San Gregorio Armeno 22", - "external_url": "http://209.221.138.252/Details.aspx?location=73080", - "internal_url": "null", - "latitude": "40.8504796", - "longitude": "14.2576769", - "machine_status": "available", - "status": "unvisited", - "id": 935, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -82618,29 +63021,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.25296519999999, - 40.8582111 - ] - }, - "properties": { - "name": "Grandpa's Cheesebarn Inc.", - "area": "Ohio", - "address": "668 U.S. 250, Ashland", - "external_url": "http://209.221.138.252/Details.aspx?location=204343", - "internal_url": "null", - "latitude": "40.8582111", - "longitude": "-82.25296519999999", - "machine_status": "available", - "status": "unvisited", - "id": 1941, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -83009,29 +63389,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.108806899999999, - 40.9429032 - ] - }, - "properties": { - "name": "Candles gift store", - "area": "Spain", - "address": ", Segovia ", - "external_url": "http://209.221.138.252/Details.aspx?location=231719", - "internal_url": "null", - "latitude": "40.9429032", - "longitude": "-4.108806899999999", - "machine_status": "available", - "status": "unvisited", - "id": 366, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -83078,29 +63435,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.1182684, - 40.94801959999999 - ] - }, - "properties": { - "name": "Tourist Information Center", - "area": "Spain", - "address": "Plaza del Azoguejo, 1, Segovia", - "external_url": "http://209.221.138.252/Details.aspx?location=231726", - "internal_url": "null", - "latitude": "40.94801959999999", - "longitude": "-4.1182684", - "machine_status": "available", - "status": "unvisited", - "id": 369, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -83170,52 +63504,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.666795, - 40.961001 - ] - }, - "properties": { - "name": "Mercatus gift shop", - "area": "Spain", - "address": "Cardenal Pla y Deniel, Salamanca", - "external_url": "http://209.221.138.252/Details.aspx?location=258665", - "internal_url": "null", - "latitude": "40.961001", - "longitude": "-5.666795", - "machine_status": "available", - "status": "unvisited", - "id": 358, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.6661456, - 40.96209959999999 - ] - }, - "properties": { - "name": "Shopping Salamanca gift shop", - "area": "Spain", - "address": "40 Rua Mayor, Salamanca", - "external_url": "http://209.221.138.252/Details.aspx?location=258667", - "internal_url": "null", - "latitude": "40.96209959999999", - "longitude": "-5.6661456", - "machine_status": "available", - "status": "unvisited", - "id": 360, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -83262,29 +63550,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.6641062, - 40.96414740000001 - ] - }, - "properties": { - "name": "Regalos Hispania gift shop", - "area": "Spain", - "address": "Plaza del Poeta Iglesias, Salamanca", - "external_url": "http://209.221.138.252/Details.aspx?location=258713", - "internal_url": "null", - "latitude": "40.96414740000001", - "longitude": "-5.6641062", - "machine_status": "available", - "status": "unvisited", - "id": 359, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -83377,29 +63642,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.663539699999999, - 40.9701039 - ] - }, - "properties": { - "name": "Lazarillo de Tormes Regalos gift shop", - "area": "Spain", - "address": "22 Libreros, Salamanca", - "external_url": "http://209.221.138.252/Details.aspx?location=258746", - "internal_url": "null", - "latitude": "40.9701039", - "longitude": "-5.663539699999999", - "machine_status": "available", - "status": "unvisited", - "id": 357, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -83423,29 +63665,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.648571599999999, - 40.9721256 - ] - }, - "properties": { - "name": "Train Station ", - "area": "Spain", - "address": "Paseo de la Estación, Salamanca", - "external_url": "http://209.221.138.252/Details.aspx?location=258745", - "internal_url": "null", - "latitude": "40.9721256", - "longitude": "-5.648571599999999", - "machine_status": "available", - "status": "unvisited", - "id": 361, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -83492,29 +63711,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.9120169, - 40.9864584 - ] - }, - "properties": { - "name": "Cabela's ", - "area": "Utah", - "address": "391 N Cabela's Dr, Farmington", - "external_url": "http://209.221.138.252/Details.aspx?location=250813", - "internal_url": "null", - "latitude": "40.9864584", - "longitude": "-111.9120169", - "machine_status": "available", - "status": "unvisited", - "id": 2063, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -83538,29 +63734,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.1440887, - 41.003334 - ] - }, - "properties": { - "name": "Odd-Lot Outlet Superstore", - "area": "Pennsylvania", - "address": "Route 209, Marshalls Creek", - "external_url": "http://209.221.138.252/Details.aspx?location=4053", - "internal_url": "null", - "latitude": "41.003334", - "longitude": "-75.1440887", - "machine_status": "available", - "status": "unvisited", - "id": 4018, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -83607,29 +63780,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3201172, - 41.018104 - ] - }, - "properties": { - "name": "Strategic Air & Space Museum", - "area": "Nebraska", - "address": "28210 West Park Highway, Ashland", - "external_url": "http://209.221.138.252/Details.aspx?location=3348", - "internal_url": "null", - "latitude": "41.018104", - "longitude": "-96.3201172", - "machine_status": "available", - "status": "unvisited", - "id": 4166, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -83653,29 +63803,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.3554599, - 41.0511644 - ] - }, - "properties": { - "name": "Camelback Mountain Resort", - "area": "Pennsylvania", - "address": "243 Camelback Road, Tannersville", - "external_url": "http://209.221.138.252/Details.aspx?location=89226", - "internal_url": "null", - "latitude": "41.0511644", - "longitude": "-75.3554599", - "machine_status": "available", - "status": "unvisited", - "id": 4070, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -83745,29 +63872,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.9773245, - 41.0786592 - ] - }, - "properties": { - "name": "SeaQuest Aquarium Utah", - "area": "Utah", - "address": "1201 N. Hillfield Rd., Layton", - "external_url": "http://209.221.138.252/Details.aspx?location=262838", - "internal_url": "null", - "latitude": "41.0786592", - "longitude": "-111.9773245", - "machine_status": "available", - "status": "unvisited", - "id": 2068, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -83998,29 +64102,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.6109043, - 41.1380756 - ] - }, - "properties": { - "name": "Porto Càlem", - "area": "Portugal", - "address": "Avenida Diogo Leite, 344 Vila Nova de Gaia, Porto", - "external_url": "http://209.221.138.252/Details.aspx?location=285291", - "internal_url": "null", - "latitude": "41.1380756", - "longitude": "-8.6109043", - "machine_status": "available", - "status": "unvisited", - "id": 677, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -84136,75 +64217,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.613984499999999, - 41.1458213 - ] - }, - "properties": { - "name": "Clérigos Church Tower", - "area": "Portugal", - "address": "R. de São Filipe de Nery, 4050-546 Porto, Porto", - "external_url": "http://209.221.138.252/Details.aspx?location=287470", - "internal_url": "null", - "latitude": "41.1458213", - "longitude": "-8.613984499999999", - "machine_status": "available", - "status": "unvisited", - "id": 675, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.188104, - 41.15090199999999 - ] - }, - "properties": { - "name": "NY State Thruway, Sloatsburg Service Area - Northbound", - "area": "New York", - "address": "1-87 northbound, Milepost 33, Sloatsburg", - "external_url": "http://209.221.138.252/Details.aspx?location=3534", - "internal_url": "null", - "latitude": "41.15090199999999", - "longitude": "-74.188104", - "machine_status": "available", - "status": "unvisited", - "id": 3088, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.1896545, - 41.1538828 - ] - }, - "properties": { - "name": "NY State Thruway, Ramapo Travel Plaza - Southbound", - "area": "New York", - "address": "1-87 Southbound, Milepost 33, Sloatsburg", - "external_url": "http://209.221.138.252/Details.aspx?location=54459", - "internal_url": "null", - "latitude": "41.1538828", - "longitude": "-74.1896545", - "machine_status": "available", - "status": "unvisited", - "id": 3087, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -84320,29 +64332,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7823247, - 41.1934687 - ] - }, - "properties": { - "name": "Monasterio de piedra", - "area": "Spain", - "address": "Calle Afueras, s/n, Nuévalos, Zaragoza", - "external_url": "http://209.221.138.252/Details.aspx?location=312019", - "internal_url": "null", - "latitude": "41.1934687", - "longitude": "-1.7823247", - "machine_status": "available", - "status": "unvisited", - "id": 400, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -84389,29 +64378,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 16.550678, - 41.2134298 - ] - }, - "properties": { - "name": "Miragica Terra di Giganti", - "area": "Italy", - "address": "via dei Portuali, Zona Asi", - "external_url": "http://209.221.138.252/Details.aspx?location=73131", - "internal_url": "null", - "latitude": "41.2134298", - "longitude": "16.550678", - "machine_status": "available", - "status": "unvisited", - "id": 934, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -84458,29 +64424,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.2275341, - 41.2287428 - ] - }, - "properties": { - "name": "Sea Quest - Trumbull", - "area": "Connecticut", - "address": "Westfield Trumbull 5065 Main Street, Trumbull", - "external_url": "http://209.221.138.252/Details.aspx?location=336066", - "internal_url": "null", - "latitude": "41.2287428", - "longitude": "-73.2275341", - "machine_status": "available", - "status": "unvisited", - "id": 1697, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -84504,29 +64447,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8068303, - 41.2361566 - ] - }, - "properties": { - "name": "Sitges", - "area": "Spain", - "address": "Marquès Montroig, 14, Barcelona, Sitges", - "external_url": "http://209.221.138.252/Details.aspx?location=201756", - "internal_url": "null", - "latitude": "41.2361566", - "longitude": "1.8068303", - "machine_status": "available", - "status": "unvisited", - "id": 287, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -84573,29 +64493,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.8514727, - 41.25814 - ] - }, - "properties": { - "name": "Union Pacific Railroad Museum", - "area": "Iowa", - "address": "200 Pearl Street, Council Bluffs", - "external_url": "http://209.221.138.252/Details.aspx?location=101101", - "internal_url": "null", - "latitude": "41.25814", - "longitude": "-95.8514727", - "machine_status": "retired", - "status": "retired", - "id": 2333, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -84688,29 +64585,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.6714044, - 41.2926282 - ] - }, - "properties": { - "name": "Ohio Turnpike @ Great Lakes", - "area": "Ohio", - "address": "Mile 170 Westbound, Broadview Heights", - "external_url": "http://209.221.138.252/Details.aspx?location=3858", - "internal_url": "null", - "latitude": "41.2926282", - "longitude": "-81.6714044", - "machine_status": "available", - "status": "unvisited", - "id": 1949, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -84780,29 +64654,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.138529, - 41.310504 - ] - }, - "properties": { - "name": "Launching Pad Drive-in", - "area": "Illinois", - "address": "810 East Baltimore St., Wilmington", - "external_url": "http://209.221.138.252/Details.aspx?location=298063", - "internal_url": "null", - "latitude": "41.310504", - "longitude": "-88.138529", - "machine_status": "available", - "status": "unvisited", - "id": 1265, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -85079,98 +64930,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.9624746, - 41.3730797 - ] - }, - "properties": { - "name": "West Point Military Academy Visitors Center", - "area": "New York", - "address": "Building 2107, West Point Hwy, West Point", - "external_url": "http://209.221.138.252/Details.aspx?location=3523", - "internal_url": "null", - "latitude": "41.3730797", - "longitude": "-73.9624746", - "machine_status": "available", - "status": "unvisited", - "id": 3095, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -71.9526649, - 41.37338940000001 - ] - }, - "properties": { - "name": "Mystic Aquarium & Institute for Exploration", - "area": "Connecticut", - "address": "55 Coogan Boulevard, Mystic", - "external_url": "http://209.221.138.252/Details.aspx?location=1453", - "internal_url": "null", - "latitude": "41.37338940000001", - "longitude": "-71.9526649", - "machine_status": "retired", - "status": "retired", - "id": 1692, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -71.9570372, - 41.3738763 - ] - }, - "properties": { - "name": "Franklins General Store", - "area": "Connecticut", - "address": "27 Coogan Boulevard, Olde Mistick Village 4C, Mystic", - "external_url": "http://209.221.138.252/Details.aspx?location=77294", - "internal_url": "null", - "latitude": "41.3738763", - "longitude": "-71.9570372", - "machine_status": "available", - "status": "unvisited", - "id": 1691, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1493331, - 41.3763184 - ] - }, - "properties": { - "name": "Arenas de Barcelona", - "area": "Spain", - "address": "Gran Via de les Corts Catalanes, 373-385, Barcelona", - "external_url": "http://209.221.138.252/Details.aspx?location=214500", - "internal_url": "null", - "latitude": "41.3763184", - "longitude": "2.1493331", - "machine_status": "available", - "status": "unvisited", - "id": 278, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -85263,29 +65022,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -72.08690399999999, - 41.3874555 - ] - }, - "properties": { - "name": "USS Natilus / Submarine Force Museum", - "area": "Connecticut", - "address": "Naval Submarine Base New London, Groton", - "external_url": "http://209.221.138.252/Details.aspx?location=1458", - "internal_url": "null", - "latitude": "41.3874555", - "longitude": "-72.08690399999999", - "machine_status": "available", - "status": "unvisited", - "id": 1689, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -85332,29 +65068,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1826047, - 41.3947292 - ] - }, - "properties": { - "name": "Barcelona Nord Station", - "area": "Spain", - "address": ", Barcelona", - "external_url": "http://209.221.138.252/Details.aspx?location=319701", - "internal_url": "null", - "latitude": "41.3947292", - "longitude": "2.1826047", - "machine_status": "available", - "status": "unvisited", - "id": 279, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -85424,29 +65137,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1743558, - 41.4036299 - ] - }, - "properties": { - "name": "Sagrada Família", - "area": "Spain", - "address": "Carrer de Mallorca 401, Barcelona - Catalonia Region Barcelona Province -", - "external_url": "http://209.221.138.252/Details.aspx?location=109031", - "internal_url": "null", - "latitude": "41.4036299", - "longitude": "2.1743558", - "machine_status": "available", - "status": "unvisited", - "id": 286, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -85516,29 +65206,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1526945, - 41.4144948 - ] - }, - "properties": { - "name": "Park Guell ", - "area": "Spain", - "address": ", Barcelona", - "external_url": "http://209.221.138.252/Details.aspx?location=309605", - "internal_url": "null", - "latitude": "41.4144948", - "longitude": "2.1526945", - "machine_status": "available", - "status": "unvisited", - "id": 282, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -85677,29 +65344,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.8127782, - 41.4423074 - ] - }, - "properties": { - "name": "Wild Acres Petting Zoo", - "area": "Ohio", - "address": ", Port Clinton", - "external_url": "http://209.221.138.252/Details.aspx?location=4299", - "internal_url": "null", - "latitude": "41.4423074", - "longitude": "-82.8127782", - "machine_status": "available", - "status": "unvisited", - "id": 2001, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -85723,29 +65367,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.7126134, - 41.4459344 - ] - }, - "properties": { - "name": "Cleveland Metroparks Zoo", - "area": "Ohio", - "address": "3900 Wildlife Way, Cleveland", - "external_url": "http://209.221.138.252/Details.aspx?location=3839", - "internal_url": "null", - "latitude": "41.4459344", - "longitude": "-81.7126134", - "machine_status": "available", - "status": "unvisited", - "id": 1956, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -85953,29 +65574,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.6873931, - 41.4687292 - ] - }, - "properties": { - "name": "A Christmas Story House", - "area": "Ohio", - "address": "3169 W 11th St., Cleveland", - "external_url": "http://209.221.138.252/Details.aspx?location=196636", - "internal_url": "null", - "latitude": "41.4687292", - "longitude": "-81.6873931", - "machine_status": "available", - "status": "unvisited", - "id": 1955, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -86459,29 +66057,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.3770546, - 41.5547347 - ] - }, - "properties": { - "name": "Bon Jesus", - "area": "Portugal", - "address": ", Braga", - "external_url": "http://209.221.138.252/Details.aspx?location=237490", - "internal_url": "null", - "latitude": "41.5547347", - "longitude": "-8.3770546", - "machine_status": "available", - "status": "unvisited", - "id": 656, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -86666,29 +66241,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.0884478, - 41.5922407 - ] - }, - "properties": { - "name": "NY State Thruway, Modena Travel Plaza (Southbound)", - "area": "New York", - "address": "I-87 South, Milepost 66, Wallkill", - "external_url": "http://209.221.138.252/Details.aspx?location=3618", - "internal_url": "null", - "latitude": "41.5922407", - "longitude": "-74.0884478", - "machine_status": "available", - "status": "unvisited", - "id": 3093, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -86712,29 +66264,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.551464, - 41.6003411 - ] - }, - "properties": { - "name": "Iowa State Fair", - "area": "Iowa", - "address": ", Des Moines", - "external_url": "http://209.221.138.252/Details.aspx?location=17907", - "internal_url": "null", - "latitude": "41.6003411", - "longitude": "-93.551464", - "machine_status": "available", - "status": "unvisited", - "id": 2337, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -86804,29 +66333,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.9436283, - 41.6138418 - ] - }, - "properties": { - "name": "Bengton's Pumpkin Farm", - "area": "Illinois", - "address": "13341 w. 151st st, Homer Glen", - "external_url": "http://209.221.138.252/Details.aspx?location=198569", - "internal_url": "null", - "latitude": "41.6138418", - "longitude": "-87.9436283", - "machine_status": "available", - "status": "unvisited", - "id": 1233, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -86850,52 +66356,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.58020259999999, - 41.6179211 - ] - }, - "properties": { - "name": "Toledo Zoo", - "area": "Ohio", - "address": "2700 Broadway Street, Toledo", - "external_url": "http://209.221.138.252/Details.aspx?location=284070", - "internal_url": "null", - "latitude": "41.6179211", - "longitude": "-83.58020259999999", - "machine_status": "available", - "status": "unvisited", - "id": 2014, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.7812546, - 41.6179312 - ] - }, - "properties": { - "name": "Iowa 80 Truck Stop", - "area": "Iowa", - "address": "755 W Iowa 80 RD, Walcott", - "external_url": "http://209.221.138.252/Details.aspx?location=2205", - "internal_url": "null", - "latitude": "41.6179312", - "longitude": "-90.7812546", - "machine_status": "available", - "status": "unvisited", - "id": 2348, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -87655,29 +67115,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.3181599, - 41.7561942 - ] - }, - "properties": { - "name": "SciTech Hands On Museum", - "area": "Illinois", - "address": "18 West Benton, Aurora", - "external_url": "http://209.221.138.252/Details.aspx?location=2113", - "internal_url": "null", - "latitude": "41.7561942", - "longitude": "-88.3181599", - "machine_status": "available", - "status": "unvisited", - "id": 1197, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -87724,29 +67161,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.4689988, - 41.7639927 - ] - }, - "properties": { - "name": "Turística 3", - "area": "Spain", - "address": ", Soria", - "external_url": "http://209.221.138.252/Details.aspx?location=321139", - "internal_url": "null", - "latitude": "41.7639927", - "longitude": "-2.4689988", - "machine_status": "available", - "status": "unvisited", - "id": 382, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -87839,29 +67253,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.5830659, - 41.7905726 - ] - }, - "properties": { - "name": "Museum of Science & Industry, The (MSI)", - "area": "Illinois", - "address": "57th Street & Lake Shore Drive, Chicago", - "external_url": "http://209.221.138.252/Details.aspx?location=2082", - "internal_url": "null", - "latitude": "41.7905726", - "longitude": "-87.5830659", - "machine_status": "available", - "status": "unvisited", - "id": 1212, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -87908,29 +67299,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.8357137, - 41.8328916 - ] - }, - "properties": { - "name": "Brookfield Zoo", - "area": "Illinois", - "address": "8400 31st St (Between W 31st St and Golf View Rd), Brookfield", - "external_url": "http://209.221.138.252/Details.aspx?location=2106", - "internal_url": "null", - "latitude": "41.8328916", - "longitude": "-87.8357137", - "machine_status": "available", - "status": "unvisited", - "id": 1203, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -88069,29 +67437,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.614038, - 41.8675726 - ] - }, - "properties": { - "name": "John G. Shedd Aquarium ", - "area": "Illinois", - "address": "1200 South Lake Shore Drive, Chicago", - "external_url": "http://209.221.138.252/Details.aspx?location=2088", - "internal_url": "null", - "latitude": "41.8675726", - "longitude": "-87.614038", - "machine_status": "available", - "status": "unvisited", - "id": 1210, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -88299,52 +67644,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.4887464, - 41.8936451 - ] - }, - "properties": { - "name": "Bar Rione Monti", - "area": "Italy", - "address": "Via Monte San Michele 85/87", - "external_url": "http://209.221.138.252/Details.aspx?location=73132", - "internal_url": "null", - "latitude": "41.8936451", - "longitude": "12.4887464", - "machine_status": "available", - "status": "unvisited", - "id": 899, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.485234, - 41.8961598 - ] - }, - "properties": { - "name": "Prudenzi Simone Souvenir Market Emporium", - "area": "Italy", - "address": "Via Magnanapoli 5", - "external_url": "http://209.221.138.252/Details.aspx?location=259790", - "internal_url": "null", - "latitude": "41.8961598", - "longitude": "12.485234", - "machine_status": "available", - "status": "unvisited", - "id": 967, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -88437,29 +67736,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.4768729, - 41.8986108 - ] - }, - "properties": { - "name": "Edicola Pantheon (Newspaper kiosk)", - "area": "Italy", - "address": "Salita dei Crescenzi 25", - "external_url": "http://209.221.138.252/Details.aspx?location=53872", - "internal_url": "null", - "latitude": "41.8986108", - "longitude": "12.4768729", - "machine_status": "retired", - "status": "retired", - "id": 963, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -88483,29 +67759,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.473238, - 41.9002177 - ] - }, - "properties": { - "name": "Edicola il Messaggero (Newspaper kiosk)", - "area": "Italy", - "address": "Via Agonale 3 @ Piazza Navona", - "external_url": "http://209.221.138.252/Details.aspx?location=62691", - "internal_url": "null", - "latitude": "41.9002177", - "longitude": "12.473238", - "machine_status": "available", - "status": "unvisited", - "id": 961, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -88621,29 +67874,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.4895426, - 41.9075272 - ] - }, - "properties": { - "name": "Edicola Intesa San Paolo (Newspaper kiosk)", - "area": "Italy", - "address": "Via Vittorio Veneto 78", - "external_url": "http://209.221.138.252/Details.aspx?location=56658", - "internal_url": "null", - "latitude": "41.9075272", - "longitude": "12.4895426", - "machine_status": "available", - "status": "unvisited", - "id": 962, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -88759,29 +67989,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.6762443, - 41.9644132 - ] - }, - "properties": { - "name": "Cabela's ", - "area": "Michigan", - "address": "110 Cabela Blvd. East, Dundee", - "external_url": "http://209.221.138.252/Details.aspx?location=3037", - "internal_url": "null", - "latitude": "41.9644132", - "longitude": "-83.6762443", - "machine_status": "available", - "status": "unvisited", - "id": 2511, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -88828,29 +68035,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.99988189999999, - 42.0140742 - ] - }, - "properties": { - "name": "Ulster Travel Plaza", - "area": "New York", - "address": "1-87 Southbound, Milepost 96, Lake Katrine", - "external_url": "http://209.221.138.252/Details.aspx?location=56123", - "internal_url": "null", - "latitude": "42.0140742", - "longitude": "-73.99988189999999", - "machine_status": "available", - "status": "unvisited", - "id": 3027, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -89035,29 +68219,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.60002089999999, - 42.0524541 - ] - }, - "properties": { - "name": "The Big Tomat'er", - "area": "Canada", - "address": "29 Erie Street South, Ontario - Leamington", - "external_url": "http://209.221.138.252/Details.aspx?location=311240", - "internal_url": "null", - "latitude": "42.0524541", - "longitude": "-82.60002089999999", - "machine_status": "available", - "status": "unvisited", - "id": 5004, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -89150,29 +68311,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.90648759999999, - 42.0756954 - ] - }, - "properties": { - "name": "Binghamton Zoo at Ross Park", - "area": "New York", - "address": "185 Park Avenue, Binghamton", - "external_url": "http://209.221.138.252/Details.aspx?location=16160", - "internal_url": "null", - "latitude": "42.0756954", - "longitude": "-75.90648759999999", - "machine_status": "available", - "status": "unvisited", - "id": 2994, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -89357,52 +68495,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.075655, - 42.097203 - ] - }, - "properties": { - "name": "Erie Zoo", - "area": "Pennsylvania", - "address": "423 W. 38th St., Erie", - "external_url": "http://209.221.138.252/Details.aspx?location=3850", - "internal_url": "null", - "latitude": "42.097203", - "longitude": "-80.075655", - "machine_status": "available", - "status": "unvisited", - "id": 3973, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.740808, - 42.0995479 - ] - }, - "properties": { - "name": "Allegany State Park", - "area": "New York", - "address": "2373 ASP, Rte 1, Salamanca", - "external_url": "http://209.221.138.252/Details.aspx?location=109726", - "internal_url": "null", - "latitude": "42.0995479", - "longitude": "-78.740808", - "machine_status": "available", - "status": "unvisited", - "id": 3082, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -89449,29 +68541,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -72.0992342, - 42.1089429 - ] - }, - "properties": { - "name": "Old Sturbridge Village", - "area": "Massachusetts", - "address": "1 Old Sturbridge Village Road, Sturbridge", - "external_url": "http://209.221.138.252/Details.aspx?location=2642", - "internal_url": "null", - "latitude": "42.1089429", - "longitude": "-72.0992342", - "machine_status": "available", - "status": "unvisited", - "id": 2931, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -89518,29 +68587,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.9566148, - 42.1105673 - ] - }, - "properties": { - "name": "Malden Travel Plaza", - "area": "New York", - "address": "I-87 North Mile marker 103, Saugerties", - "external_url": "http://209.221.138.252/Details.aspx?location=335061", - "internal_url": "null", - "latitude": "42.1105673", - "longitude": "-73.9566148", - "machine_status": "available", - "status": "unvisited", - "id": 3084, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -89610,29 +68656,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -72.02485, - 42.139786 - ] - }, - "properties": { - "name": "Charlton Pike Rest Stop ", - "area": "Massachusetts", - "address": "I-90 Mass Pike both East and West svc plazas, Charlton", - "external_url": "http://209.221.138.252/Details.aspx?location=225910", - "internal_url": "null", - "latitude": "42.139786", - "longitude": "-72.02485", - "machine_status": "available", - "status": "unvisited", - "id": 2899, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -89725,29 +68748,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.42127599999999, - 42.201974 - ] - }, - "properties": { - "name": "Midway State Park", - "area": "New York", - "address": "4859 Route 430, Bemus Point", - "external_url": "http://209.221.138.252/Details.aspx?location=189771", - "internal_url": "null", - "latitude": "42.201974", - "longitude": "-79.42127599999999", - "machine_status": "retired", - "status": "retired", - "id": 2992, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -89817,29 +68817,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -71.7691433, - 42.2644952 - ] - }, - "properties": { - "name": "EcoTarium (formerly New England Science Center)", - "area": "Massachusetts", - "address": "222 Harrington Way, Worcester", - "external_url": "http://209.221.138.252/Details.aspx?location=2635", - "internal_url": "null", - "latitude": "42.2644952", - "longitude": "-71.7691433", - "machine_status": "available", - "status": "unvisited", - "id": 2936, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -90024,29 +69001,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.23420589999999, - 42.3034513 - ] - }, - "properties": { - "name": "Ford Rouge Factory Tour/Henry Ford Museum", - "area": "Michigan", - "address": "20900 Oakwood Blvd, Dearborn", - "external_url": "http://209.221.138.252/Details.aspx?location=11115", - "internal_url": "null", - "latitude": "42.3034513", - "longitude": "-83.23420589999999", - "machine_status": "available", - "status": "unvisited", - "id": 2506, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -90277,29 +69231,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.99661429999999, - 42.3475377 - ] - }, - "properties": { - "name": "Cornwell's Turkeyville U.S.A.", - "area": "Michigan", - "address": "18935 15 1/2 Mile Road, Marshall ", - "external_url": "http://209.221.138.252/Details.aspx?location=2801", - "internal_url": "null", - "latitude": "42.3475377", - "longitude": "-84.99661429999999", - "machine_status": "retired", - "status": "retired", - "id": 2563, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -90530,29 +69461,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -71.05439439999999, - 42.3663259 - ] - }, - "properties": { - "name": "Old North Church", - "area": "Massachusetts", - "address": "193 Salem St., Boston", - "external_url": "http://209.221.138.252/Details.aspx?location=266759", - "internal_url": "null", - "latitude": "42.3663259", - "longitude": "-71.05439439999999", - "machine_status": "retired", - "status": "retired", - "id": 2891, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -90668,29 +69576,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.9446972, - 42.3836083 - ] - }, - "properties": { - "name": "Great Wolf Lodge", - "area": "Illinois", - "address": "1700 Nations Drive , Gurnee", - "external_url": "http://209.221.138.252/Details.aspx?location=295376", - "internal_url": "null", - "latitude": "42.3836083", - "longitude": "-87.9446972", - "machine_status": "available", - "status": "unvisited", - "id": 1227, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -90714,29 +69599,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -71.07963219999999, - 42.3948506 - ] - }, - "properties": { - "name": "Legoland Discovery Center", - "area": "Massachusetts", - "address": "598 Assembly Row, Somerville", - "external_url": "http://209.221.138.252/Details.aspx?location=209386", - "internal_url": "null", - "latitude": "42.3948506", - "longitude": "-71.07963219999999", - "machine_status": "available", - "status": "unvisited", - "id": 2924, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -91059,29 +69921,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.661378, - 42.496887 - ] - }, - "properties": { - "name": "National Mississippi River Museum & Aquarium", - "area": "Iowa", - "address": "350 East 3rd Street, Dubuque", - "external_url": "http://209.221.138.252/Details.aspx?location=2208", - "internal_url": "null", - "latitude": "42.496887", - "longitude": "-90.661378", - "machine_status": "available", - "status": "unvisited", - "id": 2340, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -91197,29 +70036,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -70.88609989999999, - 42.521723 - ] - }, - "properties": { - "name": "Witch Way Gifts", - "area": "Massachusetts", - "address": "155 Derby Street, Salem", - "external_url": "http://209.221.138.252/Details.aspx?location=94214", - "internal_url": "null", - "latitude": "42.521723", - "longitude": "-70.88609989999999", - "machine_status": "available", - "status": "unvisited", - "id": 2922, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -91358,29 +70174,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 27.5160873, - 42.5652706 - ] - }, - "properties": { - "name": "Burgas (Bourgas) International Airport", - "area": "Bulgaria", - "address": "8016 Burgas, Burgas", - "external_url": "http://209.221.138.252/Details.aspx?location=98528", - "internal_url": "null", - "latitude": "42.5652706", - "longitude": "27.5160873", - "machine_status": "available", - "status": "unvisited", - "id": 879, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -91542,29 +70335,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.43565199999999, - 42.591328 - ] - }, - "properties": { - "name": "Geneva Gifts", - "area": "Wisconsin", - "address": "150 Broad St, Lake Geneva", - "external_url": "http://209.221.138.252/Details.aspx?location=97699", - "internal_url": "null", - "latitude": "42.591328", - "longitude": "-88.43565199999999", - "machine_status": "available", - "status": "unvisited", - "id": 2428, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -91634,29 +70404,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.4036502, - 42.6007437 - ] - }, - "properties": { - "name": "Timber Ridge Lodge & Waterpark", - "area": "Wisconsin", - "address": "7020 Grand Geneva Way, Lake Geneva ", - "external_url": "http://209.221.138.252/Details.aspx?location=323824", - "internal_url": "null", - "latitude": "42.6007437", - "longitude": "-88.4036502", - "machine_status": "available", - "status": "unvisited", - "id": 2429, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -91680,29 +70427,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -70.7747323, - 42.6306065 - ] - }, - "properties": { - "name": "Woodman's of Essex Restaurant", - "area": "Massachusetts", - "address": "PO Box 349, Rte 133, 121 Main Street, Essex", - "external_url": "http://209.221.138.252/Details.aspx?location=28889", - "internal_url": "null", - "latitude": "42.6306065", - "longitude": "-70.7747323", - "machine_status": "available", - "status": "unvisited", - "id": 2900, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -91726,52 +70450,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.8439121, - 42.6369097 - ] - }, - "properties": { - "name": "Cabela's", - "area": "Michigan", - "address": "45959 Towne Center Blvd (M-59 & I-94), Chesterfield", - "external_url": "http://209.221.138.252/Details.aspx?location=276737", - "internal_url": "null", - "latitude": "42.6369097", - "longitude": "-82.8439121", - "machine_status": "available", - "status": "unvisited", - "id": 2502, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -71.4396629, - 42.642032 - ] - }, - "properties": { - "name": "Butterfly Place, The", - "area": "Massachusetts", - "address": "120 Tyngsboro Road, Westford", - "external_url": "http://209.221.138.252/Details.aspx?location=2639", - "internal_url": "null", - "latitude": "42.642032", - "longitude": "-71.4396629", - "machine_status": "available", - "status": "unvisited", - "id": 2935, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -92209,29 +70887,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.8864332, - 42.7236055 - ] - }, - "properties": { - "name": "NY State Thruway, Guilderland Travel Plaza ", - "area": "New York", - "address": "I-90 Eastbound, Mile Marker 153, Schenectady", - "external_url": "http://209.221.138.252/Details.aspx?location=239358", - "internal_url": "null", - "latitude": "42.7236055", - "longitude": "-73.8864332", - "machine_status": "available", - "status": "unvisited", - "id": 3085, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -92508,29 +71163,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -7.615536, - 42.807578 - ] - }, - "properties": { - "name": "Portomarin (Camino de Santiago)", - "area": "Spain", - "address": "Praza Conde Fenosa, Portomarin", - "external_url": "http://209.221.138.252/Details.aspx?location=309771", - "internal_url": "null", - "latitude": "42.807578", - "longitude": "-7.615536", - "machine_status": "available", - "status": "unvisited", - "id": 354, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -92577,29 +71209,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.33222839999999, - 42.8170563 - ] - }, - "properties": { - "name": "Boulder Ridge Wild Animal Park", - "area": "Michigan", - "address": "8313 Pratt Lake Rd, Alto", - "external_url": "http://209.221.138.252/Details.aspx?location=190559", - "internal_url": "null", - "latitude": "42.8170563", - "longitude": "-85.33222839999999", - "machine_status": "available", - "status": "unvisited", - "id": 2486, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -92623,29 +71232,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.9355162, - 42.8228689 - ] - }, - "properties": { - "name": "Caffè Gelateria Il Sorriso", - "area": "Italy", - "address": "Lungomare Marconi, 242", - "external_url": "http://209.221.138.252/Details.aspx?location=73126", - "internal_url": "null", - "latitude": "42.8228689", - "longitude": "13.9355162", - "machine_status": "available", - "status": "unvisited", - "id": 897, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -92899,29 +71485,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.5446412, - 42.88059620000001 - ] - }, - "properties": { - "name": "St. James Cathedral (Camino de Santiago)", - "area": "Spain", - "address": "Praza das Praterias, Santiago de Compostella", - "external_url": "http://209.221.138.252/Details.aspx?location=309772", - "internal_url": "null", - "latitude": "42.88059620000001", - "longitude": "-8.5446412", - "machine_status": "available", - "status": "unvisited", - "id": 365, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -92945,29 +71508,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.73863639999999, - 42.8828788 - ] - }, - "properties": { - "name": "Cabela's", - "area": "Michigan", - "address": "3000 44th St, Grandville ", - "external_url": "http://209.221.138.252/Details.aspx?location=188251", - "internal_url": "null", - "latitude": "42.8828788", - "longitude": "-85.73863639999999", - "machine_status": "available", - "status": "unvisited", - "id": 2528, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -92991,29 +71531,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.5335956, - 42.8875876 - ] - }, - "properties": { - "name": "Santiago de Compostela Bus Stop", - "area": "Spain", - "address": ", A Coruña, Santiago de Compostela", - "external_url": "http://209.221.138.252/Details.aspx?location=208197", - "internal_url": "null", - "latitude": "42.8875876", - "longitude": "-8.5335956", - "machine_status": "available", - "status": "unvisited", - "id": 269, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -93037,29 +71554,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.39884529999999, - 42.9042355 - ] - }, - "properties": { - "name": "JoDeans Famous Steak and Buffet ", - "area": "South Dakota", - "address": "2809 Broadway Ave , Yankton", - "external_url": "http://209.221.138.252/Details.aspx?location=327134", - "internal_url": "null", - "latitude": "42.9042355", - "longitude": "-97.39884529999999", - "machine_status": "available", - "status": "unvisited", - "id": 1322, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -93152,75 +71646,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.1624781, - 42.9147665 - ] - }, - "properties": { - "name": "Mohawk Travel Plaza", - "area": "New York", - "address": "Milepost 172 Eastbound, Amsterdam", - "external_url": "http://209.221.138.252/Details.aspx?location=281358", - "internal_url": "null", - "latitude": "42.9147665", - "longitude": "-74.1624781", - "machine_status": "available", - "status": "unvisited", - "id": 2987, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -91.11721299999999, - 42.9170021 - ] - }, - "properties": { - "name": "Boulder Creek Campground", - "area": "Wisconsin", - "address": "11354 County Road X, Bagley", - "external_url": "http://209.221.138.252/Details.aspx?location=91217", - "internal_url": "null", - "latitude": "42.9170021", - "longitude": "-91.11721299999999", - "machine_status": "available", - "status": "unvisited", - "id": 2412, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.3822125, - 42.9278518 - ] - }, - "properties": { - "name": "Darien Lake Theme Park Resort", - "area": "New York", - "address": "9993 Allegheny Road, Darien Center", - "external_url": "http://209.221.138.252/Details.aspx?location=44158", - "internal_url": "null", - "latitude": "42.9278518", - "longitude": "-78.3822125", - "machine_status": "available", - "status": "unvisited", - "id": 3005, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -93244,52 +71669,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.8762911, - 42.9354287 - ] - }, - "properties": { - "name": "The Buffalo History Museum", - "area": "New York", - "address": "1 Museum Court, Buffalo", - "external_url": "http://209.221.138.252/Details.aspx?location=3648", - "internal_url": "null", - "latitude": "42.9354287", - "longitude": "-78.8762911", - "machine_status": "available", - "status": "unvisited", - "id": 2999, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.85160909999999, - 42.9371231 - ] - }, - "properties": { - "name": "Buffalo Zoo", - "area": "New York", - "address": "300 Parkside Ave., Buffalo", - "external_url": "http://209.221.138.252/Details.aspx?location=3644", - "internal_url": "null", - "latitude": "42.9371231", - "longitude": "-78.85160909999999", - "machine_status": "available", - "status": "unvisited", - "id": 2997, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -93451,29 +71830,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 141.3945073, - 42.9990682 - ] - }, - "properties": { - "name": "Hitsujigaoka Observation Hill", - "area": "Japan", - "address": "1 Hitsujigaoka Toyohira-ku, Sapporo Hokkaido", - "external_url": "http://209.221.138.252/Details.aspx?location=279887", - "internal_url": "null", - "latitude": "42.9990682", - "longitude": "141.3945073", - "machine_status": "available", - "status": "unvisited", - "id": 2825, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -93773,29 +72129,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.1816236, - 43.0555332 - ] - }, - "properties": { - "name": "Fanshawe Pioneer Village", - "area": "Canada", - "address": "1424 Clarke Rd , Ontario - London ", - "external_url": "http://209.221.138.252/Details.aspx?location=311515", - "internal_url": "null", - "latitude": "43.0555332", - "longitude": "-81.1816236", - "machine_status": "available", - "status": "unvisited", - "id": 5006, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -93911,29 +72244,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 141.3501151, - 43.0679384 - ] - }, - "properties": { - "name": "Snoopy Town Shop Sapporo", - "area": "Japan", - "address": "5, Nishi 2-chome, Kita 5-jo, Chuo-ku, Sapporo", - "external_url": "http://209.221.138.252/Details.aspx?location=179438", - "internal_url": "null", - "latitude": "43.0679384", - "longitude": "141.3501151", - "machine_status": "available", - "status": "unvisited", - "id": 2824, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -93980,29 +72290,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.3863712, - 43.0745326 - ] - }, - "properties": { - "name": "Wisconsin Historical Museum", - "area": "Wisconsin", - "address": "30 North Carroll Street, Madison", - "external_url": "http://209.221.138.252/Details.aspx?location=854", - "internal_url": "null", - "latitude": "43.0745326", - "longitude": "-89.3863712", - "machine_status": "available", - "status": "unvisited", - "id": 2433, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -94072,52 +72359,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.0707941, - 43.0822684 - ] - }, - "properties": { - "name": "Cave of the Winds Gift Shop", - "area": "New York", - "address": "Goat Island, Niagara Falls", - "external_url": "http://209.221.138.252/Details.aspx?location=3593", - "internal_url": "null", - "latitude": "43.0822684", - "longitude": "-79.0707941", - "machine_status": "available", - "status": "unvisited", - "id": 3062, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.0643426, - 43.0834266 - ] - }, - "properties": { - "name": "Niagara Falls State Park", - "area": "New York", - "address": "Niagara Falls State Park, Niagara Falls", - "external_url": "http://209.221.138.252/Details.aspx?location=15836", - "internal_url": "null", - "latitude": "43.0834266", - "longitude": "-79.0643426", - "machine_status": "available", - "status": "unvisited", - "id": 3064, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -94164,29 +72405,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.06269259999999, - 43.0857751 - ] - }, - "properties": { - "name": "Quality Hotel & Suites", - "area": "New York", - "address": "240 1st Street, Niagara Falls", - "external_url": "http://209.221.138.252/Details.aspx?location=41006", - "internal_url": "null", - "latitude": "43.0857751", - "longitude": "-79.06269259999999", - "machine_status": "available", - "status": "unvisited", - "id": 3066, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -94210,29 +72428,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.0643898, - 43.0863557 - ] - }, - "properties": { - "name": "Niagara Wax Museum", - "area": "New York", - "address": "363 Prospect Street, Niagara Falls", - "external_url": "http://209.221.138.252/Details.aspx?location=3585", - "internal_url": "null", - "latitude": "43.0863557", - "longitude": "-79.0643898", - "machine_status": "available", - "status": "unvisited", - "id": 3065, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -94256,52 +72451,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.07545069999999, - 43.0907761 - ] - }, - "properties": { - "name": "Ripley's Believe It or Not", - "area": "Canada", - "address": "4960 Clifton Hill, Ontario - Niagara Falls", - "external_url": "http://209.221.138.252/Details.aspx?location=4223", - "internal_url": "null", - "latitude": "43.0907761", - "longitude": "-79.07545069999999", - "machine_status": "available", - "status": "unvisited", - "id": 5013, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.0733989, - 43.090866 - ] - }, - "properties": { - "name": "Rainforest Cafe", - "area": "Canada", - "address": "4915 Clifton Hill, Ontario - Niagara Falls ", - "external_url": "http://209.221.138.252/Details.aspx?location=235063", - "internal_url": "null", - "latitude": "43.090866", - "longitude": "-79.0733989", - "machine_status": "available", - "status": "unvisited", - "id": 5012, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -94348,29 +72497,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.0687075, - 43.0926264 - ] - }, - "properties": { - "name": "Bird Kingdom ", - "area": "Canada", - "address": "5651 River Road, Ontario - Niagra Falls", - "external_url": "http://209.221.138.252/Details.aspx?location=315212", - "internal_url": "null", - "latitude": "43.0926264", - "longitude": "-79.0687075", - "machine_status": "retired", - "status": "retired", - "id": 5015, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -94394,29 +72520,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.060138, - 43.09431 - ] - }, - "properties": { - "name": "Aquarium of Niagara", - "area": "New York", - "address": "701 Whirpool St, Niagara Falls", - "external_url": "http://209.221.138.252/Details.aspx?location=3594", - "internal_url": "null", - "latitude": "43.09431", - "longitude": "-79.060138", - "machine_status": "available", - "status": "unvisited", - "id": 3061, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -94532,29 +72635,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.0617473, - 43.1128183 - ] - }, - "properties": { - "name": "Souvenir City", - "area": "Canada", - "address": "4199 River Rd, Ontario - Niagara Falls", - "external_url": "http://209.221.138.252/Details.aspx?location=341495", - "internal_url": "null", - "latitude": "43.1128183", - "longitude": "-79.0617473", - "machine_status": "available", - "status": "unvisited", - "id": 5014, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -94670,29 +72750,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.6015896, - 43.1524853 - ] - }, - "properties": { - "name": "National Museum of Play (formally Strong Museum)", - "area": "New York", - "address": "1 Manhattan Square Drive, Rochester", - "external_url": "http://209.221.138.252/Details.aspx?location=78918", - "internal_url": "null", - "latitude": "43.1524853", - "longitude": "-77.6015896", - "machine_status": "available", - "status": "unvisited", - "id": 3079, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -94946,29 +73003,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.924246, - 43.2576478 - ] - }, - "properties": { - "name": "Tximeleta Souvenirs", - "area": "Spain", - "address": ", Bilboa", - "external_url": "http://209.221.138.252/Details.aspx?location=312200", - "internal_url": "null", - "latitude": "43.2576478", - "longitude": "-2.924246", - "machine_status": "available", - "status": "unvisited", - "id": 293, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -95015,29 +73049,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.18790249999999, - 43.27816259999999 - ] - }, - "properties": { - "name": "Cabela's Outdoor Gear", - "area": "Wisconsin", - "address": "3048 Pioneer Rd., Richfield", - "external_url": "http://209.221.138.252/Details.aspx?location=20214", - "internal_url": "null", - "latitude": "43.27816259999999", - "longitude": "-88.18790249999999", - "machine_status": "available", - "status": "unvisited", - "id": 2456, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -95153,29 +73164,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.76141969999999, - 43.3143704 - ] - }, - "properties": { - "name": "Grand Bend Sweet Shop", - "area": "Canada", - "address": "63 Main St. West, Ontario - Grand Bend", - "external_url": "http://209.221.138.252/Details.aspx?location=29471", - "internal_url": "null", - "latitude": "43.3143704", - "longitude": "-81.76141969999999", - "machine_status": "retired", - "status": "retired", - "id": 4994, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -95245,29 +73233,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.7387906, - 43.3234653 - ] - }, - "properties": { - "name": "Michigan Shoppe", - "area": "Michigan", - "address": "925 South Main Street F-2, Frankenmuth", - "external_url": "http://209.221.138.252/Details.aspx?location=251709", - "internal_url": "null", - "latitude": "43.3234653", - "longitude": "-83.7387906", - "machine_status": "available", - "status": "unvisited", - "id": 2523, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -95383,29 +73348,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.7391938, - 43.32902199999999 - ] - }, - "properties": { - "name": "Frankenmuth Cheese Haus", - "area": "Michigan", - "address": "561 South Main Street , Frankenmuth", - "external_url": "http://209.221.138.252/Details.aspx?location=3029", - "internal_url": "null", - "latitude": "43.32902199999999", - "longitude": "-83.7391938", - "machine_status": "retired", - "status": "retired", - "id": 2522, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -95498,29 +73440,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.28018469999999, - 43.3424366 - ] - }, - "properties": { - "name": "Michigan's Adventure Amusement Park ", - "area": "Michigan", - "address": "4750 Whitehall Rd, Muskegon", - "external_url": "http://209.221.138.252/Details.aspx?location=2799", - "internal_url": "null", - "latitude": "43.3424366", - "longitude": "-86.28018469999999", - "machine_status": "available", - "status": "unvisited", - "id": 2572, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -95636,29 +73555,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.6992083, - 43.3644194 - ] - }, - "properties": { - "name": "Beef Jerky Outlet", - "area": "New York", - "address": "1424 Route 9, Space #8A , Lake George", - "external_url": "http://209.221.138.252/Details.aspx?location=331731", - "internal_url": "null", - "latitude": "43.3644194", - "longitude": "-73.6992083", - "machine_status": "available", - "status": "unvisited", - "id": 3020, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -95912,29 +73808,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.71392150000001, - 43.423324 - ] - }, - "properties": { - "name": "Waterfront Living/ Lake George", - "area": "New York", - "address": "155 Canada St., Lake George", - "external_url": "http://209.221.138.252/Details.aspx?location=251587", - "internal_url": "null", - "latitude": "43.423324", - "longitude": "-73.71392150000001", - "machine_status": "available", - "status": "unvisited", - "id": 3025, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -96372,29 +74245,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.5538107, - 43.5388451 - ] - }, - "properties": { - "name": "A Gift to Remember", - "area": "Canada", - "address": "1395 King St N, Ontario - St. Jacobs", - "external_url": "http://209.221.138.252/Details.aspx?location=244573", - "internal_url": "null", - "latitude": "43.5388451", - "longitude": "-80.5538107", - "machine_status": "available", - "status": "unvisited", - "id": 5022, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -96487,29 +74337,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -7.157225899999999, - 43.5540577 - ] - }, - "properties": { - "name": "As Catedrais Beach", - "area": "Spain", - "address": ", Ribadeo", - "external_url": "http://209.221.138.252/Details.aspx?location=274242", - "internal_url": "null", - "latitude": "43.5540577", - "longitude": "-7.157225899999999", - "machine_status": "available", - "status": "unvisited", - "id": 355, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -96602,29 +74429,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.731431, - 43.5804188 - ] - }, - "properties": { - "name": "Sioux Falls Airport Gift Shop", - "area": "South Dakota", - "address": "2801 Jaycee Lane, Sioux Falls", - "external_url": "http://209.221.138.252/Details.aspx?location=2916", - "internal_url": "null", - "latitude": "43.5804188", - "longitude": "-96.731431", - "machine_status": "available", - "status": "unvisited", - "id": 1315, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -96694,29 +74498,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4933567, - 43.5866272 - ] - }, - "properties": { - "name": "Cité de l'Espace", - "area": "France", - "address": ", Toulouse", - "external_url": "http://209.221.138.252/Details.aspx?location=269763", - "internal_url": "null", - "latitude": "43.5866272", - "longitude": "1.4933567", - "machine_status": "available", - "status": "unvisited", - "id": 119, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -96924,29 +74705,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.4418039, - 43.6083156 - ] - }, - "properties": { - "name": "Cathédrale Saint-Sernin", - "area": "France", - "address": ", Toulouse", - "external_url": "http://209.221.138.252/Details.aspx?location=269761", - "internal_url": "null", - "latitude": "43.6083156", - "longitude": "1.4418039", - "machine_status": "available", - "status": "unvisited", - "id": 118, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -97085,29 +74843,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 22.6779485, - 43.6232074 - ] - }, - "properties": { - "name": "Belogradchik Rocks", - "area": "Bulgaria", - "address": ", Belogradchik", - "external_url": "http://209.221.138.252/Details.aspx?location=205769", - "internal_url": "null", - "latitude": "43.6232074", - "longitude": "22.6779485", - "machine_status": "available", - "status": "unvisited", - "id": 878, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -97154,29 +74889,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.8030818, - 43.6261745 - ] - }, - "properties": { - "name": "Polynesian Resort", - "area": "Wisconsin", - "address": "857 N. Frontage Rd., Wisconsin Dells", - "external_url": "http://209.221.138.252/Details.aspx?location=4399", - "internal_url": "null", - "latitude": "43.6261745", - "longitude": "-89.8030818", - "machine_status": "available", - "status": "unvisited", - "id": 2476, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -97292,29 +75004,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.7766846, - 43.6279183 - ] - }, - "properties": { - "name": "Wizard Quest", - "area": "Wisconsin", - "address": "105 Broadway St, Wisconsin Dells", - "external_url": "http://209.221.138.252/Details.aspx?location=25778", - "internal_url": "null", - "latitude": "43.6279183", - "longitude": "-89.7766846", - "machine_status": "available", - "status": "unvisited", - "id": 2484, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -97499,29 +75188,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -72.42486219999999, - 43.6444871 - ] - }, - "properties": { - "name": "Quechee Gorge Visitor Center", - "area": "Vermont", - "address": "5966 Woodstock Road, Quechee", - "external_url": "http://209.221.138.252/Details.aspx?location=201237", - "internal_url": "null", - "latitude": "43.6444871", - "longitude": "-72.42486219999999", - "machine_status": "available", - "status": "unvisited", - "id": 1275, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -97545,29 +75211,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.7185596, - 43.65341340000001 - ] - }, - "properties": { - "name": "Grand Teton National Park - Craig Thomas Discover & Visitor Center", - "area": "Wyoming", - "address": "1 Teton Park Road, Moose", - "external_url": "http://209.221.138.252/Details.aspx?location=112303", - "internal_url": "null", - "latitude": "43.65341340000001", - "longitude": "-110.7185596", - "machine_status": "available", - "status": "unvisited", - "id": 3117, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -97614,29 +75257,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.3605989, - 43.6601453 - ] - }, - "properties": { - "name": "Aéroscopia - Airbus History museum.", - "area": "France", - "address": ", Toulouse", - "external_url": "http://209.221.138.252/Details.aspx?location=269764", - "internal_url": "null", - "latitude": "43.6601453", - "longitude": "1.3605989", - "machine_status": "available", - "status": "unvisited", - "id": 117, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -97821,52 +75441,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.3947238, - 43.72322519999999 - ] - }, - "properties": { - "name": "Pisa Information Center", - "area": "Italy", - "address": "Piazza del Duomo", - "external_url": "http://209.221.138.252/Details.aspx?location=236775", - "internal_url": "null", - "latitude": "43.72322519999999", - "longitude": "10.3947238", - "machine_status": "available", - "status": "unvisited", - "id": 947, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.360941700000001, - 43.7292336 - ] - }, - "properties": { - "name": "Tourist Information", - "area": "France", - "address": "Place du Général de Gaulle, Eze Le Village", - "external_url": "http://209.221.138.252/Details.aspx?location=197005", - "internal_url": "null", - "latitude": "43.7292336", - "longitude": "7.360941700000001", - "machine_status": "available", - "status": "unvisited", - "id": 70, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -98051,52 +75625,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.2537203, - 43.7686365 - ] - }, - "properties": { - "name": "Bar Tabacchi Melloni ", - "area": "Italy", - "address": "Via dei Bardi 74/r (near to Pontevecchio)", - "external_url": "http://209.221.138.252/Details.aspx?location=74233", - "internal_url": "null", - "latitude": "43.7686365", - "longitude": "11.2537203", - "machine_status": "available", - "status": "unvisited", - "id": 918, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.2548595, - 43.7744562 - ] - }, - "properties": { - "name": "Dischi Alberti", - "area": "Italy", - "address": "49 Borgo San Lorenzo, Firenze, Italy", - "external_url": "http://209.221.138.252/Details.aspx?location=52714", - "internal_url": "null", - "latitude": "43.7744562", - "longitude": "11.2548595", - "machine_status": "available", - "status": "unvisited", - "id": 919, - "last_updated": "2021-06-18" - } - }, { "type": "Feature", "geometry": { @@ -98235,29 +75763,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.5349349, - 43.8250158 - ] - }, - "properties": { - "name": "LEGOLAND® Discovery Centre", - "area": "Canada", - "address": "1 Bass Pro Mills Drive (Vaughan Mills) , Ontario - Vaughan", - "external_url": "http://209.221.138.252/Details.aspx?location=228895", - "internal_url": "null", - "latitude": "43.8250158", - "longitude": "-79.5349349", - "machine_status": "available", - "status": "unvisited", - "id": 5032, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -98281,29 +75786,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3596146, - 43.83490399999999 - ] - }, - "properties": { - "name": "Arenas", - "area": "France", - "address": "Boulevard des Arènes, Nimes", - "external_url": "http://209.221.138.252/Details.aspx?location=269612", - "internal_url": "null", - "latitude": "43.83490399999999", - "longitude": "4.3596146", - "machine_status": "available", - "status": "unvisited", - "id": 82, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -98350,29 +75832,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.5060138, - 43.8453685 - ] - }, - "properties": { - "name": "Vi-Ta Playtime! Gadget and Souvenir", - "area": "Italy", - "address": "Piazza Anfiteatro 35", - "external_url": "http://209.221.138.252/Details.aspx?location=258748", - "internal_url": "null", - "latitude": "43.8453685", - "longitude": "10.5060138", - "machine_status": "available", - "status": "unvisited", - "id": 929, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -98396,29 +75855,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -103.4590667, - 43.87910249999999 - ] - }, - "properties": { - "name": "Mount Rushmore National Monument", - "area": "South Dakota", - "address": "Mount Rushmore, Mount Rushmore Natural Monument (Keystone)", - "external_url": "http://209.221.138.252/Details.aspx?location=2898", - "internal_url": "null", - "latitude": "43.87910249999999", - "longitude": "-103.4590667", - "machine_status": "available", - "status": "unvisited", - "id": 1302, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -98994,29 +76430,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -103.2720165, - 43.9909702 - ] - }, - "properties": { - "name": "Reptile Gardens", - "area": "South Dakota", - "address": "Highway 16 South, Rapid City", - "external_url": "http://209.221.138.252/Details.aspx?location=2910", - "internal_url": "null", - "latitude": "43.9909702", - "longitude": "-103.2720165", - "machine_status": "available", - "status": "unvisited", - "id": 1311, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -99155,29 +76568,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.0344366, - 44.046946 - ] - }, - "properties": { - "name": "Roaring Rapids Pizza Company", - "area": "Oregon", - "address": "4006 Franklin Boulevard, Eugene", - "external_url": "http://209.221.138.252/Details.aspx?location=4686", - "internal_url": "null", - "latitude": "44.046946", - "longitude": "-123.0344366", - "machine_status": "available", - "status": "unvisited", - "id": 4355, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -99201,52 +76591,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -71.126617, - 44.0516875 - ] - }, - "properties": { - "name": "The Rugged Mill", - "area": "New Hampshire", - "address": "2633 White Mountain Highway / PO Box 997, North Conway", - "external_url": "http://209.221.138.252/Details.aspx?location=196011", - "internal_url": "null", - "latitude": "44.0516875", - "longitude": "-71.126617", - "machine_status": "available", - "status": "unvisited", - "id": 5082, - "last_updated": "2022-08-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -71.1287719, - 44.0519703 - ] - }, - "properties": { - "name": "Conway Scenic Railway", - "area": "New Hampshire", - "address": "38 Norcross Circle, North Conway ", - "external_url": "http://209.221.138.252/Details.aspx?location=3398", - "internal_url": "null", - "latitude": "44.0519703", - "longitude": "-71.1287719", - "machine_status": "available", - "status": "unvisited", - "id": 5081, - "last_updated": "2022-08-14" - } - }, { "type": "Feature", "geometry": { @@ -99385,29 +76729,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.5136397, - 44.0902546 - ] - }, - "properties": { - "name": "Italia in Miniatura", - "area": "Italy", - "address": "Via Popilia, 239", - "external_url": "http://209.221.138.252/Details.aspx?location=73055", - "internal_url": "null", - "latitude": "44.0902546", - "longitude": "12.5136397", - "machine_status": "available", - "status": "unvisited", - "id": 980, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -99569,52 +76890,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.7123907, - 44.12810899999999 - ] - }, - "properties": { - "name": "National Park of Cinque Terre", - "area": "Italy", - "address": "Info point train station", - "external_url": "http://209.221.138.252/Details.aspx?location=54915", - "internal_url": "null", - "latitude": "44.12810899999999", - "longitude": "9.7123907", - "machine_status": "available", - "status": "unvisited", - "id": 927, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.7123907, - 44.12810899999999 - ] - }, - "properties": { - "name": "National Park of Cinque Terre", - "area": "Italy", - "address": "info-point Train Station", - "external_url": "http://209.221.138.252/Details.aspx?location=54914", - "internal_url": "null", - "latitude": "44.12810899999999", - "longitude": "9.7123907", - "machine_status": "available", - "status": "unvisited", - "id": 930, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -99684,29 +76959,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -71.9660068, - 44.166968 - ] - }, - "properties": { - "name": "The Brick Store", - "area": "New Hampshire", - "address": "21 Lisbon Rd, Bath", - "external_url": "http://209.221.138.252/Details.aspx?location=290113", - "internal_url": "null", - "latitude": "44.166968", - "longitude": "-71.9660068", - "machine_status": "available", - "status": "unvisited", - "id": 5061, - "last_updated": "2022-08-14" - } - }, { "type": "Feature", "geometry": { @@ -99799,29 +77051,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.480263, - 44.229329 - ] - }, - "properties": { - "name": "Kingston and Pembroke Railway Station Visitor Information Center", - "area": "Canada", - "address": "209 Ontario Street, Ontario - Kingston", - "external_url": "http://209.221.138.252/Details.aspx?location=105212", - "internal_url": "null", - "latitude": "44.229329", - "longitude": "-76.480263", - "machine_status": "available", - "status": "unvisited", - "id": 5000, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -99845,29 +77074,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.4857157, - 44.23216 - ] - }, - "properties": { - "name": "End of the Thread Cafe", - "area": "Canada", - "address": "15 Main Street, Ontario - Brighton", - "external_url": "http://209.221.138.252/Details.aspx?location=127665", - "internal_url": "null", - "latitude": "44.23216", - "longitude": "-76.4857157", - "machine_status": "available", - "status": "unvisited", - "id": 4985, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -99937,75 +77143,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -72.5747308, - 44.2611479 - ] - }, - "properties": { - "name": "Bank of Montpelier", - "area": "Idaho", - "address": "833 Washington Street, Montpelier", - "external_url": "http://209.221.138.252/Details.aspx?location=344000", - "internal_url": "null", - "latitude": "44.2611479", - "longitude": "-72.5747308", - "machine_status": "available", - "status": "unvisited", - "id": 4319, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.4014413, - 44.2621443 - ] - }, - "properties": { - "name": "The History Museum at the Castle", - "area": "Wisconsin", - "address": "330 East College Avenue, Appleton", - "external_url": "http://209.221.138.252/Details.aspx?location=261240", - "internal_url": "null", - "latitude": "44.2621443", - "longitude": "-88.4014413", - "machine_status": "available", - "status": "unvisited", - "id": 2411, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.90172766148352, - 44.26537721045426 - ] - }, - "properties": { - "name": "Yogi Bear Jellystone Park", - "area": "Wisconsin", - "address": "E6506 WI-110, Fremont, WI 54940, United States", - "external_url": "http://209.221.138.252/Details.aspx?location=4777", - "internal_url": "null", - "latitude": "44.26537721045426", - "longitude": "-88.90172766148352", - "machine_status": "available", - "status": "unvisited", - "id": 2419, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -100190,29 +77327,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.16139199999999, - 44.3245343 - ] - }, - "properties": { - "name": "Gananoque Boat Line", - "area": "Canada", - "address": "280 Main St., Ontario - Gananoque", - "external_url": "http://209.221.138.252/Details.aspx?location=127664", - "internal_url": "null", - "latitude": "44.3245343", - "longitude": "-76.16139199999999", - "machine_status": "available", - "status": "unvisited", - "id": 4993, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -100236,29 +77350,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.2633986, - 44.33780480000001 - ] - }, - "properties": { - "name": "Mirabilandia Theme Park", - "area": "Italy", - "address": "Parco della Standiana S.r.l. Statale Adriatica SS 16", - "external_url": "http://209.221.138.252/Details.aspx?location=767", - "internal_url": "null", - "latitude": "44.33780480000001", - "longitude": "12.2633986", - "machine_status": "available", - "status": "unvisited", - "id": 951, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -100627,29 +77718,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -103.5086529, - 44.414571 - ] - }, - "properties": { - "name": "Sturgis Motorcycle Museum and Hall of Fame", - "area": "South Dakota", - "address": "999 Main Street, Sturgis", - "external_url": "http://209.221.138.252/Details.aspx?location=341998", - "internal_url": "null", - "latitude": "44.414571", - "longitude": "-103.5086529", - "machine_status": "retired", - "status": "retired", - "id": 1317, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -100696,29 +77764,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -92.15223759999999, - 44.4424826 - ] - }, - "properties": { - "name": "Pepin Depot Museum", - "area": "Wisconsin", - "address": "806 3rd St, Pepin", - "external_url": "http://209.221.138.252/Details.aspx?location=304654", - "internal_url": "null", - "latitude": "44.4424826", - "longitude": "-92.15223759999999", - "machine_status": "available", - "status": "unvisited", - "id": 2452, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -100765,75 +77810,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.8278615, - 44.4569017 - ] - }, - "properties": { - "name": "Old Faithful General Store", - "area": "Montana", - "address": "2 Old Faithful Loop Road, West Yellowstone", - "external_url": "http://209.221.138.252/Details.aspx?location=319910", - "internal_url": "null", - "latitude": "44.4569017", - "longitude": "-110.8278615", - "machine_status": "available", - "status": "unvisited", - "id": 2980, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.8278615, - 44.4569017 - ] - }, - "properties": { - "name": "Yellowstone - Old Faithful General Store", - "area": "Wyoming", - "address": "West Entrance Road , Yellowstone National Park", - "external_url": "http://209.221.138.252/Details.aspx?location=663", - "internal_url": "null", - "latitude": "44.4569017", - "longitude": "-110.8278615", - "machine_status": "available", - "status": "unvisited", - "id": 3125, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.8259479, - 44.4593593 - ] - }, - "properties": { - "name": "Yellowstone - Old Faithful Lodge Gift Shop", - "area": "Wyoming", - "address": "West Entrance Road, Yellowstone National Park", - "external_url": "http://209.221.138.252/Details.aspx?location=661", - "internal_url": "null", - "latitude": "44.4593593", - "longitude": "-110.8259479", - "machine_status": "available", - "status": "unvisited", - "id": 3126, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -100903,29 +77879,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.342795, - 44.4949754 - ] - }, - "properties": { - "name": "Basile / Angela Flowers & Gifts", - "area": "Italy", - "address": "Via Indipendenza, 1/A", - "external_url": "http://209.221.138.252/Details.aspx?location=292356", - "internal_url": "null", - "latitude": "44.4949754", - "longitude": "11.342795", - "machine_status": "available", - "status": "unvisited", - "id": 898, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -101041,29 +77994,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.375252, - 44.564758 - ] - }, - "properties": { - "name": "Fishing Bridge General Store", - "area": "Montana", - "address": "1 NE Entrance, Yellowstone National Park, West Yellowstone", - "external_url": "http://209.221.138.252/Details.aspx?location=320044", - "internal_url": "null", - "latitude": "44.564758", - "longitude": "-110.375252", - "machine_status": "available", - "status": "unvisited", - "id": 2975, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -101110,75 +78040,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.682678, - 44.5876976 - ] - }, - "properties": { - "name": "Brockville Aquatarium", - "area": "Canada", - "address": "Tall Ships Landing, Ontario - Brockville", - "external_url": "http://209.221.138.252/Details.aspx?location=275220", - "internal_url": "null", - "latitude": "44.5876976", - "longitude": "-75.682678", - "machine_status": "available", - "status": "unvisited", - "id": 4987, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -69.8039939, - 44.5892698 - ] - }, - "properties": { - "name": "Sweet Dreams Convenience Store", - "area": "Maine", - "address": "164 Village Rd , Smithfield ", - "external_url": "http://209.221.138.252/Details.aspx?location=308649", - "internal_url": "null", - "latitude": "44.5892698", - "longitude": "-69.8039939", - "machine_status": "available", - "status": "unvisited", - "id": 2033, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.7146168, - 44.5902098 - ] - }, - "properties": { - "name": "Devil's Tower Trading Post", - "area": "Wyoming", - "address": "57 Highway 110, Devils Tower National Monument", - "external_url": "http://209.221.138.252/Details.aspx?location=824", - "internal_url": "null", - "latitude": "44.5902098", - "longitude": "-104.7146168", - "machine_status": "available", - "status": "unvisited", - "id": 3109, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -101202,29 +78063,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -124.0472528, - 44.61765279999999 - ] - }, - "properties": { - "name": "Oregon Coast Aquarium", - "area": "Oregon", - "address": "2820 SE Ferry Slip Road, Newport", - "external_url": "http://209.221.138.252/Details.aspx?location=3956", - "internal_url": "null", - "latitude": "44.61765279999999", - "longitude": "-124.0472528", - "machine_status": "available", - "status": "unvisited", - "id": 4377, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -101248,29 +78086,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -124.0551816, - 44.6288748 - ] - }, - "properties": { - "name": "Old Bayfront Bazaar ", - "area": "Oregon", - "address": "620 SW Bay Boulevard, Newport", - "external_url": "http://209.221.138.252/Details.aspx?location=3961", - "internal_url": "null", - "latitude": "44.6288748", - "longitude": "-124.0551816", - "machine_status": "available", - "status": "unvisited", - "id": 4376, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -101340,52 +78155,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.685067, - 44.654129 - ] - }, - "properties": { - "name": "Minnesota's Largest Candy Store", - "area": "Minnesota", - "address": "20430 Johnson Memorial Drive , Jordan", - "external_url": "http://209.221.138.252/Details.aspx?location=243435", - "internal_url": "null", - "latitude": "44.654129", - "longitude": "-93.685067", - "machine_status": "available", - "status": "unvisited", - "id": 3158, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.099136, - 44.656336 - ] - }, - "properties": { - "name": "Grizzly and Wolf Discovery Center", - "area": "Montana", - "address": "201 South Canyon Street, West Yellowstone", - "external_url": "http://209.221.138.252/Details.aspx?location=3315", - "internal_url": "null", - "latitude": "44.656336", - "longitude": "-111.099136", - "machine_status": "available", - "status": "unvisited", - "id": 2978, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -101570,29 +78339,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.491356, - 44.73359 - ] - }, - "properties": { - "name": "Yellowstone - Canyon Village General Store", - "area": "Wyoming", - "address": "North or West Entrance Road, Yellowstone National Park", - "external_url": "http://209.221.138.252/Details.aspx?location=833", - "internal_url": "null", - "latitude": "44.73359", - "longitude": "-110.491356", - "machine_status": "available", - "status": "unvisited", - "id": 3122, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -101685,52 +78431,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.6230617, - 44.7642663 - ] - }, - "properties": { - "name": "Rocket Fizz", - "area": "Michigan", - "address": "111-B E Front St, Traverse City", - "external_url": "http://209.221.138.252/Details.aspx?location=342752", - "internal_url": "null", - "latitude": "44.7642663", - "longitude": "-85.6230617", - "machine_status": "available", - "status": "unvisited", - "id": 2605, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.1957707, - 44.7674337 - ] - }, - "properties": { - "name": "Minnesota Zoo", - "area": "Minnesota", - "address": "13000 Zoo Boulevard, Apple Valley", - "external_url": "http://209.221.138.252/Details.aspx?location=3108", - "internal_url": "null", - "latitude": "44.7674337", - "longitude": "-93.1957707", - "machine_status": "available", - "status": "unvisited", - "id": 3131, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -101823,29 +78523,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -124.061855, - 44.8106985 - ] - }, - "properties": { - "name": "Seaview Bazaar", - "area": "Oregon", - "address": "74 N Highway 101, Depoe Bay", - "external_url": "http://209.221.138.252/Details.aspx?location=3973", - "internal_url": "null", - "latitude": "44.8106985", - "longitude": "-124.061855", - "machine_status": "available", - "status": "unvisited", - "id": 4354, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -102030,29 +78707,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.2420255, - 44.8547397 - ] - }, - "properties": { - "name": "Mall of America - Nickelodeon Universe", - "area": "Minnesota", - "address": "5000 Center Court, Bloomington", - "external_url": "http://209.221.138.252/Details.aspx?location=45780", - "internal_url": "null", - "latitude": "44.8547397", - "longitude": "-93.2420255", - "machine_status": "retired", - "status": "retired", - "id": 3140, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -102191,29 +78845,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.0609164, - 44.8665925 - ] - }, - "properties": { - "name": "Ristorante Bar Nuovo", - "area": "Italy", - "address": "Piazza Della Loggia", - "external_url": "http://209.221.138.252/Details.aspx?location=246287", - "internal_url": "null", - "latitude": "44.8665925", - "longitude": "10.0609164", - "machine_status": "available", - "status": "unvisited", - "id": 976, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -102329,29 +78960,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -124.019163, - 44.9275013 - ] - }, - "properties": { - "name": "Mo's Seafood Restaurant", - "area": "Oregon", - "address": "860 SW 51st Street, Lincoln City", - "external_url": "http://209.221.138.252/Details.aspx?location=3964", - "internal_url": "null", - "latitude": "44.9275013", - "longitude": "-124.019163", - "machine_status": "available", - "status": "unvisited", - "id": 4369, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -102375,75 +78983,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.0308172, - 44.9384502 - ] - }, - "properties": { - "name": "Oregon State Capitol Building", - "area": "Oregon", - "address": "900 Court Street Street NE, Salem", - "external_url": "http://209.221.138.252/Details.aspx?location=206303", - "internal_url": "null", - "latitude": "44.9384502", - "longitude": "-123.0308172", - "machine_status": "available", - "status": "unvisited", - "id": 4389, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.0430662, - 44.9410879 - ] - }, - "properties": { - "name": "Salem's Riverfront Carousel", - "area": "Oregon", - "address": "101 Front Street NE, Salem", - "external_url": "http://209.221.138.252/Details.aspx?location=3936", - "internal_url": "null", - "latitude": "44.9410879", - "longitude": "-123.0430662", - "machine_status": "available", - "status": "unvisited", - "id": 4390, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -124.0216423, - 44.94153559999999 - ] - }, - "properties": { - "name": "The Chocolate Frog", - "area": "Oregon", - "address": "3521 SW Hwy 101 (Milepost 117), Lincoln City", - "external_url": "http://209.221.138.252/Details.aspx?location=330384", - "internal_url": "null", - "latitude": "44.94153559999999", - "longitude": "-124.0216423", - "machine_status": "available", - "status": "unvisited", - "id": 4371, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -102605,29 +79144,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -124.0111967, - 44.97748319999999 - ] - }, - "properties": { - "name": "Beachcomber Gifts", - "area": "Oregon", - "address": "1736 NE Highway 101, Lincoln City", - "external_url": "http://209.221.138.252/Details.aspx?location=3965", - "internal_url": "null", - "latitude": "44.97748319999999", - "longitude": "-124.0111967", - "machine_status": "available", - "status": "unvisited", - "id": 4368, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -102674,98 +79190,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.16762829999999, - 44.9811287 - ] - }, - "properties": { - "name": "Minnesota State Fair - I Love Minnesota Booth", - "area": "Minnesota", - "address": "1663 Dan Patch Ave, St. Paul", - "external_url": "http://209.221.138.252/Details.aspx?location=249281", - "internal_url": "null", - "latitude": "44.9811287", - "longitude": "-93.16762829999999", - "machine_status": "available", - "status": "unvisited", - "id": 3179, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.16762829999999, - 44.9811287 - ] - }, - "properties": { - "name": "Minnesota State Fair - KARE 11 Barn", - "area": "Minnesota", - "address": "1260 Nelson Street, St. Paul", - "external_url": "http://209.221.138.252/Details.aspx?location=31375", - "internal_url": "null", - "latitude": "44.9811287", - "longitude": "-93.16762829999999", - "machine_status": "available", - "status": "unvisited", - "id": 3180, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.16762829999999, - 44.9811287 - ] - }, - "properties": { - "name": "Minnesota State Fair - Old Arcade building", - "area": "Minnesota", - "address": "Old Arcade Buolding, St. Paul", - "external_url": "http://209.221.138.252/Details.aspx?location=339219", - "internal_url": "null", - "latitude": "44.9811287", - "longitude": "-93.16762829999999", - "machine_status": "available", - "status": "unvisited", - "id": 3182, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.16762829999999, - 44.9811287 - ] - }, - "properties": { - "name": "Minnesota State Fair - Anderson Windows Doors", - "area": "Minnesota", - "address": "Minnesota State Fair, St. Paul", - "external_url": "http://209.221.138.252/Details.aspx?location=326058", - "internal_url": "null", - "latitude": "44.9811287", - "longitude": "-93.16762829999999", - "machine_status": "available", - "status": "unvisited", - "id": 3183, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -102858,29 +79282,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.17339369999999, - 45.0133352 - ] - }, - "properties": { - "name": "SeaQuest Roseville Aquarium & Petting Zoo ", - "area": "Minnesota", - "address": "Rosedale Center, 1595 Highway 36 W, Roseville", - "external_url": "http://209.221.138.252/Details.aspx?location=337867", - "internal_url": "null", - "latitude": "45.0133352", - "longitude": "-93.17339369999999", - "machine_status": "available", - "status": "unvisited", - "id": 3171, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -102904,29 +79305,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.7007776, - 45.0253221 - ] - }, - "properties": { - "name": "Yellowstone - Mammoth General Store (In Mammoth near Gardiner) ", - "area": "Wyoming", - "address": "North Entrance Road /100 Grand Loop Road , Yellowstone National Park", - "external_url": "http://209.221.138.252/Details.aspx?location=318344", - "internal_url": "null", - "latitude": "45.0253221", - "longitude": "-110.7007776", - "machine_status": "available", - "status": "unvisited", - "id": 3124, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -103065,121 +79443,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.7072132, - 45.0779615 - ] - }, - "properties": { - "name": "Libri Idee Regalo Antonini Antonella", - "area": "Italy", - "address": "Via Medail 76", - "external_url": "http://209.221.138.252/Details.aspx?location=73081", - "internal_url": "null", - "latitude": "45.0779615", - "longitude": "6.7072132", - "machine_status": "available", - "status": "unvisited", - "id": 903, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.930067, - 45.162884 - ] - }, - "properties": { - "name": "Boyne Mountain Resort", - "area": "Michigan", - "address": "1 Boyne Mountain Rd, Boyne Falls", - "external_url": "http://209.221.138.252/Details.aspx?location=241894", - "internal_url": "null", - "latitude": "45.162884", - "longitude": "-84.930067", - "machine_status": "available", - "status": "unvisited", - "id": 2498, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.5365599, - 45.18765500000001 - ] - }, - "properties": { - "name": "Cabela's", - "area": "Minnesota", - "address": "20200 Rogers Drive, Rogers", - "external_url": "http://209.221.138.252/Details.aspx?location=8154", - "internal_url": "null", - "latitude": "45.18765500000001", - "longitude": "-93.5365599", - "machine_status": "available", - "status": "unvisited", - "id": 3170, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.7253279, - 45.1987141 - ] - }, - "properties": { - "name": "Grenoble Bastille", - "area": "France", - "address": ", Grenoble", - "external_url": "http://209.221.138.252/Details.aspx?location=72630", - "internal_url": "null", - "latitude": "45.1987141", - "longitude": "5.7253279", - "machine_status": "available", - "status": "unvisited", - "id": 73, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.14543, - 45.204304 - ] - }, - "properties": { - "name": "Evergreen Aviation & Space Museum", - "area": "Oregon", - "address": "500 NE Captain Michael King Smith Way , McMinnville", - "external_url": "http://209.221.138.252/Details.aspx?location=3963", - "internal_url": "null", - "latitude": "45.204304", - "longitude": "-123.14543", - "machine_status": "available", - "status": "unvisited", - "id": 4373, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -103249,75 +79512,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.2589182, - 45.3177656 - ] - }, - "properties": { - "name": "The Taffy Barrel", - "area": "Michigan", - "address": "211 Bridge Street, Charlevoix", - "external_url": "http://209.221.138.252/Details.aspx?location=101318", - "internal_url": "null", - "latitude": "45.3177656", - "longitude": "-85.2589182", - "machine_status": "available", - "status": "unvisited", - "id": 2501, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.7110064, - 45.3311281 - ] - }, - "properties": { - "name": "Wy'East Day Lodge @ Timberline Lodge", - "area": "Oregon", - "address": "27500 E Timberline Road, Government Camp", - "external_url": "http://209.221.138.252/Details.aspx?location=238014", - "internal_url": "null", - "latitude": "45.3311281", - "longitude": "-121.7110064", - "machine_status": "available", - "status": "unvisited", - "id": 4360, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.9308547, - 45.3734512 - ] - }, - "properties": { - "name": "Susie's Sweets and Souvenirs", - "area": "Wisconsin", - "address": "1219 Main Road, Washington Island", - "external_url": "http://209.221.138.252/Details.aspx?location=339906", - "internal_url": "null", - "latitude": "45.3734512", - "longitude": "-86.9308547", - "machine_status": "available", - "status": "unvisited", - "id": 2463, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -103456,29 +79650,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.6127355, - 45.40294129999999 - ] - }, - "properties": { - "name": "Indian River Trading Post / Shell Gas Station / McDonalds", - "area": "Michigan", - "address": "6153 M-68, Indian River", - "external_url": "http://209.221.138.252/Details.aspx?location=3017", - "internal_url": "null", - "latitude": "45.40294129999999", - "longitude": "-84.6127355", - "machine_status": "available", - "status": "unvisited", - "id": 2536, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -103525,29 +79696,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.4353998, - 45.4431901 - ] - }, - "properties": { - "name": "Boutique BFLY", - "area": "Canada", - "address": "9500 Boulevard Leduc, Quebec - Brossard", - "external_url": "http://209.221.138.252/Details.aspx?location=281043", - "internal_url": "null", - "latitude": "45.4431901", - "longitude": "-73.4353998", - "machine_status": "available", - "status": "unvisited", - "id": 5038, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -103663,29 +79811,6 @@ "last_updated": "2021-07-28" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.4997358, - 45.473387 - ] - }, - "properties": { - "name": "Parque de la Prehistoria", - "area": "Italy", - "address": " Province of Cremona", - "external_url": "http://209.221.138.252/Details.aspx?location=73070", - "internal_url": "null", - "latitude": "45.473387", - "longitude": "9.4997358", - "machine_status": "available", - "status": "unvisited", - "id": 916, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -103778,52 +79903,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.6352957, - 45.50647559999999 - ] - }, - "properties": { - "name": "Lido di Jesolo SEALIFE Aquarium", - "area": "Italy", - "address": "Piazza Venezia", - "external_url": "http://209.221.138.252/Details.aspx?location=93153", - "internal_url": "null", - "latitude": "45.50647559999999", - "longitude": "12.6352957", - "machine_status": "available", - "status": "unvisited", - "id": 923, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.6660136, - 45.5083863 - ] - }, - "properties": { - "name": "Oregon Museum of Science & Industry (OMSI)", - "area": "Oregon", - "address": "1945 SE Water Avenue, Portland", - "external_url": "http://209.221.138.252/Details.aspx?location=3945", - "internal_url": "null", - "latitude": "45.5083863", - "longitude": "-122.6660136", - "machine_status": "available", - "status": "unvisited", - "id": 4382, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -103847,75 +79926,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.7158264, - 45.5100569 - ] - }, - "properties": { - "name": "Washington Park - Oregon Zoo (Formerly Washington Park Zoo)", - "area": "Oregon", - "address": "4001 SW Canyon Road, Portland", - "external_url": "http://209.221.138.252/Details.aspx?location=3943", - "internal_url": "null", - "latitude": "45.5100569", - "longitude": "-122.7158264", - "machine_status": "available", - "status": "unvisited", - "id": 4385, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 25.3671637, - 45.51490219999999 - ] - }, - "properties": { - "name": "Dracula Castle Transilvania", - "area": "Romania", - "address": "Str. General Traian Mosoiu, nr. 24, Bran", - "external_url": "http://209.221.138.252/Details.aspx?location=38117", - "internal_url": "null", - "latitude": "45.51490219999999", - "longitude": "25.3671637", - "machine_status": "available", - "status": "unvisited", - "id": 885, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.7060382, - 45.5180102 - ] - }, - "properties": { - "name": "Washington Park - International Rose Test Garden (Rose Garden Store)", - "area": "Oregon", - "address": "850 SW Rose Garden Way, Portland", - "external_url": "http://209.221.138.252/Details.aspx?location=62810", - "internal_url": "null", - "latitude": "45.5180102", - "longitude": "-122.7060382", - "machine_status": "available", - "status": "unvisited", - "id": 4384, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -103962,29 +79972,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.567273, - 45.527863 - ] - }, - "properties": { - "name": "Aquarium of Piran", - "area": "Slovenia", - "address": "Trinkova Ulica", - "external_url": "http://209.221.138.252/Details.aspx?location=238664", - "internal_url": "null", - "latitude": "45.527863", - "longitude": "13.567273", - "machine_status": "retired", - "status": "retired", - "id": 809, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -104100,29 +80087,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 25.4694678, - 45.5905851 - ] - }, - "properties": { - "name": "Rasnov Citadel", - "area": "Romania", - "address": ", Rasnov", - "external_url": "http://209.221.138.252/Details.aspx?location=274424", - "internal_url": "null", - "latitude": "45.5905851", - "longitude": "25.4694678", - "machine_status": "available", - "status": "unvisited", - "id": 892, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -104376,29 +80340,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.8929208, - 45.6711894 - ] - }, - "properties": { - "name": "Locks Waterfront Grill (Cascade Locks Marine Park Visitors Center)", - "area": "Oregon", - "address": "299 SW Portage Road, Cascade Locks", - "external_url": "http://209.221.138.252/Details.aspx?location=3980", - "internal_url": "null", - "latitude": "45.6711894", - "longitude": "-121.8929208", - "machine_status": "available", - "status": "unvisited", - "id": 4346, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -104583,29 +80524,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.73282689999999, - 45.7794809 - ] - }, - "properties": { - "name": "Mystery Town, USA", - "area": "Michigan", - "address": "200 S Nicolet St, Mackinaw City", - "external_url": "http://209.221.138.252/Details.aspx?location=279985", - "internal_url": "null", - "latitude": "45.7794809", - "longitude": "-84.73282689999999", - "machine_status": "available", - "status": "unvisited", - "id": 2557, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -104652,29 +80570,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.7293388, - 45.7817752 - ] - }, - "properties": { - "name": "Bargain Barn -n- Caramel Corn Shoppe", - "area": "Michigan", - "address": "207 E Central ave , Mackinaw City ", - "external_url": "http://209.221.138.252/Details.aspx?location=277139", - "internal_url": "null", - "latitude": "45.7817752", - "longitude": "-84.7293388", - "machine_status": "available", - "status": "unvisited", - "id": 2552, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -104698,29 +80593,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.729722, - 45.7822293 - ] - }, - "properties": { - "name": "A Cats Grin Tourist Trap ", - "area": "Michigan", - "address": "209 E Central Ave, Mackinaw City", - "external_url": "http://209.221.138.252/Details.aspx?location=2826", - "internal_url": "null", - "latitude": "45.7822293", - "longitude": "-84.729722", - "machine_status": "available", - "status": "unvisited", - "id": 2551, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -104951,29 +80823,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -64.5786586, - 45.8171575 - ] - }, - "properties": { - "name": "Hopewell Rocks", - "area": "Canada", - "address": "131 Discovery Lane, NB - Hopewell Cape", - "external_url": "http://209.221.138.252/Details.aspx?location=258069", - "internal_url": "null", - "latitude": "45.8171575", - "longitude": "-64.5786586", - "machine_status": "available", - "status": "unvisited", - "id": 4982, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -105043,29 +80892,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.61869089999999, - 45.8488096 - ] - }, - "properties": { - "name": "Island Bookstore (#1)", - "area": "Michigan", - "address": "7372 Main Street, Mackinac Island", - "external_url": "http://209.221.138.252/Details.aspx?location=7576", - "internal_url": "null", - "latitude": "45.8488096", - "longitude": "-84.61869089999999", - "machine_status": "available", - "status": "unvisited", - "id": 2547, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -105089,29 +80915,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.61710099999999, - 45.849446 - ] - }, - "properties": { - "name": "Star Line Mackinac Island Ferry - Mackinac Islan", - "area": "Michigan", - "address": "7271 Main St., Mackinac Island", - "external_url": "http://209.221.138.252/Details.aspx?location=296690", - "internal_url": "null", - "latitude": "45.849446", - "longitude": "-84.61710099999999", - "machine_status": "available", - "status": "unvisited", - "id": 2550, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -105250,29 +81053,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.6275658, - 45.8683129 - ] - }, - "properties": { - "name": "Highstones Discount Family Clothing ", - "area": "Michigan", - "address": "7463 Main St - Star Line Ferry Dock, Mackinac Island", - "external_url": "http://209.221.138.252/Details.aspx?location=2832", - "internal_url": "null", - "latitude": "45.8683129", - "longitude": "-84.6275658", - "machine_status": "available", - "status": "unvisited", - "id": 2546, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -105296,29 +81076,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.7103746, - 45.8709168 - ] - }, - "properties": { - "name": "Elements", - "area": "Wisconsin", - "address": "511 Oneida St, Minocqua", - "external_url": "http://209.221.138.252/Details.aspx?location=76166", - "internal_url": "null", - "latitude": "45.8709168", - "longitude": "-89.7103746", - "machine_status": "available", - "status": "unvisited", - "id": 2446, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -105710,29 +81467,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 18.6469278, - 45.94189799999999 - ] - }, - "properties": { - "name": " Mohacs Tortenelmi Emlekhely", - "area": "Hungary", - "address": "Satorhely", - "external_url": "http://209.221.138.252/Details.aspx?location=85224", - "internal_url": "null", - "latitude": "45.94189799999999", - "longitude": "18.6469278", - "machine_status": "available", - "status": "unvisited", - "id": 852, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -105894,52 +81628,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.748263, - 46.024423 - ] - }, - "properties": { - "name": "Zermatt Train Station", - "area": "Switzerland", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=98743", - "internal_url": "null", - "latitude": "46.024423", - "longitude": "7.748263", - "machine_status": "available", - "status": "unvisited", - "id": 729, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.5129342, - 46.0506773 - ] - }, - "properties": { - "name": "Paviljon Zvoncek", - "area": "Slovenia", - "address": "Adamic-Lundrovo nabreje 1", - "external_url": "http://209.221.138.252/Details.aspx?location=249127", - "internal_url": "null", - "latitude": "46.0506773", - "longitude": "14.5129342", - "machine_status": "available", - "status": "unvisited", - "id": 808, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -105963,29 +81651,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.333282, - 46.07216100000001 - ] - }, - "properties": { - "name": "Wall Discount Outlet store", - "area": "South Dakota", - "address": "527 Main Street (New), Wall", - "external_url": "http://209.221.138.252/Details.aspx?location=318023", - "internal_url": "null", - "latitude": "46.07216100000001", - "longitude": "-118.333282", - "machine_status": "available", - "status": "unvisited", - "id": 1318, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -106078,29 +81743,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.189208000000001, - 46.1625007 - ] - }, - "properties": { - "name": "Téléphérique du Salève", - "area": "France", - "address": ", Etrembières", - "external_url": "http://209.221.138.252/Details.aspx?location=214498", - "internal_url": "null", - "latitude": "46.1625007", - "longitude": "6.189208000000001", - "machine_status": "available", - "status": "unvisited", - "id": 69, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -106423,29 +82065,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -63.69540869999999, - 46.2549804 - ] - }, - "properties": { - "name": "Confederation Bridge, Borden-Carleton Visitor Information Centre", - "area": "Canada", - "address": "100 Abegweit Dr, PEI - Borden - Carleton", - "external_url": "http://209.221.138.252/Details.aspx?location=1006", - "internal_url": "null", - "latitude": "46.2549804", - "longitude": "-63.69540869999999", - "machine_status": "retired", - "status": "retired", - "id": 5035, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -106492,29 +82111,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.2704093, - 46.2872369 - ] - }, - "properties": { - "name": "Mount St. Helens National Volcanic Monument - Johnston Ridge Observatory", - "area": "Washington", - "address": "21500 Spirit Lake Highway (Highway 504 Milepost 52), Mount St. Helens (Past Toutle, WA)", - "external_url": "http://209.221.138.252/Details.aspx?location=1083", - "internal_url": "null", - "latitude": "46.2872369", - "longitude": "-122.2704093", - "machine_status": "available", - "status": "unvisited", - "id": 5115, - "last_updated": "2022-08-14" - } - }, { "type": "Feature", "geometry": { @@ -106699,29 +82295,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.4145688, - 46.3917989 - ] - }, - "properties": { - "name": "Hotel Weissenstein ", - "area": "Italy", - "address": "Pietralba 10", - "external_url": "http://209.221.138.252/Details.aspx?location=73096", - "internal_url": "null", - "latitude": "46.3917989", - "longitude": "11.4145688", - "machine_status": "available", - "status": "unvisited", - "id": 938, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -107136,52 +82709,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.39477099999999, - 46.5407959 - ] - }, - "properties": { - "name": "Upper Peninsula Children's Museum", - "area": "Michigan", - "address": "123 W. Baraga Ave., Marquette", - "external_url": "http://209.221.138.252/Details.aspx?location=289643", - "internal_url": "null", - "latitude": "46.5407959", - "longitude": "-87.39477099999999", - "machine_status": "available", - "status": "unvisited", - "id": 2562, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.984993, - 46.547504 - ] - }, - "properties": { - "name": "Jungfraujoch", - "area": "Switzerland", - "address": "Martin und Brigitte Soche", - "external_url": "http://209.221.138.252/Details.aspx?location=104005", - "internal_url": "null", - "latitude": "46.547504", - "longitude": "7.984993", - "machine_status": "available", - "status": "unvisited", - "id": 715, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -107205,29 +82732,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.835258, - 46.557171 - ] - }, - "properties": { - "name": "Schilthorn- Piz Gloria", - "area": "Switzerland", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=236941", - "internal_url": "null", - "latitude": "46.557171", - "longitude": "7.835258", - "machine_status": "available", - "status": "unvisited", - "id": 727, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -107297,29 +82801,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 23.7872654, - 46.5877459 - ] - }, - "properties": { - "name": "Turda Salt Mine", - "area": "Romania", - "address": ", Turda", - "external_url": "http://209.221.138.252/Details.aspx?location=97250", - "internal_url": "null", - "latitude": "46.5877459", - "longitude": "23.7872654", - "machine_status": "available", - "status": "unvisited", - "id": 896, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -107366,29 +82847,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.2019773, - 46.6053783 - ] - }, - "properties": { - "name": "Lower Tahquamenon Falls", - "area": "Michigan", - "address": "Tahquamenon Falls State Park, on M-123, 10 miles west of Paradise , Paradise", - "external_url": "http://209.221.138.252/Details.aspx?location=27603", - "internal_url": "null", - "latitude": "46.6053783", - "longitude": "-85.2019773", - "machine_status": "available", - "status": "unvisited", - "id": 2579, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -107412,29 +82870,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.2019773, - 46.6053783 - ] - }, - "properties": { - "name": "Upper Tahquamenon Falls", - "area": "Michigan", - "address": "Tahquamenon Falls State Park, 41382 W. M 123, Paradise", - "external_url": "http://209.221.138.252/Details.aspx?location=30056", - "internal_url": "null", - "latitude": "46.6053783", - "longitude": "-85.2019773", - "machine_status": "available", - "status": "unvisited", - "id": 2581, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -107550,52 +82985,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.053718, - 46.660467 - ] - }, - "properties": { - "name": "Mount First", - "area": "Switzerland", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=272929", - "internal_url": "null", - "latitude": "46.660467", - "longitude": "8.053718", - "machine_status": "available", - "status": "unvisited", - "id": 718, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.053826, - 46.662408 - ] - }, - "properties": { - "name": "Grindelwald First", - "area": "Switzerland", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=239193", - "internal_url": "null", - "latitude": "46.662408", - "longitude": "8.053826", - "machine_status": "available", - "status": "unvisited", - "id": 716, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -107668,29 +83057,6 @@ "last_updated": "2021-11-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.209125, - 46.719768 - ] - }, - "properties": { - "name": "Aareschlucht", - "area": "Switzerland", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=76303", - "internal_url": "null", - "latitude": "46.719768", - "longitude": "8.209125", - "machine_status": "available", - "status": "unvisited", - "id": 723, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -107737,29 +83103,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.2015671, - 46.7388254 - ] - }, - "properties": { - "name": "Christmas Market", - "area": "Italy", - "address": "Walk along Passirio", - "external_url": "http://209.221.138.252/Details.aspx?location=54912", - "internal_url": "null", - "latitude": "46.7388254", - "longitude": "11.2015671", - "machine_status": "available", - "status": "unvisited", - "id": 931, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -107786,55 +83129,6 @@ "last_updated": "2021-11-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.452348, - 46.755972 - ] - }, - "properties": { - "name": "Burg Hochosterwitz", - "area": "Austria", - "address": "Hochosterwitz 1", - "external_url": "http://209.221.138.252/Details.aspx?location=243374", - "internal_url": "null", - "latitude": "46.755972", - "longitude": "14.452348", - "machine_status": "available", - "status": "unvisited", - "id": 999, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 17.256292, - 46.757892 - ] - }, - "properties": { - "name": "Keszthely Port (Molo)", - "area": "Hungary", - "address": "Keszthely, Kikötő (Balaton), 8360 Hungary", - "external_url": "http://209.221.138.252/Details.aspx?location=257282", - "internal_url": "null", - "latitude": "46.757892", - "longitude": "17.256292", - "logs": { - "2021-11-14": "Requires 2x 100 + 5 Hungarian forint." - }, - "machine_status": "available", - "status": "unvisited", - "id": 849, - "last_updated": "2021-11-14" - } - }, { "type": "Feature", "geometry": { @@ -107881,29 +83175,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -92.0932962, - 46.7801234 - ] - }, - "properties": { - "name": "Grandma's Saloon & Grill", - "area": "Minnesota", - "address": "522 Lake Avenue South, Duluth", - "external_url": "http://209.221.138.252/Details.aspx?location=24418", - "internal_url": "null", - "latitude": "46.7801234", - "longitude": "-92.0932962", - "machine_status": "retired", - "status": "retired", - "id": 3145, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -108028,29 +83299,6 @@ "last_updated": "2021-11-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.01, - 46.7905036 - ] - }, - "properties": { - "name": "Great Wolf Lodge Great Mound", - "area": "Washington", - "address": "20500 Old Highway 99, SW, Centralia", - "external_url": "http://209.221.138.252/Details.aspx?location=286782", - "internal_url": "null", - "latitude": "46.7905036", - "longitude": "-123.01", - "machine_status": "available", - "status": "unvisited", - "id": 5097, - "last_updated": "2022-08-14" - } - }, { "type": "Feature", "geometry": { @@ -108097,29 +83345,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -92.1599383, - 46.80454719999999 - ] - }, - "properties": { - "name": "Legacy Toys", - "area": "Minnesota", - "address": "1600 Miller Trunk Hwy, Duluth", - "external_url": "http://209.221.138.252/Details.aspx?location=258539", - "internal_url": "null", - "latitude": "46.80454719999999", - "longitude": "-92.1599383", - "machine_status": "available", - "status": "unvisited", - "id": 3148, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -108258,32 +83483,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 17.90072, - 46.87973 - ] - }, - "properties": { - "name": "Szantod Port", - "area": "Hungary", - "address": "Szantod, Tihany u. 9 (Balaton), 8622 Hungary", - "external_url": "null", - "internal_url": "null", - "latitude": "46.879730", - "longitude": "17.900720", - "logs": { - "2021-11-14": "Requires 2x 100 + 5 Hungarian forint." - }, - "machine_status": "available", - "status": "unvisited", - "id": 5041, - "last_updated": "2021-11-14" - } - }, { "type": "Feature", "geometry": { @@ -108307,29 +83506,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 17.8901768, - 46.891028 - ] - }, - "properties": { - "name": "Tihany Port", - "area": "Hungary", - "address": "Rév u. 1., 8237 Tihany, Hungary", - "external_url": "http://209.221.138.252/Details.aspx?location=257277", - "internal_url": "null", - "latitude": "46.891028", - "longitude": "17.8901768", - "machine_status": "available", - "status": "unvisited", - "id": 864, - "last_updated": "2021-11-14" - } - }, { "type": "Feature", "geometry": { @@ -108402,29 +83578,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -103.5250821, - 46.9135414 - ] - }, - "properties": { - "name": "Dacotah Territory Gifts 2", - "area": "North Dakota", - "address": "324 Pacific Ave, Medora", - "external_url": "http://209.221.138.252/Details.aspx?location=46572", - "internal_url": "null", - "latitude": "46.9135414", - "longitude": "-103.5250821", - "machine_status": "available", - "status": "unvisited", - "id": 3257, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -108448,29 +83601,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 17.8895078, - 46.9139572 - ] - }, - "properties": { - "name": "Benedictine Abbey of Tihany", - "area": "Hungary", - "address": "I. András tér 1.", - "external_url": "http://209.221.138.252/Details.aspx?location=257276", - "internal_url": "null", - "latitude": "46.9139572", - "longitude": "17.8895078", - "machine_status": "available", - "status": "unvisited", - "id": 863, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -108589,29 +83719,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -124.1670528, - 47.0067543 - ] - }, - "properties": { - "name": "Cloud Nine Gifts and Souvenirs", - "area": "Washington", - "address": "699 Ocean Shores Boulevard NW, Ocean Shores", - "external_url": "http://209.221.138.252/Details.aspx?location=326362", - "internal_url": "null", - "latitude": "47.0067543", - "longitude": "-124.1670528", - "machine_status": "available", - "status": "unvisited", - "id": 5118, - "last_updated": "2022-08-14" - } - }, { "type": "Feature", "geometry": { @@ -108658,75 +83765,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.9011873, - 47.0353254 - ] - }, - "properties": { - "name": "Washington State Capitol Campus - Olympia, Lacey, Tumwater Visitor Center", - "area": "Washington", - "address": "103 Sid Snyder Avenue SW, Olympia", - "external_url": "http://209.221.138.252/Details.aspx?location=105594", - "internal_url": "null", - "latitude": "47.0353254", - "longitude": "-122.9011873", - "machine_status": "available", - "status": "unvisited", - "id": 5122, - "last_updated": "2022-08-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.9048253, - 47.0357351 - ] - }, - "properties": { - "name": "Washington State Capitol Campus - Legislative Gift Center", - "area": "Washington", - "address": "416 Sid Snyder Avenue SW #110, Olympia", - "external_url": "http://209.221.138.252/Details.aspx?location=180322", - "internal_url": "null", - "latitude": "47.0357351", - "longitude": "-122.9048253", - "machine_status": "available", - "status": "unvisited", - "id": 5121, - "last_updated": "2022-08-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.9046353, - 47.0369433 - ] - }, - "properties": { - "name": "Washington State Capitol Campus - Temple of Justice Building", - "area": "Washington", - "address": "415 12th Avenue SW, Olympia", - "external_url": "http://209.221.138.252/Details.aspx?location=105595", - "internal_url": "null", - "latitude": "47.0369433", - "longitude": "-122.9046353", - "machine_status": "available", - "status": "unvisited", - "id": 5123, - "last_updated": "2022-08-14" - } - }, { "type": "Feature", "geometry": { @@ -108750,52 +83788,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.302606, - 47.050732 - ] - }, - "properties": { - "name": "Harry's AG", - "area": "Switzerland", - "address": "Pfistergasse 10", - "external_url": "http://209.221.138.252/Details.aspx?location=183775", - "internal_url": "null", - "latitude": "47.050732", - "longitude": "8.302606", - "machine_status": "available", - "status": "unvisited", - "id": 720, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.303173, - 47.054107 - ] - }, - "properties": { - "name": "The Nine Towers/ Museggmauer ", - "area": "Switzerland", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=186791", - "internal_url": "null", - "latitude": "47.054107", - "longitude": "8.303173", - "machine_status": "available", - "status": "unvisited", - "id": 721, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -108842,52 +83834,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.7691617, - 47.06920789999999 - ] - }, - "properties": { - "name": "Grossglockner strasse", - "area": "Austria", - "address": "Kaiser Franz Joseph Hohe ", - "external_url": "http://209.221.138.252/Details.aspx?location=241885", - "internal_url": "null", - "latitude": "47.06920789999999", - "longitude": "12.7691617", - "machine_status": "available", - "status": "unvisited", - "id": 992, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.6946761, - 47.07418510000001 - ] - }, - "properties": { - "name": "Grossglockner", - "area": "Austria", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=322310", - "internal_url": "null", - "latitude": "47.07418510000001", - "longitude": "12.6946761", - "machine_status": "available", - "status": "unvisited", - "id": 1002, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -109049,52 +83995,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.5227644, - 47.1399944 - ] - }, - "properties": { - "name": "Residence Hotel Souvenirs", - "area": "Liechtenstein", - "address": "Städtle 21, Vaduz", - "external_url": "http://209.221.138.252/Details.aspx?location=261646", - "internal_url": "null", - "latitude": "47.1399944", - "longitude": "9.5227644", - "machine_status": "available", - "status": "unvisited", - "id": 732, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.5224, - 47.14105 - ] - }, - "properties": { - "name": "Central Plaza Souvenirs", - "area": "Liechtenstein", - "address": "Städtle 5, 9490 Vaduz, Liechtenstein", - "external_url": "http://209.221.138.252/Details.aspx?location=85426", - "internal_url": "null", - "latitude": "47.141050", - "longitude": "9.522400", - "machine_status": "available", - "status": "unvisited", - "id": 730, - "last_updated": "2022-07-17" - } - }, { "type": "Feature", "geometry": { @@ -109118,29 +84018,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.2138812, - 47.1576731 - ] - }, - "properties": { - "name": "Valluga Mountain", - "area": "Austria", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=396", - "internal_url": "null", - "latitude": "47.1576731", - "longitude": "10.2138812", - "machine_status": "available", - "status": "unvisited", - "id": 1009, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -109187,29 +84064,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.16629189999999, - 47.1925067 - ] - }, - "properties": { - "name": "Itasca State Park", - "area": "Minnesota", - "address": "36750 Main Park Drive, Park Rapids", - "external_url": "http://209.221.138.252/Details.aspx?location=12869", - "internal_url": "null", - "latitude": "47.1925067", - "longitude": "-95.16629189999999", - "machine_status": "available", - "status": "unvisited", - "id": 3169, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -109233,32 +84087,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.791195, - 47.199183 - ] - }, - "properties": { - "name": "Alpamare", - "area": "Switzerland", - "address": "Gwattstrasse 12", - "external_url": "http://209.221.138.252/Details.aspx?location=303431", - "internal_url": "null", - "latitude": "47.199183", - "longitude": "8.791195", - "logs": { - "2021-11-14": "Could not find machine before the entrance anymore. Checked both levels, but it might have been move inside the waterpark." - }, - "machine_status": "available", - "status": "unvisited", - "id": 725, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -109305,29 +84133,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 15.8131404, - 47.2184822 - ] - }, - "properties": { - "name": "Naturpark Herberstein", - "area": "Austria", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=388", - "internal_url": "null", - "latitude": "47.2184822", - "longitude": "15.8131404", - "machine_status": "available", - "status": "unvisited", - "id": 993, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -109535,29 +84340,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.4001535, - 47.2862215 - ] - }, - "properties": { - "name": "Hungerburg Cable Car Station", - "area": "Austria", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=190296", - "internal_url": "null", - "latitude": "47.2862215", - "longitude": "11.4001535", - "machine_status": "available", - "status": "unvisited", - "id": 995, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -109769,29 +84551,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.543325, - 47.370296 - ] - }, - "properties": { - "name": "Wasserkirche (Zürich)", - "area": "Switzerland", - "address": "Teddy's Souvenir shop, Limmatquai 34, 8001 Zurich, Switzerland", - "external_url": "http://209.221.138.252/Details.aspx?location=103894", - "internal_url": "null", - "latitude": "47.370296", - "longitude": "8.543325", - "machine_status": "available", - "status": "unvisited", - "id": 712, - "last_updated": "2021-12-18" - } - }, { "type": "Feature", "geometry": { @@ -109953,29 +84712,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.86568470000002, - 47.4662976 - ] - }, - "properties": { - "name": "Sundae in the Park - Fort Wilkins ", - "area": "Michigan", - "address": "15223 US Highway 41 (c/o Fort Wilkins State Park 15318 US 41) , Copper Harbor", - "external_url": "http://209.221.138.252/Details.aspx?location=319907", - "internal_url": "null", - "latitude": "47.4662976", - "longitude": "-87.86568470000002", - "machine_status": "available", - "status": "unvisited", - "id": 2504, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -110022,29 +84758,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.9236121, - 47.473254 - ] - }, - "properties": { - "name": "Northern Pacific Railroad Depot Museum", - "area": "Idaho", - "address": "219 Sixth Street, Wallace", - "external_url": "http://209.221.138.252/Details.aspx?location=239926", - "internal_url": "null", - "latitude": "47.473254", - "longitude": "-115.9236121", - "machine_status": "available", - "status": "unvisited", - "id": 4329, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -110091,29 +84804,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.121053, - 47.482133 - ] - }, - "properties": { - "name": "Compagnie Océane Ferry Building Quiberon", - "area": "France", - "address": "Gare Maritime, Port Maria, BRITTANY - Quiberon", - "external_url": "http://209.221.138.252/Details.aspx?location=286565", - "internal_url": "null", - "latitude": "47.482133", - "longitude": "-3.121053", - "machine_status": "available", - "status": "unvisited", - "id": 63, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -110137,29 +84827,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.1889589, - 47.482932 - ] - }, - "properties": { - "name": "Burg Hohenwerfen /Werfen ", - "area": "Austria", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=882", - "internal_url": "null", - "latitude": "47.482932", - "longitude": "13.1889589", - "machine_status": "available", - "status": "unvisited", - "id": 1029, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -110206,52 +84873,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 19.0624765, - 47.4911983 - ] - }, - "properties": { - "name": "National Museum", - "area": "Hungary", - "address": "Múzeum krt. 1416.", - "external_url": "http://209.221.138.252/Details.aspx?location=259782", - "internal_url": "null", - "latitude": "47.4911983", - "longitude": "19.0624765", - "machine_status": "available", - "status": "unvisited", - "id": 830, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 19.0425706, - 47.49489639999999 - ] - }, - "properties": { - "name": "Várkert Bazár", - "area": "Hungary", - "address": "Ybl Miklós tér", - "external_url": "http://209.221.138.252/Details.aspx?location=252316", - "internal_url": "null", - "latitude": "47.49489639999999", - "longitude": "19.0425706", - "machine_status": "available", - "status": "unvisited", - "id": 836, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -110321,29 +84942,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 19.0391045, - 47.4981912 - ] - }, - "properties": { - "name": "Buda Castle Funicular", - "area": "Hungary", - "address": "Castle District", - "external_url": "http://209.221.138.252/Details.aspx?location=9750", - "internal_url": "null", - "latitude": "47.4981912", - "longitude": "19.0391045", - "machine_status": "available", - "status": "unvisited", - "id": 818, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -110367,52 +84965,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 19.0347812, - 47.5021827 - ] - }, - "properties": { - "name": "Fisherman's Bastion", - "area": "Hungary", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=205104", - "internal_url": "null", - "latitude": "47.5021827", - "longitude": "19.0347812", - "machine_status": "available", - "status": "unvisited", - "id": 826, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.2862464, - 47.5101885 - ] - }, - "properties": { - "name": "C.M. Russell Museum", - "area": "Montana", - "address": "400 13th St N, Great Falls", - "external_url": "http://209.221.138.252/Details.aspx?location=317535", - "internal_url": "null", - "latitude": "47.5101885", - "longitude": "-111.2862464", - "machine_status": "available", - "status": "unvisited", - "id": 2963, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -110482,29 +85034,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 19.0823791, - 47.5186568 - ] - }, - "properties": { - "name": "Széchenyi fürdo", - "area": "Hungary", - "address": "Állatkerti krt. 9-11", - "external_url": "http://209.221.138.252/Details.aspx?location=266878", - "internal_url": "null", - "latitude": "47.5186568", - "longitude": "19.0823791", - "machine_status": "available", - "status": "unvisited", - "id": 833, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -110551,29 +85080,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.5064417, - 47.5286719 - ] - }, - "properties": { - "name": "Gosausee", - "area": "Austria", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=40503", - "internal_url": "null", - "latitude": "47.5286719", - "longitude": "13.5064417", - "machine_status": "available", - "status": "unvisited", - "id": 989, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -110597,29 +85103,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 18.963827, - 47.54141600000001 - ] - }, - "properties": { - "name": "Children's Railway Ticket Office", - "area": "Hungary", - "address": "MAV Zrt. Szechenyi-hegyi Gyermekvasut", - "external_url": "http://209.221.138.252/Details.aspx?location=99177", - "internal_url": "null", - "latitude": "47.54141600000001", - "longitude": "18.963827", - "machine_status": "available", - "status": "unvisited", - "id": 822, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -110850,29 +85333,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.4619517, - 47.5739575 - ] - }, - "properties": { - "name": "Benediktinerstift Admont", - "area": "Austria", - "address": "Kichplatz 1", - "external_url": "http://209.221.138.252/Details.aspx?location=305575", - "internal_url": "null", - "latitude": "47.5739575", - "longitude": "14.4619517", - "machine_status": "available", - "status": "unvisited", - "id": 983, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -111149,29 +85609,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 19.347578, - 47.5960091 - ] - }, - "properties": { - "name": "Gödöllo Royal Palace", - "area": "Hungary", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=257274", - "internal_url": "null", - "latitude": "47.5960091", - "longitude": "19.347578", - "machine_status": "available", - "status": "unvisited", - "id": 843, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -111195,29 +85632,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.06284, - 47.598666 - ] - }, - "properties": { - "name": "Souvenir Shop", - "area": "Germany", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=292440", - "internal_url": "null", - "latitude": "47.598666", - "longitude": "11.062840", - "machine_status": "available", - "status": "unvisited", - "id": 579, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -111241,52 +85655,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.3390337, - 47.6041729 - ] - }, - "properties": { - "name": "Pier 54 - Simply Seattle", - "area": "Washington", - "address": "1001 Alaskan Way suite 103, Seattle", - "external_url": "http://209.221.138.252/Details.aspx?location=51617", - "internal_url": "null", - "latitude": "47.6041729", - "longitude": "-122.3390337", - "machine_status": "available", - "status": "unvisited", - "id": 5139, - "last_updated": "2022-08-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.3399489, - 47.6043346 - ] - }, - "properties": { - "name": "Pier 54 - Ye Olde Curiosity Shop", - "area": "Washington", - "address": "1001 Alaskan Way, Seattle", - "external_url": "http://209.221.138.252/Details.aspx?location=1124", - "internal_url": "null", - "latitude": "47.6043346", - "longitude": "-122.3399489", - "machine_status": "available", - "status": "unvisited", - "id": 5140, - "last_updated": "2022-08-14" - } - }, { "type": "Feature", "geometry": { @@ -111310,29 +85678,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.3402453, - 47.6054427 - ] - }, - "properties": { - "name": "Pier 56 - The Seattle Shop ", - "area": "Washington", - "address": "1201 Alaskan Way suite 102, Seattle", - "external_url": "http://209.221.138.252/Details.aspx?location=237103", - "internal_url": "null", - "latitude": "47.6054427", - "longitude": "-122.3402453", - "machine_status": "available", - "status": "unvisited", - "id": 5142, - "last_updated": "2022-08-14" - } - }, { "type": "Feature", "geometry": { @@ -111379,52 +85724,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.3320708, - 47.6062095 - ] - }, - "properties": { - "name": "Royal Caribbean International", - "area": "Washington", - "address": "Ovation of the Seas, Seattle", - "external_url": "http://209.221.138.252/Details.aspx?location=267490", - "internal_url": "null", - "latitude": "47.6062095", - "longitude": "-122.3320708", - "machine_status": "available", - "status": "unvisited", - "id": 5147, - "last_updated": "2022-08-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.3421874, - 47.6073853 - ] - }, - "properties": { - "name": "Pier 59 - Seattle Aquarium", - "area": "Washington", - "address": "1483 Alaskan Way suite 103, Seattle", - "external_url": "http://209.221.138.252/Details.aspx?location=1111", - "internal_url": "null", - "latitude": "47.6073853", - "longitude": "-122.3421874", - "machine_status": "available", - "status": "unvisited", - "id": 5145, - "last_updated": "2022-08-14" - } - }, { "type": "Feature", "geometry": { @@ -111471,52 +85770,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.3408736, - 47.6100454 - ] - }, - "properties": { - "name": "Simply Seattle Gift Shop ", - "area": "Washington", - "address": "1600 1st Avenue, Seattle", - "external_url": "http://209.221.138.252/Details.aspx?location=271549", - "internal_url": "null", - "latitude": "47.6100454", - "longitude": "-122.3408736", - "machine_status": "available", - "status": "unvisited", - "id": 5152, - "last_updated": "2022-08-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.350051, - 47.6116397 - ] - }, - "properties": { - "name": "Norwegian Cruise Line Ship 'Pearl'", - "area": "Washington", - "address": "Pier 66/ Bell Street Terminal, Seattle", - "external_url": "http://209.221.138.252/Details.aspx?location=112646", - "internal_url": "null", - "latitude": "47.6116397", - "longitude": "-122.350051", - "machine_status": "available", - "status": "unvisited", - "id": 5137, - "last_updated": "2022-08-14" - } - }, { "type": "Feature", "geometry": { @@ -111540,29 +85793,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.201676, - 47.6161012 - ] - }, - "properties": { - "name": "Snowflake Lane, Bellevue Square", - "area": "Washington", - "address": "227 Bellevue Way NE, Bellevue", - "external_url": "http://209.221.138.252/Details.aspx?location=308539", - "internal_url": "null", - "latitude": "47.6161012", - "longitude": "-122.201676", - "machine_status": "available", - "status": "unvisited", - "id": 5093, - "last_updated": "2022-08-14" - } - }, { "type": "Feature", "geometry": { @@ -111586,52 +85816,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.3492774, - 47.6205063 - ] - }, - "properties": { - "name": "Seattle Center - Space Needle Space Base Gift Shop", - "area": "Washington", - "address": "400 Broad Street, Seattle", - "external_url": "http://209.221.138.252/Details.aspx?location=1117", - "internal_url": "null", - "latitude": "47.6205063", - "longitude": "-122.3492774", - "machine_status": "available", - "status": "unvisited", - "id": 5149, - "last_updated": "2022-08-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.3481245, - 47.6214824 - ] - }, - "properties": { - "name": "Seattle Center - MoPop / Museum of Pop Culture (was the EMP)", - "area": "Washington", - "address": "325 5th Avenue North, Seattle", - "external_url": "http://209.221.138.252/Details.aspx?location=4952", - "internal_url": "null", - "latitude": "47.6214824", - "longitude": "-122.3481245", - "machine_status": "available", - "status": "unvisited", - "id": 5148, - "last_updated": "2022-08-14" - } - }, { "type": "Feature", "geometry": { @@ -111816,29 +86000,6 @@ "last_updated": "2021-11-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.856806, - 47.659972 - ] - }, - "properties": { - "name": "Kiosk Schiffländi", - "area": "Switzerland", - "address": "Schiffländi 11", - "external_url": "http://209.221.138.252/Details.aspx?location=294765", - "internal_url": "null", - "latitude": "47.659972", - "longitude": "8.856806", - "machine_status": "available", - "status": "unvisited", - "id": 728, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -112000,29 +86161,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -116.7838051, - 47.6733184 - ] - }, - "properties": { - "name": "Memory Lane Gems", - "area": "Idaho", - "address": "210 East Sherman Avenue Suite #121, Coeur d'Alene", - "external_url": "http://209.221.138.252/Details.aspx?location=293104", - "internal_url": "null", - "latitude": "47.6733184", - "longitude": "-116.7838051", - "machine_status": "available", - "status": "unvisited", - "id": 4312, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -112092,29 +86230,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.614899, - 47.676427 - ] - }, - "properties": { - "name": "Rheinfall / Schloss Laufen", - "area": "Switzerland", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=76288", - "internal_url": "null", - "latitude": "47.676427", - "longitude": "8.614899", - "machine_status": "available", - "status": "unvisited", - "id": 726, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -112138,29 +86253,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 17.633908, - 47.686302 - ] - }, - "properties": { - "name": "Gyor Visitor Centre", - "area": "Hungary", - "address": "9021. Gyor, Baross street 21.", - "external_url": "http://209.221.138.252/Details.aspx?location=280835", - "internal_url": "null", - "latitude": "47.686302", - "longitude": "17.633908", - "machine_status": "available", - "status": "unvisited", - "id": 846, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -112207,29 +86299,6 @@ "last_updated": "2021-11-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.2702419, - 47.6927611 - ] - }, - "properties": { - "name": "Leuchturm ", - "area": "Germany", - "address": "Seepromenade", - "external_url": "http://209.221.138.252/Details.aspx?location=195719", - "internal_url": "null", - "latitude": "47.6927611", - "longitude": "9.2702419", - "machine_status": "available", - "status": "unvisited", - "id": 632, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -112437,29 +86506,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 15.9108696, - 47.7903694 - ] - }, - "properties": { - "name": "Schneebergbahn Puchberg", - "area": "Austria", - "address": "Bahnhofplatz 1", - "external_url": "http://209.221.138.252/Details.aspx?location=272264", - "internal_url": "null", - "latitude": "47.7903694", - "longitude": "15.9108696", - "machine_status": "available", - "status": "unvisited", - "id": 1001, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -112897,29 +86943,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.4984784, - 47.9691753 - ] - }, - "properties": { - "name": "Hurricane Ridge Visitors Center / Olympic National Park", - "area": "Washington", - "address": "Located 17.8 miles south of the Olympic National Park Visitors Center, Olympic National Park", - "external_url": "http://209.221.138.252/Details.aspx?location=236703", - "internal_url": "null", - "latitude": "47.9691753", - "longitude": "-123.4984784", - "machine_status": "available", - "status": "unvisited", - "id": 5124, - "last_updated": "2022-08-14" - } - }, { "type": "Feature", "geometry": { @@ -112943,52 +86966,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 19.5919709, - 47.9975197 - ] - }, - "properties": { - "name": "Hollókoi Castle", - "area": "Hungary", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=257263", - "internal_url": "null", - "latitude": "47.9975197", - "longitude": "19.5919709", - "machine_status": "available", - "status": "unvisited", - "id": 848, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 19.761346, - 47.999857 - ] - }, - "properties": { - "name": "Szentkút, National Shrine", - "area": "Hungary", - "address": "Mátraverebély-Szentkút, Hungary, 3077", - "external_url": "http://209.221.138.252/Details.aspx?location=257284", - "internal_url": "null", - "latitude": "47.999857", - "longitude": "19.761346", - "machine_status": "available", - "status": "unvisited", - "id": 850, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -113058,29 +87035,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.5912344, - 48.0430234 - ] - }, - "properties": { - "name": "Skyline Park", - "area": "Germany", - "address": "Im Hardtfeld 1 ", - "external_url": "http://209.221.138.252/Details.aspx?location=97841", - "internal_url": "null", - "latitude": "48.0430234", - "longitude": "10.5912344", - "machine_status": "available", - "status": "unvisited", - "id": 415, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -113104,75 +87058,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.551913, - 48.093381 - ] - }, - "properties": { - "name": "Tierpark Hellabrunn München", - "area": "Germany", - "address": "Schlichtweg 11, 81543 München, Germany", - "external_url": "http://209.221.138.252/Details.aspx?location=343393", - "internal_url": "null", - "latitude": "48.093381", - "longitude": "11.551913", - "machine_status": "available", - "status": "unvisited", - "id": 5166, - "last_updated": "2022-08-24" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.557955, - 48.098576 - ] - }, - "properties": { - "name": "Tierpark Hellabrunn München - Aquarium", - "area": "Germany", - "address": "Tierparkstraße 30, 81543 München, Germany", - "external_url": "null", - "internal_url": "null", - "latitude": "48.098576", - "longitude": "11.557955", - "machine_status": "available", - "status": "unvisited", - "id": 5167, - "last_updated": "2022-08-24" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 20.6248704, - 48.1052185 - ] - }, - "properties": { - "name": "Anna Cave", - "area": "Hungary", - "address": "Hámor stny. 1.", - "external_url": "http://209.221.138.252/Details.aspx?location=85225", - "internal_url": "null", - "latitude": "48.1052185", - "longitude": "20.6248704", - "machine_status": "available", - "status": "unvisited", - "id": 851, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -113219,29 +87104,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.5421346, - 48.13259430000001 - ] - }, - "properties": { - "name": "Deutsches Museum Verkehrszentrum", - "area": "Germany", - "address": "Am Bavariapark 5", - "external_url": "http://209.221.138.252/Details.aspx?location=282710", - "internal_url": "null", - "latitude": "48.13259430000001", - "longitude": "11.5421346", - "machine_status": "available", - "status": "unvisited", - "id": 562, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -113292,29 +87154,6 @@ "last_updated": "2021-11-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.5711408, - 48.1384249 - ] - }, - "properties": { - "name": "Max Krug", - "area": "Germany", - "address": "Neuhauser Strasse 2", - "external_url": "http://209.221.138.252/Details.aspx?location=284293", - "internal_url": "null", - "latitude": "48.1384249", - "longitude": "11.5711408", - "machine_status": "available", - "status": "unvisited", - "id": 564, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -113338,31 +87177,6 @@ "last_updated": "2022-10-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.5563904, - 48.1740593 - ] - }, - "properties": { - "name": "Sea Life München", - "area": "Germany", - "address": "Olympia Park", - "external_url": "http://209.221.138.252/Details.aspx?location=260690", - "internal_url": "null", - "latitude": "48.1740593", - "longitude": "11.5563904", - "multimachine": 2, - "paywall": true, - "machine_status": "available", - "status": "unvisited", - "id": 565, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -113411,29 +87225,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 16.3181013, - 48.19092759999999 - ] - }, - "properties": { - "name": "Technisches Museum Wien", - "area": "Austria", - "address": "Mariahilfer Straße 212", - "external_url": "http://209.221.138.252/Details.aspx?location=227247", - "internal_url": "null", - "latitude": "48.19092759999999", - "longitude": "16.3181013", - "machine_status": "available", - "status": "unvisited", - "id": 1025, - "last_updated": "2022-11-09" - } - }, { "type": "Feature", "geometry": { @@ -113482,29 +87273,6 @@ "last_updated": "2022-10-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 16.3706312, - 48.2048456 - ] - }, - "properties": { - "name": "Planet Vienna (gifts and souvenirs)", - "area": "Austria", - "address": "Kärntner Straße 30, 1010 Vienna", - "external_url": "http://209.221.138.252/Details.aspx?location=284508", - "internal_url": "null", - "latitude": "48.2048456", - "longitude": "16.3706312", - "machine_status": "available", - "status": "unvisited", - "id": 1021, - "last_updated": "2022-10-05" - } - }, { "type": "Feature", "geometry": { @@ -113621,29 +87389,6 @@ "last_updated": "2022-10-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 16.393286, - 48.211074 - ] - }, - "properties": { - "name": "Kunsthaus Wien (Hundertwasser museum)", - "area": "Austria", - "address": "Untere Weißgerberstraße 13, 1030 Vienna", - "external_url": "http://209.221.138.252/Details.aspx?location=285978", - "internal_url": "null", - "latitude": "48.211074", - "longitude": "16.393286", - "machine_status": "available", - "status": "unvisited", - "id": 1020, - "last_updated": "2022-10-05" - } - }, { "type": "Feature", "geometry": { @@ -113854,29 +87599,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 16.3371073, - 48.2749624 - ] - }, - "properties": { - "name": "Kahlenberg", - "area": "Austria", - "address": "Am Kahlenberg", - "external_url": "http://209.221.138.252/Details.aspx?location=281091", - "internal_url": "null", - "latitude": "48.2749624", - "longitude": "16.3371073", - "machine_status": "available", - "status": "unvisited", - "id": 1018, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -113900,29 +87622,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.8888286, - 48.2906572 - ] - }, - "properties": { - "name": "Therme Erding", - "area": "Germany", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=58146", - "internal_url": "null", - "latitude": "48.2906572", - "longitude": "11.8888286", - "machine_status": "available", - "status": "unvisited", - "id": 483, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -114176,75 +87875,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.3113164, - 48.4250473 - ] - }, - "properties": { - "name": "Legoland Deutschland", - "area": "Germany", - "address": "LEGOLAND Allee", - "external_url": "http://209.221.138.252/Details.aspx?location=83138", - "internal_url": "null", - "latitude": "48.4250473", - "longitude": "10.3113164", - "machine_status": "available", - "status": "unvisited", - "id": 488, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.399999999999999, - 48.433333 - ] - }, - "properties": { - "name": "Mont Sainte Odile", - "area": "France", - "address": ", Ottrott", - "external_url": "http://209.221.138.252/Details.aspx?location=240518", - "internal_url": "null", - "latitude": "48.433333", - "longitude": "7.399999999999999", - "machine_status": "available", - "status": "unvisited", - "id": 95, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.4118932, - 48.4635735 - ] - }, - "properties": { - "name": "Freudenstadt Tourist Info", - "area": "Germany", - "address": "Market 64", - "external_url": "http://209.221.138.252/Details.aspx?location=227927", - "internal_url": "null", - "latitude": "48.4635735", - "longitude": "8.4118932", - "machine_status": "available", - "status": "unvisited", - "id": 486, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -114314,29 +87944,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.0142862, - 48.5349606 - ] - }, - "properties": { - "name": "Dockside Treasures", - "area": "Washington", - "address": "100 Front Street #6, Friday Harbor on San Juan Island", - "external_url": "http://209.221.138.252/Details.aspx?location=74355", - "internal_url": "null", - "latitude": "48.5349606", - "longitude": "-123.0142862", - "machine_status": "available", - "status": "unvisited", - "id": 5102, - "last_updated": "2022-08-14" - } - }, { "type": "Feature", "geometry": { @@ -114383,29 +87990,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.4391643, - 48.5644863 - ] - }, - "properties": { - "name": "Victoria Butterfly Gardens ", - "area": "Canada", - "address": "1461 Benvenuto Ave , BC - Brentwood Bay", - "external_url": "http://209.221.138.252/Details.aspx?location=311520", - "internal_url": "null", - "latitude": "48.5644863", - "longitude": "-123.4391643", - "machine_status": "retired", - "status": "retired", - "id": 4965, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -114452,52 +88036,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.4702662, - 48.5889017 - ] - }, - "properties": { - "name": "Burg Teck", - "area": "Germany", - "address": "Teckstraße 100", - "external_url": "http://209.221.138.252/Details.aspx?location=246970", - "internal_url": "null", - "latitude": "48.5889017", - "longitude": "9.4702662", - "machine_status": "available", - "status": "unvisited", - "id": 589, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.2012738, - 48.5965029 - ] - }, - "properties": { - "name": "Berghotel Mummelsee", - "area": "Germany", - "address": "Schwarzwaldhochstraße 11", - "external_url": "http://209.221.138.252/Details.aspx?location=227928", - "internal_url": "null", - "latitude": "48.5965029", - "longitude": "8.2012738", - "machine_status": "available", - "status": "unvisited", - "id": 616, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -114521,29 +88059,6 @@ "last_updated": "2022-08-14" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.40239299999999, - 48.6034901 - ] - }, - "properties": { - "name": "Border Bob's", - "area": "Minnesota", - "address": "200 Second Avenue, International Falls", - "external_url": "http://209.221.138.252/Details.aspx?location=31225", - "internal_url": "null", - "latitude": "48.6034901", - "longitude": "-93.40239299999999", - "machine_status": "retired", - "status": "retired", - "id": 3157, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -114567,29 +88082,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.535948000000001, - 48.750293 - ] - }, - "properties": { - "name": "Baumwipfelpad, Sommerberg", - "area": "Germany", - "address": "Peter-Liebig-Weg 16", - "external_url": "http://209.221.138.252/Details.aspx?location=274739", - "internal_url": "null", - "latitude": "48.750293", - "longitude": "8.535948000000001", - "machine_status": "available", - "status": "unvisited", - "id": 416, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -114728,29 +88220,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3219514, - 48.8421379 - ] - }, - "properties": { - "name": "Tour Montparnasse (Montparnasse Tower)", - "area": "France", - "address": "33 Avenue du Maine , Paris - Île-De-France", - "external_url": "http://209.221.138.252/Details.aspx?location=110005", - "internal_url": "null", - "latitude": "48.8421379", - "longitude": "2.3219514", - "machine_status": "retired", - "status": "retired", - "id": 100, - "last_updated": "2022-01-08" - } - }, { "type": "Feature", "geometry": { @@ -114894,29 +88363,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.615708, - 51.800338 - ] - }, - "properties": { - "name": "Brockenhaus", - "area": "Germany", - "address": "Brockenplateau", - "external_url": "http://209.221.138.252/Details.aspx?location=291762", - "internal_url": "null", - "latitude": "51.800338", - "longitude": "10.615708", - "machine_status": "available", - "status": "unvisited", - "id": 638, - "last_updated": "2023-11-05" - } - }, { "type": "Feature", "geometry": { @@ -115193,29 +88639,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.103834, - 49.273376 - ] - }, - "properties": { - "name": "Science World at TELUS World of Science", - "area": "Canada", - "address": "1455 Quebec Street, BC - Vancouver", - "external_url": "http://209.221.138.252/Details.aspx?location=100743", - "internal_url": "null", - "latitude": "49.273376", - "longitude": "-123.103834", - "machine_status": "available", - "status": "unvisited", - "id": 4972, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -115424,29 +88847,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7258024, - 49.398217 - ] - }, - "properties": { - "name": "Heidelberg Konigstuhl", - "area": "Germany", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=30034", - "internal_url": "null", - "latitude": "49.398217", - "longitude": "8.7258024", - "machine_status": "available", - "status": "unvisited", - "id": 507, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -115493,52 +88893,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.710372, - 49.412079 - ] - }, - "properties": { - "name": "Heiligeistkirche Souvenir Market", - "area": "Germany", - "address": "Haupstraße", - "external_url": "http://209.221.138.252/Details.aspx?location=242697", - "internal_url": "null", - "latitude": "49.412079", - "longitude": "8.710372", - "machine_status": "available", - "status": "unvisited", - "id": 508, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.710422, - 49.412107 - ] - }, - "properties": { - "name": "Marktplatz", - "area": "Germany", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=5680", - "internal_url": "null", - "latitude": "49.412107", - "longitude": "8.710422", - "machine_status": "available", - "status": "unvisited", - "id": 509, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -115562,29 +88916,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2345458, - 49.4184667 - ] - }, - "properties": { - "name": "Office de Tourisme de Honfleur", - "area": "France", - "address": "Quai Lepaulmier, NORMANDY - Honfleur", - "external_url": "http://209.221.138.252/Details.aspx?location=109468", - "internal_url": "null", - "latitude": "49.4184667", - "longitude": "0.2345458", - "machine_status": "available", - "status": "unvisited", - "id": 86, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -115723,29 +89054,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.8345338, - 49.55898269999999 - ] - }, - "properties": { - "name": "Mettlach", - "area": "Germany", - "address": "Eichenlaub Strasse", - "external_url": "http://209.221.138.252/Details.aspx?location=91340", - "internal_url": "null", - "latitude": "49.55898269999999", - "longitude": "6.8345338", - "machine_status": "available", - "status": "unvisited", - "id": 559, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -115999,29 +89307,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.6565916, - 49.7795324 - ] - }, - "properties": { - "name": "Konopiste Castle ", - "area": "Czech", - "address": "Konopiste 1, Benesov", - "external_url": "http://209.221.138.252/Details.aspx?location=865", - "internal_url": "null", - "latitude": "49.7795324", - "longitude": "14.6565916", - "machine_status": "available", - "status": "unvisited", - "id": 46, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -116045,52 +89330,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.6680853, - 49.793716 - ] - }, - "properties": { - "name": "Frankenstein Castle", - "area": "Germany", - "address": "64367 Burg Frankenstein", - "external_url": "http://209.221.138.252/Details.aspx?location=289875", - "internal_url": "null", - "latitude": "49.793716", - "longitude": "8.6680853", - "machine_status": "available", - "status": "unvisited", - "id": 561, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.2200919, - 49.8390418 - ] - }, - "properties": { - "name": "Cabela's Canada", - "area": "Canada", - "address": " 580 Sterling Lyon Pkwy, Manitoba - Winnipeg", - "external_url": "http://209.221.138.252/Details.aspx?location=203256", - "internal_url": "null", - "latitude": "49.8390418", - "longitude": "-97.2200919", - "machine_status": "available", - "status": "unvisited", - "id": 4978, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -116114,29 +89353,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.2300939, - 49.8702491 - ] - }, - "properties": { - "name": "Assiniboine Park Zoo", - "area": "Canada", - "address": "55 Pavilion Crescent , Manitoba - Winnipeg", - "external_url": "http://209.221.138.252/Details.aspx?location=4240", - "internal_url": "null", - "latitude": "49.8702491", - "longitude": "-97.2300939", - "machine_status": "available", - "status": "unvisited", - "id": 4977, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -116183,75 +89399,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.1364389, - 49.9000253 - ] - }, - "properties": { - "name": "Manitoba Museum", - "area": "Canada", - "address": "190 Rupert Avenue, Manitoba - Winnipeg", - "external_url": "http://209.221.138.252/Details.aspx?location=4238", - "internal_url": "null", - "latitude": "49.9000253", - "longitude": "-97.1364389", - "machine_status": "available", - "status": "unvisited", - "id": 4980, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.262952899999999, - 49.9429026 - ] - }, - "properties": { - "name": "Hahn Airport", - "area": "Germany", - "address": "55483 Hahn-Flughafen", - "external_url": "http://209.221.138.252/Details.aspx?location=242050", - "internal_url": "null", - "latitude": "49.9429026", - "longitude": "7.262952899999999", - "machine_status": "available", - "status": "unvisited", - "id": 494, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.262952899999999, - 49.9429026 - ] - }, - "properties": { - "name": "Frankfurt Hahn Airport", - "area": "Germany", - "address": "Gebäude 667", - "external_url": "http://209.221.138.252/Details.aspx?location=100854", - "internal_url": "null", - "latitude": "49.9429026", - "longitude": "7.262952899999999", - "machine_status": "available", - "status": "unvisited", - "id": 548, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -116298,29 +89445,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.924920500000001, - 49.9779388 - ] - }, - "properties": { - "name": "Rüdesheim Tourist AG", - "area": "Germany", - "address": "Rheinstraße 29a", - "external_url": "http://209.221.138.252/Details.aspx?location=212247", - "internal_url": "null", - "latitude": "49.9779388", - "longitude": "7.924920500000001", - "machine_status": "available", - "status": "unvisited", - "id": 599, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -116436,52 +89560,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.2684152, - 50.0011965 - ] - }, - "properties": { - "name": "Römerpassage", - "area": "Germany", - "address": "Römerpassage", - "external_url": "http://209.221.138.252/Details.aspx?location=308777", - "internal_url": "null", - "latitude": "50.0011965", - "longitude": "8.2684152", - "machine_status": "available", - "status": "unvisited", - "id": 555, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 19.9618246, - 50.0474296 - ] - }, - "properties": { - "name": "Fabryka Schindlera", - "area": "Poland", - "address": "Lipowa 4, Krakow", - "external_url": "http://209.221.138.252/Details.aspx?location=291674", - "internal_url": "null", - "latitude": "50.0474296", - "longitude": "19.9618246", - "machine_status": "available", - "status": "unvisited", - "id": 3, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -116574,98 +89652,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.713174599999999, - 50.0657041 - ] - }, - "properties": { - "name": "West Country Shopping Village", - "area": "England", - "address": "Land's End, Sennen, Cornwall - Penzance ", - "external_url": "http://209.221.138.252/Details.aspx?location=342730", - "internal_url": "null", - "latitude": "50.0657041", - "longitude": "-5.713174599999999", - "machine_status": "available", - "status": "unvisited", - "id": 1352, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.6949128, - 50.06910269999999 - ] - }, - "properties": { - "name": "Lands End ", - "area": "England", - "address": "Lands End, Sennen, Cornwall - Sennen,", - "external_url": "http://209.221.138.252/Details.aspx?location=343744", - "internal_url": "null", - "latitude": "50.06910269999999", - "longitude": "-5.6949128", - "machine_status": "available", - "status": "unvisited", - "id": 1354, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.3950837, - 50.083527 - ] - }, - "properties": { - "name": "Petrin Tower", - "area": "Czech", - "address": "Petrin, Mala Strana, Prague", - "external_url": "http://209.221.138.252/Details.aspx?location=15100", - "internal_url": "null", - "latitude": "50.083527", - "longitude": "14.3950837", - "machine_status": "retired", - "status": "retired", - "id": 51, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.4208485, - 50.0904308 - ] - }, - "properties": { - "name": "Spanish Synagogue", - "area": "Czech", - "address": "Vezenská 1, Prague", - "external_url": "http://209.221.138.252/Details.aspx?location=255261", - "internal_url": "null", - "latitude": "50.0904308", - "longitude": "14.4208485", - "machine_status": "available", - "status": "unvisited", - "id": 53, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -116735,32 +89721,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.682358, - 50.109928 - ] - }, - "properties": { - "name": "Römerplatz (Machine 3)", - "area": "Germany", - "address": "Saalgasse 19, 60311 Frankfurt am Main", - "external_url": "null", - "internal_url": "null", - "latitude": "50.109928", - "longitude": "8.682358", - "logs": { - "2021-11-14": "Machine available at business hours of souvenir shops. Needs 1 Euro and 5 Cents." - }, - "machine_status": "available", - "status": "unvisited", - "id": 5047, - "last_updated": "2021-11-14" - } - }, { "type": "Feature", "geometry": { @@ -116948,29 +89908,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1635849, - 50.158807 - ] - }, - "properties": { - "name": "Wild- und Freizeitpark Klotten/Cochem", - "area": "Germany", - "address": "Wildparkstraße 1", - "external_url": "http://209.221.138.252/Details.aspx?location=181839", - "internal_url": "null", - "latitude": "50.158807", - "longitude": "7.1635849", - "machine_status": "available", - "status": "unvisited", - "id": 537, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -117017,75 +89954,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3805439, - 50.1925164 - ] - }, - "properties": { - "name": "Pace de Crocodile Rouge", - "area": "Belgium", - "address": "Lac de l'eau d'Heure, Boussu - lez - Walcourt", - "external_url": "http://209.221.138.252/Details.aspx?location=319883", - "internal_url": "null", - "latitude": "50.1925164", - "longitude": "4.3805439", - "machine_status": "available", - "status": "unvisited", - "id": 125, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.8721871, - 50.2301183 - ] - }, - "properties": { - "name": "Therapeutic Spa Facility", - "area": "Czech", - "address": "Smetanovy sady 1145/1, Karlovy Vary", - "external_url": "http://209.221.138.252/Details.aspx?location=239152", - "internal_url": "null", - "latitude": "50.2301183", - "longitude": "12.8721871", - "machine_status": "available", - "status": "unvisited", - "id": 50, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.5905722, - 50.2327126 - ] - }, - "properties": { - "name": "Boppard", - "area": "Germany", - "address": "Rheinallee 40 ", - "external_url": "http://209.221.138.252/Details.aspx?location=323676", - "internal_url": "null", - "latitude": "50.2327126", - "longitude": "7.5905722", - "machine_status": "available", - "status": "unvisited", - "id": 452, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -117799,29 +90667,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.0619492, - 50.6355033 - ] - }, - "properties": { - "name": "Office du Tourisme (Lille)", - "area": "France", - "address": "Place Rihour, Lille", - "external_url": "http://209.221.138.252/Details.aspx?location=268723", - "internal_url": "null", - "latitude": "50.6355033", - "longitude": "3.0619492", - "machine_status": "available", - "status": "unvisited", - "id": 76, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -117937,29 +90782,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.192621300000001, - 50.6732488 - ] - }, - "properties": { - "name": "Sea Life Center Königswinter", - "area": "Germany", - "address": "Rheinallee 8", - "external_url": "http://209.221.138.252/Details.aspx?location=40905", - "internal_url": "null", - "latitude": "50.6732488", - "longitude": "7.192621300000001", - "machine_status": "available", - "status": "unvisited", - "id": 531, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -118121,29 +90943,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.843269, - 50.719797 - ] - }, - "properties": { - "name": "Boscombe Pier", - "area": "England", - "address": "Undercliff Drive, DORSET - Bournemouth", - "external_url": "http://209.221.138.252/Details.aspx?location=272718", - "internal_url": "null", - "latitude": "50.719797", - "longitude": "-1.843269", - "machine_status": "available", - "status": "unvisited", - "id": 1381, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -118167,29 +90966,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.092801, - 50.731913 - ] - }, - "properties": { - "name": "LVR-Museum Bonn", - "area": "Germany", - "address": "Colmantstr. 14-16 ", - "external_url": "http://209.221.138.252/Details.aspx?location=182123", - "internal_url": "null", - "latitude": "50.731913", - "longitude": "7.092801", - "machine_status": "available", - "status": "unvisited", - "id": 451, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -118305,52 +91081,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0928937, - 50.78019459999999 - ] - }, - "properties": { - "name": "Blue Reef Aquarium", - "area": "England", - "address": "Clarence Esplenade, HAMPSHIRE - Portsmouth", - "external_url": "http://209.221.138.252/Details.aspx?location=22529", - "internal_url": "null", - "latitude": "50.78019459999999", - "longitude": "-1.0928937", - "machine_status": "available", - "status": "unvisited", - "id": 1411, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0535804, - 50.7843443 - ] - }, - "properties": { - "name": "Royal Marines Museum", - "area": "England", - "address": "Eastney Road, Southsea, , HAMPSHIRE - Portsmouth", - "external_url": "http://209.221.138.252/Details.aspx?location=93863", - "internal_url": "null", - "latitude": "50.7843443", - "longitude": "-1.0535804", - "machine_status": "available", - "status": "unvisited", - "id": 1417, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -118535,29 +91265,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.541816, - 50.803602 - ] - }, - "properties": { - "name": "Harbour Park Amusement Park", - "area": "England", - "address": "Windmill Lane, Littlehampton, WEST SUSSEX - Littlehampton", - "external_url": "http://209.221.138.252/Details.aspx?location=236129", - "internal_url": "null", - "latitude": "50.803602", - "longitude": "-0.541816", - "machine_status": "available", - "status": "unvisited", - "id": 1594, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -118581,29 +91288,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.136738, - 50.8168555 - ] - }, - "properties": { - "name": "Brighton Marine Palace and Pier", - "area": "England", - "address": "Madeira Drive, EAST SUSSEX - Brighton", - "external_url": "http://209.221.138.252/Details.aspx?location=107276", - "internal_url": "null", - "latitude": "50.8168555", - "longitude": "-0.136738", - "machine_status": "available", - "status": "unvisited", - "id": 1388, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -118926,29 +91610,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.058654499999999, - 50.86154459999999 - ] - }, - "properties": { - "name": "Continium Discovery Center (former industrion)", - "area": "Netherlands", - "address": "Museumplein 2, Kerkrade", - "external_url": "http://209.221.138.252/Details.aspx?location=61965", - "internal_url": "null", - "latitude": "50.86154459999999", - "longitude": "6.058654499999999", - "machine_status": "available", - "status": "unvisited", - "id": 199, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -119018,75 +91679,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3389369, - 50.894085 - ] - }, - "properties": { - "name": "Mini Europe Amusement Park", - "area": "Belgium", - "address": "1020 Brussels, Belgium, Brussels", - "external_url": "http://209.221.138.252/Details.aspx?location=300854", - "internal_url": "null", - "latitude": "50.894085", - "longitude": "4.3389369", - "machine_status": "available", - "status": "unvisited", - "id": 134, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.341546999999999, - 50.894941 - ] - }, - "properties": { - "name": "Atomium ", - "area": "Belgium", - "address": "Square de l'Atomium, Brussels", - "external_url": "http://209.221.138.252/Details.aspx?location=78274", - "internal_url": "null", - "latitude": "50.894941", - "longitude": "4.341546999999999", - "machine_status": "available", - "status": "unvisited", - "id": 131, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4049906, - 50.8964249 - ] - }, - "properties": { - "name": "Red Funnel Ferries Southampton - Isle of Wight ", - "area": "England", - "address": "Terminal 1 Dock Gate 7 off Town Quay Road, HAMPSHIRE - Southampton", - "external_url": "http://209.221.138.252/Details.aspx?location=282886", - "internal_url": "null", - "latitude": "50.8964249", - "longitude": "-1.4049906", - "machine_status": "available", - "status": "unvisited", - "id": 1420, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -119110,29 +91702,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.9646347, - 50.9312249 - ] - }, - "properties": { - "name": "Deutsches Sport & Olympia Museum ", - "area": "Germany", - "address": "Im Zollhafen 1 ", - "external_url": "http://209.221.138.252/Details.aspx?location=85717", - "internal_url": "null", - "latitude": "50.9312249", - "longitude": "6.9646347", - "machine_status": "available", - "status": "unvisited", - "id": 517, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -119272,29 +91841,6 @@ "last_updated": "2022-08-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5537028, - 50.9481718 - ] - }, - "properties": { - "name": "Paultons Family Theme Park ", - "area": "England", - "address": "Romsey , HAMPSHIRE - Southampton", - "external_url": "http://209.221.138.252/Details.aspx?location=107480", - "internal_url": "null", - "latitude": "50.9481718", - "longitude": "-1.5537028", - "machine_status": "available", - "status": "unvisited", - "id": 1419, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -119320,52 +91866,6 @@ "last_updated": "2022-08-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.0731656, - 50.9619121 - ] - }, - "properties": { - "name": "Bastei Bridge", - "area": "Germany", - "address": "Basteiweg, 01824 Lohmen", - "external_url": "http://209.221.138.252/Details.aspx?location=328171", - "internal_url": "null", - "latitude": "50.9619121", - "longitude": "14.0731656", - "machine_status": "available", - "status": "unvisited", - "id": 601, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.3831652, - 50.9809934 - ] - }, - "properties": { - "name": "The Milky Way Adventure Park, Downland Farm", - "area": "England", - "address": "Higher Clovelly, Bideford , DEVON - Minehead", - "external_url": "http://209.221.138.252/Details.aspx?location=107409", - "internal_url": "null", - "latitude": "50.9809934", - "longitude": "-4.3831652", - "machine_status": "available", - "status": "unvisited", - "id": 1372, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -119481,29 +91981,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4818661, - 51.0179663 - ] - }, - "properties": { - "name": "cafe het profke", - "area": "Belgium", - "address": "Koning Albertplein 13, Mechelen", - "external_url": "http://209.221.138.252/Details.aspx?location=272696", - "internal_url": "null", - "latitude": "51.0179663", - "longitude": "4.4818661", - "machine_status": "available", - "status": "unvisited", - "id": 142, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -119734,29 +92211,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.08653899999999999, - 51.0695523 - ] - }, - "properties": { - "name": "Wakehurst Place", - "area": "England", - "address": "Ardingly, Haywards Heath, West Sussex , WEST SUSSEX - Ardingly", - "external_url": "http://209.221.138.252/Details.aspx?location=251858", - "internal_url": "null", - "latitude": "51.0695523", - "longitude": "-0.08653899999999999", - "machine_status": "available", - "status": "unvisited", - "id": 1593, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -119826,29 +92280,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.5558444, - 51.1480859 - ] - }, - "properties": { - "name": "Banff National Park - Banff Gondola to Sulphur Mountain", - "area": "Canada", - "address": "300 Mountain Avenue, Alberta - Banff", - "external_url": "http://209.221.138.252/Details.aspx?location=4260", - "internal_url": "null", - "latitude": "51.1480859", - "longitude": "-115.5558444", - "machine_status": "available", - "status": "unvisited", - "id": 4954, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -119872,29 +92303,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.5088071, - 51.1815843 - ] - }, - "properties": { - "name": "Winterberg Bobhaus", - "area": "Germany", - "address": "Kappe, 59955 Winterberg", - "external_url": "http://209.221.138.252/Details.aspx?location=311833", - "internal_url": "null", - "latitude": "51.1815843", - "longitude": "8.5088071", - "machine_status": "available", - "status": "unvisited", - "id": 641, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -120034,29 +92442,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.689738100000001, - 51.2068959 - ] - }, - "properties": { - "name": "CenterParcs Hochsauerland", - "area": "Germany", - "address": "Sonnenallee 1 ", - "external_url": "http://209.221.138.252/Details.aspx?location=311834", - "internal_url": "null", - "latitude": "51.2068959", - "longitude": "8.689738100000001", - "machine_status": "available", - "status": "unvisited", - "id": 557, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -120287,29 +92672,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.10995, - 51.24126 - ] - }, - "properties": { - "name": "Zoo Wuppertal", - "area": "Germany", - "address": "Hubertusallee 30", - "external_url": "http://209.221.138.252/Details.aspx?location=210558", - "internal_url": "null", - "latitude": "51.24126", - "longitude": "7.10995", - "machine_status": "available", - "status": "unvisited", - "id": 645, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -120517,29 +92879,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.2100832, - 51.3363235 - ] - }, - "properties": { - "name": "Zeebrugge Cruise Terminal", - "area": "Belgium", - "address": "Zweedse Kaai, Zeebrugge", - "external_url": "http://209.221.138.252/Details.aspx?location=310753", - "internal_url": "null", - "latitude": "51.3363235", - "longitude": "3.2100832", - "machine_status": "available", - "status": "unvisited", - "id": 143, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -120678,29 +93017,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5123911999999999, - 51.4051002 - ] - }, - "properties": { - "name": "Thorpe Park", - "area": "England", - "address": "Staines Road, SURREY - Chertsey", - "external_url": "http://209.221.138.252/Details.aspx?location=14617", - "internal_url": "null", - "latitude": "51.4051002", - "longitude": "-0.5123911999999999", - "machine_status": "available", - "status": "unvisited", - "id": 1563, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -120931,29 +93247,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.622011, - 51.4637269 - ] - }, - "properties": { - "name": "Bristol Zoo Gardens", - "area": "England", - "address": "Clifton Down Road, AVON - Bristol", - "external_url": "http://209.221.138.252/Details.aspx?location=188837", - "internal_url": "null", - "latitude": "51.4637269", - "longitude": "-2.622011", - "machine_status": "available", - "status": "unvisited", - "id": 1324, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -121323,29 +93616,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.450208699999999, - 51.49375449999999 - ] - }, - "properties": { - "name": "BVB museum and fan shop", - "area": "Germany", - "address": "Signal Iduna Park", - "external_url": "http://209.221.138.252/Details.aspx?location=189033", - "internal_url": "null", - "latitude": "51.49375449999999", - "longitude": "7.450208699999999", - "machine_status": "available", - "status": "unvisited", - "id": 474, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -121369,29 +93639,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4771196, - 51.49504719999999 - ] - }, - "properties": { - "name": "Westfalenpark Dortmund", - "area": "Germany", - "address": "An der Buschmühle 3", - "external_url": "http://209.221.138.252/Details.aspx?location=197176", - "internal_url": "null", - "latitude": "51.49504719999999", - "longitude": "7.4771196", - "machine_status": "available", - "status": "unvisited", - "id": 477, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -121438,29 +93685,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1763672, - 51.49671499999999 - ] - }, - "properties": { - "name": "The Natural History Museum", - "area": "England", - "address": "Cromwell Road, LONDON - South Kensington", - "external_url": "http://209.221.138.252/Details.aspx?location=287311", - "internal_url": "null", - "latitude": "51.49671499999999", - "longitude": "-0.1763672", - "machine_status": "available", - "status": "unvisited", - "id": 1483, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -121484,121 +93708,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1745235, - 51.4978095 - ] - }, - "properties": { - "name": "London Science Museum", - "area": "England", - "address": "Exhibition Road, LONDON - South Kensington", - "external_url": "http://209.221.138.252/Details.aspx?location=61660", - "internal_url": "null", - "latitude": "51.4978095", - "longitude": "-0.1745235", - "machine_status": "available", - "status": "unvisited", - "id": 1482, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1632344, - 51.49940549999999 - ] - }, - "properties": { - "name": "Harrod's", - "area": "England", - "address": "87135 Brompton Road, LONDON - Knightsbridge", - "external_url": "http://209.221.138.252/Details.aspx?location=253475", - "internal_url": "null", - "latitude": "51.49940549999999", - "longitude": "-0.1632344", - "machine_status": "available", - "status": "unvisited", - "id": 1470, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1130718, - 51.4996102 - ] - }, - "properties": { - "name": "Westminster Souvenirs", - "area": "England", - "address": "248A Westminster Bridge Road, LONDON - Westminster", - "external_url": "http://209.221.138.252/Details.aspx?location=3919", - "internal_url": "null", - "latitude": "51.4996102", - "longitude": "-0.1130718", - "machine_status": "available", - "status": "unvisited", - "id": 1499, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.0083122, - 51.4997693 - ] - }, - "properties": { - "name": "Emirates Airline Experience ", - "area": "England", - "address": "Unit 1, Emirates Cable Car Terminal, LONDON - Greenwich", - "external_url": "http://209.221.138.252/Details.aspx?location=198792", - "internal_url": "null", - "latitude": "51.4997693", - "longitude": "0.0083122", - "machine_status": "available", - "status": "unvisited", - "id": 1465, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1361609, - 51.5001244 - ] - }, - "properties": { - "name": "The Guards Museum", - "area": "England", - "address": "Wellington Barracks, Birdcage Walk, LONDON - Westminster", - "external_url": "http://209.221.138.252/Details.aspx?location=223327", - "internal_url": "null", - "latitude": "51.5001244", - "longitude": "-0.1361609", - "machine_status": "available", - "status": "unvisited", - "id": 1497, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -121622,29 +93731,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1293572, - 51.5021585 - ] - }, - "properties": { - "name": "Winston Churchill War Rooms ", - "area": "England", - "address": "Whitehall, LONDON - Whitehall ", - "external_url": "http://209.221.138.252/Details.aspx?location=324423", - "internal_url": "null", - "latitude": "51.5021585", - "longitude": "-0.1293572", - "machine_status": "available", - "status": "unvisited", - "id": 1500, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -121691,29 +93777,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1153282, - 51.5032484 - ] - }, - "properties": { - "name": "Golden Tours Waterloo Branch ", - "area": "England", - "address": "York Rd, Elizabeth House,Unit 31 Visitor Centre , LONDON - Waterloo", - "external_url": "http://209.221.138.252/Details.aspx?location=325503", - "internal_url": "null", - "latitude": "51.5032484", - "longitude": "-0.1153282", - "machine_status": "available", - "status": "unvisited", - "id": 1490, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -121760,29 +93823,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07535649999999999, - 51.5054564 - ] - }, - "properties": { - "name": "Tower Bridge Exhibition", - "area": "England", - "address": "Tower Bridge Exhibition upper walkway, LONDON - Tower Bridge", - "external_url": "http://209.221.138.252/Details.aspx?location=3921", - "internal_url": "null", - "latitude": "51.5054564", - "longitude": "-0.07535649999999999", - "machine_status": "available", - "status": "unvisited", - "id": 1485, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -121829,144 +93869,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0759493, - 51.50811239999999 - ] - }, - "properties": { - "name": "Fusilier Museum London", - "area": "England", - "address": "HM Tower of London, LONDON - Tower Hill", - "external_url": "http://209.221.138.252/Details.aspx?location=93146", - "internal_url": "null", - "latitude": "51.50811239999999", - "longitude": "-0.0759493", - "machine_status": "available", - "status": "unvisited", - "id": 1486, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2201492, - 51.5085554 - ] - }, - "properties": { - "name": "KidZania", - "area": "England", - "address": "Westfield Mall, LONDON - Shepherd's Bush", - "external_url": "http://209.221.138.252/Details.aspx?location=246787", - "internal_url": "null", - "latitude": "51.5085554", - "longitude": "-0.2201492", - "machine_status": "available", - "status": "unvisited", - "id": 1481, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.078791, - 51.5090628 - ] - }, - "properties": { - "name": "Tower of London, Raven Gift Shop", - "area": "England", - "address": "Tower Hill, LONDON - Tower Hill", - "external_url": "http://209.221.138.252/Details.aspx?location=79810", - "internal_url": "null", - "latitude": "51.5090628", - "longitude": "-0.078791", - "machine_status": "available", - "status": "unvisited", - "id": 1488, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0740677, - 51.5099388 - ] - }, - "properties": { - "name": "Tower Of London Shop", - "area": "England", - "address": "Tower Hill, LONDON - Tower Hill", - "external_url": "http://209.221.138.252/Details.aspx?location=267674", - "internal_url": "null", - "latitude": "51.5099388", - "longitude": "-0.0740677", - "machine_status": "available", - "status": "unvisited", - "id": 1487, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1312887, - 51.51067150000001 - ] - }, - "properties": { - "name": "M&Ms World", - "area": "England", - "address": "1 Swiss Court Leicester Square (Leicester Square tube stop), LONDON - Leicester Square", - "external_url": "http://209.221.138.252/Details.aspx?location=95848", - "internal_url": "null", - "latitude": "51.51067150000001", - "longitude": "-0.1312887", - "machine_status": "available", - "status": "unvisited", - "id": 1472, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1215648, - 51.5119054 - ] - }, - "properties": { - "name": "London Transport Museum", - "area": "England", - "address": "Covent Garden Piazza, , LONDON - Covent Garden", - "external_url": "http://209.221.138.252/Details.aspx?location=208567", - "internal_url": "null", - "latitude": "51.5119054", - "longitude": "-0.1215648", - "machine_status": "available", - "status": "unvisited", - "id": 1463, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -121990,75 +93892,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.176387, - 51.5161284 - ] - }, - "properties": { - "name": "Paddington Bear Store", - "area": "England", - "address": "Praed St, Paddington, London , LONDON - Paddington", - "external_url": "http://209.221.138.252/Details.aspx?location=300813", - "internal_url": "null", - "latitude": "51.5161284", - "longitude": "-0.176387", - "machine_status": "available", - "status": "unvisited", - "id": 1476, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.459837899999999, - 51.5165055 - ] - }, - "properties": { - "name": "Dortmund Tourist and Information CENTER", - "area": "Germany", - "address": "Königswall 18a", - "external_url": "http://209.221.138.252/Details.aspx?location=245905", - "internal_url": "null", - "latitude": "51.5165055", - "longitude": "7.459837899999999", - "machine_status": "available", - "status": "unvisited", - "id": 476, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1543613, - 51.5230174 - ] - }, - "properties": { - "name": "Madame Tussaud's & London Planetarium", - "area": "England", - "address": "Marylebone Road (Baker Street tube stop), LONDON - Baker Street ", - "external_url": "http://209.221.138.252/Details.aspx?location=3917", - "internal_url": "null", - "latitude": "51.5230174", - "longitude": "-0.1543613", - "machine_status": "available", - "status": "unvisited", - "id": 1458, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -122105,52 +93938,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.726109, - 51.531662 - ] - }, - "properties": { - "name": "Sea Life Adventure", - "area": "England", - "address": "Marine Parade, Town Centre,, ESSEX - Southend on Sea", - "external_url": "http://209.221.138.252/Details.aspx?location=79799", - "internal_url": "null", - "latitude": "51.531662", - "longitude": "0.726109", - "machine_status": "available", - "status": "unvisited", - "id": 1404, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.7166366, - 51.5329097 - ] - }, - "properties": { - "name": "Adventure Island", - "area": "England", - "address": "Sunken Gardens, Western Esplanade, ESSEX - Southend on Sea", - "external_url": "http://209.221.138.252/Details.aspx?location=4280", - "internal_url": "null", - "latitude": "51.5329097", - "longitude": "0.7166366", - "machine_status": "available", - "status": "unvisited", - "id": 1403, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -122174,52 +93961,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0128442, - 51.53831839999999 - ] - }, - "properties": { - "name": "ArcelorMittal Orbit", - "area": "England", - "address": "Queen Elizabeth Olympic Park, LONDON - Stratford", - "external_url": "http://209.221.138.252/Details.aspx?location=246427", - "internal_url": "null", - "latitude": "51.53831839999999", - "longitude": "-0.0128442", - "machine_status": "available", - "status": "unvisited", - "id": 1484, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.110161, - 51.54385 - ] - }, - "properties": { - "name": "Zoom Erlebniswelt", - "area": "Germany", - "address": "Bleckstraße 64, Gelsenkirchen, Germany", - "external_url": "http://209.221.138.252/Details.aspx?location=193091", - "internal_url": "null", - "latitude": "51.543850", - "longitude": "7.110161", - "machine_status": "available", - "status": "unvisited", - "id": 492, - "last_updated": "2021-06-18" - } - }, { "type": "Feature", "geometry": { @@ -122243,29 +93984,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.794593, - 51.5624771 - ] - }, - "properties": { - "name": "Steam Museum Of The Great Western Railways ", - "area": "England", - "address": "Fire Fly Avenue, WILTSHIRE - Swindon", - "external_url": "http://209.221.138.252/Details.aspx?location=107478", - "internal_url": "null", - "latitude": "51.5624771", - "longitude": "-1.794593", - "machine_status": "available", - "status": "unvisited", - "id": 1603, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -122358,29 +94076,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.9388387, - 51.6164016 - ] - }, - "properties": { - "name": "National Waterfront Museum", - "area": "Wales", - "address": "Oystermouth Road Maritime Quarter, SOUTH WALES - Swansea", - "external_url": "http://209.221.138.252/Details.aspx?location=94025", - "internal_url": "null", - "latitude": "51.6164016", - "longitude": "-3.9388387", - "machine_status": "available", - "status": "unvisited", - "id": 18, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -122404,29 +94099,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.9747145, - 51.621873 - ] - }, - "properties": { - "name": "Movie Park Germany", - "area": "Germany", - "address": "Warner-Allee 1", - "external_url": "http://209.221.138.252/Details.aspx?location=198964", - "internal_url": "null", - "latitude": "51.621873", - "longitude": "6.9747145", - "machine_status": "available", - "status": "unvisited", - "id": 453, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -122473,52 +94145,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.7568438, - 51.7186823 - ] - }, - "properties": { - "name": "Paderborn Zentrum/Domplatz", - "area": "Germany", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=212035", - "internal_url": "null", - "latitude": "51.7186823", - "longitude": "8.7568438", - "machine_status": "available", - "status": "unvisited", - "id": 590, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.280687, - 51.722921 - ] - }, - "properties": { - "name": "Willows Activity Farm", - "area": "England", - "address": "Coursers Road, London Colney,, HERTFORDSHIRE - St Albans", - "external_url": "http://209.221.138.252/Details.aspx?location=296278", - "internal_url": "null", - "latitude": "51.722921", - "longitude": "-0.280687", - "machine_status": "available", - "status": "unvisited", - "id": 1425, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -122542,52 +94168,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.261586, - 51.75094439999999 - ] - }, - "properties": { - "name": "Oxford Castle", - "area": "England", - "address": "Castle Street, OXFORDSHIRE - Oxford", - "external_url": "http://209.221.138.252/Details.aspx?location=51143", - "internal_url": "null", - "latitude": "51.75094439999999", - "longitude": "-1.261586", - "machine_status": "available", - "status": "unvisited", - "id": 1542, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1050566, - 51.7728715 - ] - }, - "properties": { - "name": "Big Pit- National Coal Museum of Wales ", - "area": "Wales", - "address": "Blaenafon, SOUTH WALES - Torfaen", - "external_url": "http://209.221.138.252/Details.aspx?location=93768", - "internal_url": "null", - "latitude": "51.7728715", - "longitude": "-3.1050566", - "machine_status": "retired", - "status": "retired", - "id": 19, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -122634,52 +94214,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.1550229, - 51.7864488 - ] - }, - "properties": { - "name": "Clacton Pier Arcade", - "area": "England", - "address": "1 North Sea Clacton-on-Sea Essex, ESSEX - Clacton", - "external_url": "http://209.221.138.252/Details.aspx?location=274876", - "internal_url": "null", - "latitude": "51.7864488", - "longitude": "1.1550229", - "machine_status": "available", - "status": "unvisited", - "id": 1400, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.0213512, - 51.8164253 - ] - }, - "properties": { - "name": "Slot Loevestein", - "area": "Netherlands", - "address": "Loevestein 1 , Poederoijen", - "external_url": "http://209.221.138.252/Details.aspx?location=302672", - "internal_url": "null", - "latitude": "51.8164253", - "longitude": "5.0213512", - "machine_status": "available", - "status": "unvisited", - "id": 221, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -122749,29 +94283,6 @@ "last_updated": "2022-10-30" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.360972, - 51.841365 - ] - }, - "properties": { - "name": "Blenheim Palace ", - "area": "England", - "address": ", OXFORDSHIRE - Woodstock ", - "external_url": "http://209.221.138.252/Details.aspx?location=324414", - "internal_url": "null", - "latitude": "51.841365", - "longitude": "-1.360972", - "machine_status": "available", - "status": "unvisited", - "id": 1543, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -123094,75 +94605,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.444026, - 51.928158 - ] - }, - "properties": { - "name": "Diergaarde Blijdorp Rotterdam Zoo", - "area": "Netherlands", - "address": "Blijdorplaan 8, Rotterdam", - "external_url": "http://209.221.138.252/Details.aspx?location=30838", - "internal_url": "null", - "latitude": "51.928158", - "longitude": "4.444026", - "machine_status": "available", - "status": "unvisited", - "id": 224, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.568095999999999, - 51.9318122 - ] - }, - "properties": { - "name": "Erin Gift store @ Blarney Castle", - "area": "Ireland", - "address": "Castle Gates, COUNTY CORK - Blarney", - "external_url": "http://209.221.138.252/Details.aspx?location=108590", - "internal_url": "null", - "latitude": "51.9318122", - "longitude": "-8.568095999999999", - "machine_status": "available", - "status": "unvisited", - "id": 686, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.591164, - 51.94521 - ] - }, - "properties": { - "name": "Allwetterzoo Münster - Playground", - "area": "Germany", - "address": "Sentruper Str. 315, 48161 Münster", - "external_url": "null", - "internal_url": "null", - "latitude": "51.945210", - "longitude": "7.591164", - "machine_status": "available", - "status": "unvisited", - "id": 584, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -123186,52 +94628,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58916, - 51.947808 - ] - }, - "properties": { - "name": "Allwetterzoo Münster - Entrance 2", - "area": "Germany", - "address": "Sentruper Str. 315, 48161 Münster", - "external_url": "null", - "internal_url": "null", - "latitude": "51.947808", - "longitude": "7.58916", - "machine_status": "available", - "status": "unvisited", - "id": 585, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.588147, - 51.947808 - ] - }, - "properties": { - "name": "Allwetterzoo Münster - Entrance 1", - "area": "Germany", - "address": "Sentruper Str. 315, 48161 Münster", - "external_url": "null", - "internal_url": "null", - "latitude": "51.947808", - "longitude": "7.588147", - "machine_status": "available", - "status": "unvisited", - "id": 586, - "last_updated": "2021-07-28" - } - }, { "type": "Feature", "geometry": { @@ -123255,29 +94651,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9013729, - 51.9888432 - ] - }, - "properties": { - "name": "Nederlands Water Museum", - "area": "Netherlands", - "address": "Zijpendaalsweg 26-28, Arnhem", - "external_url": "http://209.221.138.252/Details.aspx?location=53749", - "internal_url": "null", - "latitude": "51.9888432", - "longitude": "5.9013729", - "machine_status": "available", - "status": "unvisited", - "id": 173, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -123393,29 +94766,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.748617, - 52.03892399999999 - ] - }, - "properties": { - "name": "Tropical Islands", - "area": "Germany", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=208757", - "internal_url": "null", - "latitude": "52.03892399999999", - "longitude": "13.748617", - "machine_status": "available", - "status": "unvisited", - "id": 540, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -123439,29 +94789,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7302019, - 52.0512575 - ] - }, - "properties": { - "name": "Gulliver's Land", - "area": "England", - "address": "Livingstone Drive Newlands , BUCKINGHAMSHIRE - Milton Keynes", - "external_url": "http://209.221.138.252/Details.aspx?location=192246", - "internal_url": "null", - "latitude": "52.0512575", - "longitude": "-0.7302019", - "machine_status": "available", - "status": "unvisited", - "id": 1335, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -123485,29 +94812,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.121314, - 52.090695 - ] - }, - "properties": { - "name": "Domtower", - "area": "Netherlands", - "address": "Domplein 9 , Utrecht", - "external_url": "http://209.221.138.252/Details.aspx?location=36987", - "internal_url": "null", - "latitude": "52.090695", - "longitude": "5.121314", - "machine_status": "available", - "status": "unvisited", - "id": 237, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -123531,29 +94835,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 23.683787050518983, - 52.09923103073813 - ] - }, - "properties": { - "name": "Brest (central bus station)", - "area": "Belarus", - "address": "Ordzhonikidze 12, Brest, Belarus", - "external_url": "http://209.221.138.252/Details.aspx?location=350729", - "internal_url": "null", - "latitude": "52.09923103073813", - "longitude": "23.683787050518983", - "machine_status": "available", - "status": "unvisited", - "id": 1190, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -123577,29 +94858,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.3619937, - 52.1046945 - ] - }, - "properties": { - "name": "Hameln Marketing und Tourismus", - "area": "Germany", - "address": "Deisterallee 1", - "external_url": "http://209.221.138.252/Details.aspx?location=268665", - "internal_url": "null", - "latitude": "52.1046945", - "longitude": "9.3619937", - "machine_status": "available", - "status": "unvisited", - "id": 503, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -123784,75 +95042,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3842739, - 52.1474982 - ] - }, - "properties": { - "name": "Duinrell", - "area": "Netherlands", - "address": "Duinrell 1, 2242 JP Wassenaar, Wassenaar", - "external_url": "http://209.221.138.252/Details.aspx?location=245802", - "internal_url": "null", - "latitude": "52.1474982", - "longitude": "4.3842739", - "machine_status": "available", - "status": "unvisited", - "id": 246, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.348214700000001, - 52.1518483 - ] - }, - "properties": { - "name": "Dierenpark (ZOO)", - "area": "Netherlands", - "address": "Barchman Wuytierslaan 224 , Amersfoort", - "external_url": "http://209.221.138.252/Details.aspx?location=708", - "internal_url": "null", - "latitude": "52.1518483", - "longitude": "5.348214700000001", - "machine_status": "available", - "status": "unvisited", - "id": 152, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.348214700000001, - 52.1518483 - ] - }, - "properties": { - "name": "Wildlands Adventure Zoo (Was Dierenpark) (ZOO)", - "area": "Netherlands", - "address": "Barchman Wuytierslaan 224 , Amersfoort", - "external_url": "http://209.221.138.252/Details.aspx?location=299476", - "internal_url": "null", - "latitude": "52.1518483", - "longitude": "5.348214700000001", - "machine_status": "available", - "status": "unvisited", - "id": 153, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -123899,29 +95088,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.766576599999999, - 52.1725307 - ] - }, - "properties": { - "name": "Schloss Marienburg", - "area": "Germany", - "address": "Marienberg1", - "external_url": "http://209.221.138.252/Details.aspx?location=243480", - "internal_url": "null", - "latitude": "52.1725307", - "longitude": "9.766576599999999", - "machine_status": "available", - "status": "unvisited", - "id": 505, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -123991,52 +95157,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.708537, - 52.19415430000001 - ] - }, - "properties": { - "name": "Shakespeares Birthplace", - "area": "England", - "address": "Henley Street, WARWICKSHIRE - Stratford Upon Avon", - "external_url": "http://209.221.138.252/Details.aspx?location=39563", - "internal_url": "null", - "latitude": "52.19415430000001", - "longitude": "-1.708537", - "machine_status": "available", - "status": "unvisited", - "id": 1579, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.1187106, - 52.2044181 - ] - }, - "properties": { - "name": "Cambridge Gift Shop", - "area": "England", - "address": "Guild Hall. Unit 3 Peas Hill, CAMBRIDGESHIRE - Cambridge", - "external_url": "http://209.221.138.252/Details.aspx?location=231302", - "internal_url": "null", - "latitude": "52.2044181", - "longitude": "0.1187106", - "machine_status": "available", - "status": "unvisited", - "id": 1336, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -124083,29 +95203,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.2242371, - 52.2203483 - ] - }, - "properties": { - "name": "Jasper National Park - Columbia Icefield Discovery Centre", - "area": "Canada", - "address": "AB 93 North (Icefields Parkway), Alberta - Jasper", - "external_url": "http://209.221.138.252/Details.aspx?location=48213", - "internal_url": "null", - "latitude": "52.2203483", - "longitude": "-117.2242371", - "machine_status": "retired", - "status": "retired", - "id": 4961, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -124198,29 +95295,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5463893, - 52.2700188 - ] - }, - "properties": { - "name": "Keukenhof Tulip Gardens", - "area": "Netherlands", - "address": "Stationsweg 166a , Lisse", - "external_url": "http://209.221.138.252/Details.aspx?location=55048", - "internal_url": "null", - "latitude": "52.2700188", - "longitude": "4.5463893", - "machine_status": "available", - "status": "unvisited", - "id": 209, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -124428,29 +95502,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.638145, - 52.338136 - ] - }, - "properties": { - "name": "Museum de Cruquius", - "area": "Netherlands", - "address": "Cruquiusdijk 27, Haarlemmermeer", - "external_url": "http://209.221.138.252/Details.aspx?location=264181", - "internal_url": "null", - "latitude": "52.338136", - "longitude": "4.638145", - "machine_status": "available", - "status": "unvisited", - "id": 191, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -124548,110 +95599,18 @@ "geometry": { "type": "Point", "coordinates": [ - 4.8901686, - 52.371561 + 4.8992368, + 52.3739104 ] }, "properties": { - "name": "Amsterdam Experience ", + "name": "Erotic Museum", "area": "Netherlands", - "address": "Nieuwezijds Voorburgwal 264, 1012 RS Amsterdam, Amsterdam", - "external_url": "http://209.221.138.252/Details.aspx?location=262109", + "address": "Oudezijds Achterburgwal 54, Amsterdam", + "external_url": "http://209.221.138.252/Details.aspx?location=243461", "internal_url": "null", - "latitude": "52.371561", - "longitude": "4.8901686", - "machine_status": "available", - "status": "unvisited", - "id": 156, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8919088, - 52.3717501 - ] - }, - "properties": { - "name": "Bazar Souvenirs & Gifts", - "area": "Netherlands", - "address": "60 Damrak, Amsterdam", - "external_url": "http://209.221.138.252/Details.aspx?location=245444", - "internal_url": "null", - "latitude": "52.3717501", - "longitude": "4.8919088", - "machine_status": "available", - "status": "unvisited", - "id": 157, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8937184, - 52.37247670000001 - ] - }, - "properties": { - "name": "Ripley's Believe it or Not! - Amsterdam", - "area": "Netherlands", - "address": "Dam 21, Amsterdam", - "external_url": "http://209.221.138.252/Details.aspx?location=299401", - "internal_url": "null", - "latitude": "52.37247670000001", - "longitude": "4.8937184", - "machine_status": "available", - "status": "unvisited", - "id": 165, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8925782, - 52.3725915 - ] - }, - "properties": { - "name": "Madame Tussauds", - "area": "Netherlands", - "address": "Dam 20, Amsterdam", - "external_url": "http://209.221.138.252/Details.aspx?location=93011", - "internal_url": "null", - "latitude": "52.3725915", - "longitude": "4.8925782", - "machine_status": "available", - "status": "unvisited", - "id": 164, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8992368, - 52.3739104 - ] - }, - "properties": { - "name": "Erotic Museum", - "area": "Netherlands", - "address": "Oudezijds Achterburgwal 54, Amsterdam", - "external_url": "http://209.221.138.252/Details.aspx?location=243461", - "internal_url": "null", - "latitude": "52.3739104", - "longitude": "4.8992368", + "latitude": "52.3739104", + "longitude": "4.8992368", "machine_status": "available", "status": "unvisited", "id": 162, @@ -124773,29 +95732,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.897557, - 52.376831 - ] - }, - "properties": { - "name": "Tours and Tickets", - "area": "Netherlands", - "address": "10 Damrak, Amsterdam", - "external_url": "http://209.221.138.252/Details.aspx?location=245445", - "internal_url": "null", - "latitude": "52.376831", - "longitude": "4.897557", - "machine_status": "available", - "status": "unvisited", - "id": 168, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -124888,29 +95824,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.049851, - 52.3996869 - ] - }, - "properties": { - "name": "Souvenir Shop", - "area": "Germany", - "address": "Brandenburger Straße 7 14467", - "external_url": "http://209.221.138.252/Details.aspx?location=259089", - "internal_url": "null", - "latitude": "52.3996869", - "longitude": "13.049851", - "machine_status": "available", - "status": "unvisited", - "id": 596, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -125210,29 +96123,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.903462, - 52.480111 - ] - }, - "properties": { - "name": "Birmingham Art Gallery & Museum", - "area": "England", - "address": "Chamberlain Square, , WEST MIDLANDS - Birmingham", - "external_url": "http://209.221.138.252/Details.aspx?location=101916", - "internal_url": "null", - "latitude": "52.480111", - "longitude": "-1.903462", - "machine_status": "available", - "status": "unvisited", - "id": 1584, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -125302,29 +96192,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.4457187, - 52.5026465 - ] - }, - "properties": { - "name": "Pirates Berlin", - "area": "Germany", - "address": "Mühlenstr. near Oberbaumbrücke", - "external_url": "http://209.221.138.252/Details.aspx?location=231653", - "internal_url": "null", - "latitude": "52.5026465", - "longitude": "13.4457187", - "machine_status": "available", - "status": "unvisited", - "id": 441, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -125348,52 +96215,6 @@ "last_updated": "2022-07-27" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.32986, - 52.503294 - ] - }, - "properties": { - "name": "I Love Berlin Souvenir Shop", - "area": "Germany", - "address": "Kurfürstendamm 224, 10719", - "external_url": "http://209.221.138.252/Details.aspx?location=108529", - "internal_url": "null", - "latitude": "52.503294", - "longitude": "13.329860", - "machine_status": "available", - "status": "unvisited", - "id": 435, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.2736795, - 52.5041303 - ] - }, - "properties": { - "name": "Funkturm - Berlin", - "area": "Germany", - "address": "Messedamm 22", - "external_url": "http://209.221.138.252/Details.aspx?location=229113", - "internal_url": "null", - "latitude": "52.5041303", - "longitude": "13.2736795", - "machine_status": "available", - "status": "unvisited", - "id": 431, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -125532,29 +96353,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.3766049, - 52.5116245 - ] - }, - "properties": { - "name": "Begus Souvenirs", - "area": "Germany", - "address": "Ebertstrasse 2, 10117 Berlin", - "external_url": "http://209.221.138.252/Details.aspx?location=83319", - "internal_url": "null", - "latitude": "52.5116245", - "longitude": "13.3766049", - "machine_status": "available", - "status": "unvisited", - "id": 423, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -125578,75 +96376,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.3787127, - 52.5139474 - ] - }, - "properties": { - "name": "Holocaust Memorial", - "area": "Germany", - "address": "Cora-Berliner-Straße 1, 10117 Berlin", - "external_url": "http://209.221.138.252/Details.aspx?location=64734", - "internal_url": "null", - "latitude": "52.5139474", - "longitude": "13.3787127", - "machine_status": "available", - "status": "unvisited", - "id": 432, - "last_updated": "2022-07-17" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.3802624, - 52.5161619 - ] - }, - "properties": { - "name": "Brandenburg Gate Shop", - "area": "Germany", - "address": "Brandenburger Tor, Unter den Linden, 10117 Berlin", - "external_url": "http://209.221.138.252/Details.aspx?location=49919", - "internal_url": "null", - "latitude": "52.5161619", - "longitude": "13.3802624", - "machine_status": "available", - "status": "unvisited", - "id": 427, - "last_updated": "2022-07-17" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.38044, - 52.5165 - ] - }, - "properties": { - "name": "Brandenburg Gate Shop 2", - "area": "Germany", - "address": "Brandenburger Tor, Unter den Linden 78, 10117 Berlin", - "external_url": "null", - "internal_url": "null", - "latitude": "52.516500", - "longitude": "13.380440", - "machine_status": "available", - "status": "unvisited", - "id": 5055, - "last_updated": "2022-07-17" - } - }, { "type": "Feature", "geometry": { @@ -125670,29 +96399,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.3880967, - 52.51661319999999 - ] - }, - "properties": { - "name": "Stadtrunfahrten Souvenirs", - "area": "Germany", - "address": "Unter den Linden 24, 10117 Berlin, Germany", - "external_url": "http://209.221.138.252/Details.aspx?location=259087", - "internal_url": "null", - "latitude": "52.51661319999999", - "longitude": "13.3880967", - "machine_status": "available", - "status": "unvisited", - "id": 442, - "last_updated": "2022-07-17" - } - }, { "type": "Feature", "geometry": { @@ -125739,29 +96445,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.4031191, - 52.5195322 - ] - }, - "properties": { - "name": "I Love Berlin Shop", - "area": "Germany", - "address": "Karl-Liebknecht-Str. 5", - "external_url": "http://209.221.138.252/Details.aspx?location=260929", - "internal_url": "null", - "latitude": "52.5195322", - "longitude": "13.4031191", - "machine_status": "available", - "status": "unvisited", - "id": 434, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -125808,29 +96491,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.4029844, - 52.5198292 - ] - }, - "properties": { - "name": "Andy's Diner & Bar (AquaDom & Sea Life)", - "area": "Germany", - "address": "DomAquarée, Karl-Liebknecht-Str. 5, 10178", - "external_url": "http://209.221.138.252/Details.aspx?location=259086", - "internal_url": "null", - "latitude": "52.5198292", - "longitude": "13.4029844", - "machine_status": "available", - "status": "unvisited", - "id": 421, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -125969,29 +96629,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.4369773, - 52.5215584 - ] - }, - "properties": { - "name": "Bataviawerf", - "area": "Netherlands", - "address": "Oostvaardersdijk 1, Lelystad", - "external_url": "http://209.221.138.252/Details.aspx?location=265301", - "internal_url": "null", - "latitude": "52.5215584", - "longitude": "5.4369773", - "machine_status": "available", - "status": "unvisited", - "id": 208, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -126038,29 +96675,6 @@ "last_updated": "2021-12-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2413126, - 52.56476 - ] - }, - "properties": { - "name": "Peterborough Football Club", - "area": "England", - "address": "London Road, CAMBRIDGESHIRE - Peterborough", - "external_url": "http://209.221.138.252/Details.aspx?location=235687", - "internal_url": "null", - "latitude": "52.56476", - "longitude": "-0.2413126", - "machine_status": "available", - "status": "unvisited", - "id": 1338, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -126222,29 +96836,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5291035, - 52.65243710000001 - ] - }, - "properties": { - "name": "Twycross Zoo (East Midland Zoological Society)", - "area": "England", - "address": "Burton Road, WARWICKSHIRE - Atherstone", - "external_url": "http://209.221.138.252/Details.aspx?location=99172", - "internal_url": "null", - "latitude": "52.65243710000001", - "longitude": "-1.5291035", - "machine_status": "available", - "status": "unvisited", - "id": 1576, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -126268,75 +96859,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.6255223, - 52.669718 - ] - }, - "properties": { - "name": "King John's Castle", - "area": "Ireland", - "address": "Nicholas St, King's Island, COUNTY LIMERICK - Limerick", - "external_url": "http://209.221.138.252/Details.aspx?location=82158", - "internal_url": "null", - "latitude": "52.669718", - "longitude": "-8.6255223", - "machine_status": "available", - "status": "unvisited", - "id": 694, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8060616, - 52.6803357 - ] - }, - "properties": { - "name": "Broeker Veiling", - "area": "Netherlands", - "address": "Museumweg 2, Broek op Langedijk", - "external_url": "http://209.221.138.252/Details.aspx?location=277929", - "internal_url": "null", - "latitude": "52.6803357", - "longitude": "4.8060616", - "machine_status": "available", - "status": "unvisited", - "id": 178, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.811922599999999, - 52.69956819999999 - ] - }, - "properties": { - "name": "Bunratty Castle & Folk Park", - "area": "Ireland", - "address": "Brown's Pawnbroker building in village street (building C), COUNTY CLARE - Bunratty ", - "external_url": "http://209.221.138.252/Details.aspx?location=203746", - "internal_url": "null", - "latitude": "52.69956819999999", - "longitude": "-8.811922599999999", - "machine_status": "available", - "status": "unvisited", - "id": 683, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -126406,29 +96928,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.6201558, - 52.73172270000001 - ] - }, - "properties": { - "name": "Otter-Zentrum Hankensbüttel", - "area": "Germany", - "address": "Sudendorfallee 1", - "external_url": "http://209.221.138.252/Details.aspx?location=277935", - "internal_url": "null", - "latitude": "52.73172270000001", - "longitude": "10.6201558", - "machine_status": "available", - "status": "unvisited", - "id": 504, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -126567,52 +97066,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.9407854, - 52.8492196 - ] - }, - "properties": { - "name": "Schiffshebewerk Niederfinow", - "area": "Germany", - "address": "Am Schiffshebewerk", - "external_url": "http://209.221.138.252/Details.aspx?location=27852", - "internal_url": "null", - "latitude": "52.8492196", - "longitude": "13.9407854", - "machine_status": "available", - "status": "unvisited", - "id": 573, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.447237299999999, - 52.9085642 - ] - }, - "properties": { - "name": "Speelstad Oranje", - "area": "Netherlands", - "address": "9416 TC, Oranje (Midden-Drenthe)", - "external_url": "http://209.221.138.252/Details.aspx?location=104003", - "internal_url": "null", - "latitude": "52.9085642", - "longitude": "6.447237299999999", - "machine_status": "available", - "status": "unvisited", - "id": 215, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -126682,29 +97135,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2079374, - 52.9514874 - ] - }, - "properties": { - "name": "Wollaton Hall Gift Shop", - "area": "England", - "address": "Wollaton Park, Nottinghamshire - Nottingham", - "external_url": "http://209.221.138.252/Details.aspx?location=336269", - "internal_url": "null", - "latitude": "52.9514874", - "longitude": "-1.2079374", - "machine_status": "available", - "status": "unvisited", - "id": 1539, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -126820,29 +97250,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.1091409, - 52.9868 - ] - }, - "properties": { - "name": "Deutsches Panzer Museum", - "area": "Germany", - "address": "Hans-Krüger-Straße 33, ", - "external_url": "http://209.221.138.252/Details.aspx?location=155311", - "internal_url": "null", - "latitude": "52.9868", - "longitude": "10.1091409", - "machine_status": "available", - "status": "unvisited", - "id": 566, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -126889,52 +97296,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.873242, - 53.0236505 - ] - }, - "properties": { - "name": "Heidepark Soltau", - "area": "Germany", - "address": "Heide Park 1, 29614 Soltau", - "external_url": "null", - "internal_url": "null", - "latitude": "53.02365050", - "longitude": "9.873242", - "machine_status": "available", - "status": "unvisited", - "id": 588, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.5305216, - 53.0272407 - ] - }, - "properties": { - "name": "Hack Green Secret Nuclear Bunker", - "area": "England", - "address": "Off Whitchurch Road, CHESHIRE - Nantwich", - "external_url": "http://209.221.138.252/Details.aspx?location=19803", - "internal_url": "null", - "latitude": "53.0272407", - "longitude": "-2.5305216", - "machine_status": "available", - "status": "unvisited", - "id": 1342, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -127004,29 +97365,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74532, - 53.07796 - ] - }, - "properties": { - "name": "Ecomare", - "area": "Netherlands", - "address": "Ruijslaan 92, De Koog (Texel)", - "external_url": "http://209.221.138.252/Details.aspx?location=86480", - "internal_url": "null", - "latitude": "53.07796", - "longitude": "4.74532", - "machine_status": "available", - "status": "unvisited", - "id": 179, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -127073,29 +97411,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4859543, - 53.09048929999999 - ] - }, - "properties": { - "name": "National Tramway Museum", - "area": "England", - "address": "Crich, DERBYSHIRE- Matlock", - "external_url": "http://209.221.138.252/Details.aspx?location=27061", - "internal_url": "null", - "latitude": "53.09048929999999", - "longitude": "-1.4859543", - "machine_status": "available", - "status": "unvisited", - "id": 1365, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -127165,29 +97480,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.8461775, - 53.1066666 - ] - }, - "properties": { - "name": "Universum Science Center", - "area": "Germany", - "address": "", - "external_url": "http://209.221.138.252/Details.aspx?location=33908", - "internal_url": "null", - "latitude": "53.1066666", - "longitude": "8.8461775", - "machine_status": "available", - "status": "unvisited", - "id": 460, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -127303,29 +97595,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0356006, - 53.1764037 - ] - }, - "properties": { - "name": "Rufford Abbey Country Park", - "area": "England", - "address": "Ollerton, NOTTINGHAMSHIRE - Ollerton", - "external_url": "http://209.221.138.252/Details.aspx?location=254763", - "internal_url": "null", - "latitude": "53.1764037", - "longitude": "-1.0356006", - "machine_status": "available", - "status": "unvisited", - "id": 1540, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -127372,75 +97641,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.796531, - 53.2014047 - ] - }, - "properties": { - "name": "Sint Jacobsstraat ", - "area": "Netherlands", - "address": "Sint Jacobsstraat 9, Leeuwarden", - "external_url": "http://209.221.138.252/Details.aspx?location=298064", - "internal_url": "null", - "latitude": "53.2014047", - "longitude": "5.796531", - "machine_status": "retired", - "status": "retired", - "id": 205, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.789752, - 53.2030251 - ] - }, - "properties": { - "name": "Oldehoven", - "area": "Netherlands", - "address": "Oldehoofsterkerkhof, 8911 DE , Leeuwarden", - "external_url": "http://209.221.138.252/Details.aspx?location=295084", - "internal_url": "null", - "latitude": "53.2030251", - "longitude": "5.789752", - "machine_status": "retired", - "status": "retired", - "id": 204, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.0981472, - 53.20344189999999 - ] - }, - "properties": { - "name": "National Sea Life Bray", - "area": "Ireland", - "address": "Strand Road, COUNTY WICKLOW - Bray", - "external_url": "http://209.221.138.252/Details.aspx?location=79820", - "internal_url": "null", - "latitude": "53.20344189999999", - "longitude": "-6.0981472", - "machine_status": "available", - "status": "unvisited", - "id": 696, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -127487,29 +97687,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.2192022, - 53.22169880000001 - ] - }, - "properties": { - "name": "Johnnie Fox's Pub", - "area": "Ireland", - "address": "Glencullen, COUNTY DUBLIN -Glencullen", - "external_url": "http://209.221.138.252/Details.aspx?location=262826", - "internal_url": "null", - "latitude": "53.22169880000001", - "longitude": "-6.2192022", - "machine_status": "available", - "status": "unvisited", - "id": 691, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -127533,52 +97710,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.0426, - 53.23624 - ] - }, - "properties": { - "name": "Wildpark Lüneburger Heide ", - "area": "Germany", - "address": "Wildpark 1", - "external_url": "http://209.221.138.252/Details.aspx?location=292324", - "internal_url": "null", - "latitude": "53.23624", - "longitude": "10.0426", - "machine_status": "available", - "status": "unvisited", - "id": 574, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.408975, - 53.24987609999999 - ] - }, - "properties": { - "name": "Hansestadt", - "area": "Germany", - "address": "Große Bäckerstr. 30", - "external_url": "http://209.221.138.252/Details.aspx?location=69340", - "internal_url": "null", - "latitude": "53.24987609999999", - "longitude": "10.408975", - "machine_status": "available", - "status": "unvisited", - "id": 545, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -127625,29 +97756,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.2165659, - 53.277435 - ] - }, - "properties": { - "name": "Imaginosity Children's Museum - Dublin", - "area": "Ireland", - "address": "The Plaza, Beacon South Quarter, Sandyford, , Dublin", - "external_url": "http://209.221.138.252/Details.aspx?location=102106", - "internal_url": "null", - "latitude": "53.277435", - "longitude": "-6.2165659", - "machine_status": "available", - "status": "unvisited", - "id": 707, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -127671,29 +97779,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.491626, - 53.323314 - ] - }, - "properties": { - "name": "Seaquarium Rhyl", - "area": "Wales", - "address": "East Parade, NORTH WALES - Rhyl", - "external_url": "http://209.221.138.252/Details.aspx?location=32871", - "internal_url": "null", - "latitude": "53.323314", - "longitude": "-3.491626", - "machine_status": "available", - "status": "unvisited", - "id": 10, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -127740,29 +97825,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.2594587, - 53.3466669 - ] - }, - "properties": { - "name": "Carroll's Gift Store ", - "area": "Ireland", - "address": "Westmoreland Street, , Dublin", - "external_url": "http://209.221.138.252/Details.aspx?location=96570", - "internal_url": "null", - "latitude": "53.3466669", - "longitude": "-6.2594587", - "machine_status": "available", - "status": "unvisited", - "id": 701, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -127786,29 +97848,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.260980699999999, - 53.3512012 - ] - }, - "properties": { - "name": "Carrolls Irish Gifts ", - "area": "Ireland", - "address": "57/58 Upper O' Connell Street, Dublin", - "external_url": "http://209.221.138.252/Details.aspx?location=110572", - "internal_url": "null", - "latitude": "53.3512012", - "longitude": "-6.260980699999999", - "machine_status": "available", - "status": "unvisited", - "id": 702, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -128108,29 +98147,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.9929265, - 53.4013472 - ] - }, - "properties": { - "name": "Merseyside Maritime Museum", - "area": "England", - "address": "Albert Dock, Warehouse Block D, Merseyside - Liverpool", - "external_url": "http://209.221.138.252/Details.aspx?location=261178", - "internal_url": "null", - "latitude": "53.4013472", - "longitude": "-2.9929265", - "machine_status": "available", - "status": "unvisited", - "id": 1509, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -128177,52 +98193,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.9971892, - 53.4045933 - ] - }, - "properties": { - "name": "The U-Boat Story", - "area": "England", - "address": "Woodside Ferry Terminal, Mersey Ferries, MERSEYSIDE - Birkenhead", - "external_url": "http://209.221.138.252/Details.aspx?location=62971", - "internal_url": "null", - "latitude": "53.4045933", - "longitude": "-2.9971892", - "machine_status": "available", - "status": "unvisited", - "id": 1501, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.9971892, - 53.4045933 - ] - }, - "properties": { - "name": "Woodside Ferry Terminal - Mersey Ferries", - "area": "England", - "address": "Woodside Ferry Terminal, Mersey Ferries, MERSEYSIDE - Birkenhead", - "external_url": "http://209.221.138.252/Details.aspx?location=43111", - "internal_url": "null", - "latitude": "53.4045933", - "longitude": "-2.9971892", - "machine_status": "available", - "status": "unvisited", - "id": 1502, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -128246,52 +98216,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0165766, - 53.4094545 - ] - }, - "properties": { - "name": "Spaceport Visitor Attraction", - "area": "England", - "address": "Victoria Place, MERSEYSIDE - Seacombe", - "external_url": "http://209.221.138.252/Details.aspx?location=53481", - "internal_url": "null", - "latitude": "53.4094545", - "longitude": "-3.0165766", - "machine_status": "available", - "status": "unvisited", - "id": 1513, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0161679, - 53.4098013 - ] - }, - "properties": { - "name": "Seacombe Ferry Terminal - Mersey Ferries", - "area": "England", - "address": "Victoria Place, Seacombe, MERSEYSIDE - Wallasey", - "external_url": "http://209.221.138.252/Details.aspx?location=46936", - "internal_url": "null", - "latitude": "53.4098013", - "longitude": "-3.0161679", - "machine_status": "available", - "status": "unvisited", - "id": 1514, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -128315,52 +98239,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.3861457, - 53.4196465 - ] - }, - "properties": { - "name": "Magna Science Adventure Centre", - "area": "England", - "address": "Sheffield Road, Templeborough, SOUTH YORKSHIRE - Rotherham", - "external_url": "http://209.221.138.252/Details.aspx?location=6869", - "internal_url": "null", - "latitude": "53.4196465", - "longitude": "-1.3861457", - "machine_status": "available", - "status": "unvisited", - "id": 1553, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.2411496, - 53.42558140000001 - ] - }, - "properties": { - "name": "Dublin Airport", - "area": "Ireland", - "address": "Treminal 2, Dublin", - "external_url": "http://209.221.138.252/Details.aspx?location=208660", - "internal_url": "null", - "latitude": "53.42558140000001", - "longitude": "-6.2411496", - "machine_status": "available", - "status": "unvisited", - "id": 705, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -128430,29 +98308,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.2913401, - 53.4630589 - ] - }, - "properties": { - "name": "Manchester United Museum", - "area": "England", - "address": "Old Trafford, Sir Matt Busby Wy, LANCASHIRE - Manchester", - "external_url": "http://209.221.138.252/Details.aspx?location=49724", - "internal_url": "null", - "latitude": "53.4630589", - "longitude": "-2.2913401", - "machine_status": "available", - "status": "unvisited", - "id": 1449, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -128545,29 +98400,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.2990048, - 53.4726001 - ] - }, - "properties": { - "name": "Coronation Street Tour", - "area": "England", - "address": ", LANCASHIRE - Media City", - "external_url": "http://209.221.138.252/Details.aspx?location=294041", - "internal_url": "null", - "latitude": "53.4726001", - "longitude": "-2.2990048", - "machine_status": "available", - "status": "unvisited", - "id": 1453, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -128890,29 +98722,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.955155999999999, - 53.544993 - ] - }, - "properties": { - "name": "U-434", - "area": "Germany", - "address": "St. Pauli Fischmarkt 10", - "external_url": "http://209.221.138.252/Details.aspx?location=280109", - "internal_url": "null", - "latitude": "53.544993", - "longitude": "9.955155999999999", - "machine_status": "available", - "status": "unvisited", - "id": 502, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -128936,29 +98745,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.9787982, - 53.5484126 - ] - }, - "properties": { - "name": "St.Michaelis Church", - "area": "Germany", - "address": "Englische Planke 1", - "external_url": "http://209.221.138.252/Details.aspx?location=5679", - "internal_url": "null", - "latitude": "53.5484126", - "longitude": "9.9787982", - "machine_status": "available", - "status": "unvisited", - "id": 501, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -129028,29 +98814,6 @@ "last_updated": "2021-12-18" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.156786, - 53.612054 - ] - }, - "properties": { - "name": "Seehundstation Norddeich", - "area": "Germany", - "address": "Nationalpark-Haus, Dörper Weg 24", - "external_url": "http://209.221.138.252/Details.aspx?location=72570", - "internal_url": "null", - "latitude": "53.612054", - "longitude": "7.156786", - "machine_status": "available", - "status": "unvisited", - "id": 575, - "last_updated": "2022-08-05" - } - }, { "type": "Feature", "geometry": { @@ -129189,52 +98952,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8550204, - 53.7200819 - ] - }, - "properties": { - "name": "EUREKA! The National Children's Museum", - "area": "England", - "address": "Discovery Road, WEST YORKSHIRE - Halifax", - "external_url": "http://209.221.138.252/Details.aspx?location=93147", - "internal_url": "null", - "latitude": "53.7200819", - "longitude": "-1.8550204", - "machine_status": "available", - "status": "unvisited", - "id": 1596, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3302169, - 53.73892859999999 - ] - }, - "properties": { - "name": "The Deep", - "area": "England", - "address": "Tower Street,, EAST YORKSHIRE - Hull", - "external_url": "http://209.221.138.252/Details.aspx?location=300557", - "internal_url": "null", - "latitude": "53.73892859999999", - "longitude": "-0.3302169", - "machine_status": "available", - "status": "unvisited", - "id": 1397, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -129281,98 +98998,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7560463, - 53.7910952 - ] - }, - "properties": { - "name": "National Media Museum", - "area": "England", - "address": "Little Horton Lane, WEST YORKSHIRE - Bradford ", - "external_url": "http://209.221.138.252/Details.aspx?location=26766", - "internal_url": "null", - "latitude": "53.7910952", - "longitude": "-1.7560463", - "machine_status": "available", - "status": "unvisited", - "id": 1595, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5310005, - 53.7916146 - ] - }, - "properties": { - "name": "The Royal Armouries Museum, ", - "area": "England", - "address": "Armouries Drive, WEST YORKSHIRE - Leeds", - "external_url": "http://209.221.138.252/Details.aspx?location=100148", - "internal_url": "null", - "latitude": "53.7916146", - "longitude": "-1.5310005", - "machine_status": "available", - "status": "unvisited", - "id": 1598, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0552927, - 53.79233 - ] - }, - "properties": { - "name": "Blackpool Pleasure Beach", - "area": "England", - "address": "525 Ocean Boulevard, LANCASHIRE - Blackpool", - "external_url": "http://209.221.138.252/Details.aspx?location=261808", - "internal_url": "null", - "latitude": "53.79233", - "longitude": "-3.0552927", - "machine_status": "available", - "status": "unvisited", - "id": 1437, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.5659429, - 53.8020141 - ] - }, - "properties": { - "name": "Emmerdale Studio Experience Tour (Emmerdale Production Centre)", - "area": "England", - "address": "27 Burley Rd., WEST YORKSHIRE - Leeds", - "external_url": "http://209.221.138.252/Details.aspx?location=258216", - "internal_url": "null", - "latitude": "53.8020141", - "longitude": "-1.5659429", - "machine_status": "available", - "status": "unvisited", - "id": 1597, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -129488,29 +99113,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0356748, - 53.8175053 - ] - }, - "properties": { - "name": "Madame Tussauds Waxworks. (Formally Louis Tussauds)", - "area": "England", - "address": "85-89 Promenade, City Centre, , LANCASHIRE - Blackpool", - "external_url": "http://209.221.138.252/Details.aspx?location=93853", - "internal_url": "null", - "latitude": "53.8175053", - "longitude": "-3.0356748", - "machine_status": "available", - "status": "unvisited", - "id": 1442, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -129695,29 +99297,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0796112, - 53.9586547 - ] - }, - "properties": { - "name": "The Golden Fleece", - "area": "England", - "address": "16 Pavement , NORTH YORKSHIRE - York", - "external_url": "http://209.221.138.252/Details.aspx?location=257460", - "internal_url": "null", - "latitude": "53.9586547", - "longitude": "-1.0796112", - "machine_status": "available", - "status": "unvisited", - "id": 1528, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -129787,52 +99366,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.160416, - 53.9619988 - ] - }, - "properties": { - "name": "Heringsdorf (Usedom Island)", - "area": "Germany", - "address": "Strandpromenade", - "external_url": "http://209.221.138.252/Details.aspx?location=254858", - "internal_url": "null", - "latitude": "53.9619988", - "longitude": "14.160416", - "machine_status": "available", - "status": "unvisited", - "id": 512, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.9077458, - 53.97633949999999 - ] - }, - "properties": { - "name": "Embsay & Bolton Abbey Railway", - "area": "England", - "address": "Bolton Abbey Railway Station, NORTH YORKSHIRE - Skipton", - "external_url": "http://209.221.138.252/Details.aspx?location=181521", - "internal_url": "null", - "latitude": "53.97633949999999", - "longitude": "-1.9077458", - "machine_status": "available", - "status": "unvisited", - "id": 1526, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -129879,29 +99412,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.1394141, - 54.0922046 - ] - }, - "properties": { - "name": "U-Boot Denkmal", - "area": "Germany", - "address": "Strandstrasse 92", - "external_url": "http://209.221.138.252/Details.aspx?location=225314", - "internal_url": "null", - "latitude": "54.0922046", - "longitude": "12.1394141", - "machine_status": "available", - "status": "unvisited", - "id": 546, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -130181,29 +99691,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.6829209, - 54.294201 - ] - }, - "properties": { - "name": "Schiffsbegrüßungsanlage (Ships Welcome Point)", - "area": "Germany", - "address": "Am Kreishafen", - "external_url": "http://209.221.138.252/Details.aspx?location=237725", - "internal_url": "null", - "latitude": "54.294201", - "longitude": "9.6829209", - "machine_status": "available", - "status": "unvisited", - "id": 602, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -130227,29 +99714,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.2009213, - 54.3018763 - ] - }, - "properties": { - "name": "Wensleydale Creamery Visitor Centre", - "area": "England", - "address": "Gayle Lane, NORTH YORKSHIRE - Hawes", - "external_url": "http://209.221.138.252/Details.aspx?location=101904", - "internal_url": "null", - "latitude": "54.3018763", - "longitude": "-2.2009213", - "machine_status": "available", - "status": "unvisited", - "id": 1521, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -130411,29 +99875,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.1924219, - 54.41969779999999 - ] - }, - "properties": { - "name": "U11 - U-Boot - Submarine", - "area": "Germany", - "address": "Burgstaaken 87", - "external_url": "http://209.221.138.252/Details.aspx?location=310011", - "internal_url": "null", - "latitude": "54.41969779999999", - "longitude": "11.1924219", - "machine_status": "available", - "status": "unvisited", - "id": 484, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -130457,29 +99898,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.5694428, - 54.5135621 - ] - }, - "properties": { - "name": "St. Petri Dom", - "area": "Germany", - "address": "Norderdomstraße 24837", - "external_url": "http://209.221.138.252/Details.aspx?location=96932", - "internal_url": "null", - "latitude": "54.5135621", - "longitude": "9.5694428", - "machine_status": "available", - "status": "unvisited", - "id": 613, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -130526,29 +99944,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.9150306, - 54.6047085 - ] - }, - "properties": { - "name": "W5 @ Odessey, The Odyssey", - "area": "Northern Ireland", - "address": "2 Queen's Quay, , COUNTY ANTRIM - Belfast", - "external_url": "http://209.221.138.252/Details.aspx?location=93142", - "internal_url": "null", - "latitude": "54.6047085", - "longitude": "-5.9150306", - "machine_status": "retired", - "status": "retired", - "id": 875, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -130618,52 +100013,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 25.2865584, - 54.6380366 - ] - }, - "properties": { - "name": "Vilnius International Airport", - "area": "Lithunia", - "address": ", Vilnius", - "external_url": "http://209.221.138.252/Details.aspx?location=259200", - "internal_url": "null", - "latitude": "54.6380366", - "longitude": "25.2865584", - "machine_status": "available", - "status": "unvisited", - "id": 800, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.6563596, - 54.6405449 - ] - }, - "properties": { - "name": "Oasis, Centre Parcs", - "area": "England", - "address": "Withnell Forest, CUMBRIA - Penrith", - "external_url": "http://209.221.138.252/Details.aspx?location=4267", - "internal_url": "null", - "latitude": "54.6405449", - "longitude": "-2.6563596", - "machine_status": "available", - "status": "unvisited", - "id": 1361, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -130898,121 +100247,6 @@ "last_updated": "2022-07-17" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.387941, - 54.913899 - ] - }, - "properties": { - "name": "Sunderland Football Club", - "area": "England", - "address": "Stadium Of Light, Sunderland, TYNE & WEAR - Sunderland", - "external_url": "http://209.221.138.252/Details.aspx?location=234629", - "internal_url": "null", - "latitude": "54.913899", - "longitude": "-1.387941", - "machine_status": "available", - "status": "unvisited", - "id": 1573, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6205992, - 54.967017 - ] - }, - "properties": { - "name": "Life Science Centre", - "area": "England", - "address": "Times Square, Newcastle upon Tyne, TYNE & WEAR - Newcastle", - "external_url": "http://209.221.138.252/Details.aspx?location=190120", - "internal_url": "null", - "latitude": "54.967017", - "longitude": "-1.6205992", - "machine_status": "available", - "status": "unvisited", - "id": 1571, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6248366, - 54.96911559999999 - ] - }, - "properties": { - "name": "Discovery Museum", - "area": "England", - "address": "Blandford Square, TYNE & WEAR - Newcastle", - "external_url": "http://209.221.138.252/Details.aspx?location=4261", - "internal_url": "null", - "latitude": "54.96911559999999", - "longitude": "-1.6248366", - "machine_status": "available", - "status": "unvisited", - "id": 1569, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6132495, - 54.9805435 - ] - }, - "properties": { - "name": "Great North Museum: Hancock", - "area": "England", - "address": "Barras Bridge, TYNE & WEAR - Newcastle", - "external_url": "http://209.221.138.252/Details.aspx?location=4263", - "internal_url": "null", - "latitude": "54.9805435", - "longitude": "-1.6132495", - "machine_status": "available", - "status": "unvisited", - "id": 1570, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.4311463, - 54.9988579 - ] - }, - "properties": { - "name": "South Shields Museum and Art Gallery", - "area": "England", - "address": "4 Ocean Road, TYNE & WEAR - South Shields", - "external_url": "http://209.221.138.252/Details.aspx?location=102092", - "internal_url": "null", - "latitude": "54.9988579", - "longitude": "-1.4311463", - "machine_status": "available", - "status": "unvisited", - "id": 1572, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -131082,29 +100316,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.198051, - 25.118353 - ] - }, - "properties": { - "name": "Mall of the Emirates - Virgin Megastore", - "area": "United Arab Emirates", - "address": "Mall of The Emirates - E11 Sheikh Zayed Rd - Al Barsha - Al Barsha 1, Dubai", - "external_url": "http://209.221.138.252/Details.aspx?location=384176", - "internal_url": "null", - "latitude": "25.118353", - "longitude": "55.198051", - "machine_status": "available", - "status": "unvisited", - "id": 5952, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -131128,29 +100339,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.27631969999999, - 25.1993079 - ] - }, - "properties": { - "name": "The Dubai Mall - Virgin Megastore", - "area": "United Arab Emirates", - "address": "Financial Centre Rd - Downtown Dubai, Second Floor - Fashion Avenue, Dubai", - "external_url": "http://209.221.138.252/Details.aspx?location=361100", - "internal_url": "null", - "latitude": "25.1993079", - "longitude": "55.27631969999999", - "machine_status": "available", - "status": "unvisited", - "id": 5955, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -131243,29 +100431,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -131.6440827, - 55.3398117 - ] - }, - "properties": { - "name": "Ketchikan Outlet Store", - "area": "Alaska", - "address": "5 Salmon Landing, Ketchikan", - "external_url": "http://209.221.138.252/Details.aspx?location=41716", - "internal_url": "null", - "latitude": "55.3398117", - "longitude": "-131.6440827", - "machine_status": "available", - "status": "unvisited", - "id": 1164, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -131404,75 +100569,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.700515, - 55.414098 - ] - }, - "properties": { - "name": "The Alnwick Garden", - "area": "England", - "address": "Denwick Lane, NORTHUMBERLAND - Alnwick", - "external_url": "http://209.221.138.252/Details.aspx?location=256485", - "internal_url": "null", - "latitude": "55.414098", - "longitude": "-1.700515", - "machine_status": "available", - "status": "unvisited", - "id": 1536, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.7072576, - 55.4162524 - ] - }, - "properties": { - "name": "Fusiliers Museum of Northumberland", - "area": "England", - "address": "Alnwick Castle, Abbot's Tower, NORTHUMBERLAND - Alnwick", - "external_url": "http://209.221.138.252/Details.aspx?location=63572", - "internal_url": "null", - "latitude": "55.4162524", - "longitude": "-1.7072576", - "machine_status": "available", - "status": "unvisited", - "id": 1535, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.634533999999999, - 55.4275735 - ] - }, - "properties": { - "name": "Robert Burns Birthplace Museum", - "area": "Scotland", - "address": "Murdoch's Lone, Alloway, Ayr", - "external_url": "http://209.221.138.252/Details.aspx?location=298198", - "internal_url": "null", - "latitude": "55.4275735", - "longitude": "-4.634533999999999", - "machine_status": "available", - "status": "unvisited", - "id": 735, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -131611,29 +100707,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 37.5800797, - 55.6433815 - ] - }, - "properties": { - "name": "Equestrian Sport Center Bitsa", - "area": "Russia", - "address": "Balaklavskiy Prospekt, 33, Moscow", - "external_url": "http://209.221.138.252/Details.aspx?location=244662", - "internal_url": "null", - "latitude": "55.6433815", - "longitude": "37.5800797", - "machine_status": "available", - "status": "unvisited", - "id": 31, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -131657,29 +100730,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 37.6694982, - 55.6704144 - ] - }, - "properties": { - "name": "Moscow State Integrated Museum - Reserve", - "area": "Russia", - "address": "115487, Moscow, 39, Prospect Andropova, Moscow", - "external_url": "http://209.221.138.252/Details.aspx?location=231638", - "internal_url": "null", - "latitude": "55.6704144", - "longitude": "37.6694982", - "machine_status": "available", - "status": "unvisited", - "id": 33, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -131795,29 +100845,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.2212732, - 55.7754182 - ] - }, - "properties": { - "name": "National Museum of Scotland, Museum of Rural Life", - "area": "Scotland", - "address": ", East Kilbride", - "external_url": "http://209.221.138.252/Details.aspx?location=232991", - "internal_url": "null", - "latitude": "55.7754182", - "longitude": "-4.2212732", - "machine_status": "available", - "status": "unvisited", - "id": 744, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -131887,29 +100914,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.870146, - 55.80007070000001 - ] - }, - "properties": { - "name": "Vikingar!", - "area": "Scotland", - "address": "Greenock Road, Largs", - "external_url": "http://209.221.138.252/Details.aspx?location=59080", - "internal_url": "null", - "latitude": "55.80007070000001", - "longitude": "-4.870146", - "machine_status": "available", - "status": "unvisited", - "id": 780, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -131933,29 +100937,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 38.182853, - 55.8328848 - ] - }, - "properties": { - "name": "Monino Air Force Museum", - "area": "Russia", - "address": "Monino Airfield, Monino", - "external_url": "http://209.221.138.252/Details.aspx?location=208740", - "internal_url": "null", - "latitude": "55.8328848", - "longitude": "38.182853", - "machine_status": "available", - "status": "unvisited", - "id": 29, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -132163,52 +101144,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.3706589, - 55.8784364 - ] - }, - "properties": { - "name": "Snow Factor (Was SNO!Zone)", - "area": "Scotland", - "address": "Kings Inch Road, Breahead, Renfrew., Glasgow", - "external_url": "http://209.221.138.252/Details.aspx?location=90250", - "internal_url": "null", - "latitude": "55.8784364", - "longitude": "-4.3706589", - "machine_status": "available", - "status": "unvisited", - "id": 773, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.3711942, - 55.8790089 - ] - }, - "properties": { - "name": "Soar at INTU Shopping Centre", - "area": "Scotland", - "address": "King's Inch Rd, Glasgow", - "external_url": "http://209.221.138.252/Details.aspx?location=243593", - "internal_url": "null", - "latitude": "55.8790089", - "longitude": "-4.3711942", - "machine_status": "retired", - "status": "retired", - "id": 774, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -132278,52 +101213,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1890506, - 55.94704189999999 - ] - }, - "properties": { - "name": "National Museum of Scotland", - "area": "Scotland", - "address": "Chambers Street Old Town, Edinburgh", - "external_url": "http://209.221.138.252/Details.aspx?location=107112", - "internal_url": "null", - "latitude": "55.94704189999999", - "longitude": "-3.1890506", - "machine_status": "available", - "status": "unvisited", - "id": 757, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1956707, - 55.9489544 - ] - }, - "properties": { - "name": "Camera Obscura ", - "area": "Scotland", - "address": "The Royal Mile 549 Castlehill , Edinburgh", - "external_url": "http://209.221.138.252/Details.aspx?location=98115", - "internal_url": "null", - "latitude": "55.9489544", - "longitude": "-3.1956707", - "machine_status": "available", - "status": "unvisited", - "id": 746, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -132347,29 +101236,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1908918, - 55.94948369999999 - ] - }, - "properties": { - "name": "St Giles Cathedral", - "area": "Scotland", - "address": ", Edinburgh", - "external_url": "http://209.221.138.252/Details.aspx?location=281826", - "internal_url": "null", - "latitude": "55.94948369999999", - "longitude": "-3.1908918", - "machine_status": "available", - "status": "unvisited", - "id": 759, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -132462,52 +101328,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1744158, - 55.9505439 - ] - }, - "properties": { - "name": "Dynamic Earth", - "area": "Scotland", - "address": "Holyrood Road, Edinburgh", - "external_url": "http://209.221.138.252/Details.aspx?location=4187", - "internal_url": "null", - "latitude": "55.9505439", - "longitude": "-3.1744158", - "machine_status": "available", - "status": "unvisited", - "id": 748, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1956862, - 55.950902 - ] - }, - "properties": { - "name": "National Galleries of Scotland", - "area": "Scotland", - "address": "The Mound, Edinburgh", - "external_url": "null", - "internal_url": "null", - "latitude": "55.950902", - "longitude": "-3.1956862", - "machine_status": "retired", - "status": "retired", - "id": 756, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -132600,29 +101420,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.8416667, - 56.0003318 - ] - }, - "properties": { - "name": "The Falkirk Wheel", - "area": "Scotland", - "address": "Lime Road, Tamfourhill, Falkirk", - "external_url": "http://209.221.138.252/Details.aspx?location=20508", - "internal_url": "null", - "latitude": "56.0003318", - "longitude": "-3.8416667", - "machine_status": "available", - "status": "unvisited", - "id": 761, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -132738,29 +101535,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.4618386, - 56.070315 - ] - }, - "properties": { - "name": "Dunfermline Carnegie Library", - "area": "Scotland", - "address": "1 Abbot Street,, Dunfermline", - "external_url": "http://209.221.138.252/Details.aspx?location=294060", - "internal_url": "null", - "latitude": "56.070315", - "longitude": "-3.4618386", - "machine_status": "available", - "status": "unvisited", - "id": 743, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -132784,29 +101558,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.9353391, - 56.0925024 - ] - }, - "properties": { - "name": "The Battle of Bannockburn Visitor Centre", - "area": "Scotland", - "address": "Glasgow Road, Whins Of Milton, Stirling", - "external_url": "http://209.221.138.252/Details.aspx?location=256547", - "internal_url": "null", - "latitude": "56.0925024", - "longitude": "-3.9353391", - "machine_status": "available", - "status": "unvisited", - "id": 791, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -132876,29 +101627,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.036619, - 56.1628948 - ] - }, - "properties": { - "name": "Blair Drummond Safari Park and Adventure Park", - "area": "Scotland", - "address": "Blair Drummond, Stirling", - "external_url": "http://209.221.138.252/Details.aspx?location=29655", - "internal_url": "null", - "latitude": "56.1628948", - "longitude": "-4.036619", - "machine_status": "retired", - "status": "retired", - "id": 789, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -132945,29 +101673,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0868112, - 56.3041871 - ] - }, - "properties": { - "name": "The Scottish Deer Centre", - "area": "Scotland", - "address": "KY15 4NQ, Cupar, Fife", - "external_url": "http://209.221.138.252/Details.aspx?location=51166", - "internal_url": "null", - "latitude": "56.3041871", - "longitude": "-3.0868112", - "machine_status": "available", - "status": "unvisited", - "id": 738, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -133083,29 +101788,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.967926, - 56.4569239 - ] - }, - "properties": { - "name": "RRS Discover Dundee", - "area": "Scotland", - "address": "Discovery Quay, Dundee", - "external_url": "http://209.221.138.252/Details.aspx?location=32595", - "internal_url": "null", - "latitude": "56.4569239", - "longitude": "-2.967926", - "machine_status": "available", - "status": "unvisited", - "id": 742, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -133129,29 +101811,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.105201399999999, - 56.8198915 - ] - }, - "properties": { - "name": "Nevis Range, Fort William", - "area": "Scotland", - "address": "A82, Torlundy., Fort William", - "external_url": "http://209.221.138.252/Details.aspx?location=32880", - "internal_url": "null", - "latitude": "56.8198915", - "longitude": "-5.105201399999999", - "machine_status": "available", - "status": "unvisited", - "id": 762, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -133175,75 +101834,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.8980438, - 57.0370298 - ] - }, - "properties": { - "name": "Ålborg Zoo", - "area": "Denmark", - "address": " Mølleparkvej 63, Ålborg", - "external_url": "http://209.221.138.252/Details.aspx?location=317167", - "internal_url": "null", - "latitude": "57.0370298", - "longitude": "9.8980438", - "machine_status": "available", - "status": "unvisited", - "id": 981, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -135.3364047, - 57.0496422 - ] - }, - "properties": { - "name": "Russell's Gifts", - "area": "Alaska", - "address": "208 Lincoln St, Sitka", - "external_url": "http://209.221.138.252/Details.aspx?location=208", - "internal_url": "null", - "latitude": "57.0496422", - "longitude": "-135.3364047", - "machine_status": "available", - "status": "unvisited", - "id": 1176, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.9778389, - 57.1072235 - ] - }, - "properties": { - "name": "Highland Wildlife Park", - "area": "Scotland", - "address": "Kincraig, Kingussie", - "external_url": "http://209.221.138.252/Details.aspx?location=97035", - "internal_url": "null", - "latitude": "57.1072235", - "longitude": "-3.9778389", - "machine_status": "available", - "status": "unvisited", - "id": 779, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -133267,29 +101857,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.6710449, - 57.13397519999999 - ] - }, - "properties": { - "name": "Cairngorm Mountain Railway", - "area": "Scotland", - "address": "CairnGorm Ski Area, Aviemore", - "external_url": "http://209.221.138.252/Details.aspx?location=4182", - "internal_url": "null", - "latitude": "57.13397519999999", - "longitude": "-3.6710449", - "machine_status": "available", - "status": "unvisited", - "id": 734, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -133313,29 +101880,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.4420012, - 57.32413989999999 - ] - }, - "properties": { - "name": "Urquhart Castle", - "area": "Scotland", - "address": "By Drumnadrochit, Drumnadrochit", - "external_url": "http://209.221.138.252/Details.aspx?location=269018", - "internal_url": "null", - "latitude": "57.32413989999999", - "longitude": "-4.4420012", - "machine_status": "available", - "status": "unvisited", - "id": 741, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -133405,52 +101949,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.225450599999999, - 57.47703319999999 - ] - }, - "properties": { - "name": "Inverness Museum and Art Gallery", - "area": "Scotland", - "address": "Castle Wynd, Inverness", - "external_url": "http://209.221.138.252/Details.aspx?location=262458", - "internal_url": "null", - "latitude": "57.47703319999999", - "longitude": "-4.225450599999999", - "machine_status": "available", - "status": "unvisited", - "id": 778, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.095711, - 57.4777898 - ] - }, - "properties": { - "name": "Culloden Battlefield Visitor Centre", - "area": "Scotland", - "address": "Culloden Moor, Inverness", - "external_url": "http://209.221.138.252/Details.aspx?location=210254", - "internal_url": "null", - "latitude": "57.4777898", - "longitude": "-4.095711", - "machine_status": "available", - "status": "unvisited", - "id": 777, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -133497,29 +101995,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -152.4052778, - 57.7908333 - ] - }, - "properties": { - "name": "Mack's Sport Shop & Alaskan Gifts", - "area": "Alaska", - "address": "212 Lower Mill Bay Road, Kodiak", - "external_url": "http://209.221.138.252/Details.aspx?location=214", - "internal_url": "null", - "latitude": "57.7908333", - "longitude": "-152.4052778", - "machine_status": "available", - "status": "unvisited", - "id": 1167, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -133543,29 +102018,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -135.4628176, - 58.1292446 - ] - }, - "properties": { - "name": "Cabin Cache", - "area": "Alaska", - "address": "108 Cannery Rd, Hoonah", - "external_url": "http://209.221.138.252/Details.aspx?location=318443", - "internal_url": "null", - "latitude": "58.1292446", - "longitude": "-135.4628176", - "machine_status": "available", - "status": "unvisited", - "id": 1156, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -133589,52 +102041,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -134.3968296, - 58.2936223 - ] - }, - "properties": { - "name": "AJ Outlet Store", - "area": "Alaska", - "address": "700 S. Franklin St., Juneau", - "external_url": "http://209.221.138.252/Details.aspx?location=167524", - "internal_url": "null", - "latitude": "58.2936223", - "longitude": "-134.3968296", - "machine_status": "available", - "status": "unvisited", - "id": 1157, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -134.4008514, - 58.2963293 - ] - }, - "properties": { - "name": "Mount Roberts Tramway", - "area": "Alaska", - "address": "490 S Franklin St,, Juneau", - "external_url": "http://209.221.138.252/Details.aspx?location=329426", - "internal_url": "null", - "latitude": "58.2963293", - "longitude": "-134.4008514", - "machine_status": "available", - "status": "unvisited", - "id": 1159, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -133704,29 +102110,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 23.5386748, - 58.9471919 - ] - }, - "properties": { - "name": "Episcopal Castle in Haapsalu", - "area": "Estonia", - "address": ", Haapsalu", - "external_url": "http://209.221.138.252/Details.aspx?location=181965", - "internal_url": "null", - "latitude": "58.9471919", - "longitude": "23.5386748", - "machine_status": "available", - "status": "unvisited", - "id": 251, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -133773,29 +102156,6 @@ "last_updated": "2021-07-29" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 24.671431, - 59.395884 - ] - }, - "properties": { - "name": "Tallinn Technical University", - "area": "Estonia", - "address": "Ehitaja tee 5, Tallinn", - "external_url": "http://209.221.138.252/Details.aspx?location=181877", - "internal_url": "null", - "latitude": "59.395884", - "longitude": "24.671431", - "machine_status": "available", - "status": "unvisited", - "id": 257, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -133819,121 +102179,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 24.7409419, - 59.43631539999999 - ] - }, - "properties": { - "name": "Pikajala", - "area": "Estonia", - "address": "14 Pikk Jalg, Tallinn", - "external_url": "http://209.221.138.252/Details.aspx?location=258997", - "internal_url": "null", - "latitude": "59.43631539999999", - "longitude": "24.7409419", - "machine_status": "available", - "status": "unvisited", - "id": 255, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 24.7444926, - 59.4364706 - ] - }, - "properties": { - "name": "Tourist Information Centre", - "area": "Estonia", - "address": "Kullasepe St, Tallinn", - "external_url": "http://209.221.138.252/Details.aspx?location=258995", - "internal_url": "null", - "latitude": "59.4364706", - "longitude": "24.7444926", - "machine_status": "available", - "status": "unvisited", - "id": 259, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 24.7502102, - 59.4365823 - ] - }, - "properties": { - "name": "Viru Gates", - "area": "Estonia", - "address": "Viru Street, Tallinn", - "external_url": "http://209.221.138.252/Details.aspx?location=112582", - "internal_url": "null", - "latitude": "59.4365823", - "longitude": "24.7502102", - "machine_status": "available", - "status": "unvisited", - "id": 261, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 24.7535747, - 59.43696079999999 - ] - }, - "properties": { - "name": "Tallink Silja Line - MS Romantika Ferry", - "area": "Estonia", - "address": "Nunne 1, Tallinn", - "external_url": "http://209.221.138.252/Details.aspx?location=254085", - "internal_url": "null", - "latitude": "59.43696079999999", - "longitude": "24.7535747", - "machine_status": "available", - "status": "unvisited", - "id": 256, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 24.7453731, - 59.4369933 - ] - }, - "properties": { - "name": "Town Hall Square in Old Town", - "area": "Estonia", - "address": "Kullasepe Street, Tallinn", - "external_url": "http://209.221.138.252/Details.aspx?location=105947", - "internal_url": "null", - "latitude": "59.4369933", - "longitude": "24.7453731", - "machine_status": "available", - "status": "unvisited", - "id": 260, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -133957,52 +102202,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 24.738421, - 59.451395 - ] - }, - "properties": { - "name": "Maritiem Museum Lennusadam", - "area": "Estonia", - "address": "Seaplane harbour, Vesilennuki 6, Tallinn", - "external_url": "http://209.221.138.252/Details.aspx?location=301626", - "internal_url": "null", - "latitude": "59.451395", - "longitude": "24.738421", - "machine_status": "available", - "status": "unvisited", - "id": 253, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -135.3193941, - 59.45345440000001 - ] - }, - "properties": { - "name": "Alaska Shirt Company (Skagway)", - "area": "Alaska", - "address": "131 Broadway, Skagway, AK 99840, USA", - "external_url": "http://209.221.138.252/Details.aspx?location=204", - "internal_url": "null", - "latitude": "59.45345440000001", - "longitude": "-135.3193941", - "machine_status": "available", - "status": "unvisited", - "id": 1177, - "last_updated": "2021-12-05" - } - }, { "type": "Feature", "geometry": { @@ -134049,29 +102248,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -135.3158554, - 59.4554537 - ] - }, - "properties": { - "name": "Caribou Creek (Inside Photo Connection) ", - "area": "Alaska", - "address": "302 5th Avenue, Skagway", - "external_url": "http://209.221.138.252/Details.aspx?location=319963", - "internal_url": "null", - "latitude": "59.4554537", - "longitude": "-135.3158554", - "machine_status": "available", - "status": "unvisited", - "id": 1178, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -134233,29 +102409,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.4280891, - 60.1193839 - ] - }, - "properties": { - "name": "Cruise Terminal Seward", - "area": "Alaska", - "address": "913 Port Way, Seward", - "external_url": "http://209.221.138.252/Details.aspx?location=258628", - "internal_url": "null", - "latitude": "60.1193839", - "longitude": "-149.4280891", - "machine_status": "retired", - "status": "retired", - "id": 1171, - "last_updated": "2022-10-30" - } - }, { "type": "Feature", "geometry": { @@ -134279,29 +102432,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.438626, - 60.121886 - ] - }, - "properties": { - "name": "Harbor Train Station (Alaska Railroad Station)", - "area": "Alaska", - "address": "North Waterfront, Seward", - "external_url": "http://209.221.138.252/Details.aspx?location=212", - "internal_url": "null", - "latitude": "60.121886", - "longitude": "-149.438626", - "machine_status": "available", - "status": "unvisited", - "id": 1173, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -134348,29 +102478,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3238984, - 60.3970369 - ] - }, - "properties": { - "name": "Knut Skurveit ", - "area": "Norway", - "address": "Bryggen 21, Bergen", - "external_url": "http://209.221.138.252/Details.aspx?location=254455", - "internal_url": "null", - "latitude": "60.3970369", - "longitude": "5.3238984", - "machine_status": "available", - "status": "unvisited", - "id": 43, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -134601,29 +102708,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.8916467, - 61.21867760000001 - ] - }, - "properties": { - "name": "Grizzly's Gifts ", - "area": "Alaska", - "address": "501 West 4th Avenue, Anchorage", - "external_url": "http://209.221.138.252/Details.aspx?location=230", - "internal_url": "null", - "latitude": "61.21867760000001", - "longitude": "-149.8916467", - "machine_status": "available", - "status": "unvisited", - "id": 1148, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -134647,52 +102731,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.8904657, - 61.22168490000001 - ] - }, - "properties": { - "name": "Alaska Railroad Depot", - "area": "Alaska", - "address": "411 West First Ave, Anchorage", - "external_url": "http://209.221.138.252/Details.aspx?location=238", - "internal_url": "null", - "latitude": "61.22168490000001", - "longitude": "-149.8904657", - "machine_status": "retired", - "status": "retired", - "id": 1144, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.7658334, - 61.23527780000001 - ] - }, - "properties": { - "name": "Military Mall", - "area": "Alaska", - "address": "Elmendorf AFB, Anchorage", - "external_url": "http://209.221.138.252/Details.aspx?location=232", - "internal_url": "null", - "latitude": "61.23527780000001", - "longitude": "-149.7658334", - "machine_status": "available", - "status": "unvisited", - "id": 1150, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -134808,52 +102846,6 @@ "last_updated": "2021-04-05" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -150.1127746, - 62.32308879999999 - ] - }, - "properties": { - "name": "Nagley's General Store", - "area": "Alaska", - "address": "13650 E Main St, Talkeetna", - "external_url": "http://209.221.138.252/Details.aspx?location=312692", - "internal_url": "null", - "latitude": "62.32308879999999", - "longitude": "-150.1127746", - "machine_status": "available", - "status": "unvisited", - "id": 1185, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.0957797, - 62.4655165 - ] - }, - "properties": { - "name": "Atlanterhavsparken, The Atlantic Sea Park", - "area": "Norway", - "address": "Tueneset, 2090 skarbøvik, 6006 , Alesund", - "external_url": "http://209.221.138.252/Details.aspx?location=112265", - "internal_url": "null", - "latitude": "62.4655165", - "longitude": "6.0957797", - "machine_status": "available", - "status": "unvisited", - "id": 42, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -135015,29 +103007,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 127.0582827, - 37.513131 - ] - }, - "properties": { - "name": "COEX aquarium", - "area": "South Korea", - "address": "Yeongdongdae-ro 513 Basement 1, Seoul, Gangnam", - "external_url": "http://209.221.138.252/Details.aspx?location=379142", - "internal_url": "null", - "latitude": "37.513131", - "longitude": "127.0582827", - "machine_status": "available", - "status": "unvisited", - "id": 5911, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -135498,29 +103467,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 139.7001252, - 35.6612003 - ] - }, - "properties": { - "name": "Disney Store, Shibuya Koen-dori", - "area": "Japan", - "address": "20-15 Udagawacho Humnax Pavillion Shibuya Koen-dori, , Shibuya - Tokyo Prefecture", - "external_url": "http://209.221.138.252/Details.aspx?location=371106", - "internal_url": "null", - "latitude": "35.6612003", - "longitude": "139.7001252", - "machine_status": "available", - "status": "unvisited", - "id": 5841, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -135590,29 +103536,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 151.2077747, - -33.857439 - ] - }, - "properties": { - "name": "BridgeClimb", - "area": "Australia", - "address": "3 Cumberland St, The Rocks NSW, NSW - Sydney", - "external_url": "http://209.221.138.252/Details.aspx?location=379813", - "internal_url": "null", - "latitude": "-33.857439", - "longitude": "151.2077747", - "machine_status": "available", - "status": "unvisited", - "id": 5601, - "last_updated": "2022-10-22" - } - }, { "type": "Feature", "geometry": { @@ -135682,75 +103605,6 @@ "last_updated": "2022-10-22" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 16.410018487085242, - 48.240347452642666 - ] - }, - "properties": { - "name": "Donauturm souvenier store", - "area": "Austria", - "address": "Donautumstraße 4", - "external_url": "http://209.221.138.252/Details.aspx?location=35889", - "internal_url": "null", - "latitude": "48.240347452642666", - "longitude": "16.410018487085242", - "machine_status": "available", - "status": "unvisited", - "id": 5980, - "last_updated": "2022-11-06" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.7598125, - 34.8737264 - ] - }, - "properties": { - "name": "Sedona's Candy Shopp", - "area": "Arizona", - "address": "466 Sunset Lane, Sedona", - "external_url": "http://209.221.138.252/Details.aspx?location=387624", - "internal_url": "null", - "latitude": "34.8737264", - "longitude": "-111.7598125", - "machine_status": "available", - "status": "unvisited", - "id": 5981, - "last_updated": "2022-11-9" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.8760404, - 35.3264405 - ] - }, - "properties": { - "name": "Historic Seligman Sundries", - "area": "Arizona", - "address": "22405 Route 66, Seligman", - "external_url": "http://209.221.138.252/Details.aspx?location=208152", - "internal_url": "null", - "latitude": "35.3264405", - "longitude": "-112.8760404", - "machine_status": "available", - "status": "unvisited", - "id": 5982, - "last_updated": "2022-11-9" - } - }, { "type": "Feature", "geometry": { @@ -135774,29 +103628,6 @@ "last_updated": "2022-11-9" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.9236622, - 33.8091327 - ] - }, - "properties": { - "name": "Downtown Disney - Star Trader Gift Shop", - "area": "California", - "address": "Downtown Disney,, Anaheim", - "external_url": "http://209.221.138.252/Details.aspx?location=387498", - "internal_url": "null", - "latitude": "33.8091327", - "longitude": "-117.9236622", - "machine_status": "available", - "status": "unvisited", - "id": 5984, - "last_updated": "2022-11-9" - } - }, { "type": "Feature", "geometry": { @@ -136073,29 +103904,6 @@ "last_updated": "2022-11-09" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.9904971, - 39.7435294 - ] - }, - "properties": { - "name": "Hard Rock Cafe", - "area": "Colorado", - "address": "500 16th St Suite 120, Denver", - "external_url": "http://209.221.138.252/Details.aspx?location=387762", - "internal_url": "null", - "latitude": "39.7435294", - "longitude": "-104.9904971", - "machine_status": "available", - "status": "unvisited", - "id": 5997, - "last_updated": "2022-11-13" - } - }, { "type": "Feature", "geometry": { @@ -136210,6 +104018,67286 @@ "id": 6002, "last_updated": "2022-11-13" } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.00855, + 53.59714 + ] + }, + "properties": { + "name": "Planetarium Hamburg", + "area": "Germany", + "address": "Linnering 1, 22299 Hamburg", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.59714", + "longitude": "10.00855", + "machine_status": "available", + "id": 6003, + "last_updated": "2022-12-05", + "notes": { + "2024-03-20": "This is a token machine" + } + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.8461775, + 53.1066666 + ] + }, + "properties": { + "name": "Universum Bremen (Science Center)", + "area": "Germany", + "address": "Wiener Straße 1a, 28359 Bremen, Germany", + "multimachine": 2, + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=33908", + "internal_url": "null", + "latitude": "53.1066666", + "longitude": "8.8461775", + "machine_status": "available", + "id": 460, + "last_updated": "2022-01-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -120.6746599, + 35.2674132 + ] + }, + "properties": { + "name": "Madonna Inn", + "area": "California", + "address": "100 Madonna Rd, San Luis Obispo, CA 93405, USA", + "status": "unvisited", + "multimachine": 2, + "external_url": "http://209.221.138.252/Details.aspx?location=571", + "internal_url": "null", + "latitude": "35.2674132", + "longitude": "-120.6746599", + "notes": { + "2022-01-05": "This machine is currently located downstairs across from the wine cave (right near the men restroom that has a waterfall in it). The other machine is on the main floor, in the Copper Cafe. " + }, + "machine_status": "available", + "id": 4832, + "last_updated": "2022-01-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 19.083691, + 47.512203 + ] + }, + "properties": { + "name": "Liget Városliget (by house of music)", + "area": "Hungary", + "address": "1146 Kós Károly street, G38H+8P Budapest", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=386368", + "internal_url": "null", + "latitude": "47.512203", + "longitude": "19.083691", + "machine_status": "available", + "id": 5802, + "last_updated": "2023-01-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.156786, + 53.612054 + ] + }, + "properties": { + "name": "Seehundstation Norddeich", + "area": "Germany", + "address": "Nationalpark-Haus, Dörper Weg 24", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=72570", + "internal_url": "null", + "latitude": "53.612054", + "longitude": "7.156786", + "multimachine": 3, + "machine_status": "available", + "id": 575, + "last_updated": "2022-08-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.3181599, + 41.7561942 + ] + }, + "properties": { + "name": "SciTech Hands On Museum", + "area": "Illinois", + "address": "18 West Benton, Aurora", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2113", + "internal_url": "null", + "latitude": "41.7561942", + "longitude": "-88.3181599", + "machine_status": "retired", + "id": 1197, + "last_updated": "2024-06-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.4598379, + 51.5165055 + ] + }, + "properties": { + "name": "Dortmund Tourist and Information Center", + "area": "Germany", + "address": "Königswall 18a", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "51.5165055", + "longitude": "7.4598379", + "machine_status": "retired", + "id": 476, + "last_updated": "2023-02-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.5928913, + 36.4500474 + ] + }, + "properties": { + "name": "Russell's Truck & Travel Center (Springer)", + "area": "New Mexico", + "address": "I-25 exit 419, Springer, NM87747", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "36.4500474", + "longitude": "-104.5928913", + "machine_status": "available", + "id": 4946, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -103.1040605, + 35.1753875 + ] + }, + "properties": { + "name": "Russell's Truck & Travel Center (Glenrio)", + "area": "New Mexico", + "address": "1583 Frontage Rd 4132 (Exit 369 off route I-40), Glenrio, NM 88434", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=267781", + "internal_url": "null", + "latitude": "35.1753875", + "longitude": "-103.1040605", + "machine_status": "available", + "id": 4928, + "last_updated": "2023-03-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.0200013, + 36.9639462 + ] + }, + "properties": { + "name": "Santa Cruz Beach Boardwalk (Casino Arcade)", + "area": "California", + "address": "400 Beach Street, 95060 Santa Cruz", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=543", + "internal_url": "null", + "latitude": "36.9639462", + "longitude": "-122.0200013", + "machine_status": "available", + "id": 4847, + "last_updated": "2023-03-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.986747, + 32.806778 + ] + }, + "properties": { + "name": "Charles Towne Landing State Historic Site", + "area": "South Carolina", + "address": "1500 Old Towne Road, Charleston", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=52726", + "internal_url": "null", + "latitude": "32.806778", + "longitude": "-79.986747", + "machine_status": "available", + "id": 2182, + "last_updated": "2023-03-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.19734636287976, + 32.25450160841186 + ] + }, + "properties": { + "name": "Saguaro National Park", + "area": "Arizona", + "address": "Visitor Center Tucson, AZ 85743 United States", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=250420", + "internal_url": "null", + "latitude": "32.25450160841186", + "longitude": "-111.19734636287976", + "machine_status": "retired", + "id": 2714, + "last_updated": "2024-09-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.5057612, + 38.5821574 + ] + }, + "properties": { + "name": "Old Sacramento - Stage Nine Store", + "area": "California", + "address": "102 K St. (Old Town), Sacramento", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=1196", + "internal_url": "null", + "latitude": "38.5821574", + "longitude": "-121.5057612", + "multimachine": 2, + "machine_status": "available", + "id": 4756, + "last_updated": "2023-03-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.5044464, + 38.5850581 + ] + }, + "properties": { + "name": "Old Sacramento - California State Railroad Museum", + "area": "California", + "address": "125 I Street Sacramento, Sacramento", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=107181", + "internal_url": "null", + "latitude": "38.5850581", + "longitude": "-121.5044464", + "paywall": true, + "machine_status": "available", + "id": 4751, + "last_updated": "2023-03-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -113.205536, + 37.205406 + ] + }, + "properties": { + "name": "Fort Zion Gift Shop & Petting Zoo", + "area": "Utah", + "address": "1000 W Highway 9, Virgin", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=252187", + "internal_url": "null", + "latitude": "37.205406", + "longitude": "-113.205536", + "machine_status": "available", + "id": 2103, + "last_updated": "2023-03-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.8235772, + 28.056906 + ] + }, + "properties": { + "name": "Honeymoon Island State Park", + "area": "Florida", + "address": "1 Causeway Blvd, Dunedin", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=199508", + "internal_url": "null", + "latitude": "28.056906", + "longitude": "-82.8235772", + "machine_status": "available", + "id": 3294, + "last_updated": "2023-03-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.82874137384263, + 27.97717905872123 + ] + }, + "properties": { + "name": "Clearwater Beach Pier 60", + "area": "Florida", + "address": "Pier 60, Clearwater Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=39290", + "internal_url": "null", + "latitude": "27.97717905872123", + "longitude": "-82.82874137384263", + "machine_status": "available", + "id": 3270, + "last_updated": "2023-03-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.7071264, + 38.2057299 + ] + }, + "properties": { + "name": "Louisville Zoo", + "area": "Kentucky", + "address": "1100 Trevilian Way, Louisville", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2279", + "internal_url": "null", + "latitude": "38.2057299", + "longitude": "-85.7071264", + "multimachine": 6, + "machine_status": "available", + "id": 3536, + "last_updated": "2023-03-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.5537665, + 48.1744897 + ] + }, + "properties": { + "name": "Olympiaturm Munich", + "area": "Germany", + "address": "Olympiapark, Spiridon-Louis-Ring 7, München", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=382501", + "internal_url": "null", + "latitude": "48.1744897", + "longitude": "11.5537665", + "multimachine": 2, + "paywall": true, + "machine_status": "available", + "id": 5743, + "last_updated": "2023-04-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.5563904, + 48.1740593 + ] + }, + "properties": { + "name": "Sea Life München", + "area": "Germany", + "address": "Olympia Park, Willi-Daume-Platz 1, 80809 Munich", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=260690", + "internal_url": "null", + "latitude": "48.1740593", + "longitude": "11.5563904", + "multimachine": 2, + "machine_status": "available", + "id": 565, + "last_updated": "2023-04-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.16457564568073, + 36.14003117559121 + ] + }, + "properties": { + "name": "Circus Circus Hotel & Casino (Las Vegas)", + "area": "Nevada", + "address": "2880 Las Vegas Boulevard South, Las Vegas", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2759", + "internal_url": "null", + "latitude": "36.14003117559121", + "longitude": "-115.16457564568073", + "multimachine": 4, + "machine_status": "available", + "id": 4494, + "last_updated": "2024-04-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.74532, + 53.07796 + ] + }, + "properties": { + "name": "Ecomare (Texel)", + "area": "Netherlands", + "address": "Ruijslaan 92, 1796 AZ De Koog, Netherlands", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=86480", + "internal_url": "null", + "latitude": "53.07796", + "longitude": "4.74532", + "machine_status": "available", + "id": 179, + "last_updated": "2023-04-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -74.4561063, + 40.4962489 + ] + }, + "properties": { + "name": "Ale 'N 'Wich Pub", + "area": "New Jersey", + "address": "246 Hamilton St, New Brunswick ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=380776", + "internal_url": "null", + "latitude": "40.4962489", + "longitude": "-74.4561063", + "machine_status": "available", + "id": 5455, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -119.94187, + 38.96029 + ] + }, + "properties": { + "name": "Harvey’s hotel casino resort", + "area": "Nevada", + "address": "18 US-50, Stateline", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=105911", + "internal_url": "null", + "latitude": "38.96029", + "longitude": "-119.94187", + "machine_status": "available", + "id": 6004, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.060138, + 43.09431 + ] + }, + "properties": { + "name": "Aquarium of Niagara", + "area": "New York", + "address": "701 Whirpool St, Niagara Falls", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3594", + "internal_url": "null", + "latitude": "43.09431", + "longitude": "-79.060138", + "paywall": true, + "machine_status": "retired", + "id": 3061, + "last_updated": "2023-04-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.07545069999999, + 43.0907761 + ] + }, + "properties": { + "name": "Ripley's Believe It or Not - Niagara Falls", + "area": "Canada", + "address": "4960 Clifton Hill, Ontario - Niagara Falls", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=4223", + "internal_url": "null", + "latitude": "43.0907761", + "longitude": "-79.07545069999999", + "paywall": true, + "machine_status": "available", + "id": 5013, + "last_updated": "2023-04-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.076522, + 43.0920144 + ] + }, + "properties": { + "name": "House of Cuban Cigars", + "area": "Canada", + "address": "5743 Victoria Avenue, Ontario - Niagara Falls", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=30366", + "internal_url": "null", + "latitude": "43.0920144", + "longitude": "-79.076522", + "multimachine": 1, + "machine_status": "available", + "id": 5624, + "last_updated": "2024-03-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.399999999999999, + 48.433333 + ] + }, + "properties": { + "name": "Mont Sainte Odile", + "area": "France", + "address": "67530 Ottrott (Vosges)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=240518", + "internal_url": "null", + "latitude": "48.433333", + "longitude": "7.399999999999999", + "machine_status": "available", + "id": 95, + "last_updated": "2023-04-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.0707941, + 43.0822684 + ] + }, + "properties": { + "name": "Cave of the Winds Gift Shop", + "area": "New York", + "address": "Goat Island, Niagara Falls", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3593", + "internal_url": "null", + "latitude": "43.0822684", + "longitude": "-79.0707941", + "multimachine": 4, + "machine_status": "retired", + "id": 3062, + "last_updated": "2024-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.06797163069787, + 43.08636007824847 + ] + }, + "properties": { + "name": "Niagara Falls State Park", + "area": "New York", + "address": "Niagara Falls State Park, Niagara Falls", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=15836", + "internal_url": "null", + "latitude": "43.08636007824847", + "longitude": "-79.06797163069787", + "machine_status": "retired", + "id": 3064, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.8762911, + 42.9354287 + ] + }, + "properties": { + "name": "The Buffalo History Museum", + "area": "New York", + "address": "1 Museum Court, Buffalo", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3648", + "internal_url": "null", + "latitude": "42.9354287", + "longitude": "-78.8762911", + "paywall": true, + "machine_status": "available", + "id": 2999, + "last_updated": "2023-04-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.85160909999999, + 42.9371231 + ] + }, + "properties": { + "name": "Buffalo Zoo", + "area": "New York", + "address": "300 Parkside Ave., Buffalo", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3644", + "internal_url": "null", + "latitude": "42.9371231", + "longitude": "-78.85160909999999", + "paywall": true, + "multimachine": 3, + "machine_status": "available", + "id": 2997, + "last_updated": "2023-04-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.5487146, + 34.0722611 + ] + }, + "properties": { + "name": "Rainforest Café - Ontario Mills Mall", + "area": "California", + "address": "4810 Mills Circle, Ontario, California, USA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=1272", + "internal_url": "null", + "latitude": "34.0722611", + "longitude": "-117.5487146", + "multimachine": 2, + "machine_status": "available", + "id": 4719, + "last_updated": "2023-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.614899, + 47.676427 + ] + }, + "properties": { + "name": "Rheinfall / Schloss Laufen", + "area": "Switzerland", + "address": "Areal Schloss Laufen, 8447 Dachsen", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=76288", + "internal_url": "null", + "latitude": "47.676427", + "longitude": "8.614899", + "multimachine": 1, + "machine_status": "available", + "id": 726, + "last_updated": "2024-01-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -101.7548944, + 35.1936064 + ] + }, + "properties": { + "name": "Big Texan Steak Ranch", + "area": "Texas", + "address": "7701 Interstate (I-40 East bound Exit 75), Amarillo", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=1756", + "internal_url": "null", + "latitude": "35.1936064", + "longitude": "-101.7548944", + "multimachine": 2, + "machine_status": "available", + "id": 3639, + "last_updated": "2023-05-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -119.21413, + 34.25621 + ] + }, + "properties": { + "name": "Golf N' Stuff (Ventura)", + "area": "California", + "address": "5555 Walker Street, Ventura, CA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=27731", + "internal_url": "null", + "latitude": "34.25621", + "longitude": "-119.21413", + "machine_status": "available", + "id": 4885, + "last_updated": "2023-05-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.95272, + 39.716177 + ] + }, + "properties": { + "name": "Cherry Street Diner", + "area": "Ohio", + "address": "80 Cherry St, Ashville, Ohio", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "39.716177", + "longitude": "-82.95272", + "machine_status": "available", + "id": 1942, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.0562669, + 38.8718568 + ] + }, + "properties": { + "name": "The Pentagon Visitor Center", + "area": "Virginia", + "address": "The Pentagon, Arlington", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=104518", + "internal_url": "null", + "latitude": "38.8718568", + "longitude": "-77.0562669", + "paywall": true, + "machine_status": "available", + "id": 4406, + "last_updated": "2023-05-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.6076336, + 36.5001412 + ] + }, + "properties": { + "name": "Bear Creek Gifts, LLC", + "area": "North Carolina", + "address": "165 N. Main St., Mount Airy", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=95265", + "internal_url": "null", + "latitude": "36.5001412", + "longitude": "-80.6076336", + "machine_status": "retired", + "id": 4132, + "last_updated": "2023-05-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.227874, + 39.7612 + ] + }, + "properties": { + "name": "Aunt Patty's On The Square", + "area": "Indiana", + "address": "101 W High St, Rockville", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=209856", + "internal_url": "null", + "latitude": "39.7612", + "longitude": "-87.227874", + "machine_status": "retired", + "id": 2290, + "last_updated": "2023-05-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.867617659, + 49.1269334 + ] + }, + "properties": { + "name": "See Camping Langlau", + "area": "Germany", + "address": "Seestraße 30, 91738 Pfofeld-Langlau", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.1269334", + "longitude": "10.867617659", + "machine_status": "available", + "id": 6005, + "last_updated": "2023-05-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.22519439999999, + 38.6581833 + ] + }, + "properties": { + "name": "Headmasters Pub", + "area": "Virginia", + "address": "12018 Lee Highway, Sperryville ", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=354166", + "internal_url": "null", + "latitude": "38.6581833", + "longitude": "-78.22519439999999", + "machine_status": "retired", + "id": 5440, + "last_updated": "2023-05-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.6992083, + 43.3644194 + ] + }, + "properties": { + "name": "Beef Jerky Outlet", + "area": "New York", + "address": "1424 Route 9, Space #8A , Lake George", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=331731", + "internal_url": "null", + "latitude": "43.3644194", + "longitude": "-73.6992083", + "machine_status": "retired", + "id": 3020, + "last_updated": "2023-05-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.2485749, + 35.4397021 + ] + }, + "properties": { + "name": "Chimney Rock State Park", + "area": "North Carolina", + "address": "U.S. Hwys 64/74, Chimney Rock", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3717", + "internal_url": "null", + "latitude": "35.4397021", + "longitude": "-82.2485749", + "machine_status": "available", + "id": 4100, + "last_updated": "2024-06-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.1215648, + 51.5119054 + ] + }, + "properties": { + "name": "London Transport Museum", + "area": "England", + "address": "Covent Garden Piazza, London WC2E 7BB", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=208567", + "internal_url": "null", + "latitude": "51.5119054", + "longitude": "-0.1215648", + "machine_status": "available", + "id": 1463, + "last_updated": "2023-06-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.7148904, + 36.1022443 + ] + }, + "properties": { + "name": "Southern Shores Pizza & Deli", + "area": "North Carolina", + "address": "1 Ocean Blvd, Kitty Hawk", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=293580", + "internal_url": "null", + "latitude": "36.1022443", + "longitude": "-75.7148904", + "machine_status": "available", + "id": 4116, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.61869089999999, + 45.8488096 + ] + }, + "properties": { + "name": "Island Bookstore (#1)", + "area": "Michigan", + "address": "7372 Main Street, Mackinac Island", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=7576", + "internal_url": "null", + "latitude": "45.8488096", + "longitude": "-84.61869089999999", + "machine_status": "available", + "id": 2547, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.4370852, + 26.0700857 + ] + }, + "properties": { + "name": "Bobz World", + "area": "Texas", + "address": "36451 State Hwy 100, Los Fresnos", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=228625", + "internal_url": "null", + "latitude": "26.0700857", + "longitude": "-97.4370852", + "machine_status": "retired", + "id": 3751, + "last_updated": "2023-06-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.339455, + 34.1025381 + ] + }, + "properties": { + "name": "Gifts Of Hollywood", + "area": "California", + "address": "6801 Hollywood Boulevard - level 4 bridge, Hollywood", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=48947", + "internal_url": "null", + "latitude": "34.1025381", + "longitude": "-118.339455", + "machine_status": "available", + "id": 4639, + "last_updated": "2024-01-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.6658438, + 37.377856 + ] + }, + "properties": { + "name": "Saint Louis Iron Mountain & Southern", + "area": "Missouri", + "address": "252 E Jackson Blvd, Jackson, MO 63755, United States", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "37.377856", + "longitude": "-89.6658438", + "machine_status": "available", + "id": 6006, + "last_updated": "2023-06-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -109.8912094, + 34.7921982 + ] + }, + "properties": { + "name": "Crystal Forest Gift Shop & Museum", + "area": "Arizona", + "address": "6495 Petrified Forest Road, Holbrook", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=27229", + "internal_url": "null", + "latitude": "34.7921982", + "longitude": "-109.8912094", + "machine_status": "retired", + "id": 2634, + "last_updated": "2024-02-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.776731, + 36.161146 + ] + }, + "properties": { + "name": "Music City Showcase", + "area": "Tennessee", + "address": "323 Broadway, Nashville, TN 37201, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=395905", + "internal_url": "null", + "latitude": "36.16114574108638", + "longitude": "-86.77673080344822", + "machine_status": "available", + "id": 6007, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -102.2415239, + 43.9930366 + ] + }, + "properties": { + "name": "Wall Drugstore", + "area": "South Dakota", + "address": "510 Main St, Wall, SD 57790, United States", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "43.99303664996626", + "longitude": "-102.24152390308831", + "machine_status": "available", + "id": 6008, + "last_updated": "2023-07-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.3731069, + 35.282846 + ] + }, + "properties": { + "name": "Courthouse Square - Jack Daniels Souvenir Store", + "area": "Tennessee", + "address": "52 Mechanic St S, Lynchburg, TN 37352, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=319740", + "internal_url": "null", + "latitude": "35.282846", + "longitude": "-86.3731069", + "machine_status": "available", + "id": 4228, + "last_updated": "2023-07-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.69857537422314, + 44.588544548560485 + ] + }, + "properties": { + "name": "Devils Tower - Cattle Kate's Cafe", + "area": "Wyoming", + "address": "60 WY-110, Devils Tower, WY 82714, United States", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "44.588544548560485", + "longitude": "-104.69857537422314", + "machine_status": "available", + "id": 6009, + "last_updated": "2023-07-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.6992083, + 44.588659 + ] + }, + "properties": { + "name": "Devil's Tower Trading Post", + "area": "Wyoming", + "address": "57 WY-110 Devils tower, WY 82714 United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=824", + "internal_url": "null", + "latitude": "44.58865890018892", + "longitude": "-104.69920826005048", + "machine_status": "available", + "id": 3109, + "last_updated": "2023-07-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.0622478, + 43.0847267 + ] + }, + "properties": { + "name": "Honeymoon Capital Souvenir Shop", + "area": "New York", + "address": "16 Rainbow Blvd, Niagara Falls", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3588", + "internal_url": "null", + "latitude": "43.0847267", + "longitude": "-79.0622478", + "machine_status": "retired", + "id": 5479, + "last_updated": "2023-07-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -116.78978643, + 47.73167717508765 + ] + }, + "properties": { + "name": "Memory Lane Gems", + "area": "Idaho", + "address": "200 W Hanley Ave, Coeur d'Alene, ID 83815, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=293104", + "internal_url": "null", + "latitude": "47.73167717508765", + "longitude": "-116.78978643063256", + "machine_status": "retired", + "id": 4312, + "last_updated": "2024-07-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.17422239999999, + 25.7849814 + ] + }, + "properties": { + "name": "Jungle Island", + "area": "Florida", + "address": "1111 Parrot Jungle Trail, Miami", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=1696", + "internal_url": "null", + "latitude": "25.7849814", + "longitude": "-80.17422239999999", + "machine_status": "retired", + "id": 3385, + "last_updated": "2023-07-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.344381, + 47.079119 + ] + }, + "properties": { + "name": "Kölnbrein parking ", + "area": "Austria", + "address": "Brandstatt 36, 9854 Brandstatt, Austria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "13.344381", + "longitude": "47.079119", + "machine_status": "available", + "id": 6010, + "last_updated": "2023-07-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.053718, + 46.660467 + ] + }, + "properties": { + "name": "Mount First", + "area": "Switzerland", + "address": "", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "46.660467", + "longitude": "8.053718", + "machine_status": "retired", + "id": 718, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.053941, + 46.65981 + ] + }, + "properties": { + "name": "Grindelwald First Station", + "area": "Switzerland", + "address": "Bergstation First, 3818 Grindelwald", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=239193", + "internal_url": "null", + "latitude": "46.65981", + "longitude": "8.053941", + "machine_status": "available", + "id": 716, + "last_updated": "2023-07-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.11103797965455, + 39.781620825116654 + ] + }, + "properties": { + "name": "Air Force Museum Ohio", + "area": "Ohio", + "address": "1100 Spaatz St, Wright-Patterson AFB, OH 45433, United States", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "39.781620825116654", + "longitude": "-84.11103797965455", + "machine_status": "available", + "id": 6011, + "last_updated": "2023-07-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -110.8259479, + 44.4593593 + ] + }, + "properties": { + "name": "Old Faithful Lodge Gift Shop", + "area": "Wyoming", + "address": "725 Old Faithful Lodge Road, Yellowstone National Park", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=379935", + "internal_url": "null", + "latitude": "44.4593593", + "longitude": "-110.8259479", + "machine_status": "available", + "id": 5511, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.1153282, + 51.5032484 + ] + }, + "properties": { + "name": "Golden Tours Waterloo Branch ", + "area": "England", + "address": "York Rd, Elizabeth House, Unit 31 Visitor Centre, London", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=325503", + "internal_url": "null", + "latitude": "51.5032484", + "longitude": "-0.1153282", + "machine_status": "available", + "id": 1490, + "last_updated": "2023-11-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.1933662, + 37.7291766 + ] + }, + "properties": { + "name": "University Mall (Center area by Hot Topic)", + "area": "Illinois", + "address": "1237 E Main St, Carbondale, IL 62901", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=299313", + "internal_url": "null", + "latitude": "37.7291766", + "longitude": "-89.1933662", + "machine_status": "retired", + "id": 1204, + "last_updated": "2023-07-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.9120169, + 40.9864584 + ] + }, + "properties": { + "name": "Cabela's (Farmington)", + "area": "Utah", + "address": "391 N Cabela's Dr, 84025 Farmington", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=250813", + "internal_url": "null", + "latitude": "40.9864584", + "longitude": "-111.9120169", + "machine_status": "retired", + "id": 2063, + "last_updated": "2023-06-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.16772588576356, + 36.11415721345083 + ] + }, + "properties": { + "name": "Paris Hotel Casino (Real Bodies gift shop)", + "area": "Nevada", + "address": "3643 Las Vegas Boulevard South, Las Vegas", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=377240", + "internal_url": "null", + "latitude": "36.11415721345083", + "longitude": "-115.16772588576356", + "machine_status": "available", + "id": 5427, + "last_updated": "2024-07-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.1499551, + 32.7311958 + ] + }, + "properties": { + "name": "Balboa Park - Visitor Center", + "area": "California", + "address": "1549 El Prado, Suite. 1, San Diego", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=2941", + "internal_url": "null", + "latitude": "32.7311958", + "longitude": "-117.1499551", + "machine_status": "retired", + "id": 4763, + "last_updated": "2023-07-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -114.4838741, + 35.715473 + ] + }, + "properties": { + "name": "Last Stop Travel Center,", + "area": "Arizona", + "address": "20331 N US Hwy 93, White Hills", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=357775", + "internal_url": "null", + "latitude": "35.715473", + "longitude": "-114.4838741", + "machine_status": "available", + "id": 5204, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -123.0308172, + 44.9384502 + ] + }, + "properties": { + "name": "Oregon State Capitol Building", + "area": "Oregon", + "address": "900 Court Street Street NE, Salem", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=206303", + "internal_url": "null", + "latitude": "44.9384502", + "longitude": "-123.0308172", + "machine_status": "retired", + "id": 4389, + "last_updated": "2023-07-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -123.0430662, + 44.9410879 + ] + }, + "properties": { + "name": "Salem's Riverfront Carousel", + "area": "Oregon", + "address": "101 Front Street NE, Salem", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3936", + "internal_url": "null", + "latitude": "44.9410879", + "longitude": "-123.0430662", + "multimachine": 2, + "machine_status": "available", + "id": 4390, + "last_updated": "2024-01-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.236364, + 40.781635 + ] + }, + "properties": { + "name": "Bar Rione Monti", + "area": "Italy", + "address": "Via Monte San Michele, 85/87, Alberobello, 70011 Italy", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=73132", + "internal_url": "null", + "latitude": "40.781635", + "longitude": "17.236364", + "machine_status": "retired", + "id": 899, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -120.6420882, + 35.1397707 + ] + }, + "properties": { + "name": "Jim And G's Apparel And Beachwear", + "area": "California", + "address": "685 Cypress St, Pismo Beach", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=343451", + "internal_url": "null", + "latitude": "35.1397707", + "longitude": "-120.6420882", + "machine_status": "retired", + "id": 4733, + "last_updated": "2023-07-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.5345256, + 40.5772468 + ] + }, + "properties": { + "name": "Dorney Park ", + "area": "Pennsylvania", + "address": "3830 Dorney Park Road, Allentown", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=5765", + "internal_url": "null", + "latitude": "40.5772468", + "longitude": "-75.5345256", + "machine_status": "retired", + "id": 3950, + "last_updated": "2023-07-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.7374931, + 37.5311219 + ] + }, + "properties": { + "name": "Abraham Lincoln Birthplace National Historical Park", + "area": "Kentucky", + "address": "2995 Lincoln Farm Rd., Hodgenville", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=370032", + "internal_url": "null", + "latitude": "37.5311219", + "longitude": "-85.7374931", + "machine_status": "retired", + "id": 5500, + "last_updated": "2023-07-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -120.5451949, + 38.0760832 + ] + }, + "properties": { + "name": "Calaveras County Visitors Bureau", + "area": "California", + "address": "1192 S. Main Street, Angels Camp", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=375", + "internal_url": "null", + "latitude": "38.0760832", + "longitude": "-120.5451949", + "machine_status": "retired", + "id": 4563, + "last_updated": "2023-07-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -135.3193941, + 59.45345440000001 + ] + }, + "properties": { + "name": "Alaska Shirt Company (Skagway)", + "area": "Alaska", + "address": "131 Broadway, Skagway, AK 99840, USA", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=204", + "internal_url": "null", + "latitude": "59.45345440000001", + "longitude": "-135.3193941", + "machine_status": "retired", + "id": 1177, + "last_updated": "2023-07-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.8061149, + 24.5604925 + ] + }, + "properties": { + "name": "Conch Tour Train Depot", + "area": "Florida", + "address": "303 Front St. at the corner of Duval Street and Front Street, Key West", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=1795", + "internal_url": "null", + "latitude": "24.5604925", + "longitude": "-81.8061149", + "machine_status": "retired", + "id": 3320, + "last_updated": "2023-07-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.8724818, + 34.0505871 + ] + }, + "properties": { + "name": "Dodge City Petro", + "area": "Alabama", + "address": "426 AL-69 (I-65 Exit 299), Hanceville", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=275011", + "internal_url": "null", + "latitude": "34.0505871", + "longitude": "-86.8724818", + "machine_status": "retired", + "id": 1722, + "last_updated": "2023-07-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.85318889999999, + 29.2505778 + ] + }, + "properties": { + "name": "Galveston Fishing Pier", + "area": "Texas", + "address": "9001 Seawall Boulevard, Galveston", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=245658", + "internal_url": "null", + "latitude": "29.2505778", + "longitude": "-94.85318889999999", + "machine_status": "available", + "id": 3705, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.1758392, + 31.6067336 + ] + }, + "properties": { + "name": "Waco Mammoth Site", + "area": "Texas", + "address": "6220 Steinbeck Bend Dr, Waco", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=223253", + "internal_url": "null", + "latitude": "31.6067336", + "longitude": "-97.1758392", + "machine_status": "retired", + "id": 3822, + "last_updated": "2023-07-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -103.4590667, + 43.87910249999999 + ] + }, + "properties": { + "name": "Mount Rushmore National Monument", + "area": "South Dakota", + "address": "Mount Rushmore, Keystone", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2898", + "internal_url": "null", + "latitude": "43.87910249999999", + "longitude": "-103.4590667", + "multimachine": 3, + "machine_status": "available", + "id": 1302, + "last_updated": "2023-07-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -155.9845063, + 19.6254406 + ] + }, + "properties": { + "name": "Club Wyndham ", + "area": "Hawaii", + "address": "756016 Kuakini Highway, Hawai'i (Big Island) - Kailua-Kona", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "19.6254406", + "longitude": "-155.9845063", + "machine_status": "retired", + "id": 3828, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.6127355, + 45.40294129999999 + ] + }, + "properties": { + "name": "Indian River Trading Post / Shell Gas Station / McDonalds", + "area": "Michigan", + "address": "6153 M-68, Indian River", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3017", + "internal_url": "null", + "latitude": "45.40294129999999", + "longitude": "-84.6127355", + "machine_status": "retired", + "id": 2536, + "last_updated": "2024-06-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -74.0884478, + 41.5922407 + ] + }, + "properties": { + "name": "NY State Thruway, Modena Travel Plaza (Southbound)", + "area": "New York", + "address": "I-87 South, Milepost 66, Wallkill", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3618", + "internal_url": "null", + "latitude": "41.5922407", + "longitude": "-74.0884478", + "machine_status": "retired", + "id": 3093, + "last_updated": "2023-07-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.3399489, + 47.6043346 + ] + }, + "properties": { + "name": "Pier 54 - Ye Olde Curiosity Shop", + "area": "Washington", + "address": "1001 Alaskan Way, Seattle", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=1124", + "internal_url": "null", + "latitude": "47.6043346", + "longitude": "-122.3399489", + "multimachine": 3, + "machine_status": "available", + "id": 5140, + "last_updated": "2023-07-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.171648, + 36.084705 + ] + }, + "properties": { + "name": "Pinball Hall of Fame", + "area": "Nevada", + "address": "1610 East Tropicana Avenue, Las Vegas", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=200907", + "internal_url": "null", + "latitude": "36.084705", + "longitude": "-115.171648", + "machine_status": "available", + "id": 4524, + "last_updated": "2023-07-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.90648759999999, + 42.0756954 + ] + }, + "properties": { + "name": "Binghamton Zoo at Ross Park", + "area": "New York", + "address": "185 Park Avenue, Binghamton", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=16160", + "internal_url": "null", + "latitude": "42.0756954", + "longitude": "-75.90648759999999", + "machine_status": "retired", + "id": 2994, + "last_updated": "2023-07-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.88853370000001, + 37.4164584 + ] + }, + "properties": { + "name": "Forman Depot Museum", + "area": "Illinois", + "address": "298 E Vine St, Vienna", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=354560", + "internal_url": "null", + "latitude": "37.4164584", + "longitude": "-88.88853370000001", + "machine_status": "retired", + "id": 5451, + "last_updated": "2023-07-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.1940022, + 32.7520286 + ] + }, + "properties": { + "name": "Old Town - San Diego's Best", + "area": "California", + "address": "2415 San Diego Avenue, Suite 101, San Diego", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=170628", + "internal_url": "null", + "latitude": "32.7520286", + "longitude": "-117.1940022", + "machine_status": "retired", + "id": 4783, + "last_updated": "2023-07-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.025797, + 38.92101 + ] + }, + "properties": { + "name": "Crystal Reservoir Gift Shop Pikes Peak Mountain", + "area": "Colorado", + "address": "Pikes Peak Highway, Pike National Forest", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=6650", + "internal_url": "null", + "latitude": "38.92101", + "longitude": "-105.025797", + "machine_status": "retired", + "id": 1920, + "last_updated": "2023-07-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.042649, + 38.840653 + ] + }, + "properties": { + "name": "Summit House Gift Shop Pikes Peak Mountain", + "area": "Colorado", + "address": "Pikes Peak Highway, Pike National Forest", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=452", + "internal_url": "null", + "latitude": "38.840653", + "longitude": "-105.042649", + "machine_status": "retired", + "id": 1922, + "last_updated": "2027-07-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.07302, + 38.8756 + ] + }, + "properties": { + "name": "Gift Shop at Glen Cove (Pikes Peak Mountain)", + "area": "Colorado", + "address": "Pikes Peak Highway, Pike National Forest", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=6651", + "internal_url": "null", + "latitude": "38.8756", + "longitude": "-105.07302", + "machine_status": "retired", + "id": 1921, + "last_updated": "2027-07-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 16.836092, + 47.930266 + ] + }, + "properties": { + "name": "Neusiedl am See", + "area": "Austria", + "address": "Seestrasse, 7100 Neusiedl am See, Austria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "16.836092", + "longitude": "47.930266", + "machine_status": "available", + "id": 6012, + "last_updated": "2023-07-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -110.7185596, + 43.65341340000001 + ] + }, + "properties": { + "name": "Grand Teton National Park - Craig Thomas Discover & Visitor Center", + "area": "Wyoming", + "address": "1 Teton Park Rd, Moose, WY 83012, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=112303", + "internal_url": "null", + "latitude": "43.65341340000001", + "longitude": "-110.7185596", + "multimachine": 2, + "machine_status": "available", + "id": 3117, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.579208, + 36.902983 + ] + }, + "properties": { + "name": "Cumbres Mall", + "area": "New Mexico", + "address": "493 Terrace Ave, Chama, NM 87520, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=137052", + "internal_url": "null", + "latitude": "36.902983", + "longitude": "-106.579208", + "machine_status": "available", + "id": 4919, + "last_updated": "2023-07-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -110.703436, + 44.975659 + ] + }, + "properties": { + "name": "Yellowstone - Mammoth General Store", + "area": "Wyoming", + "address": "315A Grand Loop Rd, Yellowstone National Park, WY 82190, United States", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=369286", + "internal_url": "null", + "latitude": "44.975659", + "longitude": "-110.703436", + "machine_status": "retired", + "id": 3124, + "last_updated": "2023-07-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.099376, + 44.65901618 + ] + }, + "properties": { + "name": "Eagle's Store West Yellowstone", + "area": "Montana", + "address": "3 N Canyon St, West Yellowstone, MT 59758, United States", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "44.65901618264455", + "longitude": "-111.0993760354300", + "machine_status": "available", + "id": 6013, + "last_updated": "2023-07-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.092422, + 46.7799618 + ] + }, + "properties": { + "name": "Lake Superior Maritime Visitor Center", + "area": "Minnesota", + "address": "600 Canal Park Dr, Duluth, MN 55802, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=408929", + "internal_url": "null", + "latitude": "46.77996181823699", + "longitude": "-92.0924220799564", + "machine_status": "available", + "id": 6014, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.099136, + 44.656336 + ] + }, + "properties": { + "name": "Grizzly and Wolf Discovery Center", + "area": "Montana", + "address": "201 South Canyon Street, West Yellowstone", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3315", + "internal_url": "null", + "latitude": "44.656336", + "longitude": "-111.099136", + "multimachine": 3, + "machine_status": "available", + "id": 2978, + "last_updated": "2023-07-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.8025109, + 43.0841472 + ] + }, + "properties": { + "name": "Truck Towne Plaza Center", + "area": "South Dakota", + "address": "47018 SD-46, Beresford", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=380713", + "internal_url": "null", + "latitude": "43.0841472", + "longitude": "-96.8025109", + "machine_status": "retired", + "id": 5310, + "last_updated": "2023-07-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -101.900353, + 43.8211949 + ] + }, + "properties": { + "name": "Badlands Range Store", + "area": "South Dakota", + "address": "21190 SD-240, Philip, SD 57567, United States", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "43.82119488255879", + "longitude": "-101.90035296542767", + "machine_status": "available", + "id": 6015, + "last_updated": "2023-07-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 15.43716, + 47.07348 + ] + }, + "properties": { + "name": "Schlossbergbahn (tunnel)", + "area": "Austria", + "address": "Kriegssteig, 8010 Graz", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.07348", + "longitude": "15.43716", + "machine_status": "available", + "id": 6016, + "last_updated": "2023-07-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.424503, + 40.5022517 + ] + }, + "properties": { + "name": "Heber Valley Railroad", + "area": "Utah", + "address": "450 South 600 West, 84032 Heber City", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=1674", + "internal_url": "null", + "latitude": "40.5022517", + "longitude": "-111.424503", + "machine_status": "retired", + "id": 2066, + "last_updated": "2023-07-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.415502, + 37.8081529 + ] + }, + "properties": { + "name": "Fisherman's Wharf - Ripley's Believe it or Not", + "area": "California", + "address": "175 Jefferson St, San Francisco, CA 94133, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=49407", + "internal_url": "null", + "latitude": "37.8081529", + "longitude": "-122.415502", + "paywall": true, + "machine_status": "available", + "id": 5253, + "last_updated": "2023-07-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.4157026, + 37.8068447 + ] + }, + "properties": { + "name": "Fisherman's Wharf - Bay City Bike", + "area": "California", + "address": "2661 Taylor St, San Francisco, CA 94133, United States", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=187494", + "internal_url": "null", + "latitude": "37.8068447", + "longitude": "-122.4157026", + "machine_status": "retired", + "id": 4816, + "last_updated": "2023-07-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.4063975, + 37.7936544 + ] + }, + "properties": { + "name": "Chinatown - Chinatown Kite Shop ", + "area": "California", + "address": "717 Grant Ave, San Francisco, CA 94108, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=262688", + "internal_url": "null", + "latitude": "37.7936544", + "longitude": "-122.4063975", + "multimachine": 2, + "machine_status": "available", + "id": 4795, + "last_updated": "2023-07-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.4063959, + 37.7950842 + ] + }, + "properties": { + "name": "Only In Chinatown (gift shop)", + "area": "California", + "address": "864 Grant Ave, San Francisco, CA 94108, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=916", + "internal_url": "null", + "latitude": "37.7950842", + "longitude": "-122.4063959", + "multimachine": 2, + "machine_status": "available", + "id": 4797, + "last_updated": "2024-02-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.4065965, + 37.7950301 + ] + }, + "properties": { + "name": "Chinatown - Heart of Shanghai (gift shop)", + "area": "California", + "address": "857 Grant Ave, San Francisco, CA 94108, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=154262", + "internal_url": "null", + "latitude": "37.7950301", + "longitude": "-122.4065965", + "multimachine": 5, + "machine_status": "available", + "id": 5251, + "last_updated": "2022-10-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1724633, + 36.1030054 + ] + }, + "properties": { + "name": "M&M's World Las Vegas", + "area": "Nevada", + "address": "3785 Las Vegas Boulevard South, Las Vegas", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=2809", + "internal_url": "null", + "latitude": "36.1030054", + "longitude": "-115.1724633", + "machine_status": "retired", + "id": 4515, + "last_updated": "2023-07-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.4159684, + 37.8093037 + ] + }, + "properties": { + "name": "Fisherman's Wharf - Musee Mecanique Museum", + "area": "California", + "address": "Pier 45, San Francisco, CA 94133, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=632", + "internal_url": "null", + "latitude": "37.8093037", + "longitude": "-122.4159684", + "multimachine": 13, + "machine_status": "available", + "id": 4813, + "last_updated": "2023-07-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.267962, + 29.933037 + ] + }, + "properties": { + "name": "Stuckey's", + "area": "Texas", + "address": "17498 Interstate 10 I-10, Exit, 838, Beaumont, TX 77705, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=342723", + "internal_url": "null", + "latitude": "29.933037", + "longitude": "-94.267962", + "multimachine": 2, + "machine_status": "available", + "id": 3659, + "last_updated": "2023-07-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.325406, + 39.5060124 + ] + }, + "properties": { + "name": "Tourist Trap Deep Creek Lake", + "area": "Maryland", + "address": "19895 Garrett Hwy, Oakland, MD 21550, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=411658", + "internal_url": "null", + "latitude": "39.5060124", + "longitude": "-79.325406", + "machine_status": "available", + "id": 6017, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.5558444, + 51.1480859 + ] + }, + "properties": { + "name": "Banff Gondola to Sulphur Mountain", + "area": "Canada", + "address": "100 Mountain Ave, Banff, AB T1L 1B2, Canada", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=4260", + "internal_url": "null", + "latitude": "51.1480859", + "longitude": "-115.5558444", + "paywall": true, + "machine_status": "retired", + "id": 4954, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.2801847, + 43.3424366 + ] + }, + "properties": { + "name": "Michigan's Adventure Amusement Park", + "area": "Michigan", + "address": "4750 Whitehall Rd, Muskegon, MI 49445, United States", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=2799", + "internal_url": "null", + "latitude": "43.3424366", + "longitude": "-86.2801847", + "machine_status": "retired", + "id": 2572, + "last_updated": "2023-07-31" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.5123912, + 51.4051002 + ] + }, + "properties": { + "name": "Thorpe Park", + "area": "England", + "address": "Staines Rd, Chertsey KT16 8PN, United Kingdom", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=14617", + "internal_url": "null", + "latitude": "51.4051002", + "longitude": "-0.5123912", + "machine_status": "retired", + "id": 1563, + "last_updated": "2023-08-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.3951098, + 33.763382 + ] + }, + "properties": { + "name": "Georgia Aquarium", + "area": "Georgia", + "address": "225 Baker Street, Atlanta", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=13967", + "internal_url": "null", + "latitude": "33.763382", + "longitude": "-84.3951098", + "machine_status": "available", + "id": 1619, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.4459262, + 35.4307239 + ] + }, + "properties": { + "name": "Great Smoky Mountains Railroad Retail Store & Train Museum", + "area": "North Carolina", + "address": "100 Greenlee St, Bryson City, NC 28713, USA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=26517", + "internal_url": "null", + "latitude": "35.4307239", + "longitude": "-83.4459262", + "multimachine": 2, + "machine_status": "available", + "id": 4088, + "last_updated": "2023-08-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.2425191, + 32.6735426 + ] + }, + "properties": { + "name": "Cabrillo National Monument", + "area": "California", + "address": "1800 Cabrillo Memorial Drive, San Diego, CA 92106, USA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=52109", + "internal_url": "null", + "latitude": "32.6735426", + "longitude": "-117.2425191", + "multimachine": 2, + "paywall": true, + "machine_status": "available", + "id": 4773, + "last_updated": "2023-08-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -72.086904, + 41.3874555 + ] + }, + "properties": { + "name": "USS Natilus / Submarine Force Museum", + "area": "Connecticut", + "address": "Naval Submarine Base New London, 1 Crystal Lake Rd, Groton, CT 06340, United States", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=1458", + "internal_url": "null", + "latitude": "41.3874555", + "longitude": "-72.086904", + "machine_status": "available", + "id": 1689, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.2345458, + 49.4184667 + ] + }, + "properties": { + "name": "Office de Tourisme de Honfleur", + "area": "France", + "address": "Quai Lepaulmier, 14600 Honfleur", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=109468", + "internal_url": "null", + "latitude": "49.4184667", + "longitude": "0.2345458", + "machine_status": "available", + "id": 86, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.7060382, + 45.5180102 + ] + }, + "properties": { + "name": "Washington Park - International Rose Test Garden (Rose Garden Store)", + "area": "Oregon", + "address": "850 SW Rose Garden Way, Portland", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=62810", + "internal_url": "null", + "latitude": "45.5180102", + "longitude": "-122.7060382", + "machine_status": "retired", + "id": 4384, + "last_updated": "2023-08-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.6205992, + 54.967017 + ] + }, + "properties": { + "name": "Life Science Centre", + "area": "England", + "address": "Times Square, Newcastle upon Tyne, TYNE & WEAR - Newcastle", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=190120", + "internal_url": "null", + "latitude": "54.967017", + "longitude": "-1.6205992", + "machine_status": "retired", + "id": 1571, + "last_updated": "2023-08-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.6248366, + 54.96911559999999 + ] + }, + "properties": { + "name": "Discovery Museum", + "area": "England", + "address": "Blandford Square, TYNE & WEAR - Newcastle", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=4261", + "internal_url": "null", + "latitude": "54.96911559999999", + "longitude": "-1.6248366", + "machine_status": "retired", + "id": 1569, + "last_updated": "2023-08-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.1578917, + 39.8106132 + ] + }, + "properties": { + "name": "Children's Museum of Indianapolis", + "area": "Indiana", + "address": "3000 North Meridian Street, Indianapolis", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2186", + "internal_url": "null", + "latitude": "39.8106132", + "longitude": "-86.1578917", + "multimachine": 3, + "paywall": true, + "machine_status": "available", + "id": 2266, + "last_updated": "2024-06-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.1978917, + 39.8906132 + ] + }, + "properties": { + "name": "Indiana trailor", + "area": "Indiana", + "address": "Trailor travelling through Indiana", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=17204", + "internal_url": "null", + "latitude": "39.8906132", + "longitude": "-86.1978917", + "machine_status": "retired", + "id": 2250, + "last_updated": "2023-08-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.15813267991254, + 39.81106757061918 + ] + }, + "properties": { + "name": "Colts traveling children museum - lobby", + "area": "Indiana", + "address": "3000 N Meridian St, Indianapolis, IN 46208, US", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 39.81106757061918, + "longitude": -86.15813267991254, + "paywall": false, + "machine_status": "retired", + "id": 6018, + "last_updated": "2024-06-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.0221934, + 35.0277544 + ] + }, + "properties": { + "name": "Meteor Crater, The Museum of Astrogeology", + "area": "Arizona", + "address": "Exit 233 East off I-40, Winslow", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=351", + "internal_url": "null", + "latitude": "35.0277544", + "longitude": "-111.0221934", + "multimachine": 2, + "machine_status": "available", + "id": 2737, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.92549919999999, + 32.7909936 + ] + }, + "properties": { + "name": "South Carolina Aquarium", + "area": "South Carolina", + "address": "100 Aquarium Wharf, Charleston", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3101", + "internal_url": "null", + "latitude": "32.7909936", + "longitude": "-79.92549919999999", + "multimachine": 2, + "machine_status": "available", + "id": 2184, + "last_updated": "2023-08-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.142154, + 36.169548 + ] + }, + "properties": { + "name": "Downtown Las Vegas - Crazy Ely Western Village", + "area": "Nevada", + "address": "321 Fremont Street, Las Vegas", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=388167", + "internal_url": "null", + "latitude": "36.169548", + "longitude": "-115.142154", + "machine_status": "retired", + "id": 4497, + "last_updated": "2023-08-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.5678459, + 35.7991683 + ] + }, + "properties": { + "name": "Three Bears General Store", + "area": "Tennessee", + "address": "2861 Parkway, Pigeon Forge", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=318213", + "internal_url": "null", + "latitude": "35.7991683", + "longitude": "-83.5678459", + "machine_status": "available", + "id": 4282, + "last_updated": "2024-09-09", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.324981747460556, + 51.61623604176483 + ] + }, + "properties": { + "name": "Schiffshebewerk Henrichenburg", + "area": "Germany", + "address": "Am Hebewerk 26, 45731 Waltrop ", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 51.61623604176483, + "longitude": 7.324981747460556, + "paywall": true, + "machine_status": "available", + "id": 6019, + "last_updated": "2023-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.4771196, + 51.4950472 + ] + }, + "properties": { + "name": "Westfalenpark Dortmund", + "area": "Germany", + "address": "An der Buschmühle 3", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=197176", + "internal_url": "null", + "latitude": "51.4950472", + "longitude": "7.4771196", + "paywall": true, + "machine_status": "available", + "id": 477, + "last_updated": "2023-08-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.578492210556622, + 48.135996181736594 + ] + }, + "properties": { + "name": "Herrschaftszeiten – Das Paulaner im Tal", + "area": "Germany", + "address": "Tal 12, 80331 München", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 48.135996181736594, + "longitude": 11.578492210556622, + "machine_status": "available", + "id": 6020, + "last_updated": "2023-08-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.10995, + 51.24126 + ] + }, + "properties": { + "name": "Zoo Wuppertal", + "area": "Germany", + "address": "Hubertusallee 30", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=210558", + "internal_url": "null", + "latitude": "51.24126", + "longitude": "7.10995", + "paywall": true, + "machine_status": "available", + "id": 645, + "last_updated": "2023-08-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.112364262779767, + 51.2408963866181 + ] + }, + "properties": { + "name": "Zoo Wuppertal 2 - Original Souvenirs (penguins)", + "area": "Germany", + "address": "Hubertusallee 30, 42117 Wuppertal", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 51.2408963866181, + "longitude": 7.112364262779767, + "paywall": true, + "machine_status": "available", + "id": 6021, + "last_updated": "2023-08-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.110161, + 51.54385 + ] + }, + "properties": { + "name": "Zoom Erlebniswelt", + "area": "Germany", + "address": "Bleckstraße 64, Gelsenkirchen, Germany", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=193091", + "internal_url": "null", + "latitude": "51.543850", + "longitude": "7.110161", + "paywall": true, + "machine_status": "available", + "id": 492, + "last_updated": "2023-08-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.91915319019523, + 52.26363095986876 + ] + }, + "properties": { + "name": "Beelitz-Heilstätten Baum", + "area": "Germany", + "address": "Str. nach Fichtenwalde 13, 14547 Beelitz", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 52.26363095986876, + "longitude": 12.91915319019523, + "paywall": true, + "machine_status": "available", + "id": 6022, + "last_updated": "2023-08-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -119.9443247, + 38.9562465 + ] + }, + "properties": { + "name": "Powder House Ski & Snowboard", + "area": "California", + "address": "4045 Lake Tahoe Boulevard, South Lake Tahoe", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=282551", + "internal_url": "null", + "latitude": "38.9562465", + "longitude": "-119.9443247", + "machine_status": "available", + "id": 4875, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.8357137, + 41.8328916 + ] + }, + "properties": { + "name": "Brookfield Zoo", + "area": "Illinois", + "address": "8400 31st St, Brookfield, IL 60513, USA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2106", + "internal_url": "null", + "latitude": "41.8328916", + "longitude": "-87.8357137", + "multimachine": 9, + "machine_status": "available", + "id": 1203, + "last_updated": "2023-08-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.555183, + 35.788432 + ] + }, + "properties": { + "name": "Try My Nuts", + "area": "Tennessee", + "address": "100 Old Mill Ave, Pigeon Forge", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=318206", + "internal_url": "null", + "latitude": "35.788432", + "longitude": "-83.555183", + "machine_status": "retired", + "id": 4285, + "last_updated": "2023-08-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.485234, + 41.8961598 + ] + }, + "properties": { + "name": "Prudenzi Simone Souvenir Market Emporium", + "area": "Italy", + "address": "Via Magnanapoli 5", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=259790", + "internal_url": "null", + "latitude": "41.8961598", + "longitude": "12.485234", + "machine_status": "retired", + "id": 967, + "last_updated": "2023-08-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.38173092744259, + 40.62166658801588 + ] + }, + "properties": { + "name": "Bethlehem Gem Shop", + "area": "Pennsylvania", + "address": "550 Main St, Bethlehem, PA 18018, US", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=408749", + "internal_url": "null", + "latitude": 40.62166658801588, + "longitude": -75.38173092744259, + "machine_status": "available", + "id": 6023, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.118062, + 53.448537 + ] + }, + "properties": { + "name": "Dangast Souvenir shop", + "area": "Germany", + "address": "Edo-Wiemken-Straße 57, 26316 Varel, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.448537", + "longitude": "8.118062", + "machine_status": "available", + "id": 5697, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.23549, + 39.696617 + ] + }, + "properties": { + "name": "Private Roller - Brad Ream/ Kay Harpold", + "area": " Indiana", + "address": "4919 South Catlin Road, Rockville, Indiana", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=186392", + "internal_url": "null", + "latitude": "39.696617", + "longitude": "-87.235490", + "multimachine": 4, + "machine_status": "available", + "id": 5535, + "last_updated": "2023-08-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.597611513206037, + 50.360884087346385 + ] + }, + "properties": { + "name": "Koblenz Souvenir Shop Firmungstraße", + "area": "Germany", + "address": "Corner Firmungstraße/Kornpfortstrasse, 56068 Koblenz", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 50.360884087346385, + "longitude": 7.597611513206037, + "machine_status": "available", + "id": 6024, + "last_updated": "2023-08-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.488272, + 38.9776983 + ] + }, + "properties": { + "name": "A. L. Goodies General Store", + "area": "Maryland", + "address": "112 Main Street, Annapolis", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2580", + "internal_url": "null", + "latitude": "38.9776983", + "longitude": "-76.488272", + "multimachine": 2, + "machine_status": "available", + "id": 3604, + "last_updated": "2023-08-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.316382173794873, + 47.596146276763385 + ] + }, + "properties": { + "name": "Walchensee", + "area": "Germany", + "address": "Am Tanneneck 6, 82432 Kochel am See", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 47.596146276763385, + "longitude": 11.316382173794873, + "machine_status": "available", + "id": 6025, + "last_updated": "2023-08-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.6660136, + 45.5083863 + ] + }, + "properties": { + "name": "Oregon Museum of Science & Industry (OMSI)", + "area": "Oregon", + "address": "1945 SE Water Avenue, Portland", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3945", + "internal_url": "null", + "latitude": "45.5083863", + "longitude": "-122.6660136", + "multimachine": 2, + "machine_status": "available", + "id": 4382, + "last_updated": "2023-08-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.55365379999999, + 35.78823879999999 + ] + }, + "properties": { + "name": "Old Mill Restaurant General Store", + "area": "Tennessee", + "address": "164 Old Mill Ave., Pigeon Forge", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=2647", + "internal_url": "null", + "latitude": "35.78823879999999", + "longitude": "-83.55365379999999", + "machine_status": "retired", + "id": 4273, + "last_updated": "2023-08-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.869247, + 46.691724 + ] + }, + "properties": { + "name": "Interlaken Ost (landing pier)", + "area": "Switzerland", + "address": "Brienzstrasse 30, 3800 Interlaken, Switzerland", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 46.691724, + "longitude": 7.869247, + "machine_status": "available", + "id": 6026, + "last_updated": "2023-08-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.661378, + 42.496887 + ] + }, + "properties": { + "name": "National Mississippi River Museum & Aquarium", + "area": "Iowa", + "address": "350 East 3rd Street, Dubuque", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2208", + "internal_url": "null", + "latitude": "42.496887", + "longitude": "-90.661378", + "multimachine": 2, + "machine_status": "available", + "id": 2340, + "last_updated": "2023-08-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.993400722493528, + 53.55107655647828 + ] + }, + "properties": { + "name": "Lotto at townhall Hamburg", + "area": "Germany", + "address": "Rathausmarkt 1 Kiosk III, Laden C, 20095 Hamburg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 53.55107655647828, + "longitude": 9.993400722493528, + "machine_status": "available", + "id": 6027, + "last_updated": "2023-08-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.303173, + 47.054107 + ] + }, + "properties": { + "name": "The Nine Towers/ Museggmauer ", + "area": "Switzerland", + "address": "Museggstrasse 21 / Schirmertorweg, Lucerne (Luzern), 6004 Switzerland", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=186791", + "internal_url": "null", + "latitude": "47.054107", + "longitude": "8.303173", + "machine_status": "available", + "id": 721, + "last_updated": "2023-08-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.5190204762397, + 35.71046924802651 + ] + }, + "properties": { + "name": "Hollywood Star Cars", + "area": "Tennessee", + "address": "918 Parkway, Gatlinburg, TN 37738, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=408764", + "internal_url": "null", + "latitude": 35.71046924802651, + "longitude": -83.5190204762397, + "machine_status": "available", + "id": 6030, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.5224, + 47.14105 + ] + }, + "properties": { + "name": "Central Plaza Souvenirs", + "area": "Liechtenstein", + "address": "Städtle 5, 9490 Vaduz, Liechtenstein", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=85426", + "internal_url": "null", + "latitude": "47.141050", + "longitude": "9.522400", + "multimachine": 2, + "machine_status": "available", + "id": 730, + "last_updated": "2023-08-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.41522770982236, + 19.379946215605646 + ] + }, + "properties": { + "name": "Cayman Turtle center", + "area": "Cayman Islands", + "address": "786 Northwest Point Road, West Bay Grand Cayman", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=31625", + "internal_url": "null", + "latitude": 19.379946215605646, + "longitude": -81.41522770982236, + "machine_status": "retired", + "id": 6029, + "last_updated": "2024-10-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.302606, + 47.050732 + ] + }, + "properties": { + "name": "Harry's AG", + "area": "Switzerland", + "address": "Pfistergasse 10, 6003 Lucerne (Luzern), Switzerland", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=183775", + "internal_url": "null", + "latitude": "47.050732", + "longitude": "8.302606", + "machine_status": "retired", + "id": 720, + "last_updated": "2023-08-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.04514298027618661, + 38.64424058169028 + ] + }, + "properties": { + "name": "Calpe Spanish flag steps", + "area": "Spain", + "address": "Calle Pedro García Ortiz esquina, C. Puchalt, bajo, 03710 Calp, Alicante, Spain", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 38.64424058169028, + "longitude": 0.04514298027618661, + "machine_status": "available", + "id": 6028, + "last_updated": "2023-08-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.1816236, + 43.0555332 + ] + }, + "properties": { + "name": "Fanshawe Pioneer Village", + "area": "Canada", + "address": "1424 Clarke Rd , Ontario - London ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=311515", + "internal_url": "null", + "latitude": "43.0555332", + "longitude": "-81.1816236", + "paywall": true, + "machine_status": "available", + "id": 5006, + "last_updated": "2023-08-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.51094316183755, + 35.717208675897886 + ] + }, + "properties": { + "name": "Ripley’s Mountain Coaster", + "area": "Tennessee", + "address": "386 Parkway, Gatlinburg, TN 37738, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 35.717208675897886, + "longitude": -83.51094316183755, + "machine_status": "available", + "id": 6031, + "last_updated": "2023-08-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.87624990690874, + 33.71560391798763 + ] + }, + "properties": { + "name": "Broadway at the Beach - East Visitor's Center", + "area": "South Carolina", + "address": "1325 Celebrity Circle, #34, Myrtle Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=19337", + "internal_url": "null", + "latitude": "33.71560391798763", + "longitude": "-78.87624990690874", + "machine_status": "available", + "id": 2211, + "last_updated": "2024-09-05", + "multimachine": 2, + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.807630734199602, + 53.07604407204777 + ] + }, + "properties": { + "name": "Ratskeller (town hall)", + "area": "Germany", + "address": "Am Markt, 28195 Bremen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 53.07604407204777, + "longitude": 8.807630734199602, + "machine_status": "available", + "id": 6032, + "last_updated": "2023-08-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.58340252422926, + 41.62047786549837 + ] + }, + "properties": { + "name": "Toledo Zoo - Arctic Encounter", + "area": "Ohio", + "address": "Toledo Zoo, 2 Hippo Way, Toledo, OH 43609", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=284070", + "internal_url": "null", + "latitude": "41.62047786549837", + "longitude": "-83.58340252422926", + "paywall": true, + "machine_status": "available", + "id": 2014, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.98362286627801, + 50.26453700927211 + ] + }, + "properties": { + "name": "Veste Coburg", + "area": "Germany", + "address": "Gustav-Freytag-Weg 39, 96450 Coburg", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 50.26453700927211, + "longitude": 10.98362286627801, + "machine_status": "available", + "id": 6034, + "last_updated": "2023-08-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.58005165675876, + 41.6178601139826 + ] + }, + "properties": { + "name": "Toledo Zoo - Aquarium", + "area": "Ohio", + "address": "2 Hippo Way, Toledo, OH 43609", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=284070", + "internal_url": "null", + "latitude": 41.6178601139826, + "longitude": -83.58005165675876, + "paywall": true, + "machine_status": "available", + "id": 6038, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.58167902736798, + 41.61943698517184 + ] + }, + "properties": { + "name": "Toledo Zoo - Aviary", + "area": "Ohio", + "address": "2 Hippo Way, Toledo, OH 43609", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=284070", + "internal_url": "null", + "latitude": 41.61943698517184, + "longitude": -83.58167902736798, + "paywall": true, + "machine_status": "available", + "id": 6036, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.57957191012376, + 41.61995504860125 + ] + }, + "properties": { + "name": "Toledo Zoo - Reptile House", + "area": "Ohio", + "address": "Toledo Zoo, 2 Hippo Way, Toledo, OH 43609", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=284070", + "internal_url": "null", + "latitude": 41.61995504860125, + "longitude": -83.57957191012376, + "paywall": true, + "machine_status": "available", + "id": 6035, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.705067, + 40.443806 + ] + }, + "properties": { + "name": "Timpanogos Cave National Monument", + "area": "Utah", + "address": "2038 W. Alpine Loop Road, American Fork", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=366247", + "internal_url": "null", + "latitude": "40.443806", + "longitude": "-111.705067", + "machine_status": "retired", + "id": 5397, + "last_updated": "2023-08-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.551913, + 48.093381 + ] + }, + "properties": { + "name": "Tierpark Hellabrunn Munich - Polar bears", + "area": "Germany", + "address": "Schlichtweg 11, 81543 München, Germany", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=343393", + "internal_url": "null", + "latitude": "48.093381", + "longitude": "11.551913", + "paywall": true, + "machine_status": "available", + "id": 5166, + "last_updated": "2023-08-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.557955, + 48.098576 + ] + }, + "properties": { + "name": "Tierpark Hellabrunn München - Aquarium", + "area": "Germany", + "address": "Tierparkstraße 30, 81543 München, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.098576", + "longitude": "11.557955", + "paywall": true, + "machine_status": "available", + "id": 5167, + "last_updated": "2023-08-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.8888286, + 48.2906572 + ] + }, + "properties": { + "name": "Therme Erding", + "area": "Germany", + "address": "Thermenallee 1-5, 85435 Erding", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=58146", + "internal_url": "null", + "latitude": "48.2906572", + "longitude": "11.8888286", + "machine_status": "available", + "id": 483, + "last_updated": "2023-08-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.0796112, + 53.9586547 + ] + }, + "properties": { + "name": "The Golden Fleece", + "area": "England", + "address": "16 Pavement, North Yorkshire", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=257460", + "internal_url": "null", + "latitude": "53.9586547", + "longitude": "-1.0796112", + "machine_status": "retired", + "id": 1528, + "last_updated": "2023-08-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.615175200528988, + 47.67563828758587 + ] + }, + "properties": { + "name": "Rheinfall gift shop (near parking)", + "area": "Switzerland", + "address": "Schloss Laufen, 8447 Laufen-Uhwiesen, Switzerland", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=76288", + "internal_url": "null", + "latitude": 47.67563828758587, + "longitude": 8.615175200528988, + "machine_status": "available", + "id": 6039, + "last_updated": "2023-09-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.7395994110005988, + 52.608168837005145 + ] + }, + "properties": { + "name": "Britannia Pier", + "area": "England", + "address": "Marine Parade Great Yarmouth, NR30 2EH", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407470", + "internal_url": "null", + "latitude": 52.608168837005145, + "longitude": 1.7395994110005988, + "machine_status": "available", + "id": 6040, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.0800339250176008, + 53.95753822152252 + ] + }, + "properties": { + "name": "The hole in wand", + "area": "England", + "address": "10 Coppergate Walk, York YO1 9NT, UK", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=411137", + "internal_url": "null", + "latitude": 53.95753822152252, + "longitude": -1.0800339250176008, + "machine_status": "available", + "id": 6041, + "last_updated": "2023-09-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.61443231407488, + 47.67714341193487 + ] + }, + "properties": { + "name": "Rheinfall sidewalk (downstairs)", + "area": "Switzerland", + "address": "Schloss Laufen, 8447 Laufen-Uhwiesen, Switzerland", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=76288", + "internal_url": "null", + "latitude": 47.67714341193487, + "longitude": 8.61443231407488, + "machine_status": "available", + "id": 6042, + "last_updated": "2023-09-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.954746026600679, + 50.42910751377642 + ] + }, + "properties": { + "name": "Fichtelberg", + "area": "Germany", + "address": "Fichtelbergstraße 35, 09484 Oberwiesenthal, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 50.42910751377642, + "longitude": 12.954746026600679, + "machine_status": "available", + "id": 6043, + "last_updated": "2023-09-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.985587894841527, + 51.3478081826263 + ] + }, + "properties": { + "name": "Grand Pier Weston Super Mare", + "area": "England", + "address": "Weston-super-Mare BS23 1AL, UK", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=102082", + "internal_url": "null", + "latitude": 51.3478081826263, + "longitude": -2.985587894841527, + "paywall": true, + "machine_status": "available", + "id": 6044, + "last_updated": "2023-09-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.083887439143576, + 50.930253335630724 + ] + }, + "properties": { + "name": "Porschdorf Lilienstein", + "area": "Germany", + "address": "Lilienstein 33, 01814 Bad Schandau, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 50.930253335630724, + "longitude": 14.083887439143576, + "machine_status": "available", + "id": 6045, + "last_updated": "2023-09-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.050924504097644, + 50.92197286004282 + ] + }, + "properties": { + "name": "Königstein Festung Königstein (Gasthof Neue Schänke)", + "area": "Germany", + "address": "Am Königstein 3a, 01824 Königstein, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 50.92197286004282, + "longitude": 14.050924504097644, + "machine_status": "available", + "id": 6046, + "last_updated": "2023-09-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.057239497420777, + 50.91890652839281 + ] + }, + "properties": { + "name": "Königstein Festung Königstein (machine 2)", + "area": "Germany", + "address": "Festung Königstein 21, 01824 Königstein, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 50.91890652839281, + "longitude": 14.057239497420777, + "paywall": true, + "machine_status": "available", + "id": 6047, + "last_updated": "2023-09-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.109619893277287, + 50.97963056791063 + ] + }, + "properties": { + "name": "Burg Hohnstein", + "area": "Germany", + "address": "Markt 5, 01848 Hohnstein, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 50.97963056791063, + "longitude": 14.109619893277287, + "machine_status": "available", + "id": 6048, + "last_updated": "2023-09-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.9872308021719, + 40.00483971316751 + ] + }, + "properties": { + "name": "Ohio History Connection", + "area": "Ohio", + "address": "800 E 17th Ave, Columbus, OH 43211, USA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=402309", + "internal_url": "null", + "latitude": 40.00483971316751, + "longitude": -82.9872308021719, + "machine_status": "available", + "id": 6049, + "last_updated": "2023-09-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -108.72819396232396, + 35.52961971021839 + ] + }, + "properties": { + "name": "El Rancho Hotel", + "area": "New Mexico", + "address": "1010 E Historic Hwy 66, Gallup, NM 87301, USA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=390285", + "internal_url": "null", + "latitude": 35.52961971021839, + "longitude": -108.72819396232396, + "machine_status": "available", + "id": 6050, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.139184039532845, + 49.11327734801895 + ] + }, + "properties": { + "name": "Großer Arber", + "area": "Germany", + "address": "Arber-Steig 431/2, 94252 Bayerisch Eisenstein, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 49.11327734801895, + "longitude": 13.139184039532845, + "machine_status": "available", + "id": 6051, + "last_updated": "2023-09-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.142312599708982, + 49.12089497531686 + ] + }, + "properties": { + "name": "Arber Bergbahn", + "area": "Germany", + "address": "Talstation Arber-Bergbahn, Talstation Großer Arber 1, 94252 Bayerisch Eisenstein, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 49.12089497531686, + "longitude": 13.142312599708982, + "machine_status": "available", + "id": 6052, + "last_updated": "2023-09-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.158733718309648, + 49.09857008322101 + ] + }, + "properties": { + "name": "Großer Arbersee", + "area": "Germany", + "address": "Arbersee 42, 94252 Bayerisch Eisenstein", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 49.09857008322101, + "longitude": 13.158733718309648, + "machine_status": "available", + "id": 6053, + "last_updated": "2023-09-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.07622120663915138, + 51.50794327735578 + ] + }, + "properties": { + "name": "Tower of London - White Tower gift shop", + "area": "England", + "address": "HM Tower of, London EC3N 4AB, UK", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=93146", + "internal_url": "null", + "latitude": 51.50794327735578, + "longitude": -0.07622120663915138, + "paywall": true, + "machine_status": "available", + "id": 6054, + "last_updated": "2023-09-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.1312887, + 51.51067150000001 + ] + }, + "properties": { + "name": "M&Ms World", + "area": "England", + "address": "1 Swiss Court Leicester Square (Leicester Square tube stop), LONDON - Leicester Square", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=95848", + "internal_url": "null", + "latitude": "51.51067150000001", + "longitude": "-0.1312887", + "multimachine": 1, + "machine_status": "retired", + "id": 1472, + "last_updated": "2024-08-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.1293572, + 51.5021585 + ] + }, + "properties": { + "name": "Winston Churchill War Rooms", + "area": "England", + "address": "Whitehall, King Charles St, London SW1A 2AQ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=324423", + "internal_url": "null", + "latitude": "51.5021585", + "longitude": "-0.1293572", + "paywall": true, + "machine_status": "available", + "id": 1500, + "last_updated": "2023-09-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.1632344, + 51.49940549999999 + ] + }, + "properties": { + "name": "Harrod's", + "area": "England", + "address": "87135 Brompton Rd, London SW1X 7XL", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=253475", + "internal_url": "null", + "latitude": "51.49940549999999", + "longitude": "-0.1632344", + "multimachine": 3, + "machine_status": "available", + "id": 1470, + "last_updated": "2023-09-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.1745235, + 51.4978095 + ] + }, + "properties": { + "name": "London Science Museum", + "area": "England", + "address": "Exhibition Rd, South Kensington, London SW7 2DD", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=61660", + "internal_url": "null", + "latitude": "51.4978095", + "longitude": "-0.1745235", + "multimachine": 7, + "machine_status": "available", + "id": 1482, + "last_updated": "2023-09-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.1763672, + 51.496 + ] + }, + "properties": { + "name": "The Natural History Museum", + "area": "England", + "address": "Cromwell Rd, South Kensington, London SW7 5BD", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=287311", + "internal_url": "null", + "latitude": "51.496", + "longitude": "-0.1763672", + "multimachine": 5, + "machine_status": "available", + "id": 1483, + "last_updated": "2023-09-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.078883, + 51.508048 + ] + }, + "properties": { + "name": "Tower Of London Shop", + "area": "England", + "address": "5BT, Tower Place West, 50 Lower Thames St, London EC3R 6DT", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=267674", + "internal_url": "null", + "latitude": "51.508048", + "longitude": "-0.078883", + "machine_status": "available", + "id": 1487, + "last_updated": "2023-09-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.075313, + 51.508312 + ] + }, + "properties": { + "name": "Fusilier Museum London", + "area": "England", + "address": "Tower of London, Tower Hill, London EC3N 4AB", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=93146", + "internal_url": "null", + "latitude": "51.508312", + "longitude": "-0.075313", + "paywall": true, + "machine_status": "available", + "id": 1486, + "last_updated": "2023-09-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.076241, + 51.507518 + ] + }, + "properties": { + "name": "Tower of London, Raven Gift Shop", + "area": "England", + "address": "35 Tower Hill, London EC3N 4DR", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=79810", + "internal_url": "null", + "latitude": "51.507518", + "longitude": "-0.076241", + "paywall": true, + "machine_status": "available", + "id": 1488, + "last_updated": "2023-09-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.07535649999999999, + 51.5054564 + ] + }, + "properties": { + "name": "Tower Bridge Exhibition (upper walkway)", + "area": "England", + "address": "Tower Bridge Rd, London SE1 2UP", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3921", + "internal_url": "null", + "latitude": "51.5054564", + "longitude": "-0.07535649999999999", + "multimachine": 4, + "paywall": true, + "machine_status": "available", + "id": 1485, + "last_updated": "2023-09-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.08805251428291, + 49.23397443026755 + ] + }, + "properties": { + "name": "Wildpark Höllohe", + "area": "Germany", + "address": "Naturpark Höllohe 1, Höllohe 1, 93158 Teublitz", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 49.23397443026755, + "longitude": 12.08805251428291, + "machine_status": "available", + "id": 6055, + "last_updated": "2023-09-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.8721871, + 50.2301183 + ] + }, + "properties": { + "name": "Therapeutic Spa Facility", + "area": "Czech", + "address": "Smetanovy sady 1145/1, Karlovy Vary", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=239152", + "internal_url": "null", + "latitude": "50.2301183", + "longitude": "12.8721871", + "machine_status": "retired", + "id": 50, + "last_updated": "2023-09-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.2771229, + 36.8767691 + ] + }, + "properties": { + "name": "Virginia Zoo ", + "area": "Virginia", + "address": "3500 Granby Street, Norfolk", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=1374", + "internal_url": "null", + "latitude": "36.8767691", + "longitude": "-76.2771229", + "paywall": true, + "multimachine": 3, + "machine_status": "available", + "id": 4441, + "last_updated": "2023-09-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -135.3158554, + 59.4554537 + ] + }, + "properties": { + "name": "Caribou Creek (Inside Photo Connection) ", + "area": "Alaska", + "address": "302 5th Avenue, Skagway", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=319963", + "internal_url": "null", + "latitude": "59.4554537", + "longitude": "-135.3158554", + "machine_status": "retired", + "id": 1178, + "last_updated": "2023-09-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.571687985779025, + 54.51153340897394 + ] + }, + "properties": { + "name": "Schleswig Souvenirmedaillen", + "area": "Germany", + "address": "Plessenstraße 500, 24837 Schleswig, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 54.51153340897394, + "longitude": 9.571687985779025, + "machine_status": "available", + "id": 6057, + "last_updated": "2023-09-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.43215654105179, + 54.789214983611444 + ] + }, + "properties": { + "name": "Flensburg Souvenirs", + "area": "Germany", + "address": "Nordermarkt 5, 24937 Flensburg, Germany", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=427527", + "internal_url": "null", + "latitude": 54.789214983611444, + "longitude": 9.43215654105179, + "machine_status": "available", + "id": 6058, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.55117919999999, + 33.7706534 + ] + }, + "properties": { + "name": "Six Flags Over Georgia", + "area": "Georgia", + "address": "275 Riverside Parkway SW, Austell", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=1907", + "internal_url": "null", + "latitude": "33.7706534", + "longitude": "-84.55117919999999", + "machine_status": "retired", + "id": 1627, + "last_updated": "2023-09-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.726109, + 51.531662 + ] + }, + "properties": { + "name": "Sea Life Adventure", + "area": "England", + "address": "Marine Parade, Town Centre,, ESSEX - Southend on Sea", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=79799", + "internal_url": "null", + "latitude": "51.531662", + "longitude": "0.726109", + "machine_status": "retired", + "id": 1404, + "last_updated": "2023-09-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.5017156981939, + 34.72814483614568 + ] + }, + "properties": { + "name": "Old Plantation Restaurant", + "area": "Oklahoma ", + "address": "143 E Lake Dr, Medicine Park, OK 73557, USA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=409140", + "internal_url": "null", + "latitude": 34.72814483614568, + "longitude": -98.5017156981939, + "machine_status": "available", + "id": 6056, + "last_updated": "2023-09-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.05254498126308, + 48.519801001456706 + ] + }, + "properties": { + "name": "Tübingen Burgsteige", + "area": "Germany", + "address": "Burgsteige 11, 72070 Tübingen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 48.519801001456706, + "longitude": 9.05254498126308, + "machine_status": "available", + "id": 6059, + "last_updated": "2023-09-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.136738, + 50.8168555 + ] + }, + "properties": { + "name": "Brighton Marine Palace and Pier", + "area": "England", + "address": "Madeira Drive, Brighton BN2 1TW, East Sussex, United Kingdom", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=107276", + "internal_url": "null", + "latitude": "50.8168555", + "longitude": "-0.136738", + "multimachine": 2, + "machine_status": "retired", + "id": 1388, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.498101, + 34.008576 + ] + }, + "properties": { + "name": "Santa Monica Pier - Pacific Park", + "area": "California", + "address": "380 Santa Monica Pier, Santa Monica, CA 90401, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=525", + "internal_url": "null", + "latitude": "34.008576", + "longitude": "-118.498101", + "multimachine": 3, + "machine_status": "retired", + "id": 4855, + "last_updated": "2024-02-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.9998819, + 42.0140742 + ] + }, + "properties": { + "name": "Ulster Travel Plaza", + "area": "New York", + "address": "1-87 Southbound, Milepost 96, Lake Katrine", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=56123", + "internal_url": "null", + "latitude": "42.0140742", + "longitude": "-73.9998819", + "machine_status": "retired", + "id": 3027, + "last_updated": "2023-09-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.1361609, + 51.5001244 + ] + }, + "properties": { + "name": "The Guards Museum", + "area": "England", + "address": "Wellington Barracks, Birdcage Walk, LONDON - Westminster", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=223327", + "internal_url": "null", + "latitude": "51.5001244", + "longitude": "-0.1361609", + "machine_status": "retired", + "id": 1497, + "last_updated": "2024-08-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.591164, + 51.94521 + ] + }, + "properties": { + "name": "Allwetterzoo Münster - Playground", + "area": "Germany", + "address": "Sentruper Str. 315, 48161 Münster", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=422387", + "internal_url": "null", + "latitude": "51.945210", + "longitude": "7.591164", + "paywall": true, + "machine_status": "available", + "id": 584, + "last_updated": "2021-04-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.58916, + 51.947808 + ] + }, + "properties": { + "name": "Allwetterzoo Münster - Entrance 2", + "area": "Germany", + "address": "Sentruper Str. 315, 48161 Münster", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=422387", + "internal_url": "null", + "latitude": "51.947808", + "longitude": "7.58916", + "paywall": true, + "machine_status": "available", + "id": 585, + "last_updated": "2021-04-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.588147, + 51.947808 + ] + }, + "properties": { + "name": "Allwetterzoo Münster - Entrance 1", + "area": "Germany", + "address": "Sentruper Str. 315, 48161 Münster", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=422387", + "internal_url": "null", + "latitude": "51.947808", + "longitude": "7.588147", + "paywall": true, + "machine_status": "available", + "id": 586, + "last_updated": "2021-07-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.4167485, + 41.101619 + ] + }, + "properties": { + "name": "The Maritime Aquarium at Norwalk", + "area": "Connecticut", + "address": "10 North Water St, Norwalk, CT 06854, USA", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=1449", + "internal_url": "null", + "latitude": "41.101619", + "longitude": "-73.4167485", + "paywall": true, + "machine_status": "retired", + "id": 5307, + "last_updated": "2023-09-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -71.05439439999999, + 42.3663259 + ] + }, + "properties": { + "name": "Old North Church Gift Shop", + "area": "Massachusetts", + "address": "183 Salem St, Boston, MA 02113, USA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=266759", + "internal_url": "null", + "latitude": "42.3663259", + "longitude": "-71.05439439999999", + "machine_status": "available", + "id": 2891, + "last_updated": "2023-09-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.08708899999999, + 32.08063 + ] + }, + "properties": { + "name": "Bob's Your Uncle & Fannie's Your Aunt ", + "area": "Georgia", + "address": "305-307 East River Street, Savannah", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=1872", + "internal_url": "null", + "latitude": "32.08063", + "longitude": "-81.08708899999999", + "machine_status": "available", + "id": 1658, + "last_updated": "2023-10-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.685067, + 44.654129 + ] + }, + "properties": { + "name": "Minnesota's Largest Candy Store", + "area": "Minnesota", + "address": "20430 Johnson Memorial Dr, Jordan, MN 55352, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=243435", + "internal_url": "null", + "latitude": "44.654129", + "longitude": "-93.685067", + "multimachine": 3, + "machine_status": "available", + "id": 3158, + "last_updated": "2023-10-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.976688281997262, + 53.543005183648816 + ] + }, + "properties": { + "name": "Cap San Diego", + "area": "Germany", + "address": "Überseebrücke, 20459 Hamburg, Germany", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=74282", + "internal_url": "null", + "latitude": 53.543005183648816, + "longitude": 9.976688281997262, + "multimachine": 2, + "paywall": true, + "machine_status": "available", + "id": 6060, + "last_updated": "2023-10-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.6978622, + 36.2176958 + ] + }, + "properties": { + "name": "Cooters Place Nashville", + "area": "Tennessee", + "address": "2613B McGavock Pk, Nashville, TN 37214, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=106375", + "internal_url": "null", + "latitude": "36.2176958", + "longitude": "-86.6978622", + "multimachine": 2, + "machine_status": "available", + "id": 4243, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.5628564, + 35.7940287 + ] + }, + "properties": { + "name": "Flyaway Indoor Skydiving", + "area": "Tennessee", + "address": "3106 Parkway, Pigeon Forge, TN 37863, United States", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "35.7940287", + "longitude": "-83.5628564", + "machine_status": "retired", + "id": 4268, + "last_updated": "2024-01-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.4748409, + 37.8077879 + ] + }, + "properties": { + "name": "Golden Gate Bridge Welcome Center", + "area": "California", + "address": "Golden Gate Bridge, South End, San Francisco", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=315090", + "internal_url": "null", + "latitude": "37.8077879", + "longitude": "-122.4748409", + "machine_status": "retired", + "id": 4819, + "last_updated": "2023-10-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -109.788717, + 35.083583 + ] + }, + "properties": { + "name": "Fred Harvey Painted Desert Gift Shop", + "area": "Arizona", + "address": "1 Park Road (P.O..Box 2217) Interstate 40 (Exit 311), Petrified Forest (near Holbrook)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=321", + "internal_url": "null", + "latitude": "35.083583", + "longitude": "-109.788717", + "machine_status": "retired", + "id": 2662, + "last_updated": "2024-03-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.023112, + 33.527177 + ] + }, + "properties": { + "name": "Georgia Visitor Information Center #2 - Augusta", + "area": "Georgia", + "address": "Westbound I-20 Mile Marker 201, Augusta, GA 30907, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=281811", + "internal_url": "null", + "latitude": "33.527177", + "longitude": "-82.023112", + "machine_status": "available", + "id": 1626, + "last_updated": "2023-10-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.236104, + 35.534666 + ] + }, + "properties": { + "name": "Cherokee Trading Post", + "area": "Oklahoma", + "address": "301 S Walbaum Road, Calumet", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3907", + "internal_url": "null", + "latitude": "35.534666", + "longitude": "-98.236104", + "multimachine": 2, + "machine_status": "available", + "id": 1785, + "last_updated": "2023-10-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.6681039, + 35.009078 + ] + }, + "properties": { + "name": "Clines Corners Retail Center (& Truckstop)", + "area": "New Mexico", + "address": "1 Yacht Club Drive, Clines Corners, NM 87070, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=238213", + "internal_url": "null", + "latitude": "35.009078", + "longitude": "-105.6681039", + "multimachine": 2, + "machine_status": "available", + "id": 4923, + "last_updated": "2023-10-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 15.06055269221401, + 48.338784435497445 + ] + }, + "properties": { + "name": "Ysperklamm", + "area": "Austria", + "address": "Klammstraße 22, 3683 Yspertal, Austria", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=415740", + "internal_url": "null", + "latitude": 48.338784435497445, + "longitude": 15.06055269221401, + "machine_status": "available", + "id": 6061, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -99.118516, + 19.48464 + ] + }, + "properties": { + "name": "Basilica of Our Lady of Guadalupe (right)", + "area": "Mexico", + "address": "Plaza de las Américas 1 Col. Villa de Guadalupe Gustavo A. Madero", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=252277", + "internal_url": "null", + "latitude": "19.484640", + "longitude": "-99.118516", + "machine_status": "available", + "id": 3220, + "last_updated": "2021-04-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.989792, + 47.589176 + ] + }, + "properties": { + "name": "Königssee (Machine 2)", + "area": "Germany", + "address": "Gewerbegebiet Seestraße, Seestraße 27, 83471 Schönau am Königssee, Germany", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=39034", + "internal_url": "null", + "latitude": "47.589176", + "longitude": "12.989792", + "machine_status": "available", + "id": 526, + "last_updated": "2023-10-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.972804, + 47.544456 + ] + }, + "properties": { + "name": "Königssee - St. Bartholomä", + "area": "Germany", + "address": "Kessel-St Bartholomä 3, 83471 Schönau am Königssee, Germany", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=39034", + "internal_url": "null", + "latitude": "47.544456", + "longitude": "12.972804", + "paywall": true, + "machine_status": "available", + "id": 527, + "last_updated": "2023-10-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.294622, + 48.85833 + ] + }, + "properties": { + "name": "Tour Eiffel - Floor 2 Machine 1 (Eiffel Tower)", + "area": "France", + "address": "Champ de Mars, 5 Avenue Anatole, Paris - Île-De-France", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=238469", + "internal_url": "null", + "latitude": "48.858330", + "longitude": "2.294622", + "paywall": true, + "machine_status": "available", + "id": 5050, + "last_updated": "2022-01-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.294272, + 48.85838 + ] + }, + "properties": { + "name": "Tour Eiffel - Floor 2 Machine 2 (Eiffel Tower)", + "area": "France", + "address": "Champ de Mars, 5 Avenue Anatole, Paris - Île-De-France", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=238469", + "internal_url": "null", + "latitude": "48.858380", + "longitude": "2.294272", + "paywall": true, + "machine_status": "available", + "id": 5051, + "last_updated": "2022-01-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.295138, + 48.858447 + ] + }, + "properties": { + "name": "Tour Eiffel - Floor 1 Machine 1 (Eiffel Tower)", + "area": "France", + "address": "Champ de Mars, 5 Avenue Anatole, Paris - Île-De-France", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=238469", + "internal_url": "null", + "latitude": "48.858447", + "longitude": "2.295138", + "paywall": true, + "machine_status": "available", + "id": 99, + "last_updated": "2022-01-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.682417, + 50.110283 + ] + }, + "properties": { + "name": "Römerplatz (Machine 1)", + "area": "Germany", + "address": "Römerberg 20-22, 60311 Frankfurt am Main", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=800", + "internal_url": "null", + "latitude": "50.110283", + "longitude": "8.682417", + "logs": { + "2021-11-14": "Machine available at business hours of souvenir shops. Needs 1 Euro and 5 Cents." + }, + "machine_status": "available", + "id": 485, + "last_updated": "2021-11-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 16.410004528689658, + 48.24026598578018 + ] + }, + "properties": { + "name": "Donauturm (top)", + "area": "Austria", + "address": "Donautumstraße 4", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=35889", + "internal_url": "null", + "latitude": "48.24026598578018", + "longitude": "16.410004528689658", + "paywall": true, + "machine_status": "available", + "id": 1016, + "last_updated": "2022-11-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.93252690000001, + 34.7285362 + ] + }, + "properties": { + "name": "Bucee's", + "area": "Alabama", + "address": "2328 Lindsay Ln S, Athens", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=397261", + "internal_url": "null", + "latitude": "34.7285362", + "longitude": "-86.93252690000001", + "machine_status": "available", + "id": 6062, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.63386260000001, + 34.398914 + ] + }, + "properties": { + "name": "JSU/ Little River Canyon Center", + "area": "Alabama", + "address": "4322 Little River Trail, NE, Fort Payne", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=405706", + "internal_url": "null", + "latitude": "34.398914", + "longitude": "-85.63386260000001", + "machine_status": "available", + "id": 6063, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.7681921, + 33.8230953 + ] + }, + "properties": { + "name": "Jacksonville State University V1sitor Center.", + "area": "Alabama", + "address": "700 Pelham Rd N, Jacksonville", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=402002", + "internal_url": "null", + "latitude": "33.8230953", + "longitude": "-85.7681921", + "machine_status": "available", + "id": 6064, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.6157576, + 30.6303787 + ] + }, + "properties": { + "name": "Oasis Travel Center", + "area": "Alabama", + "address": "27801 County Road 64 Ext , Robertsdale", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=409542", + "internal_url": "null", + "latitude": "30.6303787", + "longitude": "-87.6157576", + "machine_status": "available", + "id": 6065, + "last_updated": "2024-06-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.05224439999999, + 32.5447465 + ] + }, + "properties": { + "name": "The Authentic Bonnie and Clyde Museum", + "area": "Louisiana", + "address": "2419 Main St,, Gibsland", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=398919", + "internal_url": "null", + "latitude": "32.5447465", + "longitude": "-93.05224439999999", + "machine_status": "available", + "id": 6066, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.1585351, + 31.7287604 + ] + }, + "properties": { + "name": "Huddle House", + "area": "Louisiana", + "address": "5306 Hwy 6, Natchitoches", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=268968", + "internal_url": "null", + "latitude": "31.7287604", + "longitude": "-93.1585351", + "machine_status": "retired", + "id": 3580, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.06292119999999, + 29.9504543 + ] + }, + "properties": { + "name": "Audubon Aquarium of the Americas", + "area": "Louisiana", + "address": "One Canal Street, New Orleans", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=2334", + "internal_url": "null", + "latitude": "29.9504543", + "longitude": "-90.06292119999999", + "machine_status": "retired", + "id": 3582, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.6433172, + 32.5303391 + ] + }, + "properties": { + "name": "Ruston Twenty Four Seven Laundromat ", + "area": "Louisiana", + "address": "413 W Alabama Ave, Ruston", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=402331", + "internal_url": "null", + "latitude": "32.5303391", + "longitude": "-92.6433172", + "machine_status": "available", + "id": 6068, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.9526427, + 39.7161563 + ] + }, + "properties": { + "name": "Cherry Street Diner", + "area": "Ohio", + "address": "Cherry St, Ashville ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=8692", + "internal_url": "null", + "latitude": "39.7161563", + "longitude": "-82.9526427", + "machine_status": "available", + "id": 6069, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.83555729999999, + 39.5606937 + ] + }, + "properties": { + "name": "The Rustic Harvest", + "area": "Ohio", + "address": "10363 Tarlton Rd., Circleville", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=411260", + "internal_url": "null", + "latitude": "39.5606937", + "longitude": "-82.83555729999999", + "machine_status": "available", + "id": 6070, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.9491235, + 41.8608944 + ] + }, + "properties": { + "name": "Eddie's Grill", + "area": "Ohio", + "address": ", Geneva on the lake", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=409262", + "internal_url": "null", + "latitude": "41.8608944", + "longitude": "-80.9491235", + "machine_status": "available", + "id": 6071, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.2770427, + 39.342521 + ] + }, + "properties": { + "name": "Kings Island", + "area": "Ohio", + "address": "5688 Kings Island Drive, Mason", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3813", + "internal_url": "null", + "latitude": "39.342521", + "longitude": "-84.2770427", + "machine_status": "retired", + "id": 1990, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.8127782, + 41.4423074 + ] + }, + "properties": { + "name": "Wild Acres Petting Zoo", + "area": "Ohio", + "address": ", Port Clinton", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=4299", + "internal_url": "null", + "latitude": "41.4423074", + "longitude": "-82.8127782", + "machine_status": "retired", + "id": 2001, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.58396809999999, + 39.480841 + ] + }, + "properties": { + "name": "Appalachian Art & Craft", + "area": "Ohio", + "address": "26774 US Hwy 33 at Rt 374, Rockbridge", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=33881", + "internal_url": "null", + "latitude": "39.480841", + "longitude": "-82.58396809999999", + "machine_status": "retired", + "id": 2005, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.5366961, + 41.6510854 + ] + }, + "properties": { + "name": "Huntington Center", + "area": "Ohio", + "address": "500 Jefferson Ave, Toledo ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=390001", + "internal_url": "null", + "latitude": "41.6510854", + "longitude": "-83.5366961", + "machine_status": "available", + "id": 6072, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -149.8904657, + 61.22168490000001 + ] + }, + "properties": { + "name": "Alaska Railroad Depot", + "area": "Alaska", + "address": "411 West First Ave, Anchorage", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=238", + "internal_url": "null", + "latitude": "61.22168490000001", + "longitude": "-149.8904657", + "machine_status": "available", + "id": 1144, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -149.8916467, + 61.21867760000001 + ] + }, + "properties": { + "name": "Grizzly's Gifts ", + "area": "Alaska", + "address": "501 West 4th Avenue, Anchorage", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=230", + "internal_url": "null", + "latitude": "61.21867760000001", + "longitude": "-149.8916467", + "machine_status": "available", + "id": 1148, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -147.7209293, + 64.8431337 + ] + }, + "properties": { + "name": "Arctic Travelers Gift Shop", + "area": "Alaska", + "address": "201 Cushman Street, Fairbanks", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=389468", + "internal_url": "null", + "latitude": "64.8431337", + "longitude": "-147.7209293", + "machine_status": "available", + "id": 6073, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -134.3968296, + 58.2936223 + ] + }, + "properties": { + "name": "AJ Outlet Store", + "area": "Alaska", + "address": "700 S. Franklin St., Juneau", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=167524", + "internal_url": "null", + "latitude": "58.2936223", + "longitude": "-134.3968296", + "machine_status": "retired", + "id": 1157, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -134.4036851, + 58.2991308 + ] + }, + "properties": { + "name": "Alaska Shirt Company - Extended", + "area": "Alaska", + "address": "259 S Franklin Street, Juneau", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=414636", + "internal_url": "null", + "latitude": "58.2991308", + "longitude": "-134.4036851", + "machine_status": "available", + "id": 6074, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -149.4396349, + 60.121707 + ] + }, + "properties": { + "name": "Alaska Railroad Terminal", + "area": "Alaska", + "address": "408 Port Ave,, Seward", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=386946", + "internal_url": "null", + "latitude": "60.121707", + "longitude": "-149.4396349", + "machine_status": "retired", + "id": 5969, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -149.4280891, + 60.1193839 + ] + }, + "properties": { + "name": "Cruise Terminal Seward", + "area": "Alaska", + "address": "913 Port Way, Seward", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=258628", + "internal_url": "null", + "latitude": "60.1193839", + "longitude": "-149.4280891", + "machine_status": "available", + "id": 1171, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -135.3174015, + 59.4533131 + ] + }, + "properties": { + "name": "Klondike Clothing CO", + "area": "Alaska", + "address": "200 2nd street, Skagway", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=408752", + "internal_url": "null", + "latitude": "59.4533131", + "longitude": "-135.3174015", + "machine_status": "available", + "id": 6075, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -150.1127746, + 62.32308879999999 + ] + }, + "properties": { + "name": "Nagley's General Store", + "area": "Alaska", + "address": "13650 E Main St, Talkeetna", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=312692", + "internal_url": "null", + "latitude": "62.32308879999999", + "longitude": "-150.1127746", + "machine_status": "retired", + "id": 1185, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -69.8039939, + 44.5892698 + ] + }, + "properties": { + "name": "Sweet Dreams Convenience Store", + "area": "Maine", + "address": "164 Village Rd , Smithfield ", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=308649", + "internal_url": "null", + "latitude": "44.5892698", + "longitude": "-69.8039939", + "machine_status": "retired", + "id": 2033, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.125426, + 34.385717 + ] + }, + "properties": { + "name": "Reba's Place Restaurant and Bar", + "area": "Oklahoma", + "address": "301 E Court St, Atoka", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407740", + "internal_url": "null", + "latitude": "34.3857170374416", + "longitude": "-96.12542597468598", + "machine_status": "available", + "id": 6076, + "last_updated": "2023-10-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.74954220000001, + 34.1501579 + ] + }, + "properties": { + "name": "Hochatown Saloon", + "area": "Oklahoma", + "address": "28 Old Hochatown Rd, Broken Bow", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=414622", + "internal_url": "null", + "latitude": "34.1501579", + "longitude": "-94.74954220000001", + "machine_status": "available", + "id": 6077, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.1249448, + 34.44686590000001 + ] + }, + "properties": { + "name": "Arbuckle Wilderness", + "area": "Oklahoma", + "address": "Route 1 Box 63, Davis", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=71193", + "internal_url": "null", + "latitude": "34.44686590000001", + "longitude": "-97.1249448", + "machine_status": "available", + "id": 6078, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.1115549, + 34.4251533 + ] + }, + "properties": { + "name": "Falls Creek Conference Center", + "area": "Oklahoma", + "address": "6714 OK-77D, Davis", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=398774", + "internal_url": "null", + "latitude": "34.4251533", + "longitude": "-97.1115549", + "machine_status": "available", + "id": 6079, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.98338389999999, + 34.5154375 + ] + }, + "properties": { + "name": "Chisholm Trail Heritage Center", + "area": "Oklahoma", + "address": "2150 Chisholm Trail Parkway, Duncan", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=388321", + "internal_url": "null", + "latitude": "34.5154375", + "longitude": "-97.98338389999999", + "machine_status": "available", + "id": 6080, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.24146499999999, + 35.8885678 + ] + }, + "properties": { + "name": "The Lodge at Sequoyah State Park", + "area": "Oklahoma", + "address": "19808 Park 10, Hulbert", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=393506", + "internal_url": "null", + "latitude": "35.8885678", + "longitude": "-95.24146499999999", + "machine_status": "available", + "id": 6081, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.397868, + 34.617559 + ] + }, + "properties": { + "name": "Museum of the Great Plains", + "area": "Oklahoma", + "address": "601 NW Ferris Ave, Lawton", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=393145", + "internal_url": "null", + "latitude": "34.617559", + "longitude": "-98.397868", + "machine_status": "available", + "id": 6082, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.7692495, + 34.9319648 + ] + }, + "properties": { + "name": "OKLA Theater", + "area": "Oklahoma", + "address": "18 E Choctaw Ave, McAlester", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=414531", + "internal_url": "null", + "latitude": "34.9319648", + "longitude": "-95.7692495", + "machine_status": "available", + "id": 6083, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.13507299999999, + 33.793463 + ] + }, + "properties": { + "name": "Oklahoma Travel Center ", + "area": "Oklahoma", + "address": "I-35 North Bound - 3 miles north of the Texas border, Thackerville", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=262574", + "internal_url": "null", + "latitude": "33.793463", + "longitude": "-97.13507299999999", + "machine_status": "retired", + "id": 1807, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.492045, + 33.456993 + ] + }, + "properties": { + "name": "Goldfield Ghost Town (Cantankerous Carl's Hat Store)", + "area": "Arizona", + "address": "4650 North Mammoth Mine Road, Apache Junction ", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=237796", + "internal_url": "null", + "latitude": "33.456993", + "longitude": "-111.492045", + "machine_status": "retired", + "id": 2607, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.5686757, + 33.4155562 + ] + }, + "properties": { + "name": "Thunder Mountain SW Specialty", + "area": "Arizona", + "address": "2114 W Apache Trail, Suite 1,, Apache Junction", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=395574", + "internal_url": "null", + "latitude": "33.4155562", + "longitude": "-111.5686757", + "machine_status": "available", + "id": 6084, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -109.1037758, + 32.7203188 + ] + }, + "properties": { + "name": "Country Chic Art Gallery & Crafters Boutique", + "area": "Arizona", + "address": "205 SE Old West Hwy, Duncan", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=358286", + "internal_url": "null", + "latitude": "32.7203188", + "longitude": "-109.1037758", + "machine_status": "available", + "id": 6085, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.8261764, + 36.0441081 + ] + }, + "properties": { + "name": "Desert View Trading Post", + "area": "Arizona", + "address": "on the Eastern side of the south rim (Watch Tower area), Grand Canyon National Park, South Rim", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=286828", + "internal_url": "null", + "latitude": "36.0441081", + "longitude": "-111.8261764", + "machine_status": "out-of-order", + "id": 2631, + "last_updated": "2024-04-01" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.355836, + 33.53849 + ] + }, + "properties": { + "name": "Luke Air Force Base", + "area": "Arizona", + "address": "Base Exchange (MILITARY ID REQUIRED), Glendale", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=54630", + "internal_url": "null", + "latitude": "33.53849", + "longitude": "-112.355836", + "machine_status": "retired", + "id": 2625, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.2037792, + 33.5829314 + ] + }, + "properties": { + "name": "La Crab Shack", + "area": "Arizona", + "address": "6750 W Peoria Ave 127, Peoria ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412960", + "internal_url": "null", + "latitude": "33.5829314", + "longitude": "-112.2037792", + "machine_status": "available", + "id": 6086, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.0659043, + 33.4501981 + ] + }, + "properties": { + "name": "Rosson House Museum", + "area": "Arizona", + "address": "113 N. 6th St., Phoenix", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=283", + "internal_url": "null", + "latitude": "33.4501981", + "longitude": "-112.0659043", + "machine_status": "retired", + "id": 2668, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.7598125, + 34.8737264 + ] + }, + "properties": { + "name": "Sedona's Candy Shopp", + "area": "Arizona", + "address": "466 Sunset Lane, Sedona", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=387624", + "internal_url": "null", + "latitude": "34.8737264", + "longitude": "-111.7598125", + "machine_status": "available", + "id": 5981, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -110.066686, + 31.712243 + ] + }, + "properties": { + "name": "Madame Mustache", + "area": "Arizona", + "address": "455 East Allen Street, Tombstone", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=204330", + "internal_url": "null", + "latitude": "31.712243", + "longitude": "-110.066686", + "machine_status": "retired", + "id": 2701, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -110.0667312, + 31.71232759999999 + ] + }, + "properties": { + "name": "Smoke Signals", + "area": "Arizona", + "address": "411 East Allen Street, Tombstone", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=393790", + "internal_url": "null", + "latitude": "31.71232759999999", + "longitude": "-110.0667312", + "machine_status": "available", + "id": 6087, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -110.9406866, + 32.2181608 + ] + }, + "properties": { + "name": "Ignite Sign Art Museum", + "area": "Arizona", + "address": "331 S. Olsen Ave, Tucson", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=398357", + "internal_url": "null", + "latitude": "32.2181608", + "longitude": "-110.9406866", + "machine_status": "available", + "id": 6088, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.1289275, + 32.2183137 + ] + }, + "properties": { + "name": "Old Tucson Studios", + "area": "Arizona", + "address": "201 S. Kinney Road, Tucson", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=250", + "internal_url": "null", + "latitude": "32.2183137", + "longitude": "-111.1289275", + "machine_status": "available", + "id": 2712, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.7311236, + 33.9684277 + ] + }, + "properties": { + "name": "Desert Caballeros Western Museum", + "area": "Arizona", + "address": "21 N Frontier St, Wickenburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=409785", + "internal_url": "null", + "latitude": "33.9684277", + "longitude": "-112.7311236", + "machine_status": "available", + "id": 6089, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.190175, + 35.2516902 + ] + }, + "properties": { + "name": "Fred Harvey (Was Grand Depot Cafe)", + "area": "Arizona", + "address": "233 N Grand Canyon Blvd, Williams", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=251363", + "internal_url": "null", + "latitude": "35.2516902", + "longitude": "-112.190175", + "machine_status": "retired", + "id": 2728, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.1947003, + 35.2487914 + ] + }, + "properties": { + "name": "Frontier Resturant and Beer Garden", + "area": "Arizona", + "address": "730 W Rte 66, Williams, AZ 86046, Williams", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=410369", + "internal_url": "null", + "latitude": "35.2487914", + "longitude": "-112.1947003", + "machine_status": "available", + "id": 6090, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.1943576, + 35.2513513 + ] + }, + "properties": { + "name": "Grand Canyon Railway RV Park", + "area": "Arizona", + "address": "601 W. Franklin Avenue, Williams", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=239519", + "internal_url": "null", + "latitude": "35.2513513", + "longitude": "-112.1943576", + "machine_status": "retired", + "id": 2730, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.1375989, + 38.2362486 + ] + }, + "properties": { + "name": "Pony Express Gift Shop & Grill", + "area": "Maryland", + "address": "7307 Stephen Decatur Hwy, Berlin", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=19852", + "internal_url": "null", + "latitude": "38.2362486", + "longitude": "-75.1375989", + "machine_status": "retired", + "id": 5211, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.8149585, + 39.6703155 + ] + }, + "properties": { + "name": "Milburn Orchards", + "area": "Maryland", + "address": "1495 Appleton Road, Elkton", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=388366", + "internal_url": "null", + "latitude": "39.6703155", + "longitude": "-75.8149585", + "machine_status": "available", + "id": 6091, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.3110268, + 44.0581289 + ] + }, + "properties": { + "name": "Bend Visitor Center - Visit Bend", + "area": "Oregon", + "address": "750 NW Lava Road Suite 160, Bend", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=396965", + "internal_url": "null", + "latitude": "44.0581289", + "longitude": "-121.3110268", + "machine_status": "available", + "id": 6092, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.8929208, + 45.6711894 + ] + }, + "properties": { + "name": "Locks Waterfront Grill (Cascade Locks Marine Park Visitors Center)", + "area": "Oregon", + "address": "299 SW Portage Road, Cascade Locks", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3980", + "internal_url": "null", + "latitude": "45.6711894", + "longitude": "-121.8929208", + "machine_status": "retired", + "id": 4346, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -124.0670124, + 44.7604206 + ] + }, + "properties": { + "name": "Cape Foulweather Lookout Observatory and Gift Shop", + "area": "Oregon", + "address": "Ottercrest State Wayside, Depoe Bay", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3975", + "internal_url": "null", + "latitude": "44.7604206", + "longitude": "-124.0670124", + "machine_status": "available", + "id": 6093, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -124.061855, + 44.8106985 + ] + }, + "properties": { + "name": "Seaview Bazaar", + "area": "Oregon", + "address": "74 N Highway 101, Depoe Bay", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3973", + "internal_url": "null", + "latitude": "44.8106985", + "longitude": "-124.061855", + "machine_status": "retired", + "id": 4354, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.7110064, + 45.3311281 + ] + }, + "properties": { + "name": "Wy'East Day Lodge @ Timberline Lodge", + "area": "Oregon", + "address": "27500 E Timberline Road, Government Camp", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=238014", + "internal_url": "null", + "latitude": "45.3311281", + "longitude": "-121.7110064", + "machine_status": "retired", + "id": 4360, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.2356001, + 45.356664 + ] + }, + "properties": { + "name": "Joseph Branch Railriders", + "area": "Oregon", + "address": "501 W Alder St, Joseph", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=410862", + "internal_url": "null", + "latitude": "45.356664", + "longitude": "-117.2356001", + "machine_status": "available", + "id": 6094, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.6618459, + 45.4736956 + ] + }, + "properties": { + "name": "Oaks Park Skating Rink", + "area": "Oregon", + "address": "7805 SE Oaks Park Way, Portland ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412282", + "internal_url": "null", + "latitude": "45.4736956", + "longitude": "-122.6618459", + "machine_status": "available", + "id": 6095, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -123.9288242, + 45.9930402 + ] + }, + "properties": { + "name": "World of Gifts", + "area": "Oregon", + "address": "111 Broadway street UNIT 17 Seaside, OR, Seaside", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=411254", + "internal_url": "null", + "latitude": "45.9930402", + "longitude": "-123.9288242", + "machine_status": "available", + "id": 6096, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.7975808, + 45.8624064 + ] + }, + "properties": { + "name": "Mollys Market", + "area": "Oregon", + "address": "290 South 1st Street , St. Helens", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=380456", + "internal_url": "null", + "latitude": "45.8624064", + "longitude": "-122.7975808", + "machine_status": "retired", + "id": 5224, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.7979811, + 45.8624046 + ] + }, + "properties": { + "name": "Spilt Ink Gallery & Gifts", + "area": "Oregon", + "address": "289 S 1st St., St. Helens", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=404256", + "internal_url": "null", + "latitude": "45.8624046", + "longitude": "-122.7979811", + "machine_status": "available", + "id": 6097, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.76301219999999, + 36.4098499 + ] + }, + "properties": { + "name": "Razorback Gift Shop", + "area": "Arkansas", + "address": "579 W Van Buren,, Eureka Springs ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=404080", + "internal_url": "null", + "latitude": "36.4098499", + "longitude": "-93.76301219999999", + "machine_status": "available", + "id": 6098, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.425354, + 35.3985557 + ] + }, + "properties": { + "name": "United States Marshals Museum", + "area": "Arkansas", + "address": "789 Riverfront DR, Fort Smith", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=409411", + "internal_url": "null", + "latitude": "35.3985557", + "longitude": "-94.425354", + "machine_status": "available", + "id": 6099, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.28904999999999, + 34.7469598 + ] + }, + "properties": { + "name": "Arkansas State Capitol ", + "area": "Arkansas", + "address": "500 Woodlane St, Little Rock", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407855", + "internal_url": "null", + "latitude": "34.7469598", + "longitude": "-92.28904999999999", + "machine_status": "available", + "id": 6100, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -70.346473, + 41.646096 + ] + }, + "properties": { + "name": "1856 Country Store", + "area": "Massachusetts", + "address": "555 Main St, Centerville ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=409076", + "internal_url": "null", + "latitude": "41.646096", + "longitude": "-70.346473", + "machine_status": "available", + "id": 6101, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -70.34634604174883, + 41.646052199506286 + ] + }, + "properties": { + "name": "1856 County Store", + "area": "Massachusetts", + "address": "555 Main St, Centerville , MA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=409103", + "internal_url": "null", + "latitude": "41.646052199506286", + "longitude": "-70.34634604174883", + "machine_status": "available", + "id": 6102, + "last_updated": "2024-09-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -72.02485, + 42.139786 + ] + }, + "properties": { + "name": "Charlton Pike Rest Stop ", + "area": "Massachusetts", + "address": "I-90 Mass Pike both East and West svc plazas, Charlton", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=225910", + "internal_url": "null", + "latitude": "42.139786", + "longitude": "-72.02485", + "machine_status": "available", + "id": 2899, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -70.7747323, + 42.6306065 + ] + }, + "properties": { + "name": "Woodman's of Essex Restaurant", + "area": "Massachusetts", + "address": "PO Box 349, Rte 133, 121 Main Street, Essex", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=28889", + "internal_url": "null", + "latitude": "42.6306065", + "longitude": "-70.7747323", + "machine_status": "retired", + "id": 2900, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -71.7691433, + 42.2644952 + ] + }, + "properties": { + "name": "EcoTarium (formerly New England Science Center)", + "area": "Massachusetts", + "address": "222 Harrington Way, Worcester", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=2635", + "internal_url": "null", + "latitude": "42.2644952", + "longitude": "-71.7691433", + "machine_status": "retired", + "id": 2936, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.3955919, + 40.470975 + ] + }, + "properties": { + "name": "Lakemont Park", + "area": "Pennsylvania", + "address": "700 Park Avenue, Altoona", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3759", + "internal_url": "null", + "latitude": "40.470975", + "longitude": "-78.3955919", + "machine_status": "available", + "id": 6103, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.5753685, + 41.4666991 + ] + }, + "properties": { + "name": "Worlds End State Park", + "area": "Pennsylvania", + "address": " 82 Cabin Bridge Road, Forksville", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=406019", + "internal_url": "null", + "latitude": "41.4666991", + "longitude": "-76.5753685", + "machine_status": "available", + "id": 6104, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.2316622, + 39.8236844 + ] + }, + "properties": { + "name": "Basses Loaded / Gettysburg Ghost Tours", + "area": "Pennsylvania", + "address": "27 Steinwehr Ave, Gettysburg ", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=199124", + "internal_url": "null", + "latitude": "39.8236844", + "longitude": "-77.2316622", + "machine_status": "retired", + "id": 3980, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.23034229999999, + 39.822391 + ] + }, + "properties": { + "name": "Gettysburg Tour Center", + "area": "Pennsylvania", + "address": "778 Baltimore Street, Gettysburg", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=7070", + "internal_url": "null", + "latitude": "39.822391", + "longitude": "-77.23034229999999", + "machine_status": "retired", + "id": 3987, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.2316622, + 39.8236844 + ] + }, + "properties": { + "name": "Haunted Gettysburg Tours / Gettysburg Souvenirs & Gifts ", + "area": "Pennsylvania", + "address": "27 Steinwehr Ave, Gettysburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=397159", + "internal_url": "null", + "latitude": "39.8236844", + "longitude": "-77.2316622", + "machine_status": "available", + "id": 6105, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.8839587, + 40.2642873 + ] + }, + "properties": { + "name": "Pennsylvania State Capitol", + "area": "Pennsylvania", + "address": " N 3rd St, Harrisburg", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=248076", + "internal_url": "null", + "latitude": "40.2642873", + "longitude": "-76.8839587", + "machine_status": "retired", + "id": 3997, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.73850519999999, + 40.8634754 + ] + }, + "properties": { + "name": "Mauch Chunk 5 & 10", + "area": "Pennsylvania", + "address": "9 Broadway , Jim Thorpe ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413792", + "internal_url": "null", + "latitude": "40.8634754", + "longitude": "-75.73850519999999", + "machine_status": "available", + "id": 6106, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.27633519999999, + 40.2621017 + ] + }, + "properties": { + "name": "Idlewild Park", + "area": "Pennsylvania", + "address": "P.O. Box C, Rt. 30 East, Ligonier", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=4055", + "internal_url": "null", + "latitude": "40.2621017", + "longitude": "-79.27633519999999", + "machine_status": "available", + "id": 4015, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.15015559999999, + 39.9502112 + ] + }, + "properties": { + "name": "Liberty Bell Center", + "area": "Pennsylvania", + "address": "101 S Independence Mall W, Philadelphia, PA 19106", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "39.9502112", + "longitude": "-75.15015559999999", + "machine_status": "retired", + "id": 6107, + "last_updated": "2024-09-21", + "multimachine": 1 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.02638619999999, + 40.0425662 + ] + }, + "properties": { + "name": "Philadelphia Insectarium and Butterfly Pavilion", + "area": "Pennsylvania", + "address": "8046 Frankford Avenue, Philadelphia", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=340169", + "internal_url": "null", + "latitude": "40.0425662", + "longitude": "-75.02638619999999", + "machine_status": "retired", + "id": 4040, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.1955383, + 39.9714959 + ] + }, + "properties": { + "name": "Philadelphia Zoo", + "area": "Pennsylvania", + "address": "3400 West Girard Avenue, Philadelphia", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=395400", + "internal_url": "null", + "latitude": "39.9714959", + "longitude": "-75.1955383", + "machine_status": "available", + "id": 6108, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.0188208, + 40.4382586 + ] + }, + "properties": { + "name": "Duquesne Incline", + "area": "Pennsylvania", + "address": "1220 Grandview Avenue, Pittsburgh", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=4015", + "internal_url": "null", + "latitude": "40.4382586", + "longitude": "-80.0188208", + "machine_status": "retired", + "id": 4047, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.3554599, + 41.0511644 + ] + }, + "properties": { + "name": "Camelback Mountain Resort", + "area": "Pennsylvania", + "address": "243 Camelback Road, Tannersville", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=89226", + "internal_url": "null", + "latitude": "41.0511644", + "longitude": "-75.3554599", + "machine_status": "retired", + "id": 4070, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.9227135, + 33.8078978 + ] + }, + "properties": { + "name": "Disney's Grand Californian Hotel", + "area": "California", + "address": "1600 S. Disneyland Dr, Anaheim", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=7269", + "internal_url": "null", + "latitude": "33.8078978", + "longitude": "-117.9227135", + "machine_status": "available", + "id": 6109, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.9243842, + 33.8062951 + ] + }, + "properties": { + "name": "Disney's Pixar Pier Hotel Complex", + "area": "California", + "address": "1717 Disneyland Dr, Anaheim", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=395488", + "internal_url": "null", + "latitude": "33.8062951", + "longitude": "-117.9243842", + "machine_status": "available", + "id": 6110, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -120.5385299, + 38.0677832 + ] + }, + "properties": { + "name": "The Village Blacksmith", + "area": "California", + "address": "P.O. Box 910, Angels Camp", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=63387", + "internal_url": "null", + "latitude": "38.0677832", + "longitude": "-120.5385299", + "machine_status": "retired", + "id": 4564, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -120.7557162, + 35.172325 + ] + }, + "properties": { + "name": "Mermaid Market", + "area": "California", + "address": "3915 Avila Beach Drive, Avila Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=388768", + "internal_url": "null", + "latitude": "35.172325", + "longitude": "-120.7557162", + "machine_status": "available", + "id": 6111, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.2560632, + 37.9005805 + ] + }, + "properties": { + "name": "Tilden Park Merry Go Round", + "area": "California", + "address": "Central Park Drive &, Lake Anza Rd,, Berkeley ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=399656", + "internal_url": "null", + "latitude": "37.9005805", + "longitude": "-122.2560632", + "machine_status": "available", + "id": 6112, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.1696785, + 32.6978733 + ] + }, + "properties": { + "name": "San Diego Trading Company (in the Coronado Ferry Center)", + "area": "California", + "address": "Coronado Ferry Center, Coronado", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=350279", + "internal_url": "null", + "latitude": "32.6978733", + "longitude": "-117.1696785", + "machine_status": "retired", + "id": 4604, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.9046818, + 33.6683871 + ] + }, + "properties": { + "name": "Orange County Fair and Event Center/ ", + "area": "California", + "address": "88 Fair Drive, Costa Mesa", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=409719", + "internal_url": "null", + "latitude": "33.6683871", + "longitude": "-117.9046818", + "machine_status": "available", + "id": 6113, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.1467942, + 36.606886 + ] + }, + "properties": { + "name": "Stovepipe Wells General Store", + "area": "California", + "address": "51880 Highway 190, Death Valley National Park", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=396688", + "internal_url": "null", + "latitude": "36.606886", + "longitude": "-117.1467942", + "machine_status": "retired", + "id": 6114, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.4292581, + 37.4623106 + ] + }, + "properties": { + "name": "Jupiter & Main", + "area": "California", + "address": "432 Main Street Unit B, Half Moon Bay, CA, 94019", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=200909", + "internal_url": "null", + "latitude": "37.4623106", + "longitude": "-122.4292581", + "machine_status": "available", + "id": 4637, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.3415776, + 34.1017476 + ] + }, + "properties": { + "name": "Madame Tussauds", + "area": "California", + "address": "6933 Hollywood Boulevard, Hollywood", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=85777", + "internal_url": "null", + "latitude": "34.1017476", + "longitude": "-118.3415776", + "machine_status": "retired", + "id": 4644, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.4189272, + 35.7555798 + ] + }, + "properties": { + "name": "Pizza Barn", + "area": "California", + "address": "11401 Kernville Rd, Kernville", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=400240", + "internal_url": "null", + "latitude": "35.7555798", + "longitude": "-118.4189272", + "machine_status": "available", + "id": 6115, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.2624578, + 37.7853206 + ] + }, + "properties": { + "name": "Great Wolf Lodge Water Park and Big League Dreams", + "area": "California", + "address": "2500 Daniels St,, Manteca", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=396317", + "internal_url": "null", + "latitude": "37.7853206", + "longitude": "-121.2624578", + "machine_status": "available", + "id": 6116, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.0175247, + 37.6537919 + ] + }, + "properties": { + "name": "Graffiti Classic Car Museum", + "area": "California", + "address": "610 North 9th Street, Modesto", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=394967", + "internal_url": "null", + "latitude": "37.6537919", + "longitude": "-121.0175247", + "machine_status": "available", + "id": 6117, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.8999236, + 36.6164341 + ] + }, + "properties": { + "name": "Cannery Row - Monterey's Finest", + "area": "California", + "address": "700 Cannery Row H1, Monterey", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=400843", + "internal_url": "null", + "latitude": "36.6164341", + "longitude": "-121.8999236", + "machine_status": "available", + "id": 6118, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.8940356, + 36.6026236 + ] + }, + "properties": { + "name": "Pacific House Museum", + "area": "California", + "address": "10 Custom House Plaza,, Monterey", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=410865", + "internal_url": "null", + "latitude": "36.6026236", + "longitude": "-121.8940356", + "machine_status": "available", + "id": 6119, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -120.8569796, + 35.3705752 + ] + }, + "properties": { + "name": "Destination Camp One Morro Bay", + "area": "California", + "address": "1215 Embarcadero Suite C, Morro Bay", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=400566", + "internal_url": "null", + "latitude": "35.3705752", + "longitude": "-120.8569796", + "machine_status": "retired", + "id": 6120, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -120.8559171, + 35.3697535 + ] + }, + "properties": { + "name": "Great American Fish Company", + "area": "California", + "address": "1185 Embarcadero, Morro Bay", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=400567", + "internal_url": "null", + "latitude": "35.3697535", + "longitude": "-120.8559171", + "machine_status": "available", + "id": 6121, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.8983756, + 33.6057077 + ] + }, + "properties": { + "name": "Balboa Island Ferry landing", + "area": "California", + "address": "410 South Bay Front, Newport Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=395743", + "internal_url": "null", + "latitude": "33.6057077", + "longitude": "-117.8983756", + "machine_status": "available", + "id": 6122, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.9006713, + 33.6032184 + ] + }, + "properties": { + "name": "The Mermaid Store", + "area": "California", + "address": "309 Palm St,, Newport Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=404094", + "internal_url": "null", + "latitude": "33.6032184", + "longitude": "-117.9006713", + "machine_status": "retired", + "id": 6123, + "last_updated": "2024-09-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -123.7657553, + 39.9159598 + ] + }, + "properties": { + "name": "World Famous Tree House", + "area": "California", + "address": "74800 N. U.S. Hwy 101, Piercy", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=1249", + "internal_url": "null", + "latitude": "39.9159598", + "longitude": "-123.7657553", + "machine_status": "retired", + "id": 4729, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -120.6379334, + 35.1342374 + ] + }, + "properties": { + "name": "Pismo Coast Village Grill", + "area": "California", + "address": "165 S Dolliver St, Pismo Beach", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=329893", + "internal_url": "null", + "latitude": "35.1342374", + "longitude": "-120.6379334", + "machine_status": "retired", + "id": 4735, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.1958841, + 32.7523936 + ] + }, + "properties": { + "name": "Old Town - Dantes Leather", + "area": "California", + "address": "2522 Congress St, San Diego", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412790", + "internal_url": "null", + "latitude": "32.7523936", + "longitude": "-117.1958841", + "machine_status": "available", + "id": 6124, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.1947187, + 32.7523461 + ] + }, + "properties": { + "name": "Old Town - Mexican Expressions", + "area": "California", + "address": "2505 San Diego Ave, San Diego", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=59023", + "internal_url": "null", + "latitude": "32.7523461", + "longitude": "-117.1947187", + "machine_status": "retired", + "id": 4781, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.4063883, + 37.7959926 + ] + }, + "properties": { + "name": "Chinatown - Bargain Bazaar", + "area": "California", + "address": "667 Grant Ave., San Francisco", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=920", + "internal_url": "null", + "latitude": "37.7959926", + "longitude": "-122.4063883", + "machine_status": "retired", + "id": 5250, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.3995086, + 37.7873338 + ] + }, + "properties": { + "name": "Chinatown - The 111 Minna Gallery", + "area": "California", + "address": "111 Minna ST, San Francisco", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=269033", + "internal_url": "null", + "latitude": "37.7873338", + "longitude": "-122.3995086", + "machine_status": "retired", + "id": 4799, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.8897436, + 37.33230210000001 + ] + }, + "properties": { + "name": "Christmas in the Park", + "area": "California", + "address": "Plaza de Cesar Chavez, San Jose", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=227234", + "internal_url": "null", + "latitude": "37.33230210000001", + "longitude": "-121.8897436", + "machine_status": "retired", + "id": 6125, + "last_updated": "2024-01-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -119.6684517, + 34.419385 + ] + }, + "properties": { + "name": "Santa Barbara Zoo", + "area": "California", + "address": "500 Ninos Drive, Santa Barbara", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=240613", + "internal_url": "null", + "latitude": "34.419385", + "longitude": "-119.6684517", + "machine_status": "available", + "id": 4842, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -120.4237116, + 34.9249529 + ] + }, + "properties": { + "name": "Doc Burnsteins Ice Cream Lab", + "area": "California", + "address": "725 E Betteravia Rd, Santa Maria", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=378265", + "internal_url": "null", + "latitude": "34.9249529", + "longitude": "-120.4237116", + "machine_status": "retired", + "id": 5257, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -120.2321081, + 39.32413390000001 + ] + }, + "properties": { + "name": "Donner Memorial State Park - Museum", + "area": "California", + "address": "12593 Donner Pass Rd, Truckee", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=315132", + "internal_url": "null", + "latitude": "39.32413390000001", + "longitude": "-120.2321081", + "machine_status": "retired", + "id": 6126, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.3537322, + 34.1361697 + ] + }, + "properties": { + "name": "Universal City Walk - Cartoonaversal", + "area": "California", + "address": "City Walk, Universal City", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=365715", + "internal_url": "null", + "latitude": "34.1361697", + "longitude": "-118.3537322", + "machine_status": "retired", + "id": 5261, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.3537322, + 34.1361697 + ] + }, + "properties": { + "name": "Universal CityWalk - Production Central", + "area": "California", + "address": "Universal CityWalk, Universal City", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=365655", + "internal_url": "null", + "latitude": "34.1361697", + "longitude": "-118.3537322", + "machine_status": "retired", + "id": 5262, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -123.3508685, + 39.4122724 + ] + }, + "properties": { + "name": "Skunk Train Depot", + "area": "California", + "address": "299 East Commercial Street, Willits", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=10514", + "internal_url": "null", + "latitude": "39.4122724", + "longitude": "-123.3508685", + "machine_status": "available", + "id": 4891, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.2589182, + 45.3177656 + ] + }, + "properties": { + "name": "The Taffy Barrel", + "area": "Michigan", + "address": "211 Bridge Street, Charlevoix", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=101318", + "internal_url": "null", + "latitude": "45.3177656", + "longitude": "-85.2589182", + "machine_status": "available", + "id": 2501, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.8046257, + 42.7178183 + ] + }, + "properties": { + "name": "Stahls Automotive Collection ", + "area": "Michigan", + "address": "56516 N Bay Dr , Chesterfield ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407661", + "internal_url": "null", + "latitude": "42.7178183", + "longitude": "-82.8046257", + "machine_status": "available", + "id": 6127, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.729722, + 45.7822293 + ] + }, + "properties": { + "name": "A Cats Grin Tourist Trap", + "area": "Michigan", + "address": "209 E Central Ave, Mackinaw City", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=2826", + "internal_url": "null", + "latitude": "45.7822293", + "longitude": "-84.729722", + "machine_status": "available", + "id": 2551, + "last_updated": "2024-06-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.7293388, + 45.7817752 + ] + }, + "properties": { + "name": "Bargain Barn -n- Caramel Corn Shoppe", + "area": "Michigan", + "address": "207 E Central ave , Mackinaw City ", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=277139", + "internal_url": "null", + "latitude": "45.7817752", + "longitude": "-84.7293388", + "machine_status": "retired", + "id": 2552, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.67243549999999, + 45.7449763 + ] + }, + "properties": { + "name": "Historic Mill Creek Discovery Park", + "area": "Michigan", + "address": "9001 W, US-23, Mackinaw City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412223", + "internal_url": "null", + "latitude": "45.7449763", + "longitude": "-84.67243549999999", + "machine_status": "available", + "id": 6128, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.99661429999999, + 42.3475377 + ] + }, + "properties": { + "name": "Cornwell's Turkeyville U.S.A.", + "area": "Michigan", + "address": "18935 15 1/2 Mile Road, Marshall", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2801", + "internal_url": "null", + "latitude": "42.3475377", + "longitude": "-84.99661429999999", + "machine_status": "available", + "id": 2563, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.8773026, + 42.5989519 + ] + }, + "properties": { + "name": "Kawaii Bubble Tea", + "area": "Michigan", + "address": "75 North Main Street, Mt. Clemens", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=396503", + "internal_url": "null", + "latitude": "42.5989519", + "longitude": "-82.8773026", + "machine_status": "available", + "id": 6129, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.2570416, + 43.2338682 + ] + }, + "properties": { + "name": "LST 393 Veteran's Museum", + "area": "Michigan", + "address": "500 Mart Street, Muskegon", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=402613", + "internal_url": "null", + "latitude": "43.2338682", + "longitude": "-86.2570416", + "machine_status": "available", + "id": 6130, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.7521198, + 42.6748615 + ] + }, + "properties": { + "name": "New Baltimore Trade Center", + "area": "Michigan", + "address": "35248 23 Mile Rd New Baltimore, MI 48047 United States, New Baltimore ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=393529", + "internal_url": "null", + "latitude": "42.6748615", + "longitude": "-82.7521198", + "machine_status": "available", + "id": 6131, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.4438875, + 44.428148 + ] + }, + "properties": { + "name": "Desis Family Dining", + "area": "Michigan", + "address": "1945 E. River Road , Oscoda", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=397369", + "internal_url": "null", + "latitude": "44.428148", + "longitude": "-83.4438875", + "machine_status": "available", + "id": 6132, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.6234918, + 44.4350075 + ] + }, + "properties": { + "name": "Lumberman's Monument Visitor Center", + "area": "Michigan", + "address": "5401 Monument Rd, Oscoda", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=362078", + "internal_url": "null", + "latitude": "44.4350075", + "longitude": "-83.6234918", + "machine_status": "retired", + "id": 5278, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.2019773, + 46.6053783 + ] + }, + "properties": { + "name": "Lower Tahquamenon Falls", + "area": "Michigan", + "address": "Tahquamenon Falls State Park, on M-123, 10 miles west of Paradise , Paradise", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=27603", + "internal_url": "null", + "latitude": "46.6053783", + "longitude": "-85.2019773", + "machine_status": "retired", + "id": 2579, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -71.5584468, + 41.172804 + ] + }, + "properties": { + "name": "Odd Fellows Cafe", + "area": "Rhode Island", + "address": "232 Water St. , Block Island", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413205", + "internal_url": "null", + "latitude": "41.172804", + "longitude": "-71.5584468", + "machine_status": "available", + "id": 6133, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.0087964, + 37.0760127 + ] + }, + "properties": { + "name": "Cumbres & Toltec Narrow Gauge Train Depot", + "area": "Colorado", + "address": "State Highway 285, Antonito", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=8222", + "internal_url": "null", + "latitude": "37.0760127", + "longitude": "-106.0087964", + "machine_status": "available", + "id": 6134, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.0457303, + 39.4824098 + ] + }, + "properties": { + "name": "Breck 'N' Boujee ", + "area": "Colorado", + "address": "100 N Main St. Unit 112, Breckinridge ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=389510", + "internal_url": "null", + "latitude": "39.4824098", + "longitude": "-106.0457303", + "machine_status": "retired", + "id": 6135, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.5107527, + 39.7916868 + ] + }, + "properties": { + "name": "Denver West / Central City KOA Holiday", + "area": "Colorado", + "address": "605 Lake Gulch Road, Central City", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=323667", + "internal_url": "null", + "latitude": "39.7916868", + "longitude": "-105.5107527", + "machine_status": "retired", + "id": 1824, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.7588218, + 38.8435892 + ] + }, + "properties": { + "name": "Estate Collectibles, Citadel Mall Upper Level ", + "area": "Colorado", + "address": "750 Citadel Drive East, Colorado Springs", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=403178", + "internal_url": "null", + "latitude": "38.8435892", + "longitude": "-104.7588218", + "machine_status": "retired", + "id": 6136, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -108.5730958, + 37.3492374 + ] + }, + "properties": { + "name": "Colorado Welcome Center", + "area": "Colorado", + "address": "928 E. Main Street, Cortez", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=82085", + "internal_url": "null", + "latitude": "37.3492374", + "longitude": "-108.5730958", + "machine_status": "available", + "id": 6137, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.1721861, + 38.7474791 + ] + }, + "properties": { + "name": "Cripple Creek & Victor Narrow Gauge Railroad", + "area": "Colorado", + "address": "520 E. Carr Avenue, Cripple Creek ", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=1061", + "internal_url": "null", + "latitude": "38.7474791", + "longitude": "-105.1721861", + "machine_status": "retired", + "id": 1838, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.9904971, + 39.7435294 + ] + }, + "properties": { + "name": "Hard Rock Cafe Denver", + "area": "Colorado", + "address": "500 16th St Suite 120, Denver, United States", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=387762", + "internal_url": "null", + "latitude": "39.7435294", + "longitude": "-104.9904971", + "machine_status": "retired", + "id": 5997, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.5220709, + 40.3762713 + ] + }, + "properties": { + "name": "Outdoor World store", + "area": "Colorado", + "address": "156 E Elkhorn Ave, Estes Park", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413816", + "internal_url": "null", + "latitude": "40.3762713", + "longitude": "-105.5220709", + "machine_status": "available", + "id": 6138, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.5431783, + 40.3637063 + ] + }, + "properties": { + "name": "The Mad Moose", + "area": "Colorado", + "address": "900 Moraine Avenue, Estes Park", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=410182", + "internal_url": "null", + "latitude": "40.3637063", + "longitude": "-105.5431783", + "machine_status": "available", + "id": 6139, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.0037366, + 39.2244217 + ] + }, + "properties": { + "name": "South Park Pottery ", + "area": "Colorado", + "address": "417 Front St, Fairplay", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=405749", + "internal_url": "null", + "latitude": "39.2244217", + "longitude": "-106.0037366", + "machine_status": "available", + "id": 6140, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.0767936, + 40.5760754 + ] + }, + "properties": { + "name": "Colorado Candy Company", + "area": "Colorado", + "address": "814 S College Ave, Fort Collins", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=319528", + "internal_url": "null", + "latitude": "40.5760754", + "longitude": "-105.0767936", + "machine_status": "available", + "id": 1862, + "last_updated": "2023-12-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.0984558, + 40.5530785 + ] + }, + "properties": { + "name": "Totally 80's Pizza", + "area": "Colorado", + "address": "2567 S Shields St Unit 4C, Fort Collins", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=400740", + "internal_url": "null", + "latitude": "40.5530785", + "longitude": "-105.0984558", + "machine_status": "available", + "id": 6141, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.0988353, + 39.5755414 + ] + }, + "properties": { + "name": "Frisco Copper Visitor Center", + "area": "Colorado", + "address": "300 Main Street, Frisco", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=296291", + "internal_url": "null", + "latitude": "39.5755414", + "longitude": "-106.0988353", + "machine_status": "retired", + "id": 1864, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -108.7394, + 39.151553 + ] + }, + "properties": { + "name": "Museums of Western Colorado: Dinosaur Journey Museum", + "area": "Colorado", + "address": "550 Jurassic Ct, Fruita", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=261716", + "internal_url": "null", + "latitude": "39.151553", + "longitude": "-108.7394", + "machine_status": "retired", + "id": 1866, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.5162213, + 39.7420588 + ] + }, + "properties": { + "name": "The Menagerie", + "area": "Colorado", + "address": "1538 Miner Street, Idaho Springs ", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=368788", + "internal_url": "null", + "latitude": "39.7420588", + "longitude": "-105.5162213", + "machine_status": "retired", + "id": 5290, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.0706972, + 39.7417583 + ] + }, + "properties": { + "name": "Casa Bonita Restaurant", + "area": "Colorado", + "address": "6715 West Colfax Avenue, Lakewood", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=1059", + "internal_url": "null", + "latitude": "39.7417583", + "longitude": "-105.0706972", + "machine_status": "available", + "id": 1890, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.2930822, + 39.2506285 + ] + }, + "properties": { + "name": "Leadville Lake County Chamber of Commerce", + "area": "Colorado", + "address": "809 Harrison Ave, Leadville", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=274686", + "internal_url": "null", + "latitude": "39.2506285", + "longitude": "-106.2930822", + "machine_status": "retired", + "id": 1892, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.9185894, + 38.8588217 + ] + }, + "properties": { + "name": "D'Colores", + "area": "Colorado", + "address": "935 Manitou Ave, Manitou Springs", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=398626", + "internal_url": "null", + "latitude": "38.8588217", + "longitude": "-104.9185894", + "machine_status": "retired", + "id": 6142, + "last_updated": "2024-03-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.9157979, + 38.85752799999999 + ] + }, + "properties": { + "name": "Quacker Gift Shop", + "area": "Colorado", + "address": "738 Manitou Ave , Manitou Springs", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=189026", + "internal_url": "null", + "latitude": "38.85752799999999", + "longitude": "-104.9157979", + "machine_status": "retired", + "id": 1907, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -107.0705074, + 37.258725 + ] + }, + "properties": { + "name": "Cafe Colorado", + "area": "Colorado", + "address": "565 Village Dr, Pagosa Springs", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=411285", + "internal_url": "null", + "latitude": "37.258725", + "longitude": "-107.0705074", + "machine_status": "available", + "id": 6143, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.9860254, + 39.9516814 + ] + }, + "properties": { + "name": "Cabela's (Thornton)", + "area": "Colorado", + "address": "14050 Lincoln St., Thornton", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=195139", + "internal_url": "null", + "latitude": "39.9516814", + "longitude": "-104.9860254", + "machine_status": "available", + "id": 1933, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.1957707, + 44.7674337 + ] + }, + "properties": { + "name": "Minnesota Zoo", + "area": "Minnesota", + "address": "13000 Zoo Boulevard, Apple Valley", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3108", + "internal_url": "null", + "latitude": "44.7674337", + "longitude": "-93.1957707", + "machine_status": "retired", + "id": 3131, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.2407762770843, + 44.85374968385508 + ] + }, + "properties": { + "name": "Mall of America - I Love Minnesota Store", + "area": "Minnesota", + "address": "372 West Market - Level 1, Bloomington", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=22336", + "internal_url": "null", + "latitude": "44.85374968385508", + "longitude": "-93.2407762770843", + "machine_status": "retired", + "id": 6144, + "last_updated": "2024-08-06", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.2429114, + 46.3702041 + ] + }, + "properties": { + "name": "Country Inn & Suites by Radisson", + "area": "Minnesota", + "address": "15058 Dellwood Dr, Brainerd", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=397158", + "internal_url": "null", + "latitude": "46.3702041", + "longitude": "-94.2429114", + "machine_status": "available", + "id": 6145, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.8966252, + 47.4778882 + ] + }, + "properties": { + "name": "Minnesota Discovery Center", + "area": "Minnesota", + "address": "1005 Discovery Dr, Chisholm", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=397720", + "internal_url": "null", + "latitude": "47.4778882", + "longitude": "-92.8966252", + "machine_status": "available", + "id": 6146, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.0932962, + 46.7801234 + ] + }, + "properties": { + "name": "Grandma's Saloon & Grill", + "area": "Minnesota", + "address": "522 Lake Avenue South, Duluth", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=24418", + "internal_url": "null", + "latitude": "46.7801234", + "longitude": "-92.0932962", + "machine_status": "available", + "id": 3145, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.85193, + 44.7421 + ] + }, + "properties": { + "name": "Froth & Cork", + "area": "Minnesota", + "address": "110 4th St east, Hastings ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=405492", + "internal_url": "null", + "latitude": "44.7421", + "longitude": "-92.85193", + "machine_status": "available", + "id": 6147, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.40239299999999, + 48.6034901 + ] + }, + "properties": { + "name": "Border Bob's", + "area": "Minnesota", + "address": "200 Second Avenue, International Falls", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=31225", + "internal_url": "null", + "latitude": "48.6034901", + "longitude": "-93.40239299999999", + "machine_status": "available", + "id": 3157, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.9253279, + 32.7905278 + ] + }, + "properties": { + "name": "Fort Sumpter National Historic Park", + "area": "South Carolina", + "address": "340 Concord St, Charleston", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "32.7905278", + "longitude": "-79.9253279", + "machine_status": "retired", + "id": 6148, + "last_updated": "2024-02-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.9395129, + 32.6547991 + ] + }, + "properties": { + "name": "Folly Beach Pier", + "area": "South Carolina", + "address": "101 E. Arctic, Folly Beach", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=234838", + "internal_url": "null", + "latitude": "32.6547991", + "longitude": "-79.9395129", + "machine_status": "retired", + "id": 2191, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.8797541, + 33.6924541 + ] + }, + "properties": { + "name": "Broadway at the Beach - Ripley's Aquarium and 3-D Theatre ", + "area": "South Carolina", + "address": "901 North Ocean Boulevard, Myrtle Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3152", + "internal_url": "null", + "latitude": "33.6924541", + "longitude": "-78.8797541", + "machine_status": "available", + "id": 6149, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.8830332, + 33.7153339 + ] + }, + "properties": { + "name": "Broadway at the Beach - Knife Store", + "area": "South Carolina", + "address": "1325 Celebrity Circle, Myrtle Beach", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=19314", + "internal_url": "null", + "latitude": "33.7153339", + "longitude": "-78.8830332", + "machine_status": "retired", + "id": 2212, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.8786669, + 33.7168217 + ] + }, + "properties": { + "name": "Broadway at the Beach - The T Shirt Connection", + "area": "South Carolina", + "address": "1171 Celebrity Circle, Myrtle Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=405170", + "internal_url": "null", + "latitude": "33.7168217", + "longitude": "-78.8786669", + "machine_status": "available", + "id": 6150, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.0529098, + 33.6721564 + ] + }, + "properties": { + "name": "Waccatee Zoological Farm", + "area": "South Carolina", + "address": "8500 Enterprise Road, Myrtle Beach (Socastee)", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3153", + "internal_url": "null", + "latitude": "33.6721564", + "longitude": "-79.0529098", + "machine_status": "retired", + "id": 2225, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.64302200000002, + 33.8290642 + ] + }, + "properties": { + "name": "Boulineaus Foods Plus", + "area": "South Carolina", + "address": "212 Sea Mountain Highway, North Myrtle Beach ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=414455", + "internal_url": "null", + "latitude": "33.8290642", + "longitude": "-78.64302200000002", + "machine_status": "available", + "id": 6151, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -71.9570372, + 41.3738763 + ] + }, + "properties": { + "name": "Franklins General Store", + "area": "Connecticut", + "address": "27 Coogan Boulevard, Olde Mistick Village 4C, Mystic", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=77294", + "internal_url": "null", + "latitude": "41.3738763", + "longitude": "-71.9570372", + "machine_status": "retired", + "id": 1691, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -71.9526649, + 41.37338940000001 + ] + }, + "properties": { + "name": "Mystic Aquarium & Institute for Exploration", + "area": "Connecticut", + "address": "55 Coogan Boulevard, Mystic", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=1453", + "internal_url": "null", + "latitude": "41.37338940000001", + "longitude": "-71.9526649", + "machine_status": "available", + "id": 1692, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.2275341, + 41.2287428 + ] + }, + "properties": { + "name": "Sea Quest - Trumbull", + "area": "Connecticut", + "address": "Westfield Trumbull 5065 Main Street, Trumbull", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=336066", + "internal_url": "null", + "latitude": "41.2287428", + "longitude": "-73.2275341", + "machine_status": "retired", + "id": 1697, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.40107909999999, + 33.2941563 + ] + }, + "properties": { + "name": "Barlow Blue", + "area": "Mississippi", + "address": "66 Le Fleur St, French Camp", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407579", + "internal_url": "null", + "latitude": "33.2941563", + "longitude": "-89.40107909999999", + "machine_status": "available", + "id": 6152, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.08856999999999, + 30.3679921 + ] + }, + "properties": { + "name": "Mississippi Aquarium ", + "area": "Mississippi", + "address": "2100 E Beach Blvd, Gulfport ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=408395", + "internal_url": "null", + "latitude": "30.3679921", + "longitude": "-89.08856999999999", + "machine_status": "available", + "id": 6153, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.5225804, + 45.4894051 + ] + }, + "properties": { + "name": "Wylie Park Campground Lodge Registration Building", + "area": "South Dakota", + "address": "2300 24th Ave NW, Aberdeen", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=402070", + "internal_url": "null", + "latitude": "45.4894051", + "longitude": "-98.5225804", + "machine_status": "available", + "id": 6154, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -103.575193, + 43.9324855 + ] + }, + "properties": { + "name": "Mountain Store", + "area": "South Dakota", + "address": "227 Main Street, Hill City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=403997", + "internal_url": "null", + "latitude": "43.9324855", + "longitude": "-103.575193", + "machine_status": "available", + "id": 6155, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -101.9012795, + 43.8444993 + ] + }, + "properties": { + "name": "Minuteman Missile National Historic Site Visitors Center", + "area": "South Dakota", + "address": "24545 Cottonwood Road, Philip", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=92461", + "internal_url": "null", + "latitude": "43.8444993", + "longitude": "-101.9012795", + "machine_status": "available", + "id": 6156, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.731431, + 43.5804188 + ] + }, + "properties": { + "name": "Sioux Falls Airport Gift Shop", + "area": "South Dakota", + "address": "2801 Jaycee Lane, Sioux Falls", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=2916", + "internal_url": "null", + "latitude": "43.5804188", + "longitude": "-96.731431", + "machine_status": "retired", + "id": 1315, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.2466481, + 36.642321 + ] + }, + "properties": { + "name": "Dolly Parton's Stampede Dinner & Show", + "area": "Missouri", + "address": "1525 West Highway 76, Branson", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3276", + "internal_url": "null", + "latitude": "36.642321", + "longitude": "-93.2466481", + "machine_status": "available", + "id": 5325, + "last_updated": "2023-12-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.2506705138694, + 36.64281057130955 + ] + }, + "properties": { + "name": "Sunshine T-Shirt and Souvenirs", + "area": "Missouri", + "address": "1819 West Hwy 76, Branson", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=391474", + "internal_url": "null", + "latitude": "36.64281057130955", + "longitude": "-93.2506705138694", + "machine_status": "retired", + "id": 6157, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.5916147, + 38.284008 + ] + }, + "properties": { + "name": "Stark Caverns", + "area": "Missouri", + "address": "125 Cave Dr, Eldon", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=390707", + "internal_url": "null", + "latitude": "38.284008", + "longitude": "-92.5916147", + "machine_status": "available", + "id": 6158, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.42338649999999, + 39.09376049999999 + ] + }, + "properties": { + "name": "Harry S Truman National Historic Site Visitors Center", + "area": "Missouri", + "address": "223 North Main Street , Independence", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=405485", + "internal_url": "null", + "latitude": "39.09376049999999", + "longitude": "-94.42338649999999", + "machine_status": "retired", + "id": 6159, + "last_updated": "2024-03-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.42338649999999, + 39.09376049999999 + ] + }, + "properties": { + "name": "Home of Harry S. Truman", + "area": "Missouri", + "address": ", Independence", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=394734", + "internal_url": "null", + "latitude": "39.09376049999999", + "longitude": "-94.42338649999999", + "machine_status": "retired", + "id": 6160, + "last_updated": "2024-07-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.66597259999999, + 37.3778136 + ] + }, + "properties": { + "name": "St Louis Iron Mountain Railway", + "area": "Missouri", + "address": "252 E Jackson Boulevard, Jackson", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=404574", + "internal_url": "null", + "latitude": "37.3778136", + "longitude": "-89.66597259999999", + "machine_status": "available", + "id": 6161, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -91.7215746, + 37.9779385 + ] + }, + "properties": { + "name": "Mule Trading Post", + "area": "Missouri", + "address": "11160 Dillon Outer Rd, Rolla", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=394408", + "internal_url": "null", + "latitude": "37.9779385", + "longitude": "-91.7215746", + "machine_status": "retired", + "id": 6162, + "last_updated": "2024-01-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.4818592, + 38.7800218 + ] + }, + "properties": { + "name": "First Missouri State Capitol State Historic Site", + "area": "Missouri", + "address": "200 S Main St, St. Charles", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=405632", + "internal_url": "null", + "latitude": "38.7800218", + "longitude": "-90.4818592", + "machine_status": "available", + "id": 6163, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.2008133, + 38.6107157 + ] + }, + "properties": { + "name": "Soulard Farmers Market - Harr Farms", + "area": "Missouri", + "address": "730 Carroll Street - NorthEast Wing Stand 13 thru 17, St. Louis", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=393014", + "internal_url": "null", + "latitude": "38.6107157", + "longitude": "-90.2008133", + "machine_status": "available", + "id": 6164, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -91.0852212, + 38.8074768 + ] + }, + "properties": { + "name": "Big Joel's Safari and Petting Zoo", + "area": "Missouri", + "address": "13187 State Hwy M, Wright City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413084", + "internal_url": "null", + "latitude": "38.8074768", + "longitude": "-91.0852212", + "machine_status": "available", + "id": 6165, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.1265282, + 35.7689176 + ] + }, + "properties": { + "name": "Tennessee Safari Park", + "area": "Tennessee", + "address": "618 conley rd, Alamo", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407879", + "internal_url": "null", + "latitude": "35.7689176", + "longitude": "-89.1265282", + "machine_status": "available", + "id": 6166, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.514517, + 35.7126814 + ] + }, + "properties": { + "name": "Beef Jerky Outlet", + "area": "Tennessee", + "address": "636 Parkway Suite #1, Gatlinburg", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=90659", + "internal_url": "null", + "latitude": "35.7126814", + "longitude": "-83.514517", + "machine_status": "available", + "id": 4199, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.5211832, + 35.7086479 + ] + }, + "properties": { + "name": "Ober Gatlinburg", + "area": "Tennessee", + "address": "1001 Parkway Suite #2, Gatlinburg", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=2162", + "internal_url": "null", + "latitude": "35.7086479", + "longitude": "-83.5211832", + "machine_status": "retired", + "id": 4208, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.5109202, + 35.7140916 + ] + }, + "properties": { + "name": "Tennessee Shine Company", + "area": "Tennessee", + "address": "519 Parkway, Gatlinburg", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=353056", + "internal_url": "null", + "latitude": "35.7140916", + "longitude": "-83.5109202", + "machine_status": "retired", + "id": 4216, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.374488, + 35.281877 + ] + }, + "properties": { + "name": "Historic Lynchburg Home of Jack Daniels", + "area": "Tennessee", + "address": "203 Main St, Lynchburg, TN 37352", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=389400", + "internal_url": "null", + "latitude": "35.281877", + "longitude": "-86.374488", + "machine_status": "available", + "id": 6167, + "last_updated": "2023-11-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.0254238, + 35.0433202 + ] + }, + "properties": { + "name": "Rock N Roll Cafe", + "area": "Tennessee", + "address": "3855 Elvis Presley Boulevard, Memphis", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=28047", + "internal_url": "null", + "latitude": "35.0433202", + "longitude": "-90.0254238", + "machine_status": "available", + "id": 4238, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.0516821, + 35.1396263 + ] + }, + "properties": { + "name": "Sundries Candy", + "area": "Tennessee", + "address": "200A Beale Street, Memphis", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=398141", + "internal_url": "null", + "latitude": "35.1396263", + "longitude": "-90.0516821", + "machine_status": "available", + "id": 6168, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.39027, + 35.8456213 + ] + }, + "properties": { + "name": "Earth Experience - Middle TN Museum of Natural History", + "area": "Tennessee", + "address": "816 Old Salem Road, Murfreesboro", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=409468", + "internal_url": "null", + "latitude": "35.8456213", + "longitude": "-86.39027", + "machine_status": "available", + "id": 6169, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.3522219, + 48.856614 + ] + }, + "properties": { + "name": "Trolinger's BarBQ", + "area": "Tennessee", + "address": "2305 E Wood ST, Paris", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=394794", + "internal_url": "null", + "latitude": "48.856614", + "longitude": "2.3522219", + "machine_status": "available", + "id": 6170, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.5711537, + 35.8011792 + ] + }, + "properties": { + "name": "Comedy Barn Theater", + "area": "Tennessee", + "address": "2775 Parkway, Pigeon Forge", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=24998", + "internal_url": "null", + "latitude": "35.8011792", + "longitude": "-83.5711537", + "machine_status": "retired", + "id": 4262, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.5485434, + 35.7814965 + ] + }, + "properties": { + "name": "TopJump Trampoline & Extreme Arena", + "area": "Tennessee", + "address": "3735 Parkway, Pigeon Forge", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=339601", + "internal_url": "null", + "latitude": "35.7814965", + "longitude": "-83.5485434", + "machine_status": "retired", + "id": 4284, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.56993419999999, + 35.832979 + ] + }, + "properties": { + "name": "Beef Jerky Outlet", + "area": "Tennessee", + "address": "1811 Parkway, Sevierville", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=69671", + "internal_url": "null", + "latitude": "35.832979", + "longitude": "-83.56993419999999", + "machine_status": "available", + "id": 6171, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.640408, + 35.7230622 + ] + }, + "properties": { + "name": "Tennessee Shine Company", + "area": "Tennessee", + "address": "3303 Wears Valley Rd, Sevierville", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=353053", + "internal_url": "null", + "latitude": "35.7230622", + "longitude": "-83.640408", + "machine_status": "retired", + "id": 4292, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.6973836, + 27.4650709 + ] + }, + "properties": { + "name": "Fish Hole Mini Golf", + "area": "Florida", + "address": "117 Bridge Street, Bradenton Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=408616", + "internal_url": "null", + "latitude": "27.4650709", + "longitude": "-82.6973836", + "machine_status": "available", + "id": 6172, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.7055024, + 28.419869 + ] + }, + "properties": { + "name": "Show Case of Citrus", + "area": "Florida", + "address": "5010 US Highway 27, Clermont", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=308538", + "internal_url": "null", + "latitude": "28.419869", + "longitude": "-81.7055024", + "machine_status": "available", + "id": 3272, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.0056292, + 29.2273592 + ] + }, + "properties": { + "name": "Joe's Crab Shack", + "area": "Florida", + "address": "1200 Main St, Daytona Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=398850", + "internal_url": "null", + "latitude": "29.2273592", + "longitude": "-81.0056292", + "machine_status": "out-of-order", + "id": 6173, + "last_updated": "2024-02-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.007655, + 29.22669 + ] + }, + "properties": { + "name": "Jungle Georges ", + "area": "Florida", + "address": "1022 Main Street Bridge, Daytona Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413297", + "internal_url": "null", + "latitude": "29.22669", + "longitude": "-81.007655", + "machine_status": "available", + "id": 6174, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.512469, + 30.394175 + ] + }, + "properties": { + "name": "Harborwalk Village - Harry Ts Lighthouse Restaurant", + "area": "Florida", + "address": "46 Harbor Blvd, Destin", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=241224", + "internal_url": "null", + "latitude": "30.394175", + "longitude": "-86.512469", + "machine_status": "retired", + "id": 5350, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.5113398, + 30.3947627 + ] + }, + "properties": { + "name": "Harbor Walk Village - Sunset Shoes and lifestyles", + "area": "Florida", + "address": "34 Harbor Blvd 1 # 134, Destin", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=295044", + "internal_url": "null", + "latitude": "30.3947627", + "longitude": "-86.5113398", + "machine_status": "retired", + "id": 3290, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.9551224, + 26.454885 + ] + }, + "properties": { + "name": "Cheap Beach Stuff ", + "area": "Florida", + "address": "320 Old San Carlos Blvd., Ft. Myers Beach", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=236481", + "internal_url": "null", + "latitude": "26.454885", + "longitude": "-81.9551224", + "machine_status": "retired", + "id": 3305, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.5191335, + 28.3709743 + ] + }, + "properties": { + "name": "Walt Disney World, Disney - Run Disney", + "area": "Florida", + "address": "Parks, Lake Buena Vista", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=282847", + "internal_url": "null", + "latitude": "28.3709743", + "longitude": "-81.5191335", + "machine_status": "retired", + "id": 3351, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.54204279999999, + 28.3659733 + ] + }, + "properties": { + "name": "Walt Disney World, Riviera Resort, (Disney's)", + "area": "Florida", + "address": "1080 Esplanade Avenue, Lake Buena Vista", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=398597", + "internal_url": "null", + "latitude": "28.3659733", + "longitude": "-81.54204279999999", + "machine_status": "available", + "id": 6175, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.7994263, + 27.8001832 + ] + }, + "properties": { + "name": "Alligator and Wildlife Discovery Center", + "area": "Florida", + "address": "12973 Village Blvd, Suites A-J, Madiera Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=398595", + "internal_url": "null", + "latitude": "27.8001832", + "longitude": "-82.7994263", + "machine_status": "available", + "id": 6176, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.168, + 25.7748146 + ] + }, + "properties": { + "name": "Norwegian Cruise Line - Epic (cruise ship)", + "area": "Florida", + "address": "South America Way, Dodge Island, Miami", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=311318", + "internal_url": "null", + "latitude": "25.7748146", + "longitude": "-80.168", + "machine_status": "retired", + "id": 3386, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.175, + 25.777 + ] + }, + "properties": { + "name": "Norwegian Cruise Line - Star (cruise ship)", + "area": "Florida", + "address": "South America Way, Dodge Island, Miami", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412507", + "internal_url": "null", + "latitude": "25.777", + "longitude": "-80.175", + "machine_status": "available", + "id": 6177, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.79049239999999, + 26.1415188 + ] + }, + "properties": { + "name": "Tin City", + "area": "Florida", + "address": "1200 5th Avenue South, Naples", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=1690", + "internal_url": "null", + "latitude": "26.1415188", + "longitude": "-81.79049239999999", + "machine_status": "available", + "id": 3398, + "last_updated": "2024-01-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.46568599999999, + 28.4738556 + ] + }, + "properties": { + "name": "Universal Studios CityWalk - Voodoo Doughnut", + "area": "Florida", + "address": "6000 Universal Blvd, Orlando", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=390523", + "internal_url": "null", + "latitude": "28.4738556", + "longitude": "-81.46568599999999", + "machine_status": "available", + "id": 6178, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.4924151, + 28.3870146 + ] + }, + "properties": { + "name": "Vineland Premium Outlet Mall, Disney's Character Warehouse (Outlet)", + "area": "Florida", + "address": "8200 Vineland Ave, Orlando", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=396651", + "internal_url": "null", + "latitude": "28.3870146", + "longitude": "-81.4924151", + "machine_status": "retired", + "id": 6179, + "last_updated": "2024-06-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.6311326, + 28.4135582 + ] + }, + "properties": { + "name": "Norwegian Escape", + "area": "Florida", + "address": "9005 Charles m Rowland drive, Port Canaveral", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=397081", + "internal_url": "null", + "latitude": "28.4135582", + "longitude": "-80.6311326", + "machine_status": "available", + "id": 6180, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.0532488, + 29.2162 + ] + }, + "properties": { + "name": "Silver Springs Nature's Theme Park", + "area": "Florida", + "address": "5656 E. Silver Springs Blvd, Silver Springs (near Ocala)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=1539", + "internal_url": "null", + "latitude": "29.216200", + "longitude": "-82.0532488", + "machine_status": "available", + "id": 6181, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.178152, + 27.215605 + ] + }, + "properties": { + "name": "Florida Oceanographic Coastal Center, Hutchinson Island", + "area": "Florida", + "address": "890 N.E. Ocean Blvd., Stuart", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=255803", + "internal_url": "null", + "latitude": "27.215605", + "longitude": "-80.178152", + "machine_status": "retired", + "id": 3461, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.5738957, + 28.5166963 + ] + }, + "properties": { + "name": "Weeki Wachee Springs", + "area": "Florida", + "address": "6131 Commercial Way, Weeki Wachee", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=1538", + "internal_url": "null", + "latitude": "28.5166963", + "longitude": "-82.5738957", + "machine_status": "retired", + "id": 3473, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -113.6577747, + 48.7967004 + ] + }, + "properties": { + "name": "Many Glacier Lodge", + "area": "Montana", + "address": "1147 Rte 3, Browning", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=408949", + "internal_url": "null", + "latitude": "48.7967004", + "longitude": "-113.6577747", + "machine_status": "available", + "id": 6182, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.5347776, + 46.0038232 + ] + }, + "properties": { + "name": "World Museum of Mining", + "area": "Montana", + "address": "155 Museum Way, Butte", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=404347", + "internal_url": "null", + "latitude": "46.0038232", + "longitude": "-112.5347776", + "machine_status": "available", + "id": 6183, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -107.4273966, + 45.5703673 + ] + }, + "properties": { + "name": "Little Bighorn Battlefield National Monument Visitors Center", + "area": "Montana", + "address": "756 Battlefield Tour Road (P. O. Box 190), Crow Agency", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=408457", + "internal_url": "null", + "latitude": "45.5703673", + "longitude": "-107.4273966", + "machine_status": "available", + "id": 6184, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -113.2181853, + 48.4418044 + ] + }, + "properties": { + "name": "Glacier Park Trading Co", + "area": "Montana", + "address": "316 U.S. Rte 2, East Glacier Park", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412099", + "internal_url": "null", + "latitude": "48.4418044", + "longitude": "-113.2181853", + "machine_status": "available", + "id": 6185, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -113.8757513, + 48.61841020000001 + ] + }, + "properties": { + "name": "Camp Store", + "area": "Montana", + "address": "476 Lake McDonald Lodge Loop, West Glacier", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412101", + "internal_url": "null", + "latitude": "48.61841020000001", + "longitude": "-113.8757513", + "machine_status": "available", + "id": 6186, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.0993268, + 44.6590935 + ] + }, + "properties": { + "name": "Eagle's Curios", + "area": "Montana", + "address": "3 North Canyon Street (P.O. Box 280 West Yellowstone MT 59758-028), West Yellowstone", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=404110", + "internal_url": "null", + "latitude": "44.6590935", + "longitude": "-111.0993268", + "machine_status": "available", + "id": 6187, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.1000371, + 44.6591105 + ] + }, + "properties": { + "name": "Yellowstone Park Village Gift Shop", + "area": "Montana", + "address": "10 North Canyon Street, West Yellowstone", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=404082", + "internal_url": "null", + "latitude": "44.6591105", + "longitude": "-111.1000371", + "machine_status": "available", + "id": 6188, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.15947159999999, + 30.1198218 + ] + }, + "properties": { + "name": "Crossroads Bowling Center", + "area": "Texas", + "address": "4370 Dowlen Road, Beaumont", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=24234", + "internal_url": "null", + "latitude": "30.1198218", + "longitude": "-94.15947159999999", + "machine_status": "retired", + "id": 3656, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.67450749999999, + 30.979382 + ] + }, + "properties": { + "name": "Company B", + "area": "Texas", + "address": "506 Main Street , Calvert", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=399797", + "internal_url": "null", + "latitude": "30.979382", + "longitude": "-96.67450749999999", + "machine_status": "available", + "id": 6189, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.78654399999999, + 32.7727528 + ] + }, + "properties": { + "name": "Old City Park", + "area": "Texas", + "address": "1515 S. Harwood St., Dallas", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=394795", + "internal_url": "null", + "latitude": "32.7727528", + "longitude": "-96.78654399999999", + "machine_status": "available", + "id": 6190, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.80731329999999, + 32.7786371 + ] + }, + "properties": { + "name": "Old Red Museum of Dallas County", + "area": "Texas", + "address": "100 South Houston St., Dallas", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=26879", + "internal_url": "null", + "latitude": "32.7786371", + "longitude": "-96.80731329999999", + "machine_status": "retired", + "id": 3680, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.8084842, + 32.7798188 + ] + }, + "properties": { + "name": "The Sixth Floor Museum at Dealey Plaza", + "area": "Texas", + "address": "411 Elm Street, Suite 120, Dallas", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=2233", + "internal_url": "null", + "latitude": "32.7798188", + "longitude": "-96.8084842", + "machine_status": "retired", + "id": 3683, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -103.9433695, + 30.5926922 + ] + }, + "properties": { + "name": "Indian Lodge in Davis Mountains State Park", + "area": "Texas", + "address": "16453 Park Rd 3, Fort Davis", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=246584", + "internal_url": "null", + "latitude": "30.5926922", + "longitude": "-103.9433695", + "machine_status": "available", + "id": 6191, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.385602, + 28.6565727 + ] + }, + "properties": { + "name": "Goliad State Park, Park Office", + "area": "Texas", + "address": "108 Park Road 6 , Goliad", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2484", + "internal_url": "null", + "latitude": "28.6565727", + "longitude": "-97.385602", + "machine_status": "available", + "id": 3723, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.4087303, + 29.6868912 + ] + }, + "properties": { + "name": "Houston Livestock Show and Rodeo", + "area": "Texas", + "address": "3 NGR Pwy, Houston", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=288750", + "internal_url": "null", + "latitude": "29.6868912", + "longitude": "-95.4087303", + "machine_status": "available", + "id": 3737, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.0202048, + 29.5473219 + ] + }, + "properties": { + "name": "Kemah Boardwalk Aquarium - Restaurant", + "area": "Texas", + "address": "11 Kemah Waterfront St , Kemah", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=66674", + "internal_url": "null", + "latitude": "29.5473219", + "longitude": "-95.0202048", + "machine_status": "available", + "id": 6192, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.59254, + 29.65076629999999 + ] + }, + "properties": { + "name": "Buc-ee's", + "area": "Texas", + "address": "10070 West IH-10, Luling", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=104054", + "internal_url": "null", + "latitude": "29.65076629999999", + "longitude": "-97.59254", + "machine_status": "available", + "id": 3757, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.11304319999999, + 32.8118029 + ] + }, + "properties": { + "name": "The Crazy Water Hotel", + "area": "Texas", + "address": "401 N Oak Ave, Mineral Wells", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=397580", + "internal_url": "null", + "latitude": "32.8118029", + "longitude": "-98.11304319999999", + "machine_status": "available", + "id": 6193, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.09832039999999, + 33.0605902 + ] + }, + "properties": { + "name": "Lake Bob Sandlin State Park", + "area": "Texas", + "address": "341 State Park Road 2117, Pittsburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412643", + "internal_url": "null", + "latitude": "33.0605902", + "longitude": "-95.09832039999999", + "machine_status": "available", + "id": 6194, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.6335988, + 30.5194233 + ] + }, + "properties": { + "name": "Kalahari Resorts & Conventions", + "area": "Texas", + "address": "3001 Kalahari Blvd., Round Rock", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=414396", + "internal_url": "null", + "latitude": "30.5194233", + "longitude": "-97.6335988", + "machine_status": "available", + "id": 6195, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.48704629999999, + 29.4259856 + ] + }, + "properties": { + "name": "Alamo Plaza Shirts", + "area": "Texas", + "address": "325 Alamo Plaza (Between E Crockett St and E Houston St), San Antonio", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=2590", + "internal_url": "null", + "latitude": "29.4259856", + "longitude": "-98.48704629999999", + "machine_status": "retired", + "id": 3774, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.4984139, + 29.4253459 + ] + }, + "properties": { + "name": "Centro de Artes Gallery", + "area": "Texas", + "address": "101 S Santa Rosa Ave, San Antonio", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=399551", + "internal_url": "null", + "latitude": "29.4253459", + "longitude": "-98.4984139", + "machine_status": "retired", + "id": 6196, + "last_updated": "2024-01-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.487194, + 29.425824 + ] + }, + "properties": { + "name": "San Antonio Visitor Information Center", + "area": "Texas", + "address": "317 Alamo Plaza, San Antonio", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=242492", + "internal_url": "null", + "latitude": "29.425824", + "longitude": "-98.487194", + "machine_status": "retired", + "id": 3791, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.1303207, + 32.2002948 + ] + }, + "properties": { + "name": "Andersonville National Historic Site", + "area": "Georgia", + "address": "760 POW Rd, Andersonville", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=393377", + "internal_url": "null", + "latitude": "32.2002948", + "longitude": "-84.1303207", + "machine_status": "available", + "id": 6197, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.39708279999999, + 33.792713 + ] + }, + "properties": { + "name": "Premier Exhibition Center, Atlantic Station", + "area": "Georgia", + "address": "265 18th Street , Atlanta ", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=193284", + "internal_url": "null", + "latitude": "33.792713", + "longitude": "-84.39708279999999", + "machine_status": "retired", + "id": 1622, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.7308216, + 34.1660529 + ] + }, + "properties": { + "name": "Allatoona Lake Tourist and Museum ", + "area": "Georgia", + "address": "1138 SR-20 Spur, Emerson", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=399795", + "internal_url": "null", + "latitude": "34.1660529", + "longitude": "-84.7308216", + "machine_status": "available", + "id": 6198, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.4119338, + 31.0471893 + ] + }, + "properties": { + "name": "Maxwells General Store", + "area": "Georgia", + "address": "10 Main St, Jekyll Island", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412096", + "internal_url": "null", + "latitude": "31.0471893", + "longitude": "-81.4119338", + "machine_status": "available", + "id": 6199, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.74047, + 32.584345 + ] + }, + "properties": { + "name": "Buc-ees", + "area": "Georgia", + "address": ", Warner Robbins", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=392213", + "internal_url": "null", + "latitude": "32.584345", + "longitude": "-83.74047", + "machine_status": "available", + "id": 6200, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -102.857987, + 42.142293 + ] + }, + "properties": { + "name": "Carhenge", + "area": "Nebraska", + "address": "2151 Co Rd 59, Alliance", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=28701", + "internal_url": "null", + "latitude": "42.142293", + "longitude": "-102.857987", + "machine_status": "available", + "id": 6201, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -102.8702006, + 42.0930235 + ] + }, + "properties": { + "name": "Knight Museum & Sandhills Center", + "area": "Nebraska", + "address": "908 Yellowstone Ave., Alliance", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=398574", + "internal_url": "null", + "latitude": "42.0930235", + "longitude": "-102.8702006", + "machine_status": "available", + "id": 6202, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3139126, + 41.0252917 + ] + }, + "properties": { + "name": "Eugene T Mahoney State Park", + "area": "Nebraska", + "address": "28500 W. Park Highway, Ashland ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407823", + "internal_url": "null", + "latitude": "41.0252917", + "longitude": "-96.3139126", + "machine_status": "available", + "id": 6203, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.32035259999999, + 41.0180478 + ] + }, + "properties": { + "name": "Strategic Air & Space Museum", + "area": "Nebraska", + "address": "28210 W Park Hwy, Ashland", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=394214", + "internal_url": "null", + "latitude": "41.0180478", + "longitude": "-96.32035259999999", + "machine_status": "available", + "id": 6204, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.3420118, + 40.9263957 + ] + }, + "properties": { + "name": "Stuh Museum Gift Shop", + "area": "Nebraska", + "address": "3133 W Hwy 34, Grand Island", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "40.9263957", + "longitude": "-98.3420118", + "machine_status": "available", + "id": 6205, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2539273, + 41.0234434 + ] + }, + "properties": { + "name": "Schramm Education Center ", + "area": "Nebraska", + "address": "21502 NE-31, Gretna", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=411714", + "internal_url": "null", + "latitude": "41.0234434", + "longitude": "-96.2539273", + "machine_status": "available", + "id": 6206, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2168602, + 40.9892966 + ] + }, + "properties": { + "name": "Platte River State Park", + "area": "Nebraska", + "address": "14421 346th St, Louisville", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=405899", + "internal_url": "null", + "latitude": "40.9892966", + "longitude": "-96.2168602", + "machine_status": "available", + "id": 6207, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.9502377, + 40.5045469 + ] + }, + "properties": { + "name": "Pioneer Village", + "area": "Nebraska", + "address": "138 East Highway 6, Minden", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3338", + "internal_url": "null", + "latitude": "40.5045469", + "longitude": "-98.9502377", + "machine_status": "retired", + "id": 4175, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.9429158, + 41.2551251 + ] + }, + "properties": { + "name": "Omaha Children's Museum", + "area": "Nebraska", + "address": "500 South 20th Street, Omaha", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3336", + "internal_url": "null", + "latitude": "41.2551251", + "longitude": "-95.9429158", + "machine_status": "available", + "id": 6208, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -113.0625, + 37.6886111 + ] + }, + "properties": { + "name": "Frontier Homestead State Park Museum", + "area": "Utah", + "address": "635 N Main St,, Cedar City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=390807", + "internal_url": "null", + "latitude": "37.6886111", + "longitude": "-113.0625", + "machine_status": "available", + "id": 6209, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.6306651, + 37.7865057 + ] + }, + "properties": { + "name": "Escalante Petrified Forrest State Park", + "area": "Utah", + "address": "1450 N. Reservoir Road, Escalante", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413857", + "internal_url": "null", + "latitude": "37.7865057", + "longitude": "-111.6306651", + "machine_status": "available", + "id": 6210, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.3254178, + 38.96707869999999 + ] + }, + "properties": { + "name": "Territorial Statehouse State Park Museum", + "area": "Utah", + "address": "50 W capital street, Fillmore", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=405970", + "internal_url": "null", + "latitude": "38.96707869999999", + "longitude": "-112.3254178", + "machine_status": "available", + "id": 6211, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -110.707109, + 38.573697 + ] + }, + "properties": { + "name": "Goblin Valley State Park", + "area": "Utah", + "address": "Goblin Valley Road, Green River", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=249400", + "internal_url": "null", + "latitude": "38.573697", + "longitude": "-110.707109", + "machine_status": "available", + "id": 2065, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -113.6591371, + 37.1905098 + ] + }, + "properties": { + "name": "Tuacahn Center for the Arts (Amphitheatre)", + "area": "Utah", + "address": "1100 Tuacahn Dr, Ivins", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=410191", + "internal_url": "null", + "latitude": "37.1905098", + "longitude": "-113.6591371", + "machine_status": "available", + "id": 6212, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.5263145, + 37.0474855 + ] + }, + "properties": { + "name": "Coral Pink Sand Dunes State Park", + "area": "Utah", + "address": "12500 Sand Dune Rd, Kanab", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=399483", + "internal_url": "null", + "latitude": "37.0474855", + "longitude": "-112.5263145", + "machine_status": "available", + "id": 6213, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 120.9842195, + 14.5995124 + ] + }, + "properties": { + "name": "Flaming Gorge Market ", + "area": "Utah", + "address": ", Manila", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=410025", + "internal_url": "null", + "latitude": "14.5995124", + "longitude": "120.9842195", + "machine_status": "available", + "id": 6214, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.8881773, + 40.7774076 + ] + }, + "properties": { + "name": "Utah State Capitol Building", + "area": "Utah", + "address": "350 N State Street, Salt Lake City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=410066", + "internal_url": "null", + "latitude": "40.7774076", + "longitude": "-111.8881773", + "machine_status": "available", + "id": 6215, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.1677086, + 40.9256851 + ] + }, + "properties": { + "name": "Fielding Garr Ranch", + "area": "Utah", + "address": "4528 West 1700 South, Syracuse", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=415502", + "internal_url": "null", + "latitude": "40.9256851", + "longitude": "-112.1677086", + "machine_status": "available", + "id": 6216, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -156.6944745, + 20.9214105 + ] + }, + "properties": { + "name": "Whalers Village - Food Court (Lower Level)", + "area": "Hawaii", + "address": "2435 Kaanapali Pkwy,, Maui - Lahaina", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=398789", + "internal_url": "null", + "latitude": "20.9214105", + "longitude": "-156.6944745", + "machine_status": "available", + "id": 6217, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -158.1026974, + 21.5913721 + ] + }, + "properties": { + "name": "Aoki's Shave Ice", + "area": "Hawaii", + "address": "66-117 Kamehameha Highway, Oahu - Haleiwa", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=42093", + "internal_url": "null", + "latitude": "21.5913721", + "longitude": "-158.1026974", + "machine_status": "available", + "id": 6218, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.4319289, + 35.8325445 + ] + }, + "properties": { + "name": "Goodsprings General Store (Next to the Pioneer Saloon)", + "area": "Nevada", + "address": "310 NV State Highway 161 (West Spring Street), Goodsprings", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=399112", + "internal_url": "null", + "latitude": "35.8325445", + "longitude": "-115.4319289", + "machine_status": "available", + "id": 6219, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.0717805, + 36.0736632 + ] + }, + "properties": { + "name": "Ethel M Chocolate Factory", + "area": "Nevada", + "address": "2 Cactus Garden Drive, Henderson", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=2738", + "internal_url": "null", + "latitude": "36.0736632", + "longitude": "-115.0717805", + "machine_status": "retired", + "id": 4482, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1662589, + 36.1387477 + ] + }, + "properties": { + "name": "Mini Mart / Souvenirs", + "area": "Nevada", + "address": "2830 Las Vegas S (Corner of Circus Circus Dr), Las Vegas", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=351077", + "internal_url": "null", + "latitude": "36.1387477", + "longitude": "-115.1662589", + "machine_status": "retired", + "id": 4518, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.170041, + 36.1232913 + ] + }, + "properties": { + "name": "Excalibur Hotel & Casino - Welcome to Las Vegas store", + "area": "Nevada", + "address": "3850 Las Vegas Boulevard South, Las Vegas", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413055", + "internal_url": "null", + "latitude": "36.1232913", + "longitude": "-115.170041", + "machine_status": "available", + "id": 6220, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1592392, + 36.1630422 + ] + }, + "properties": { + "name": "Las Vegas North Premium Outlets - Simon Guest Services", + "area": "Nevada", + "address": "875 South Grand Central Parkway suite 1690, Las Vegas", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=390820", + "internal_url": "null", + "latitude": "36.1630422", + "longitude": "-115.1592392", + "machine_status": "retired", + "id": 6221, + "paywall": true, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1695323, + 36.1176806 + ] + }, + "properties": { + "name": "LINQ Promenade - Welcome to Las Vegas Gift Shop", + "area": "Nevada", + "address": "3545 Las Vegas Blvd South Suite L-07, Las Vegas", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=408924", + "internal_url": "null", + "latitude": "36.1176806", + "longitude": "-115.1695323", + "machine_status": "available", + "id": 6222, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1760672, + 36.09551 + ] + }, + "properties": { + "name": "Luxor Hotel & Casino - Second Floor Attractions Area", + "area": "Nevada", + "address": "3900 Las Vegas Boulevard South, Las Vegas", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=408344", + "internal_url": "null", + "latitude": "36.09551", + "longitude": "-115.1760672", + "machine_status": "available", + "id": 6223, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1744225, + 36.102132 + ] + }, + "properties": { + "name": "New York New York Casino Hotel - walkway from the Excalibur", + "area": "Nevada", + "address": "3790 Las Vegas Boulevard South, Las Vegas", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413037", + "internal_url": "null", + "latitude": "36.102132", + "longitude": "-115.1744225", + "machine_status": "available", + "id": 6224, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1737468, + 36.1017806 + ] + }, + "properties": { + "name": "New York New York Hotel & Casino - Gotta Have It Souvenir store", + "area": "Nevada", + "address": "3790 Las Vegas Boulevard South, Las Vegas", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2987", + "internal_url": "null", + "latitude": "36.1017806", + "longitude": "-115.1737468", + "machine_status": "out-of-order", + "id": 4521, + "last_updated": "2024-10-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1648666, + 36.1314339 + ] + }, + "properties": { + "name": "Official Las Vegas Welcome gift store", + "area": "Nevada", + "address": "3049 Las Vegas Blvd, Las Vegas", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=399946", + "internal_url": "null", + "latitude": "36.1314339", + "longitude": "-115.1648666", + "machine_status": "retired", + "id": 6225, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1644134, + 36.1320924 + ] + }, + "properties": { + "name": "Wing Shack (Was Masala Indian Restaurant )", + "area": "Nevada", + "address": "3041 Las Vegas Blvd south suite 3-4, Las Vegas", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=315101", + "internal_url": "null", + "latitude": "36.1320924", + "longitude": "-115.1644134", + "machine_status": "retired", + "id": 4531, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -114.0751972, + 36.8042037 + ] + }, + "properties": { + "name": "Donkey History Museum", + "area": "Nevada", + "address": "355 W. Mesquite Blvd, Mesquite", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=394281", + "internal_url": "null", + "latitude": "36.8042037", + "longitude": "-114.0751972", + "machine_status": "available", + "id": 6226, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.3847398, + 35.6148809 + ] + }, + "properties": { + "name": "Buffalo Bill's Resort & Casino", + "area": "Nevada", + "address": "31900 Las Vegas Boulevard South, Primm", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3008", + "internal_url": "null", + "latitude": "35.6148809", + "longitude": "-115.3847398", + "machine_status": "available", + "id": 6227, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.2377709, + 38.0721506 + ] + }, + "properties": { + "name": "The World Famous Clown Motel", + "area": "Nevada", + "address": "521 N Main St, Tonopah", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=406427", + "internal_url": "null", + "latitude": "38.0721506", + "longitude": "-117.2377709", + "machine_status": "available", + "id": 6228, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -119.9687101, + 39.51343680000001 + ] + }, + "properties": { + "name": "Cabela's Sporting Good Store", + "area": "Nevada", + "address": "8650 Boomtown Road, Verdi", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=34408", + "internal_url": "null", + "latitude": "39.51343680000001", + "longitude": "-119.9687101", + "machine_status": "available", + "id": 4540, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.1896237, + 38.9175079 + ] + }, + "properties": { + "name": "Front Royal Visitors Center", + "area": "Virginia", + "address": "414 East Main St, Front Royal", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=80562", + "internal_url": "null", + "latitude": "38.9175079", + "longitude": "-78.1896237", + "machine_status": "available", + "id": 6230, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.93833, + 37.27274 + ] + }, + "properties": { + "name": "Taubman Museum of Art", + "area": "Virginia", + "address": "110 Salem Ave SE, Roanoke", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=209835", + "internal_url": "null", + "latitude": "37.27274", + "longitude": "-79.93833", + "machine_status": "available", + "id": 4447, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.4409869, + 38.5296269 + ] + }, + "properties": { + "name": "Big Meadows Lodge", + "area": "Virginia", + "address": "Skyline Drive Mile 51, Shenandoah National Park,", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=409393", + "internal_url": "null", + "latitude": "38.5296269", + "longitude": "-78.4409869", + "machine_status": "available", + "id": 6231, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.99018699999999, + 36.814409 + ] + }, + "properties": { + "name": "Ocean Breeze Waterpark", + "area": "Virginia", + "address": "849 General Booth Blvd., Virginia Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=1611", + "internal_url": "null", + "latitude": "36.814409", + "longitude": "-75.99018699999999", + "machine_status": "available", + "id": 6232, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.9772697, + 36.85034040000001 + ] + }, + "properties": { + "name": "Jungle Golf", + "area": "Virginia", + "address": "302 23rd ST , Vrginia Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=409328", + "internal_url": "null", + "latitude": "36.85034040000001", + "longitude": "-75.9772697", + "machine_status": "available", + "id": 6233, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.940545, + 38.478295 + ] + }, + "properties": { + "name": "Eckert's", + "area": "Illinois", + "address": "951 S. Green Mount Road, Belleville", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=329340", + "internal_url": "null", + "latitude": "38.478295", + "longitude": "-89.940545", + "machine_status": "retired", + "id": 1198, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.2531958, + 42.2132384 + ] + }, + "properties": { + "name": "Cary Dairy", + "area": "Illinois", + "address": "395 Cary Algonquin road, unit E, Cary", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=400168", + "internal_url": "null", + "latitude": "42.2132384", + "longitude": "-88.2531958", + "machine_status": "available", + "id": 6234, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.9436283, + 41.6138418 + ] + }, + "properties": { + "name": "Bengton's Pumpkin Farm", + "area": "Illinois", + "address": "13341 w. 151st st, Homer Glen", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=198569", + "internal_url": "null", + "latitude": "41.6138418", + "longitude": "-87.9436283", + "machine_status": "retired", + "id": 1233, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.12269239999999, + 41.5705726 + ] + }, + "properties": { + "name": "Siegel's Cottonwood Farm", + "area": "Illinois", + "address": "17250 Weber Rd, Lockport", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=392495", + "internal_url": "null", + "latitude": "41.5705726", + "longitude": "-88.12269239999999", + "machine_status": "available", + "id": 6235, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.09439139999999, + 38.9604907 + ] + }, + "properties": { + "name": "Blind Society", + "area": "Illinois", + "address": "330 W Gallatin St, Vandalia", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=388619", + "internal_url": "null", + "latitude": "38.9604907", + "longitude": "-89.09439139999999", + "machine_status": "available", + "id": 6236, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.138529, + 41.310504 + ] + }, + "properties": { + "name": "Launching Pad Drive-in", + "area": "Illinois", + "address": "810 East Baltimore St., Wilmington", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=298063", + "internal_url": "null", + "latitude": "41.310504", + "longitude": "-88.138529", + "machine_status": "retired", + "id": 1265, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -74.418454, + 39.361723 + ] + }, + "properties": { + "name": "Showboat", + "area": "New Jersey", + "address": "801 Boardwalk, Atlantic City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=410977", + "internal_url": "null", + "latitude": "39.361723", + "longitude": "-74.418454", + "machine_status": "available", + "id": 6237, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -74.4204805, + 39.36019840000001 + ] + }, + "properties": { + "name": "Steel Pier, Hard Rock Cafe", + "area": "New Jersey", + "address": "Boardwalk at Virginia Ave., Atlantic City", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3472", + "internal_url": "null", + "latitude": "39.36019840000001", + "longitude": "-74.4204805", + "machine_status": "retired", + "id": 2381, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -74.9145145, + 38.9401107 + ] + }, + "properties": { + "name": "Emlen Physick Estate", + "area": "New Jersey", + "address": "1048 Washington Street, Cape May", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=345964", + "internal_url": "null", + "latitude": "38.9401107", + "longitude": "-74.9145145", + "machine_status": "retired", + "id": 2388, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.9857754, + 40.3962568 + ] + }, + "properties": { + "name": "Navesink Twin Lights", + "area": "New Jersey", + "address": "2 Light House Rd, Highlands", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413398", + "internal_url": "null", + "latitude": "40.3962568", + "longitude": "-73.9857754", + "machine_status": "available", + "id": 6238, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -74.6041832, + 41.0835394 + ] + }, + "properties": { + "name": "Sterling Hill Mine Tour & Museum of Fluorescence", + "area": "New Jersey", + "address": "30 Plant Street, Ogdensburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=395695", + "internal_url": "null", + "latitude": "41.0835394", + "longitude": "-74.6041832", + "machine_status": "available", + "id": 6239, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -123.9711096, + 46.9155883 + ] + }, + "properties": { + "name": "International Mermaid Museum", + "area": "Washington", + "address": "7 South Arbor Road, Aberdeen", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=397003", + "internal_url": "null", + "latitude": "46.9155883", + "longitude": "-123.9711096", + "machine_status": "available", + "id": 6240, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.201676, + 47.6161012 + ] + }, + "properties": { + "name": "Snowflake Lane, Bellevue Square", + "area": "Washington", + "address": "227 Bellevue Way NE, Bellevue", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=308539", + "internal_url": "null", + "latitude": "47.6161012", + "longitude": "-122.201676", + "machine_status": "retired", + "id": 5093, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.4729936, + 48.233818 + ] + }, + "properties": { + "name": "Arrowhead Ranch", + "area": "Washington", + "address": "615 Arrowhead Rd, Camano", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=406768", + "internal_url": "null", + "latitude": "48.233818", + "longitude": "-122.4729936", + "machine_status": "available", + "id": 6241, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.6542021, + 47.1552026 + ] + }, + "properties": { + "name": "Wapiti Outdoors ", + "area": "Washington", + "address": "58414 WA-410 E, Enumclaw ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407078", + "internal_url": "null", + "latitude": "47.1552026", + "longitude": "-121.6542021", + "machine_status": "available", + "id": 6242, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.2704093, + 46.2872369 + ] + }, + "properties": { + "name": "Mount St. Helens National Volcanic Monument - Johnston Ridge Observatory", + "area": "Washington", + "address": "21500 Spirit Lake Highway (Highway 504 Milepost 52), Mount St. Helens (Past Toutle, WA)", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=1083", + "internal_url": "null", + "latitude": "46.2872369", + "longitude": "-122.2704093", + "machine_status": "retired", + "id": 5115, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.1955509, + 46.19140059999999 + ] + }, + "properties": { + "name": "Mt. St. Helens Natl Volcanic Mon. Sci and Learning Cntr at Coldwater Lake", + "area": "Washington", + "address": "19000 Spirit Lake Hwy, Mt. St. Helens (Past Toutle, WA)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=233427", + "internal_url": "null", + "latitude": "46.19140059999999", + "longitude": "-122.1955509", + "machine_status": "available", + "id": 6243, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -123.4984784, + 47.9691753 + ] + }, + "properties": { + "name": "Hurricane Ridge Visitors Center / Olympic National Park", + "area": "Washington", + "address": "Located 17.8 miles south of the Olympic National Park Visitors Center, Olympic National Park", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=236703", + "internal_url": "null", + "latitude": "47.9691753", + "longitude": "-123.4984784", + "machine_status": "retired", + "id": 5124, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.3390337, + 47.6041729 + ] + }, + "properties": { + "name": "Pier 54 - Simply Seattle", + "area": "Washington", + "address": "1001 Alaskan Way suite 103, Seattle", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=51617", + "internal_url": "null", + "latitude": "47.6041729", + "longitude": "-122.3390337", + "machine_status": "retired", + "id": 5139, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.3505055, + 47.6205976 + ] + }, + "properties": { + "name": "Seattle Center - Monorail Entrance", + "area": "Washington", + "address": "305 Harrison Street, Seattle", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=1115", + "internal_url": "null", + "latitude": "47.6205976", + "longitude": "-122.3505055", + "machine_status": "available", + "id": 6244, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.3481245, + 47.6214824 + ] + }, + "properties": { + "name": "Seattle Center - MoPop / Museum of Pop Culture (was the EMP)", + "area": "Washington", + "address": "325 5th Avenue North, Seattle", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=4952", + "internal_url": "null", + "latitude": "47.6214824", + "longitude": "-122.3481245", + "machine_status": "retired", + "id": 5148, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -120.4822177, + 46.5690155 + ] + }, + "properties": { + "name": "Cabela's (Union Gap)", + "area": "Washington", + "address": "1400 E Washington Avenue, Union Gap", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=188450", + "internal_url": "null", + "latitude": "46.5690155", + "longitude": "-120.4822177", + "machine_status": "retired", + "id": 5459, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.97015239999999, + 41.6805754 + ] + }, + "properties": { + "name": "National New York Central Railroad Museum", + "area": "Indiana", + "address": "721 S Main Street, Elkhart ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=414279", + "internal_url": "null", + "latitude": "41.6805754", + "longitude": "-85.97015239999999", + "machine_status": "available", + "id": 6245, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.1475921, + 41.0732113 + ] + }, + "properties": { + "name": "Hopscotch House", + "area": "Indiana", + "address": "1301 Broadway, Fort Wayne", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=394796", + "internal_url": "null", + "latitude": "41.0732113", + "longitude": "-85.1475921", + "machine_status": "available", + "id": 6246, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.4822129, + 41.5723402 + ] + }, + "properties": { + "name": "Cabela's (Hammond)", + "area": "Indiana", + "address": "7700 Cabela Drive, Hammond", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=198201", + "internal_url": "null", + "latitude": "41.5723402", + "longitude": "-87.4822129", + "machine_status": "available", + "id": 6247, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.2554619, + 41.67044250000001 + ] + }, + "properties": { + "name": "Four Winds Field - South Bend Cubs Baseball", + "area": "Indiana", + "address": "501 W South St, South Bend, IN 46601, South Bend", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=410819", + "internal_url": "null", + "latitude": "41.67044250000001", + "longitude": "-86.2554619", + "machine_status": "available", + "id": 6248, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.5974421, + 35.1850019 + ] + }, + "properties": { + "name": "Albuquerque International Balloon Fiesta - NASA Tent", + "area": "New Mexico", + "address": "700 Alameda Blvd Ne (Balloon Fiesta Park), Albuquerque", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=259875", + "internal_url": "null", + "latitude": "35.1850019", + "longitude": "-106.5974421", + "machine_status": "retired", + "id": 4905, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.6693179, + 35.095707 + ] + }, + "properties": { + "name": "Old Town - Old Town Emporium", + "area": "New Mexico", + "address": "204 San Felipe NW, Albuquerque", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=12799", + "internal_url": "null", + "latitude": "35.095707", + "longitude": "-106.6693179", + "machine_status": "retired", + "id": 4913, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.6707053, + 35.0970922 + ] + }, + "properties": { + "name": "Old Town - Old Town Tee Shirt Co.", + "area": "New Mexico", + "address": "323 Romero St NW # 14, Albuquerque", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3506", + "internal_url": "null", + "latitude": "35.0970922", + "longitude": "-106.6707053", + "machine_status": "retired", + "id": 5977, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.6626985, + 35.1413214 + ] + }, + "properties": { + "name": "Unser Racing Museum", + "area": "New Mexico", + "address": "1776 Montano NW, Albuquerque", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=19867", + "internal_url": "null", + "latitude": "35.1413214", + "longitude": "-106.6626985", + "machine_status": "retired", + "id": 4915, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.6671682, + 35.1013651 + ] + }, + "properties": { + "name": "Sawmill Market", + "area": "New Mexico", + "address": "1909 Bellamah Ave NW, Alburquerque ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=411849", + "internal_url": "null", + "latitude": "35.1013651", + "longitude": "-106.6671682", + "machine_status": "available", + "id": 6249, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.5733934, + 33.5457758 + ] + }, + "properties": { + "name": "Smokey Bear Museum and Gift Shop", + "area": "New Mexico", + "address": "102 Smokey Bear Blvd, Capitan", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3502", + "internal_url": "null", + "latitude": "33.5457758", + "longitude": "-105.5733934", + "machine_status": "retired", + "id": 4916, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.4017598, + 33.2941373 + ] + }, + "properties": { + "name": "Log Cabin Gift Shop", + "area": "New Mexico", + "address": "Unknown, Captain", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=403402", + "internal_url": "null", + "latitude": "33.2941373", + "longitude": "-89.4017598", + "machine_status": "available", + "id": 6250, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.9375553, + 35.6834569 + ] + }, + "properties": { + "name": "San Miguel Mission", + "area": "New Mexico", + "address": "401 Old Santa Fe Trail, Santa Fe", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=17970", + "internal_url": "null", + "latitude": "35.6834569", + "longitude": "-105.9375553", + "machine_status": "available", + "id": 6251, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.6029115, + 36.3668304 + ] + }, + "properties": { + "name": "Russell''s Truck and Travel Center", + "area": "New Mexico", + "address": "I 25 Exit 419,, Springer", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=401530", + "internal_url": "null", + "latitude": "36.3668304", + "longitude": "-104.6029115", + "machine_status": "retired", + "id": 6252, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.0260229, + 38.8887861 + ] + }, + "properties": { + "name": "Smithsonian Institution Building (The Castle)", + "area": "Washington DC", + "address": "1000 Jefferson Drive SW, Washington", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=52664", + "internal_url": "null", + "latitude": "38.8887861", + "longitude": "-77.0260229", + "machine_status": "retired", + "id": 3243, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.0707808, + 38.9305946 + ] + }, + "properties": { + "name": "Washington National Cathedral", + "area": "Washington DC", + "address": "3101 Wisconsin Ave NW, Washington DC", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=283699", + "internal_url": "null", + "latitude": "38.9305946", + "longitude": "-77.0707808", + "machine_status": "retired", + "id": 3252, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.99529, + 38.8730667 + ] + }, + "properties": { + "name": "Washington Navy Yard - The National Museum of the US Navy", + "area": "Washington DC", + "address": "736 Sicard St SE - Building 76, Washington", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=986", + "internal_url": "null", + "latitude": "38.8730667", + "longitude": "-76.99529", + "machine_status": "retired", + "id": 3249, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.8514727, + 41.25814 + ] + }, + "properties": { + "name": "Union Pacific Railroad Museum", + "area": "Iowa", + "address": "200 Pearl Street, Council Bluffs", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=101101", + "internal_url": "null", + "latitude": "41.25814", + "longitude": "-95.8514727", + "machine_status": "available", + "id": 2333, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.917654, + 41.4064722 + ] + }, + "properties": { + "name": "Jaarsma Bakery", + "area": "Iowa", + "address": "727 Franklin Street, Pella", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=379879", + "internal_url": "null", + "latitude": "41.4064722", + "longitude": "-92.917654", + "machine_status": "available", + "id": 5470, + "last_updated": "2024-04-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -74.1624781, + 42.9147665 + ] + }, + "properties": { + "name": "Mohawk Travel Plaza", + "area": "New York", + "address": "Milepost 172 Eastbound, Amsterdam", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=281358", + "internal_url": "null", + "latitude": "42.9147665", + "longitude": "-74.1624781", + "machine_status": "retired", + "id": 2987, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.42127599999999, + 42.201974 + ] + }, + "properties": { + "name": "Midway State Park", + "area": "New York", + "address": "4859 Route 430, Bemus Point", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=189771", + "internal_url": "null", + "latitude": "42.201974", + "longitude": "-79.42127599999999", + "machine_status": "available", + "id": 2992, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.3822125, + 42.9278518 + ] + }, + "properties": { + "name": "Darien Lake Theme Park Resort", + "area": "New York", + "address": "9993 Allegheny Road, Darien Center", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=44158", + "internal_url": "null", + "latitude": "42.9278518", + "longitude": "-78.3822125", + "machine_status": "retired", + "id": 3005, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.702387, + 43.3961139 + ] + }, + "properties": { + "name": "Magic Forest", + "area": "New York", + "address": "1912 US-9, Lake George", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=409525", + "internal_url": "null", + "latitude": "43.3961139", + "longitude": "-73.702387", + "machine_status": "available", + "id": 6253, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.990866, + 40.7143028 + ] + }, + "properties": { + "name": "Daredevil Tattoo", + "area": "New York", + "address": "141 Division St Ste 2, New York City (Manhattan)", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=317318", + "internal_url": "null", + "latitude": "40.7143028", + "longitude": "-73.990866", + "machine_status": "available", + "id": 3043, + "last_updated": "2024-01-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.98566439999999, + 40.7484405 + ] + }, + "properties": { + "name": "Empire State Building", + "area": "New York", + "address": "350 5th Avenue, New York City (Manhattan)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3609", + "internal_url": "null", + "latitude": "40.7484405", + "longitude": "-73.98566439999999", + "machine_status": "retired", + "id": 6254, + "last_updated": "2024-01-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.98867709999999, + 40.7565399 + ] + }, + "properties": { + "name": "Ripley's Believe it Or Not - Time Square", + "area": "New York", + "address": "Address 234 West 42nd Street, New York City", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=333975", + "internal_url": "null", + "latitude": "40.7565399", + "longitude": "-73.98867709999999", + "machine_status": "retired", + "id": 3056, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.9873721, + 40.74947820000001 + ] + }, + "properties": { + "name": "Harry Potter Exhibition", + "area": "New York", + "address": "50 W 34th St, New York City(Manhattan)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407211", + "internal_url": "null", + "latitude": "40.74947820000001", + "longitude": "-73.9873721", + "machine_status": "available", + "id": 6255, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.0641553, + 43.0874441 + ] + }, + "properties": { + "name": "One Niagara Welcome Center", + "area": "New York", + "address": "360 Rainbow Blvd, Niagara Falls", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=411114", + "internal_url": "null", + "latitude": "43.0874441", + "longitude": "-79.0641553", + "machine_status": "available", + "id": 6256, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.740808, + 42.0995479 + ] + }, + "properties": { + "name": "Allegany State Park", + "area": "New York", + "address": "2373 ASP, Rte 1, Salamanca", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=109726", + "internal_url": "null", + "latitude": "42.0995479", + "longitude": "-78.740808", + "machine_status": "retired", + "id": 3082, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.8864332, + 42.7236055 + ] + }, + "properties": { + "name": "NY State Thruway, Guilderland Travel Plaza ", + "area": "New York", + "address": "I-90 Eastbound, Mile Marker 153, Schenectady", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=239358", + "internal_url": "null", + "latitude": "42.7236055", + "longitude": "-73.8864332", + "machine_status": "retired", + "id": 3085, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -74.1896545, + 41.1538828 + ] + }, + "properties": { + "name": "NY State Thruway, Ramapo Travel Plaza - Southbound", + "area": "New York", + "address": "1-87 Southbound, Milepost 33, Sloatsburg", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=54459", + "internal_url": "null", + "latitude": "41.1538828", + "longitude": "-74.1896545", + "machine_status": "retired", + "id": 3087, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -74.188104, + 41.15090199999999 + ] + }, + "properties": { + "name": "NY State Thruway, Sloatsburg Service Area - Northbound", + "area": "New York", + "address": "1-87 northbound, Milepost 33, Sloatsburg", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3534", + "internal_url": "null", + "latitude": "41.15090199999999", + "longitude": "-74.188104", + "machine_status": "retired", + "id": 3088, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.2128026, + 37.8022947 + ] + }, + "properties": { + "name": "Beckley Travel Plaza", + "area": "West Virginia", + "address": "I-77 Exit 45 North and Southbound West Virginia Turnpike, Beckley", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=963", + "internal_url": "null", + "latitude": "37.8022947", + "longitude": "-81.2128026", + "machine_status": "retired", + "id": 3887, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.324212, + 54.3896469 + ] + }, + "properties": { + "name": "Rest Area 69, W Virginia Tpke,", + "area": "West Virginia", + "address": "69 Eskdale Avenue (I-77 South), Eskdale", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=411545", + "internal_url": "null", + "latitude": "54.3896469", + "longitude": "-3.324212", + "machine_status": "out-of-order", + "id": 6257, + "last_updated": "2024-07-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.37434379999999, + 38.8325614 + ] + }, + "properties": { + "name": "Seneca Rocks Visitor Center", + "area": "West Virginia", + "address": "Po Box 13, Seneca Rocks", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=284218", + "internal_url": "null", + "latitude": "38.8325614", + "longitude": "-79.37434379999999", + "machine_status": "retired", + "id": 3904, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.8044869, + 39.4338337 + ] + }, + "properties": { + "name": "Shepherd University in the Game Zone", + "area": "West Virginia", + "address": "301 N King ST. , Shepherdstown ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=388661", + "internal_url": "null", + "latitude": "39.4338337", + "longitude": "-77.8044869", + "machine_status": "available", + "id": 6258, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.1194943, + 39.5615515 + ] + }, + "properties": { + "name": "Eddie's Five and Dime", + "area": "Kansas", + "address": "504 Commercial St., Atchison", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=326974", + "internal_url": "null", + "latitude": "39.5615515", + "longitude": "-95.1194943", + "machine_status": "retired", + "id": 3922, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -100.0217447, + 37.7538033 + ] + }, + "properties": { + "name": "Boot Hill Museum", + "area": "Kansas", + "address": "500 W Wyatt Earp Blvd, Dodge City", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=2268", + "internal_url": "null", + "latitude": "37.7538033", + "longitude": "-100.0217447", + "machine_status": "available", + "id": 3926, + "last_updated": "2023-12-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.2313579776291, + 38.94924971554137 + ] + }, + "properties": { + "name": "Mass Street Soda", + "area": "Kansas", + "address": "1103 Massachusetts, Lawrence", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=410459", + "internal_url": "null", + "latitude": "38.94924971554137", + "longitude": "-95.2313579776291", + "machine_status": "available", + "id": 6259, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.7269467, + 39.0560953 + ] + }, + "properties": { + "name": "Topeka Zoo", + "area": "Kansas", + "address": "635 SW Gage Boulevard, Topeka", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2242", + "internal_url": "null", + "latitude": "39.0560953", + "longitude": "-95.7269467", + "machine_status": "available", + "id": 6260, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.40856099999999, + 37.717034 + ] + }, + "properties": { + "name": "Sedgwick County Zoo", + "area": "Kansas", + "address": "5555 Zoo Boulevard, Wichita", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2239", + "internal_url": "null", + "latitude": "37.717034", + "longitude": "-97.40856099999999", + "machine_status": "available", + "id": 3948, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.6781804, + 36.1323753 + ] + }, + "properties": { + "name": "Sunset Tees & Hattery", + "area": "North Carolina", + "address": "1117 Main St., Blowing Rock", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3735", + "internal_url": "null", + "latitude": "36.1323753", + "longitude": "-81.6781804", + "machine_status": "retired", + "id": 4083, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.3205859, + 35.4770574 + ] + }, + "properties": { + "name": "Country Maid Fudge Shop", + "area": "North Carolina", + "address": "1060 Tualatin Rd, Cherokee", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=405385", + "internal_url": "null", + "latitude": "35.4770574", + "longitude": "-83.3205859", + "machine_status": "available", + "id": 6261, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.58118139999999, + 35.6982402 + ] + }, + "properties": { + "name": "Cabela's (Garner)", + "area": "North Carolina", + "address": "201 Cabela Drive, Garner", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=236545", + "internal_url": "null", + "latitude": "35.6982402", + "longitude": "-78.58118139999999", + "machine_status": "available", + "id": 6262, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.8653, + 35.396436 + ] + }, + "properties": { + "name": "Joe Gibbs Racing", + "area": "North Carolina", + "address": "13415 Reese Blvd. W, Huntersville", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=398728", + "internal_url": "null", + "latitude": "35.396436", + "longitude": "-80.8653", + "machine_status": "available", + "id": 6263, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.7917488, + 35.6221965 + ] + }, + "properties": { + "name": "Penske Racing South", + "area": "North Carolina", + "address": "200 Penske Way, Mooresville", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=19861", + "internal_url": "null", + "latitude": "35.6221965", + "longitude": "-80.7917488", + "machine_status": "available", + "id": 6264, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.60515560000002, + 35.7785278 + ] + }, + "properties": { + "name": "Alamo Drafthouse Cinema ", + "area": "North Carolina", + "address": "2116 New Bern Ave D, Raleigh, NC 27610, Raleigh", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=315803", + "internal_url": "null", + "latitude": "35.7785278", + "longitude": "-78.60515560000002", + "machine_status": "retired", + "id": 4141, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.5456763, + 34.4251332 + ] + }, + "properties": { + "name": "Surf City Pier ", + "area": "North Carolina", + "address": "Pender County , Surf City ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=408947", + "internal_url": "null", + "latitude": "34.4251332", + "longitude": "-77.5456763", + "machine_status": "available", + "id": 6265, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.92618153573001, + 33.962857698707836 + ] + }, + "properties": { + "name": "Fort Fisher", + "area": "North Carolina", + "address": "900 Loggerhead Road, Wilmington", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=400759", + "internal_url": "null", + "latitude": "33.962857698707836", + "longitude": "-77.92618153573001", + "machine_status": "available", + "id": 6266, + "last_updated": "2024-07-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.242881, + 36.083516 + ] + }, + "properties": { + "name": "Old Salem Museum and Gardens", + "area": "North Carolina", + "address": "900 Old Salem Rd., Winston - Salem", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=34632", + "internal_url": "null", + "latitude": "36.083516", + "longitude": "-80.242881", + "machine_status": "available", + "id": 4162, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.4014413, + 44.2621443 + ] + }, + "properties": { + "name": "The History Museum at the Castle", + "area": "Wisconsin", + "address": "330 East College Avenue, Appleton", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=261240", + "internal_url": "null", + "latitude": "44.2621443", + "longitude": "-88.4014413", + "machine_status": "retired", + "id": 2411, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -91.11721299999999, + 42.9170021 + ] + }, + "properties": { + "name": "Boulder Creek Campground", + "area": "Wisconsin", + "address": "11354 County Road X, Bagley", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=91217", + "internal_url": "null", + "latitude": "42.9170021", + "longitude": "-91.11721299999999", + "machine_status": "retired", + "id": 2412, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.2472693, + 45.1277423 + ] + }, + "properties": { + "name": "Alpaca to Aapare", + "area": "Wisconsin", + "address": "4185 Main Street, Fish Creek", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=410656", + "internal_url": "null", + "latitude": "45.1277423", + "longitude": "-87.2472693", + "machine_status": "available", + "id": 6267, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.43647759999999, + 42.5916252 + ] + }, + "properties": { + "name": "Christine's", + "area": "Wisconsin", + "address": "858 W Main St, Lake Geneva ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=392882", + "internal_url": "null", + "latitude": "42.5916252", + "longitude": "-88.43647759999999", + "machine_status": "available", + "id": 6268, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.3863712, + 43.0745326 + ] + }, + "properties": { + "name": "Wisconsin Historical Museum", + "area": "Wisconsin", + "address": "30 North Carroll Street, Madison", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=854", + "internal_url": "null", + "latitude": "43.0745326", + "longitude": "-89.3863712", + "machine_status": "retired", + "id": 2433, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.7103746, + 45.8709168 + ] + }, + "properties": { + "name": "Elements", + "area": "Wisconsin", + "address": "511 Oneida St, Minocqua", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=76166", + "internal_url": "null", + "latitude": "45.8709168", + "longitude": "-89.7103746", + "machine_status": "retired", + "id": 2446, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.991733, + 43.8054625 + ] + }, + "properties": { + "name": "Road America", + "area": "Wisconsin", + "address": "N7390 State Hwy 67, Plymouth ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=408371", + "internal_url": "null", + "latitude": "43.8054625", + "longitude": "-87.991733", + "machine_status": "available", + "id": 6269, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.3367128, + 44.9517703 + ] + }, + "properties": { + "name": "Door Peninsula Winery", + "area": "Wisconsin", + "address": "5806 Hwy 42, Sturgeon Bay", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=227658", + "internal_url": "null", + "latitude": "44.9517703", + "longitude": "-87.3367128", + "machine_status": "available", + "id": 6270, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.7730258, + 43.6278152 + ] + }, + "properties": { + "name": "Dells Discount Outlet", + "area": "Wisconsin", + "address": "315 Broadway, Wisconsin Dells", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413462", + "internal_url": "null", + "latitude": "43.6278152", + "longitude": "-89.7730258", + "machine_status": "available", + "id": 6271, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.8030818, + 43.6261745 + ] + }, + "properties": { + "name": "Polynesian Resort", + "area": "Wisconsin", + "address": "857 N. Frontage Rd., Wisconsin Dells", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=4399", + "internal_url": "null", + "latitude": "43.6261745", + "longitude": "-89.8030818", + "machine_status": "retired", + "id": 2476, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.4382558, + 37.00016919999999 + ] + }, + "properties": { + "name": "Historic RailPark and Train Museum", + "area": "Kentucky", + "address": "401 Kentucky St., Bowling Green", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412403", + "internal_url": "null", + "latitude": "37.00016919999999", + "longitude": "-86.4382558", + "machine_status": "available", + "id": 6272, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.974007, + 37.1105856 + ] + }, + "properties": { + "name": "Crystal Onyx Cave ", + "area": "Kentucky", + "address": "425 Prewitts Knob Rd., Cave Ciry", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=409950", + "internal_url": "null", + "latitude": "37.1105856", + "longitude": "-85.974007", + "machine_status": "available", + "id": 6273, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.198399, + 36.9707154 + ] + }, + "properties": { + "name": "North Welcome Station", + "area": "Kentucky", + "address": "1820 The Trace Rd, Grand Rivers", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=414725", + "internal_url": "null", + "latitude": "36.9707154", + "longitude": "-88.198399", + "machine_status": "available", + "id": 6274, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.657783, + 38.25210999999999 + ] + }, + "properties": { + "name": "DiOrio's Pizza and Pub", + "area": "Kentucky", + "address": "310 Wallace Ave, Louisville", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=401180", + "internal_url": "null", + "latitude": "38.25210999999999", + "longitude": "-85.657783", + "machine_status": "available", + "id": 6275, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -103.5250821, + 46.9135414 + ] + }, + "properties": { + "name": "Dacotah Territory Gifts 2", + "area": "North Dakota", + "address": "324 Pacific Ave, Medora", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=46572", + "internal_url": "null", + "latitude": "46.9135414", + "longitude": "-103.5250821", + "machine_status": "retired", + "id": 3257, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -103.5264395, + 46.9165657 + ] + }, + "properties": { + "name": "Theodore Roosevelt National Park (South Unit Visitors Center)", + "area": "North Dakota", + "address": "201 East River Road North, Medora", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412880", + "internal_url": "null", + "latitude": "46.9165657", + "longitude": "-103.5264395", + "machine_status": "available", + "id": 6276, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -110.5545361, + 44.4714079 + ] + }, + "properties": { + "name": "Yellowstone - Canyon Village Education Center", + "area": "Wyoming", + "address": "Grand Loop Rd, 2,, Yellowstone National Park", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=414072", + "internal_url": "null", + "latitude": "44.4714079", + "longitude": "-110.5545361", + "machine_status": "retired", + "id": 6277, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.40603, + 42.7587584 + ] + }, + "properties": { + "name": "Camp Douglas", + "area": "Wyoming", + "address": "115 S Riverbend Dr, , Douglas", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=402743", + "internal_url": "null", + "latitude": "42.7587584", + "longitude": "-105.40603", + "machine_status": "available", + "id": 6278, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.3904893, + 42.7598446 + ] + }, + "properties": { + "name": "Wyoming Pioneer Museum", + "area": "Wyoming", + "address": "400 W Center St, Douglas", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=405194", + "internal_url": "null", + "latitude": "42.7598446", + "longitude": "-105.3904893", + "machine_status": "available", + "id": 6279, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.76342, + 42.2957336 + ] + }, + "properties": { + "name": "Guernsey State Park Civilian Conservation Corps Museum", + "area": "Wyoming", + "address": "Museum Rd, Guernsey", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412227", + "internal_url": "null", + "latitude": "42.2957336", + "longitude": "-104.76342", + "machine_status": "available", + "id": 6280, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -108.8025534, + 42.4687816 + ] + }, + "properties": { + "name": "South Pass City State Historic Site", + "area": "Wyoming", + "address": "125 South Pass Main St., South Pass City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=403821", + "internal_url": "null", + "latitude": "42.4687816", + "longitude": "-108.8025534", + "machine_status": "available", + "id": 6281, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 150.8842664, + -33.7658186 + ] + }, + "properties": { + "name": "Featherdale Wildlife Park", + "area": "Australia", + "address": "217 Kildare Rd, NSW - Doonside", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=207803", + "internal_url": "null", + "latitude": "-33.7658186", + "longitude": "150.8842664", + "machine_status": "retired", + "id": 2114, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 151.212585, + -33.8696036 + ] + }, + "properties": { + "name": "Hyde Park Barracks", + "area": "Australia", + "address": "Queens Square, Macquarie Street, , NSW - Sydney", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=62066", + "internal_url": "null", + "latitude": "-33.8696036", + "longitude": "151.212585", + "machine_status": "available", + "id": 6282, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 152.963113, + -26.8357181 + ] + }, + "properties": { + "name": "Australia Zoo", + "area": "Australia", + "address": "Glass House Mountains Tourist Drive, QLD - Beerwah", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=4960", + "internal_url": "null", + "latitude": "-26.8357181", + "longitude": "152.963113", + "machine_status": "available", + "id": 6283, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 145.7095881, + -16.8812114 + ] + }, + "properties": { + "name": "Kuranda Scenic Railway/ Freshwater station", + "area": "Australia", + "address": "Bunda Street, QLD - Cairns", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=16968", + "internal_url": "null", + "latitude": "-16.8812114", + "longitude": "145.7095881", + "machine_status": "retired", + "id": 2136, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 145.6522376, + -16.8237474 + ] + }, + "properties": { + "name": "Rainforest Station Nature Park", + "area": "Australia", + "address": "Kennedy Highway , QLD - Cairns", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=56670", + "internal_url": "null", + "latitude": "-16.8237474", + "longitude": "145.6522376", + "machine_status": "retired", + "id": 2137, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 145.6327345, + -16.8193797 + ] + }, + "properties": { + "name": "Kuranda Heritage Markets", + "area": "Australia", + "address": "Rob Vievers Drive, QLD - Kuranda", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=54734", + "internal_url": "null", + "latitude": "-16.8193797", + "longitude": "145.6327345", + "machine_status": "retired", + "id": 2144, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 152.9591263, + -27.4850152 + ] + }, + "properties": { + "name": "Mt. Coot-tha/ Brisbane Look-out", + "area": "Australia", + "address": "Sir Samuel Griffith Drive, QLD - Mt. Coot-tha", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=12016", + "internal_url": "null", + "latitude": "-27.4850152", + "longitude": "152.9591263", + "machine_status": "retired", + "id": 2146, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 143.6690501, + -38.7557195 + ] + }, + "properties": { + "name": "Scorched Grill", + "area": "Australia", + "address": "135 Great Ocean Rd, VIC - Apollo Bay", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=331834", + "internal_url": "null", + "latitude": "-38.7557195", + "longitude": "143.6690501", + "machine_status": "retired", + "id": 2164, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 148.1579723, + -37.4954117 + ] + }, + "properties": { + "name": "Buchan Caves Reserve Visitor Centre", + "area": "Australia", + "address": "98 Caves Rd, Buchan VIC 3885, VIC - Buchan", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=399251", + "internal_url": "null", + "latitude": "-37.4954117", + "longitude": "148.1579723", + "machine_status": "available", + "id": 6284, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 147.9733894, + -37.8823265 + ] + }, + "properties": { + "name": "Lakes Entrance Visitor Information Centre", + "area": "Australia", + "address": "2 Marine Parade, Lakes Entrance, Victoria, 3909, VIC - Lakes Entrance", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=399449", + "internal_url": "null", + "latitude": "-37.8823265", + "longitude": "147.9733894", + "machine_status": "available", + "id": 6285, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 144.9374369, + -37.8118005 + ] + }, + "properties": { + "name": "Melbourne Star", + "area": "Australia", + "address": "The District Docklands, 101 Waterfront Way, Docklands VIC 3008, VIC - Melbourne ", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=329761", + "internal_url": "null", + "latitude": "-37.8118005", + "longitude": "144.9374369", + "machine_status": "retired", + "id": 2169, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 144.739786, + -38.339623 + ] + }, + "properties": { + "name": "Mubble Ice Cream Sorrento", + "area": "Australia", + "address": "69 Ocean Beach Rd, VIC - Sorrento", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=389511", + "internal_url": "null", + "latitude": "-38.339623", + "longitude": "144.739786", + "machine_status": "available", + "id": 6286, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 15.519961050564076, + 48.39374436766402 + ] + }, + "properties": { + "name": "Shop down from the Dürnstein castle ruins", + "area": "Austria", + "address": "Dürnstein 132, 3601, Dürnstein", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=388431", + "internal_url": "null", + "latitude": "48.39374436766402", + "longitude": "15.519961050564076", + "machine_status": "available", + "id": 6287, + "last_updated": "2024-06-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 15.4377437, + 47.0735392 + ] + }, + "properties": { + "name": "Schlossbergrutsche & 4D Erlebniskino", + "area": "Austria", + "address": "Schloßbergpl. 1, Graz", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413510", + "internal_url": "null", + "latitude": "47.0735392", + "longitude": "15.4377437", + "machine_status": "available", + "id": 6288, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.1693917, + 47.2141194 + ] + }, + "properties": { + "name": "Fascination Krimml Worlds of Water", + "area": "Austria", + "address": "Oberkrimml, 5743, Krimml,", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=408945", + "internal_url": "null", + "latitude": "47.2141194", + "longitude": "12.1693917", + "machine_status": "available", + "id": 6289, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.1698246, + 47.5827218 + ] + }, + "properties": { + "name": "Festung Kufstein Tirol", + "area": "Austria", + "address": "6330 Kufstein, Austria", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=404335", + "internal_url": "null", + "latitude": "47.5827218", + "longitude": "12.1698246", + "machine_status": "available", + "id": 998, + "last_updated": "2023-10-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 15.910731111333197, + 47.79024853100385 + ] + }, + "properties": { + "name": "Schneebergbahn Puchberg", + "area": "Austria", + "address": "Bahnhofplatz 1, Puchberg am Schneeberg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=415741", + "internal_url": "null", + "latitude": "47.79024853100385", + "longitude": "15.910731111333197", + "machine_status": "available", + "id": 6291, + "last_updated": "2024-05-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.7430756, + 47.3850406 + ] + }, + "properties": { + "name": "Schloss Tratzberg", + "area": "Austria", + "address": "Tratzberg 1, 6200 Jenbach, Austria", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=404336", + "internal_url": "null", + "latitude": "47.3850406", + "longitude": "11.7430756", + "machine_status": "available", + "id": 1011, + "last_updated": "2023-10-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 16.3706312, + 48.2048456 + ] + }, + "properties": { + "name": "Planet Vienna (gifts and souvenirs)", + "area": "Austria", + "address": "Kärntner Straße 30, 1010 Vienna", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=284508", + "internal_url": "null", + "latitude": "48.2048456", + "longitude": "16.3706312", + "machine_status": "available", + "id": 1021, + "last_updated": "2023-10-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.4015157, + 51.22026779999999 + ] + }, + "properties": { + "name": "Onze Lieve Vrouw Kathedral ", + "area": "Belgium", + "address": "Jan Blomstraat , Antwerpen", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=401561", + "internal_url": "null", + "latitude": "51.22026779999999", + "longitude": "4.4015157", + "machine_status": "available", + "id": 6293, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 23.3550824, + 42.65979799999999 + ] + }, + "properties": { + "name": "Muzeiko Childrens Museum ", + "area": "Bulgaria", + "address": "ul. Professor Boyan Kamenov 3, 1700 Studentski Kompleks, Sofia", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=404220", + "internal_url": "null", + "latitude": "42.65979799999999", + "longitude": "23.3550824", + "machine_status": "available", + "id": 6294, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.2242371, + 52.2203483 + ] + }, + "properties": { + "name": "Jasper National Park - Columbia Icefield Discovery Centre", + "area": "Canada", + "address": "AB 93 North (Icefields Parkway), Alberta - Jasper", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=48213", + "internal_url": "null", + "latitude": "52.2203483", + "longitude": "-117.2242371", + "machine_status": "available", + "id": 4961, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -123.103834, + 49.273376 + ] + }, + "properties": { + "name": "Science World at TELUS World of Science", + "area": "Canada", + "address": "1455 Quebec Street, BC - Vancouver", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=100743", + "internal_url": "null", + "latitude": "49.273376", + "longitude": "-123.103834", + "machine_status": "retired", + "id": 4972, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.16139199999999, + 44.3245343 + ] + }, + "properties": { + "name": "Gananoque Boat Line", + "area": "Canada", + "address": "280 Main St., Ontario - Gananoque", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=127664", + "internal_url": "null", + "latitude": "44.3245343", + "longitude": "-76.16139199999999", + "machine_status": "retired", + "id": 4993, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.76141969999999, + 43.3143704 + ] + }, + "properties": { + "name": "Grand Bend Sweet Shop", + "area": "Canada", + "address": "63 Main St. West, Ontario - Grand Bend", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=29471", + "internal_url": "null", + "latitude": "43.3143704", + "longitude": "-81.76141969999999", + "machine_status": "available", + "id": 4994, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.60736, + 43.993623 + ] + }, + "properties": { + "name": "Jungle Cat World", + "area": "Canada", + "address": "3667 Concession Rd 6, Ontario - Orono", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=405894", + "internal_url": "null", + "latitude": "43.993623", + "longitude": "-78.60736", + "machine_status": "available", + "id": 6295, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.5538107, + 43.5388451 + ] + }, + "properties": { + "name": "A Gift to Remember", + "area": "Canada", + "address": "1395 King St N, Ontario - St. Jacobs", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=244573", + "internal_url": "null", + "latitude": "43.5388451", + "longitude": "-80.5538107", + "machine_status": "retired", + "id": 5022, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -63.69540869999999, + 46.2549804 + ] + }, + "properties": { + "name": "Confederation Bridge, Borden-Carleton Visitor Information Centre", + "area": "Canada", + "address": "100 Abegweit Dr, PEI - Borden - Carleton", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=1006", + "internal_url": "null", + "latitude": "46.2549804", + "longitude": "-63.69540869999999", + "machine_status": "available", + "id": 5035, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.4353998, + 45.4431901 + ] + }, + "properties": { + "name": "Boutique BFLY", + "area": "Canada", + "address": "9500 Boulevard Leduc, Quebec - Brossard", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=281043", + "internal_url": "null", + "latitude": "45.4431901", + "longitude": "-73.4353998", + "machine_status": "retired", + "id": 5038, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.1944446, + 38.9181671 + ] + }, + "properties": { + "name": "Royal Walter Cruise Ship Terminal - Cayman Crafters Market", + "area": "Cayman Islands", + "address": "S. Church St on the water front Royal Cruise port, Georgetown", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=104923", + "internal_url": "null", + "latitude": "38.9181671", + "longitude": "-78.1944446", + "machine_status": "retired", + "id": 4405, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.6624046, + 31.1416262 + ] + }, + "properties": { + "name": "Shanghai Disney Resort", + "area": "China", + "address": ", Shanghai", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=406947", + "internal_url": "null", + "latitude": "31.1416262", + "longitude": "121.6624046", + "machine_status": "available", + "id": 6296, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.6565916, + 49.7795324 + ] + }, + "properties": { + "name": "Konopiste Castle ", + "area": "Czech", + "address": "Konopiste 1, Benesov", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=865", + "internal_url": "null", + "latitude": "49.7795324", + "longitude": "14.6565916", + "machine_status": "retired", + "id": 46, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.3950837, + 50.083527 + ] + }, + "properties": { + "name": "Petrin Tower", + "area": "Czech", + "address": "Petrin, Mala Strana, Prague", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=15100", + "internal_url": "null", + "latitude": "50.083527", + "longitude": "14.3950837", + "machine_status": "available", + "id": 51, + "last_updated": "2024-02-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.2413126, + 52.56476 + ] + }, + "properties": { + "name": "Peterborough Football Club", + "area": "England", + "address": "London Road, CAMBRIDGESHIRE - Peterborough", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=235687", + "internal_url": "null", + "latitude": "52.56476", + "longitude": "-0.2413126", + "machine_status": "retired", + "id": 1338, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.713174599999999, + 50.0657041 + ] + }, + "properties": { + "name": "West Country Shopping Outlet", + "area": "England", + "address": "Lands End, CORNWALL - Lands End ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=57576", + "internal_url": "null", + "latitude": "50.0657041", + "longitude": "-5.713174599999999", + "machine_status": "available", + "id": 6297, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.919627, + 54.364703 + ] + }, + "properties": { + "name": "The World of Beatrix Potter Attraction", + "area": "England", + "address": "The Old Laundry, English Lake District, CUMBRIA - Bowness On Windermere", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3239", + "internal_url": "null", + "latitude": "54.364703", + "longitude": "-2.919627", + "machine_status": "available", + "id": 6298, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.0535804, + 50.7843443 + ] + }, + "properties": { + "name": "Royal Marines Museum", + "area": "England", + "address": "Eastney Road, Southsea, , HAMPSHIRE - Portsmouth", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=93863", + "internal_url": "null", + "latitude": "50.7843443", + "longitude": "-1.0535804", + "machine_status": "retired", + "id": 1417, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.2078942, + 54.6903973 + ] + }, + "properties": { + "name": "The National Museum Of The Royal Navy", + "area": "England", + "address": "Maritime Avenue, Hartlepool ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=409027", + "internal_url": "null", + "latitude": "54.6903973", + "longitude": "-1.2078942", + "machine_status": "available", + "id": 6299, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.0556935, + 53.81673869999999 + ] + }, + "properties": { + "name": "The Hole in Wand Blackpool", + "area": "England", + "address": "50a, Promenade, LANCASHIRE - Blackpool ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412149", + "internal_url": "null", + "latitude": "53.81673869999999", + "longitude": "-3.0556935", + "machine_status": "available", + "id": 6300, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.2975571, + 53.4741729 + ] + }, + "properties": { + "name": "Coronation Street Tour", + "area": "England", + "address": "The Studios from dock10 The Greenhouse, Broadway, Salford, LANCASHIRE - Manchester", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=206967", + "internal_url": "null", + "latitude": "53.4741729", + "longitude": "-2.2975571", + "machine_status": "available", + "id": 6301, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.7044052, + 53.7632254 + ] + }, + "properties": { + "name": "I'm A Celebrity, Get Me Out Of Here-Jungle Challenge", + "area": "England", + "address": "Quayside Media City (formerly The Lowry Shopping Centre), LANCASHIRE - Manchester", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=382508", + "internal_url": "null", + "latitude": "53.7632254", + "longitude": "-2.7044052", + "machine_status": "retired", + "id": 5640, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.09719399999999999, + 51.508076 + ] + }, + "properties": { + "name": "Shakespeares Globe", + "area": "England", + "address": "21 New Globe Walk , LONDON - Bankside", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=325787", + "internal_url": "null", + "latitude": "51.508076", + "longitude": "-0.09719399999999999", + "machine_status": "retired", + "id": 6302, + "last_updated": "2024-07-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.0172211, + 51.5386761 + ] + }, + "properties": { + "name": "West Ham Utd Stadium Store ", + "area": "England", + "address": "London Stadium, London - Stratford", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=388773", + "internal_url": "null", + "latitude": "51.5386761", + "longitude": "-0.0172211", + "machine_status": "available", + "id": 6303, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.0165766, + 53.4094545 + ] + }, + "properties": { + "name": "Spaceport Visitor Attraction", + "area": "England", + "address": "Victoria Place, MERSEYSIDE - Seacombe", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=53481", + "internal_url": "null", + "latitude": "53.4094545", + "longitude": "-3.0165766", + "machine_status": "retired", + "id": 1513, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.0161679, + 53.4098013 + ] + }, + "properties": { + "name": "Seacombe Ferry Terminal - Mersey Ferries", + "area": "England", + "address": "Victoria Place, Seacombe, MERSEYSIDE - Wallasey", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=46936", + "internal_url": "null", + "latitude": "53.4098013", + "longitude": "-3.0161679", + "machine_status": "retired", + "id": 1514, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.7084625999999999, + 52.3868689 + ] + }, + "properties": { + "name": "Wicksteed Park", + "area": "England", + "address": "Barton Road , Northamptonshire - Kettering", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412278", + "internal_url": "null", + "latitude": "52.3868689", + "longitude": "-0.7084625999999999", + "machine_status": "retired", + "id": 6304, + "last_updated": "2024-06-26", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.6132495, + 54.9805435 + ] + }, + "properties": { + "name": "Great North Museum: Hancock", + "area": "England", + "address": "Barras Bridge, TYNE & WEAR - Newcastle", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=4263", + "internal_url": "null", + "latitude": "54.9805435", + "longitude": "-1.6132495", + "machine_status": "retired", + "id": 1570, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.38028, + 54.904232 + ] + }, + "properties": { + "name": "Sunderland Museum & Winter Gardens", + "area": "England", + "address": "Burdon Road, TYNE & WEAR - Sunderland", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=87571", + "internal_url": "null", + "latitude": "54.904232", + "longitude": "-1.38028", + "machine_status": "available", + "id": 6305, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.7806310999999999, + 50.8363332 + ] + }, + "properties": { + "name": "Chichester Cathedral Gift Shop", + "area": "England", + "address": ", West Sussex - Chichester", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=401449", + "internal_url": "null", + "latitude": "50.8363332", + "longitude": "-0.7806310999999999", + "machine_status": "available", + "id": 6306, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.541816, + 50.803602 + ] + }, + "properties": { + "name": "Harbour Park Amusement Park", + "area": "England", + "address": "Windmill Lane, Littlehampton, WEST SUSSEX - Littlehampton", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=236129", + "internal_url": "null", + "latitude": "50.803602", + "longitude": "-0.541816", + "machine_status": "retired", + "id": 1594, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 23.5386748, + 58.9471919 + ] + }, + "properties": { + "name": "Episcopal Castle in Haapsalu", + "area": "Estonia", + "address": ", Haapsalu", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=181965", + "internal_url": "null", + "latitude": "58.9471919", + "longitude": "23.5386748", + "machine_status": "retired", + "id": 251, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.2786797, + 44.1740851 + ] + }, + "properties": { + "name": "Mont Ventoux", + "area": "France", + "address": ", Bédoin", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=327359", + "internal_url": "null", + "latitude": "44.1740851", + "longitude": "5.2786797", + "machine_status": "retired", + "id": 5644, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.2619532, + 43.7101728 + ] + }, + "properties": { + "name": "Hard Rock Cafe Nice", + "area": "France", + "address": "5 Prom. des Anglais, 06000 Nice, France", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=406319", + "internal_url": "null", + "latitude": "43.7101728", + "longitude": "7.2619532", + "machine_status": "retired", + "id": 6307, + "last_updated": "2023-10-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.2499245, + 49.2822372 + ] + }, + "properties": { + "name": "Ouistreham Ferry Port", + "area": "France", + "address": "31 D84, NORMANDY - Ouistreham", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=411708", + "internal_url": "null", + "latitude": "49.2822372", + "longitude": "-0.2499245", + "machine_status": "available", + "id": 6308, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.6179554, + 49.6462527 + ] + }, + "properties": { + "name": "Cite De La Mer", + "area": "France", + "address": "50100 Cherbourg-en-Contentin, Normandy- Cherbourg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=410432", + "internal_url": "null", + "latitude": "49.6462527", + "longitude": "-1.6179554", + "machine_status": "available", + "id": 6309, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.337644, + 48.8606111 + ] + }, + "properties": { + "name": "Louvre Museum", + "area": "France", + "address": "Rue de Rivoli, 75001 Paris, Paris - Île-De-France", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=397581", + "internal_url": "null", + "latitude": "48.8606111", + "longitude": "2.337644", + "machine_status": "available", + "id": 6310, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.3219514, + 48.8421379 + ] + }, + "properties": { + "name": "Tour Montparnasse (Montparnasse Tower)", + "area": "France", + "address": "33 Avenue du Maine , Paris - Île-De-France", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=110005", + "internal_url": "null", + "latitude": "48.8421379", + "longitude": "2.3219514", + "machine_status": "available", + "id": 100, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.750157799999999, + 48.5812331 + ] + }, + "properties": { + "name": "Au Palais Rohan Souvenir shop", + "area": "France", + "address": "7 Pl. de la Cathédrale, Strasbourg ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=391100", + "internal_url": "null", + "latitude": "48.5812331", + "longitude": "7.750157799999999", + "machine_status": "available", + "id": 6311, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.3657892, + 42.5867347 + ] + }, + "properties": { + "name": "Le Grenier de Philomène", + "area": "France", + "address": "14 Rue Saint-Jean, Villefranche-de-Conflent", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=369706", + "internal_url": "null", + "latitude": "42.5867347", + "longitude": "2.3657892", + "machine_status": "available", + "id": 6312, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.760169999999999, + 53.78291 + ] + }, + "properties": { + "name": "Museum der Grafschaft Rantzau (Schlossinsel Rantzau)", + "area": "Germany", + "address": "Rantzau 13, Barmstedt", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413918", + "internal_url": "null", + "latitude": "53.78291", + "longitude": "9.760169999999999", + "machine_status": "available", + "id": 6313, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.4029844, + 52.5198292 + ] + }, + "properties": { + "name": "Andy's Diner & Bar (AquaDom & Sea Life)", + "area": "Germany", + "address": "DomAquarée, Karl-Liebknecht-Str. 5, 10178", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=259086", + "internal_url": "null", + "latitude": "52.5198292", + "longitude": "13.4029844", + "machine_status": "retired", + "id": 421, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.3766049, + 52.5116245 + ] + }, + "properties": { + "name": "Begus Souvenirs", + "area": "Germany", + "address": "Ebertstrasse 2, 10117 Berlin", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=83319", + "internal_url": "null", + "latitude": "52.5116245", + "longitude": "13.3766049", + "machine_status": "retired", + "id": 423, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.3857772, + 52.5076198 + ] + }, + "properties": { + "name": "Berlin Loves You souvenir shop", + "area": "Germany", + "address": "Zimmerstraße 100, Berlin", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413927", + "internal_url": "null", + "latitude": "52.5076198", + "longitude": "13.3857772", + "machine_status": "available", + "id": 6314, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.2736795, + 52.5041303 + ] + }, + "properties": { + "name": "Funkturm - Berlin", + "area": "Germany", + "address": "Messedamm 22", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=229113", + "internal_url": "null", + "latitude": "52.5041303", + "longitude": "13.2736795", + "machine_status": "retired", + "id": 431, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.5692782, + 52.5379611 + ] + }, + "properties": { + "name": "Gärten der Welt (Gardens of the World)", + "area": "Germany", + "address": "Blumberger Damm 44, Berlin", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413936", + "internal_url": "null", + "latitude": "52.5379611", + "longitude": "13.5692782", + "machine_status": "available", + "id": 6315, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.4457187, + 52.5026465 + ] + }, + "properties": { + "name": "Pirates Berlin", + "area": "Germany", + "address": "Mühlenstr. near Oberbaumbrücke", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=231653", + "internal_url": "null", + "latitude": "52.5026465", + "longitude": "13.4457187", + "machine_status": "retired", + "id": 441, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.261209699999999, + 49.3424012 + ] + }, + "properties": { + "name": "Bergbaumuseum", + "area": "Germany", + "address": "Niederbexbacherstr 62, Bexbach ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=396496", + "internal_url": "null", + "latitude": "49.3424012", + "longitude": "7.261209699999999", + "machine_status": "available", + "id": 6316, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.9607707, + 53.16382549999999 + ] + }, + "properties": { + "name": "Milchhalle Wilsede Naturschutzverein", + "area": "Germany", + "address": "Wilsede 10A, Bispingen", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412661", + "internal_url": "null", + "latitude": "53.16382549999999", + "longitude": "9.9607707", + "machine_status": "available", + "id": 6317, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.9747145, + 51.621873 + ] + }, + "properties": { + "name": "Movie Park Germany", + "area": "Germany", + "address": "Warner-Allee 1", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=198964", + "internal_url": "null", + "latitude": "51.621873", + "longitude": "6.9747145", + "machine_status": "available", + "id": 453, + "last_updated": "2024-10-14", + "multimachine": 4 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.0778027, + 52.6238503 + ] + }, + "properties": { + "name": "Bus station in front of Celler Schloss", + "area": "Germany", + "address": "Celle Schlossplatz, Celle", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=392270", + "internal_url": "null", + "latitude": "52.6238503", + "longitude": "10.0778027", + "machine_status": "available", + "id": 6318, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.1696982, + 50.1469072 + ] + }, + "properties": { + "name": "Hotel Am Hafen", + "area": "Germany", + "address": "Uferstr. 3, Cochem, Rhineland-Palatinate", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=332123", + "internal_url": "null", + "latitude": "50.1469072", + "longitude": "7.1696982", + "machine_status": "retired", + "id": 5693, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.9596778, + 50.93969999999999 + ] + }, + "properties": { + "name": "Mauch Chunk Ink", + "area": "Germany", + "address": "Bechergasse ST 9, Cologne", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=414212", + "internal_url": "null", + "latitude": "50.93969999999999", + "longitude": "6.9596778", + "machine_status": "available", + "id": 6319, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.9604732, + 50.9385388 + ] + }, + "properties": { + "name": "Time Ride", + "area": "Germany", + "address": "Alter Markt, Cologne", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412017", + "internal_url": "null", + "latitude": "50.9385388", + "longitude": "6.9604732", + "machine_status": "available", + "id": 6320, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.7738733, + 51.2273407 + ] + }, + "properties": { + "name": "Burgplatz", + "area": "Germany", + "address": "Mühlenstraße 29, Düsseldorf", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=375476", + "internal_url": "null", + "latitude": "51.2273407", + "longitude": "6.7738733", + "machine_status": "retired", + "id": 5695, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.828911199999999, + 51.09368509999999 + ] + }, + "properties": { + "name": "Dornumagus", + "area": "Germany", + "address": "Marketplace at Townhall, Dormagen", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=400698", + "internal_url": "null", + "latitude": "51.09368509999999", + "longitude": "6.828911199999999", + "machine_status": "available", + "id": 6321, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.058634399999999, + 51.1834261 + ] + }, + "properties": { + "name": "Edertalsperre", + "area": "Germany", + "address": "Edertalsperre, Edertal", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=404778", + "internal_url": "null", + "latitude": "51.1834261", + "longitude": "9.058634399999999", + "machine_status": "available", + "id": 6322, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.3146872, + 50.9795715 + ] + }, + "properties": { + "name": "Eisenach st tourism office", + "area": "Germany", + "address": ", Eisenach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=404042", + "internal_url": "null", + "latitude": "50.9795715", + "longitude": "10.3146872", + "machine_status": "available", + "id": 6323, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.0421692, + 51.4861288 + ] + }, + "properties": { + "name": "Ruhrmuseum", + "area": "Germany", + "address": "Besucherzentrum Ruhr in der Kohlenwäsche, Essen", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=395351", + "internal_url": "null", + "latitude": "51.4861288", + "longitude": "7.0421692", + "machine_status": "available", + "id": 6324, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.307407399999999, + 49.9054179 + ] + }, + "properties": { + "name": "Mespelbrunn Castle", + "area": "Germany", + "address": "Mespelbrunn, Frankfurt ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=404873", + "internal_url": "null", + "latitude": "49.9054179", + "longitude": "9.307407399999999", + "machine_status": "available", + "id": 6325, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.682358, + 50.109928 + ] + }, + "properties": { + "name": "Römerplatz (Machine 3)", + "area": "Germany", + "address": "Saalgasse 19, 60311 Frankfurt am Main", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=405703", + "internal_url": "null", + "latitude": "50.109928", + "longitude": "8.682358", + "logs": { + "2021-11-14": "Machine available at business hours of souvenir shops. Needs 1 Euro and 5 Cents." + }, + "machine_status": "available", + "id": 5047, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.699297699999999, + 50.116471 + ] + }, + "properties": { + "name": "Zoo Frankfurt", + "area": "Germany", + "address": "Bernhard-Grzimek-Allee 1, 60316 Frankfurt am Main, Germany, Frankfurt am Main", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407182", + "internal_url": "null", + "latitude": "50.116471", + "longitude": "8.699297699999999", + "machine_status": "available", + "id": 6326, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.968820599999999, + 53.54539219999999 + ] + }, + "properties": { + "name": "Brücke 4", + "area": "Germany", + "address": "20359, Brücke 4, 20359 Hamburg, Alemania, Hamburg ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=410175", + "internal_url": "null", + "latitude": "53.54539219999999", + "longitude": "9.968820599999999", + "machine_status": "available", + "id": 6327, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.977961700000002, + 53.548481 + ] + }, + "properties": { + "name": "Tabakwaren & souvenirs", + "area": "Germany", + "address": "Engl. Planke, 20459 Hamburg, Alemania, Hamburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=410174", + "internal_url": "null", + "latitude": "53.548481", + "longitude": "9.977961700000002", + "machine_status": "available", + "id": 6328, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.0027142, + 49.6883851 + ] + }, + "properties": { + "name": "Erlebnispark Schloss Thurn", + "area": "Germany", + "address": "Schloßplatz 4, Heroldsbach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=404162", + "internal_url": "null", + "latitude": "49.6883851", + "longitude": "11.0027142", + "machine_status": "available", + "id": 6329, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.8675096, + 49.5727718 + ] + }, + "properties": { + "name": "Atlantis Indoor Leisure Pool", + "area": "Germany", + "address": "Würzburgerstraße 35, Herzogenaurach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=404237", + "internal_url": "null", + "latitude": "49.5727718", + "longitude": "10.8675096", + "machine_status": "available", + "id": 6330, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.1225944, + 51.7975097 + ] + }, + "properties": { + "name": "Tiergarten Kleve", + "area": "Germany", + "address": "Tiergartenstrasse 74, Kleve", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407067", + "internal_url": "null", + "latitude": "51.7975097", + "longitude": "6.1225944", + "machine_status": "available", + "id": 6331, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.95939, + 50.93603 + ] + }, + "properties": { + "name": "Kiosk Em Katze Von Kolle", + "area": "Germany", + "address": "Gürzenichstraße 30-32, Koln (Cologne)", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=413311", + "internal_url": "null", + "latitude": "50.93603", + "longitude": "6.95939", + "machine_status": "retired", + "id": 6332, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.9595978, + 50.93951999999999 + ] + }, + "properties": { + "name": "Souvenir Shop - Alstadt Em Hatze Vun Kolle", + "area": "Germany", + "address": "Unter Taschenmacher 10, Koln (Cologne)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413296", + "internal_url": "null", + "latitude": "50.93951999999999", + "longitude": "6.9595978", + "machine_status": "available", + "id": 6333, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.9604732, + 50.9385388 + ] + }, + "properties": { + "name": "Time Ride", + "area": "Germany", + "address": "Alter Markt 36-42, Koln (Cologne)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413298", + "internal_url": "null", + "latitude": "50.9385388", + "longitude": "6.9604732", + "machine_status": "available", + "id": 6334, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.4109625, + 53.2505532 + ] + }, + "properties": { + "name": "Lüne Souvenirs", + "area": "Germany", + "address": "Rosenstraße 7, Lüneburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407846", + "internal_url": "null", + "latitude": "53.2505532", + "longitude": "10.4109625", + "machine_status": "available", + "id": 6335, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.2580075, + 48.4062556 + ] + }, + "properties": { + "name": "Schloss Lichtenstein", + "area": "Germany", + "address": "Schloss Lichtenstein 1, Lichtenstein", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=411846", + "internal_url": "null", + "latitude": "48.4062556", + "longitude": "9.2580075", + "machine_status": "available", + "id": 6336, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.2580075, + 48.4062556 + ] + }, + "properties": { + "name": "Schloss Lichtenstein", + "area": "Germany", + "address": "Schloss Lichtenstein 1, Lichtenstein", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.4062556", + "longitude": "9.2580075", + "machine_status": "available", + "id": 6337, + "last_updated": "2023-12-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.0670197, + 50.3887874 + ] + }, + "properties": { + "name": "Dom zu Limburg", + "area": "Germany", + "address": "Domstrasse, Limburg an der Lahn", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=410787", + "internal_url": "null", + "latitude": "50.3887874", + "longitude": "8.0670197", + "machine_status": "available", + "id": 6338, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.2472526, + 49.9928617 + ] + }, + "properties": { + "name": "Mainz Store", + "area": "Germany", + "address": "Markt 17, Mainz", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=404631", + "internal_url": "null", + "latitude": "49.9928617", + "longitude": "8.2472526", + "machine_status": "available", + "id": 6339, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.1096029, + 52.9869703 + ] + }, + "properties": { + "name": "Deutsches Panzermuseum Munster", + "area": "Germany", + "address": "Hans-Krüger-Str. 33, Munster", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412773", + "internal_url": "null", + "latitude": "52.9869703", + "longitude": "10.1096029", + "machine_status": "available", + "id": 6340, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.6133275, + 51.53820469999999 + ] + }, + "properties": { + "name": "Terra Zoo", + "area": "Germany", + "address": "Melkweg 7, Rheinberg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=409945", + "internal_url": "null", + "latitude": "51.53820469999999", + "longitude": "6.6133275", + "machine_status": "available", + "id": 6341, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.0502526, + 48.5196376 + ] + }, + "properties": { + "name": "Hohentübingen Castle", + "area": "Germany", + "address": "Burgsteig, Tübingen", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=411801", + "internal_url": "null", + "latitude": "48.5196376", + "longitude": "9.0502526", + "machine_status": "available", + "id": 6342, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.3565668, + 49.5559921 + ] + }, + "properties": { + "name": "Burg Lichtenberg", + "area": "Germany", + "address": "Burgstraße 17, Thallichtenberg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=391922", + "internal_url": "null", + "latitude": "49.5559921", + "longitude": "7.3565668", + "machine_status": "available", + "id": 6343, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.351932, + 36.132827 + ] + }, + "properties": { + "name": "Top of the Rock - Cable Car", + "area": "Gibraltar", + "address": "Cable Car, Bottom Station, Gibraltar", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=102201", + "internal_url": "null", + "latitude": "36.132827", + "longitude": "-5.351932", + "machine_status": "out-of-order", + "id": 144, + "last_updated": "2024-04-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 23.7252445, + 37.9756712 + ] + }, + "properties": { + "name": "Hard Rock Cafe", + "area": "Greece", + "address": "Adrianou 52, Athens", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=387915", + "internal_url": "null", + "latitude": "37.9756712", + "longitude": "23.7252445", + "machine_status": "available", + "id": 6344, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 23.7253573, + 37.9756761 + ] + }, + "properties": { + "name": "Maiandros Restaurant", + "area": "Greece", + "address": "Adrianoy 47, Athens", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=387916", + "internal_url": "null", + "latitude": "37.9756761", + "longitude": "23.7253573", + "machine_status": "out-of-order", + "id": 6345, + "last_updated": "2024-10-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 25.431422, + 36.418275 + ] + }, + "properties": { + "name": "My Stampa", + "area": "Greece", + "address": "Santorini, Fira", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=133749", + "internal_url": "null", + "latitude": "36.418275", + "longitude": "25.431422", + "machine_status": "retired", + "id": 1034, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 114.1569737, + 22.3007964 + ] + }, + "properties": { + "name": "Hong Kong Palace Museum", + "area": "Hong Kong", + "address": "8 Museum Drive, West Kowloon Cultural District, Kowloon", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=409402", + "internal_url": "null", + "latitude": "22.3007964", + "longitude": "114.1569737", + "machine_status": "available", + "id": 6346, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 19.0830158, + 47.5152483 + ] + }, + "properties": { + "name": "City Park - Hot Air Balloon", + "area": "Hungary", + "address": "City Park, Budapest", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407068", + "internal_url": "null", + "latitude": "47.5152483", + "longitude": "19.0830158", + "machine_status": "available", + "id": 6347, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 19.0528283, + 47.5001213 + ] + }, + "properties": { + "name": "Gelarto Rosa", + "area": "Hungary", + "address": "Budapest, Szent István tér 3, 1051, Budapest", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407071", + "internal_url": "null", + "latitude": "47.5001213", + "longitude": "19.0528283", + "machine_status": "retired", + "id": 6348, + "last_updated": "2024-10-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 19.0715407, + 47.4905193 + ] + }, + "properties": { + "name": "Meme Múzeum", + "area": "Hungary", + "address": "József Utca 3. 3. Em. 22/A 1084, Budapest", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=415724", + "internal_url": "null", + "latitude": "47.4905193", + "longitude": "19.0715407", + "machine_status": "available", + "id": 6349, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 19.0823791, + 47.5186568 + ] + }, + "properties": { + "name": "Széchenyi fürdo", + "area": "Hungary", + "address": "Állatkerti krt. 9-11", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=266878", + "internal_url": "null", + "latitude": "47.5186568", + "longitude": "19.0823791", + "machine_status": "retired", + "id": 833, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.2418095, + 46.7709465 + ] + }, + "properties": { + "name": "Helikon Kastely (Festetics palace)", + "area": "Hungary", + "address": "Kastely u. 1, Keszthely", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=400378", + "internal_url": "null", + "latitude": "46.7709465", + "longitude": "17.2418095", + "machine_status": "available", + "id": 6350, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 21.5689187, + 48.315649 + ] + }, + "properties": { + "name": "Castle of Sárospatak", + "area": "Hungary", + "address": "Szent Erzsébet u. 19, Sárospatak ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=397436", + "internal_url": "null", + "latitude": "48.315649", + "longitude": "21.5689187", + "machine_status": "available", + "id": 6351, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 21.639023, + 48.4129189 + ] + }, + "properties": { + "name": "Zemplén Kalandpark", + "area": "Hungary", + "address": "Torzsás u. 25, Sátoraljaújhely", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=397437", + "internal_url": "null", + "latitude": "48.4129189", + "longitude": "21.639023", + "machine_status": "available", + "id": 6352, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 21.6220905, + 48.4364115 + ] + }, + "properties": { + "name": "A Magyar Nyelv Múzeuma ", + "area": "Hungary", + "address": "Kazinczy u. 275, Sátoraljaújhely - Széphalom ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=397439", + "internal_url": "null", + "latitude": "48.4364115", + "longitude": "21.6220905", + "machine_status": "available", + "id": 6353, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 20.5279705, + 46.873696 + ] + }, + "properties": { + "name": "Szarvasi Arborétum", + "area": "Hungary", + "address": "1. Kk 9., Szarvasi", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=397442", + "internal_url": "null", + "latitude": "46.873696", + "longitude": "20.5279705", + "machine_status": "available", + "id": 6354, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 20.1792635, + 47.1676051 + ] + }, + "properties": { + "name": "RepTár Szolnoki Repülomúzeum", + "area": "Hungary", + "address": "Indóház út 4-6., Szolnoki", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=397711", + "internal_url": "null", + "latitude": "47.1676051", + "longitude": "20.1792635", + "machine_status": "available", + "id": 6355, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 21.3544047, + 48.1268904 + ] + }, + "properties": { + "name": "Áldó Krisztus Szobor ", + "area": "Hungary", + "address": "Könyves Kálmán u. 64, Tarcal", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=397648", + "internal_url": "null", + "latitude": "48.1268904", + "longitude": "21.3544047", + "machine_status": "available", + "id": 6356, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 18.973859, + 47.7924728 + ] + }, + "properties": { + "name": "Királyi Palota (Visegrád)", + "area": "Hungary", + "address": "Fo utca 23, Visegrád ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=397440", + "internal_url": "null", + "latitude": "47.7924728", + "longitude": "18.973859", + "machine_status": "available", + "id": 6357, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.811922599999999, + 52.69956819999999 + ] + }, + "properties": { + "name": "Bunratty Castle & Folk Park", + "area": "Ireland", + "address": "Brown's Pawnbroker building in village street (building C), COUNTY CLARE - Bunratty ", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=203746", + "internal_url": "null", + "latitude": "52.69956819999999", + "longitude": "-8.811922599999999", + "machine_status": "available", + "id": 683, + "last_updated": "2024-01-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.568095999999999, + 51.9318122 + ] + }, + "properties": { + "name": "Erin Gift store @ Blarney Castle", + "area": "Ireland", + "address": "Castle Gates, COUNTY CORK - Blarney", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=108590", + "internal_url": "null", + "latitude": "51.9318122", + "longitude": "-8.568095999999999", + "machine_status": "retired", + "id": 686, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -6.2192022, + 53.22169880000001 + ] + }, + "properties": { + "name": "Johnnie Fox's Pub", + "area": "Ireland", + "address": "Glencullen, COUNTY DUBLIN -Glencullen", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=262826", + "internal_url": "null", + "latitude": "53.22169880000001", + "longitude": "-6.2192022", + "machine_status": "retired", + "id": 691, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.6255223, + 52.669718 + ] + }, + "properties": { + "name": "King John's Castle", + "area": "Ireland", + "address": "Nicholas St, King's Island, COUNTY LIMERICK - Limerick", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=82158", + "internal_url": "null", + "latitude": "52.669718", + "longitude": "-8.6255223", + "machine_status": "retired", + "id": 694, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -6.0981472, + 53.20344189999999 + ] + }, + "properties": { + "name": "National Sea Life Bray", + "area": "Ireland", + "address": "Strand Road, COUNTY WICKLOW - Bray", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=79820", + "internal_url": "null", + "latitude": "53.20344189999999", + "longitude": "-6.0981472", + "machine_status": "retired", + "id": 696, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -6.2570343, + 53.3502081 + ] + }, + "properties": { + "name": "Carroll's Gift Store ", + "area": "Ireland", + "address": "Talbot St 99, Dublin", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=370148", + "internal_url": "null", + "latitude": "53.3502081", + "longitude": "-6.2570343", + "machine_status": "retired", + "id": 5812, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -6.2603097, + 53.3498053 + ] + }, + "properties": { + "name": "Carrolls Irish gift shop", + "area": "Ireland", + "address": "Westmoreland, Dublin", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=404318", + "internal_url": "null", + "latitude": "53.3498053", + "longitude": "-6.2603097", + "machine_status": "retired", + "id": 6358, + "last_updated": "2024-08-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -6.260980699999999, + 53.3512012 + ] + }, + "properties": { + "name": "Carrolls Irish Gifts ", + "area": "Ireland", + "address": "57/58 Upper O' Connell Street, Dublin", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=110572", + "internal_url": "null", + "latitude": "53.3512012", + "longitude": "-6.260980699999999", + "machine_status": "retired", + "id": 702, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -6.2165659, + 53.277435 + ] + }, + "properties": { + "name": "Imaginosity Children's Museum - Dublin", + "area": "Ireland", + "address": "The Plaza, Beacon South Quarter, Sandyford, , Dublin", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=102106", + "internal_url": "null", + "latitude": "53.277435", + "longitude": "-6.2165659", + "machine_status": "retired", + "id": 707, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 35.1918405, + 32.572808 + ] + }, + "properties": { + "name": "Megiddo", + "area": "Israel", + "address": "road no. 66, about 2 km west of the Megiddo junction, Megiddo", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=199505", + "internal_url": "null", + "latitude": "32.572808", + "longitude": "35.1918405", + "machine_status": "retired", + "id": 1045, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.7072132, + 45.0779615 + ] + }, + "properties": { + "name": "Libri Idee Regalo Antonini Antonella", + "area": "Italy", + "address": "Via Medail 76", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=73081", + "internal_url": "null", + "latitude": "45.0779615", + "longitude": "6.7072132", + "machine_status": "retired", + "id": 903, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.3271932, + 41.0731682 + ] + }, + "properties": { + "name": "Reggia di Caserta", + "area": "Italy", + "address": "Piazza Carlo di Borbone, 81100 Caserta CE / Google Maps coordinates 38FG+7V, Caserta CE", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=410435", + "internal_url": "null", + "latitude": "41.0731682", + "longitude": "14.3271932", + "machine_status": "available", + "id": 6359, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.2537203, + 43.7686365 + ] + }, + "properties": { + "name": "Bar Tabacchi Melloni ", + "area": "Italy", + "address": "Via dei Bardi 74/r (near to Pontevecchio)", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=74233", + "internal_url": "null", + "latitude": "43.7686365", + "longitude": "11.2537203", + "machine_status": "retired", + "id": 918, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.2548595, + 43.7744562 + ] + }, + "properties": { + "name": "Dischi Alberti", + "area": "Italy", + "address": "49 Borgo San Lorenzo, Firenze, Italy", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=52714", + "internal_url": "null", + "latitude": "43.7744562", + "longitude": "11.2548595", + "machine_status": "retired", + "id": 919, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.975603, + 40.054738 + ] + }, + "properties": { + "name": "La Bottega del Salento", + "area": "Italy", + "address": "Via Antonietta de Pace, 77, Gallipoli", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407995", + "internal_url": "null", + "latitude": "40.054738", + "longitude": "17.975603", + "machine_status": "available", + "id": 6360, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.6352957, + 45.50647559999999 + ] + }, + "properties": { + "name": "Lido di Jesolo SEALIFE Aquarium", + "area": "Italy", + "address": "Piazza Venezia", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=93153", + "internal_url": "null", + "latitude": "45.50647559999999", + "longitude": "12.6352957", + "machine_status": "retired", + "id": 923, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.2018922, + 46.4185966 + ] + }, + "properties": { + "name": "Passo Mendola - Mountain Station / Gasthof Schönblick", + "area": "Italy", + "address": "Passo Mendola, 39052, Caldaro sulla strada del vino BZ, Italien, Mendola", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=405391", + "internal_url": "null", + "latitude": "46.4185966", + "longitude": "11.2018922", + "machine_status": "available", + "id": 6361, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.184599, + 45.4663089 + ] + }, + "properties": { + "name": "Hard Rock Cafe", + "area": "Italy", + "address": "Via Dante 5, Milan (Milano) ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=406862", + "internal_url": "null", + "latitude": "45.4663089", + "longitude": "9.184599", + "machine_status": "available", + "id": 6362, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.1793325, + 45.4704762 + ] + }, + "properties": { + "name": "Castello Sforzesco", + "area": "Italy", + "address": "Piazza Castello, 20121 Milano MI, Italien, Milano ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413956", + "internal_url": "null", + "latitude": "45.4704762", + "longitude": "9.1793325", + "machine_status": "available", + "id": 6363, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.1919265, + 45.4640976 + ] + }, + "properties": { + "name": "Duomo di Milano", + "area": "Italy", + "address": "P. za del Duomo Milano MI, Milano", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=398970", + "internal_url": "null", + "latitude": "45.4640976", + "longitude": "9.1919265", + "machine_status": "available", + "id": 6364, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 15.0685594, + 36.8914181 + ] + }, + "properties": { + "name": "This & That Bazar Souvenir", + "area": "Italy", + "address": "Corso Vittorio Emanuele, 87, Noto (SR)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=406370", + "internal_url": "null", + "latitude": "36.8914181", + "longitude": "15.0685594", + "machine_status": "available", + "id": 6365, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.22261, + 40.99489459999999 + ] + }, + "properties": { + "name": "Meraviglioso Souvenir Shop", + "area": "Italy", + "address": "Piazzetta Fulvia Miani Perotti, Polignano a Mare", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412667", + "internal_url": "null", + "latitude": "40.99489459999999", + "longitude": "17.22261", + "machine_status": "available", + "id": 6366, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.4869128, + 40.6284055 + ] + }, + "properties": { + "name": "Chiesa di Santa Maria Assunta", + "area": "Italy", + "address": "P.za Flavio Gioia, Positano SA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=410337", + "internal_url": "null", + "latitude": "40.6284055", + "longitude": "14.4869128", + "machine_status": "retired", + "id": 6367, + "last_updated": "2024-04-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.7123907, + 44.12810899999999 + ] + }, + "properties": { + "name": "National Park of Cinque Terre", + "area": "Italy", + "address": "info-point Train Station", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=54914", + "internal_url": "null", + "latitude": "44.12810899999999", + "longitude": "9.7123907", + "machine_status": "retired", + "id": 930, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.4897514, + 41.90634 + ] + }, + "properties": { + "name": "Hard Rock Cafe Rome", + "area": "Italy", + "address": "62,Via Vittorio Veneto - 00187 Rom (RM), Rome", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=392358", + "internal_url": "null", + "latitude": "41.90634", + "longitude": "12.4897514", + "machine_status": "available", + "id": 6368, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.4651681, + 41.9007833 + ] + }, + "properties": { + "name": "Newsstand", + "area": "Italy", + "address": "Piazza Pasquale Paoli, 00186 Roma RM, Italy, Rome", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=405217", + "internal_url": "null", + "latitude": "41.9007833", + "longitude": "12.4651681", + "machine_status": "available", + "id": 6369, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 139.8750071, + 35.6260875 + ] + }, + "properties": { + "name": "Tokyo Disney Resort's Toy Story Hotel", + "area": "Japan", + "address": "46 Maihama Urayasu-shi, Chiba Prefecture - Urayasu-shi", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=415828", + "internal_url": "null", + "latitude": "35.6260875", + "longitude": "139.8750071", + "machine_status": "available", + "id": 6370, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 141.6929304, + 42.7841889 + ] + }, + "properties": { + "name": "Pokemon Store New Chitose Airport", + "area": "Japan", + "address": "987 Bibi, Chitose, Hokkaido", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=402966", + "internal_url": "null", + "latitude": "42.7841889", + "longitude": "141.6929304", + "machine_status": "available", + "id": 6371, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 136.9643157, + 35.7484949 + ] + }, + "properties": { + "name": "Ryukyo no Sato", + "area": "Japan", + "address": ", Gujo-Hachiman, Gifu prefecture", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=387853", + "internal_url": "null", + "latitude": "35.7484949", + "longitude": "136.9643157", + "machine_status": "available", + "id": 6372, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 134.764362, + 34.871029 + ] + }, + "properties": { + "name": "Himeji Central Park", + "area": "Japan", + "address": "1434 Toyotomicho Kodani, Himeji, Hyogo Prefecture", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=388255", + "internal_url": "null", + "latitude": "34.871029", + "longitude": "134.764362", + "machine_status": "available", + "id": 6373, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 132.457298, + 34.395682 + ] + }, + "properties": { + "name": "Pokemon Center Hiroshima", + "area": "Japan", + "address": "6F Sogo Hiroshima 6-27 Moto-machi, Naka-ku, Hiroshima", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=389795", + "internal_url": "null", + "latitude": "34.395682", + "longitude": "132.457298", + "machine_status": "available", + "id": 6374, + "last_updated": "2024-05-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 140.0926004, + 35.5116387 + ] + }, + "properties": { + "name": "Kominato Waiting Room and Cafe", + "area": "Japan", + "address": "1-1-2 Goichuohigashi, Ichihara City, Chiba", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=399208", + "internal_url": "null", + "latitude": "35.5116387", + "longitude": "140.0926004", + "machine_status": "available", + "id": 6375, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 139.1069355, + 35.2323825 + ] + }, + "properties": { + "name": "Hakone Sekisho Museum", + "area": "Japan", + "address": "1 Hakone Ashigarashimogun Hakonemachi, Kanagawa Prefecture", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=399454", + "internal_url": "null", + "latitude": "35.2323825", + "longitude": "139.1069355", + "machine_status": "available", + "id": 6376, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 139.6447028, + 35.4427792 + ] + }, + "properties": { + "name": "Yokohama Omoshiro Aquarium", + "area": "Japan", + "address": "Yamashitachou, Yokohamashinaka-ku, Kagawa 231-0023, Kanagawa-Yokohama", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=349733", + "internal_url": "null", + "latitude": "35.4427792", + "longitude": "139.6447028", + "machine_status": "retired", + "id": 2786, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 141.5497732, + 42.9900571 + ] + }, + "properties": { + "name": "Es Con Field Hokkaido", + "area": "Japan", + "address": "F Village, KitaHiroshima-shi, Hokkaido", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=402967", + "internal_url": "null", + "latitude": "42.9900571", + "longitude": "141.5497732", + "machine_status": "available", + "id": 6377, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 131.0041042, + 32.8668305 + ] + }, + "properties": { + "name": "Aso Farm Land - Shizen Kenko-kan Gift Shop", + "area": "Japan", + "address": "5579-3 Kawayou Minamiasomura, Aso-gun, Kumamoto", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=415332", + "internal_url": "null", + "latitude": "32.8668305", + "longitude": "131.0041042", + "machine_status": "available", + "id": 6378, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 130.4686288, + 32.9877199 + ] + }, + "properties": { + "name": "Green Land - Candy House", + "area": "Japan", + "address": "Midorigaoka, Arao-shi, Kumamoto", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=415333", + "internal_url": "null", + "latitude": "32.9877199", + "longitude": "130.4686288", + "machine_status": "available", + "id": 6379, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 130.6885128, + 32.790383 + ] + }, + "properties": { + "name": "Kumamoto Station", + "area": "Japan", + "address": ", Kumamoto ", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=288732", + "internal_url": "null", + "latitude": "32.790383", + "longitude": "130.6885128", + "machine_status": "retired", + "id": 2791, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 141.0655993, + 38.3716784 + ] + }, + "properties": { + "name": "Date Masamune Historical Museum", + "area": "Japan", + "address": "13-13 Fugendou, Matsushima Aza, Matsushima, Miyagi", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=389445", + "internal_url": "null", + "latitude": "38.3716784", + "longitude": "141.0655993", + "machine_status": "available", + "id": 6380, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 138.9795044, + 35.1458989 + ] + }, + "properties": { + "name": "Mishima Skywalk", + "area": "Japan", + "address": "313 Sasahara-shinden, Mishima-shi, Shizuoka Prefecture", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=399455", + "internal_url": "null", + "latitude": "35.1458989", + "longitude": "138.9795044", + "machine_status": "available", + "id": 6381, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 138.8059783, + 37.452004 + ] + }, + "properties": { + "name": "Nagaoka Hanabi-Kan Fireworks Museum", + "area": "Japan", + "address": "707 Kitamachi, Nagaoka-shi, Niigata Prefecture", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=399207", + "internal_url": "null", + "latitude": "37.452004", + "longitude": "138.8059783", + "machine_status": "available", + "id": 6382, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 139.1567164, + 37.924715 + ] + }, + "properties": { + "name": "Niigata Senbei Kingdom", + "area": "Japan", + "address": "2661 Niizaki Kita-ku, Niigata-shi, Niigata Prefecture", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=392835", + "internal_url": "null", + "latitude": "37.924715", + "longitude": "139.1567164", + "machine_status": "available", + "id": 6383, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 141.3501151, + 43.0679384 + ] + }, + "properties": { + "name": "Snoopy Town Shop Sapporo", + "area": "Japan", + "address": "5, Nishi 2-chome, Kita 5-jo, Chuo-ku, Sapporo", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=179438", + "internal_url": "null", + "latitude": "43.0679384", + "longitude": "141.3501151", + "machine_status": "retired", + "id": 2824, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 140.8814934, + 38.2620304 + ] + }, + "properties": { + "name": "Pokemon Center Tohoku", + "area": "Japan", + "address": "8F Sendai Parco 1-2-3 Chuo, Aoba-ku, Sendai, Miyagi", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=389444", + "internal_url": "null", + "latitude": "38.2620304", + "longitude": "140.8814934", + "machine_status": "available", + "id": 6384, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 139.7001252, + 35.6612003 + ] + }, + "properties": { + "name": "Disney Store, Shibuya Koen-dori", + "area": "Japan", + "address": "20-15 Udagawacho Humnax Pavillion Shibuya Koen-dori, , Shibuya - Tokyo Prefecture", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "35.6612003", + "longitude": "139.7001252", + "machine_status": "retired", + "id": 5841, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 136.5389522, + 34.8455935 + ] + }, + "properties": { + "name": "Suzuka Circuit Park", + "area": "Japan", + "address": "7992 Inoucho, Suzuka, Mie Prefecture", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=387979", + "internal_url": "null", + "latitude": "34.8455935", + "longitude": "136.5389522", + "machine_status": "available", + "id": 6385, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 139.7065474, + 35.667733 + ] + }, + "properties": { + "name": "Kiddy Land - Harajuku (basement Snoopy Town)", + "area": "Japan", + "address": "6-1-9 Jingu-mae, Shibuya-ku, Tokyo", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=27163", + "internal_url": "null", + "latitude": "35.667733", + "longitude": "139.7065474", + "machine_status": "retired", + "id": 2840, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 139.7681656, + 35.6810432 + ] + }, + "properties": { + "name": "Tokyo Okashi Land", + "area": "Japan", + "address": "Tokyo Station Ichibangai B1 1-9-1 Marunouchi Chiyoda-ku, Tokyo", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=291445", + "internal_url": "null", + "latitude": "35.6810432", + "longitude": "139.7681656", + "machine_status": "retired", + "id": 2857, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 139.7544116, + 35.7050355 + ] + }, + "properties": { + "name": "Jump Shop, Aqua City", + "area": "Japan", + "address": "1-3-61 Koraku Bunkyo-ku, Tokyo (Odaiba)", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=291110", + "internal_url": "null", + "latitude": "35.7050355", + "longitude": "139.7544116", + "machine_status": "retired", + "id": 2863, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 135.2447649, + 34.4353126 + ] + }, + "properties": { + "name": "Toy Park Kansai Airport", + "area": "Japan", + "address": "Kansai Airport Terminal 3F, Tzumisano - Osaka", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=104732", + "internal_url": "null", + "latitude": "34.4353126", + "longitude": "135.2447649", + "machine_status": "retired", + "id": 2868, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 139.633639, + 35.456956 + ] + }, + "properties": { + "name": "Sanrio Vivitix", + "area": "Japan", + "address": "2 Chome-3 Minatomirai, Nishi Ward, Yokohama - Kanagawa Prefecture", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=302827", + "internal_url": "null", + "latitude": "35.456956", + "longitude": "139.633639", + "machine_status": "retired", + "id": 2875, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 24.1149524, + 56.9440215 + ] + }, + "properties": { + "name": "Central Market (Centraltirgus)", + "area": "Latvia", + "address": "Negu Iela 7, Riga", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=336100", + "internal_url": "null", + "latitude": "56.9440215", + "longitude": "24.1149524", + "machine_status": "retired", + "id": 5847, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 22.2845738, + 55.25250879999999 + ] + }, + "properties": { + "name": "Taurage Castle Museum", + "area": "Lithuania", + "address": "Dariaus ir Gireno st. 5, Taurage, Taurage", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=402010", + "internal_url": "null", + "latitude": "55.25250879999999", + "longitude": "22.2845738", + "machine_status": "available", + "id": 6386, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 113.5453651, + 22.196274 + ] + }, + "properties": { + "name": "Lai Kei Sorvetes ", + "area": "Macao", + "address": "12 Av. do Conselheiro Ferreira de Almeida, Macau", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=411919", + "internal_url": "null", + "latitude": "22.196274", + "longitude": "113.5453651", + "machine_status": "available", + "id": 6387, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 101.7105512, + 3.1421984 + ] + }, + "properties": { + "name": "Berjaya Times Square", + "area": "Malaysia", + "address": "No1, Jalan Imbi,, Kuala Lumpur", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=298075", + "internal_url": "null", + "latitude": "3.1421984", + "longitude": "101.7105512", + "machine_status": "retired", + "id": 1746, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.2678184, + 36.0489144 + ] + }, + "properties": { + "name": "Ggantija tempels, Gozo island", + "area": "Malta", + "address": "Triq John Otto Bayer, Xaghra, Gozo Island", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407464", + "internal_url": "null", + "latitude": "36.0489144", + "longitude": "14.2678184", + "machine_status": "available", + "id": 6388, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.4258739, + 35.9094431 + ] + }, + "properties": { + "name": "Rotunda (Dome church)", + "area": "Malta", + "address": ", Mosta", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407807", + "internal_url": "null", + "latitude": "35.9094431", + "longitude": "14.4258739", + "machine_status": "available", + "id": 6389, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -99.9455684, + 20.7449502 + ] + }, + "properties": { + "name": "Peña de Bernal ", + "area": "Mexico", + "address": "Calle Corregidora 56 , Bernal, Querétaro ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=392283", + "internal_url": "null", + "latitude": "20.7449502", + "longitude": "-99.9455684", + "machine_status": "available", + "id": 6390, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -109.9129903, + 22.8834015 + ] + }, + "properties": { + "name": "Cabo Wabo Catina", + "area": "Mexico", + "address": "Downtown, Cabo San Lucas", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=288961", + "internal_url": "null", + "latitude": "22.8834015", + "longitude": "-109.9129903", + "machine_status": "retired", + "id": 3216, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -109.7182665, + 23.1455358 + ] + }, + "properties": { + "name": "Los Cabos International Airport (SJD)", + "area": "Mexico", + "address": "Carretera Transpeninsular Km 43.5,, San José del Cabo, Baja California Sur", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=354754", + "internal_url": "null", + "latitude": "23.1455358", + "longitude": "-109.7182665", + "machine_status": "retired", + "id": 6391, + "last_updated": "2023-12-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.29092050000001, + 19.1909589 + ] + }, + "properties": { + "name": "Val'Quirico ", + "area": "Mexico", + "address": "Km. 2 carretera a Xoxtla , Santa Isabel Tetlatlahuca ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407212", + "internal_url": "null", + "latitude": "19.1909589", + "longitude": "-98.29092050000001", + "machine_status": "available", + "id": 6392, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.3482147, + 52.1518483 + ] + }, + "properties": { + "name": "Wildlands Adventure Zoo (Was Dierenpark) (ZOO)", + "area": "Netherlands", + "address": "Barchman Wuytierslaan 224 , Amersfoort", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=299476", + "internal_url": "null", + "latitude": "52.1518483", + "longitude": "5.3482147", + "machine_status": "retired", + "id": 153, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.8925782, + 52.3725915 + ] + }, + "properties": { + "name": "Madame Tussauds", + "area": "Netherlands", + "address": "Dam 20, Amsterdam", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=93011", + "internal_url": "null", + "latitude": "52.3725915", + "longitude": "4.8925782", + "machine_status": "retired", + "id": 164, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.8797554, + 52.3580111 + ] + }, + "properties": { + "name": "Stedelijk Museum Amsterdam", + "area": "Netherlands", + "address": "Museumplein 10, Amsterdam", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=265223", + "internal_url": "null", + "latitude": "52.3580111", + "longitude": "4.8797554", + "machine_status": "retired", + "id": 5861, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.897557, + 52.376831 + ] + }, + "properties": { + "name": "Tours and Tickets", + "area": "Netherlands", + "address": "10 Damrak, Amsterdam", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=245445", + "internal_url": "null", + "latitude": "52.376831", + "longitude": "4.897557", + "machine_status": "retired", + "id": 168, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.9013729, + 51.9888432 + ] + }, + "properties": { + "name": "Nederlands Water Museum", + "area": "Netherlands", + "address": "Zijpendaalsweg 26-28, Arnhem", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=53749", + "internal_url": "null", + "latitude": "51.9888432", + "longitude": "5.9013729", + "machine_status": "retired", + "id": 173, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.1920357, + 53.00674369999999 + ] + }, + "properties": { + "name": "Bourtange Vesting", + "area": "Netherlands", + "address": "Willem Lodewijkstraat 33, , Bourtange", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=414346", + "internal_url": "null", + "latitude": "53.00674369999999", + "longitude": "7.1920357", + "machine_status": "available", + "id": 6393, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.764673999999999, + 53.0752646 + ] + }, + "properties": { + "name": "Maritiem- en Juttersmuseum Flora", + "area": "Netherlands", + "address": "Californiëweg 1c, De Koog", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=414621", + "internal_url": "null", + "latitude": "53.0752646", + "longitude": "4.764673999999999", + "machine_status": "available", + "id": 6394, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.638145, + 52.338136 + ] + }, + "properties": { + "name": "Museum de Cruquius", + "area": "Netherlands", + "address": "Cruquiusdijk 27, Haarlemmermeer", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=264181", + "internal_url": "null", + "latitude": "52.338136", + "longitude": "4.638145", + "machine_status": "retired", + "id": 191, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.8494731, + 53.0394711 + ] + }, + "properties": { + "name": "Restaurant 't Pakhuus", + "area": "Netherlands", + "address": "Haven 8, Oudeschild", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=414620", + "internal_url": "null", + "latitude": "53.0394711", + "longitude": "4.8494731", + "machine_status": "available", + "id": 6395, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.4696264, + 51.9238261 + ] + }, + "properties": { + "name": "Feyenoord Fanshops ", + "area": "Netherlands", + "address": "Stationsplein 2 3013 AJ , Rotterdam", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=334814", + "internal_url": "null", + "latitude": "51.9238261", + "longitude": "4.4696264", + "machine_status": "retired", + "id": 5872, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.4651495, + 51.9228288 + ] + }, + "properties": { + "name": "Miniworld Rotterdam", + "area": "Netherlands", + "address": "Weena 745, Rotterdam", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=392492", + "internal_url": "null", + "latitude": "51.9228288", + "longitude": "4.4651495", + "machine_status": "available", + "id": 6396, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.74532, + 53.07796 + ] + }, + "properties": { + "name": "Ecomare", + "area": "Netherlands", + "address": ", Texel", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=393508", + "internal_url": "null", + "latitude": "53.07796", + "longitude": "4.74532", + "machine_status": "available", + "id": 6397, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 174.7271533, + -36.8675054 + ] + }, + "properties": { + "name": "Museum of Transport and Technology (MOTAT)", + "area": "New Zealand", + "address": "805 Great North Road, Western Springs, Auckland", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=195271", + "internal_url": "null", + "latitude": "-36.8675054", + "longitude": "174.7271533", + "machine_status": "retired", + "id": 3868, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 172.5940714, + -43.4635263 + ] + }, + "properties": { + "name": "Willowbank", + "area": "New Zealand", + "address": "60 Hussey Road, Harewood, Christchurch", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=115166", + "internal_url": "null", + "latitude": "-43.4635263", + "longitude": "172.5940714", + "machine_status": "retired", + "id": 3872, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.252890599999999, + 37.0871106 + ] + }, + "properties": { + "name": "Albufeira Tunnel ", + "area": "Portugal", + "address": "R.5 de Outubro 3 1, Albufeira ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=406952", + "internal_url": "null", + "latitude": "37.0871106", + "longitude": "-8.252890599999999", + "machine_status": "available", + "id": 6398, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.2535937, + 37.0890839 + ] + }, + "properties": { + "name": "Joias da Praia", + "area": "Portugal", + "address": "Av. da Liberdade no 13-15, Albufeira ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=406415", + "internal_url": "null", + "latitude": "37.0890839", + "longitude": "-8.2535937", + "machine_status": "available", + "id": 6399, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.249836799999999, + 37.0868317 + ] + }, + "properties": { + "name": "Praia dos Pescadores Beach look out", + "area": "Portugal", + "address": "R. Alm Gago Coutinho 1, Albufeira ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=399586", + "internal_url": "null", + "latitude": "37.0868317", + "longitude": "-8.249836799999999", + "machine_status": "available", + "id": 6400, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.245414, + 37.0989332 + ] + }, + "properties": { + "name": "Terminal Rodovuário de Albufeira", + "area": "Portugal", + "address": "R. Paul Harris, Albufeira ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=406414", + "internal_url": "null", + "latitude": "37.0989332", + "longitude": "-8.245414", + "machine_status": "available", + "id": 6401, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.1624694, + 41.7272377 + ] + }, + "properties": { + "name": "Gerês (cascadas) ", + "area": "Portugal", + "address": "Loja GH, Av. Manuel Francisco da Costa, 4845-067, Braga", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=401825", + "internal_url": "null", + "latitude": "41.7272377", + "longitude": "-8.1624694", + "machine_status": "available", + "id": 6402, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -16.9661021, + 32.7205809 + ] + }, + "properties": { + "name": "Curral Das Freiras (Valley of the Nuns)", + "area": "Portugal", + "address": "Caminho da Padaria, Curral Das Freiras (Madeira Island)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=394817", + "internal_url": "null", + "latitude": "32.7205809", + "longitude": "-16.9661021", + "machine_status": "available", + "id": 6403, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -16.9625514, + 32.7103526 + ] + }, + "properties": { + "name": "Eira Do Serrado Hotel and Spa ", + "area": "Portugal", + "address": "Eira Do Serrado, Curral Das Freiras (Madeira Island)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=394816", + "internal_url": "null", + "latitude": "32.7103526", + "longitude": "-16.9625514", + "machine_status": "available", + "id": 6404, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.6781531, + 39.63019560000001 + ] + }, + "properties": { + "name": "Heranças de Fátima ", + "area": "Portugal", + "address": "Av.Dom José Alves Correia da Silva, n123 loja 37, Fátima", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=396019", + "internal_url": "null", + "latitude": "39.63019560000001", + "longitude": "-8.6781531", + "machine_status": "available", + "id": 6405, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -7.9318241, + 37.0164498 + ] + }, + "properties": { + "name": "Oberon", + "area": "Portugal", + "address": "R. de Santo Antonio 67, Faro", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407085", + "internal_url": "null", + "latitude": "37.0164498", + "longitude": "-7.9318241", + "machine_status": "available", + "id": 6406, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -7.894549, + 37.0930968 + ] + }, + "properties": { + "name": "Oberon 2", + "area": "Portugal", + "address": "R. Vasco da Gama 23, Faro", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407084", + "internal_url": "null", + "latitude": "37.0930968", + "longitude": "-7.894549", + "machine_status": "available", + "id": 6407, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -16.9023146, + 32.6759575 + ] + }, + "properties": { + "name": "Carreiros do Monte (departure location - Monte)", + "area": "Portugal", + "address": "Caminho do Monte 4, Monte, Funchal (Madeira Island)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=395110", + "internal_url": "null", + "latitude": "32.6759575", + "longitude": "-16.9023146", + "machine_status": "available", + "id": 6408, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -16.9082826, + 32.648131 + ] + }, + "properties": { + "name": "Funchal Cathedral", + "area": "Portugal", + "address": "Rua do Aljube, Funchal (Madeira Island)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=394499", + "internal_url": "null", + "latitude": "32.648131", + "longitude": "-16.9082826", + "machine_status": "available", + "id": 6409, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -16.916687, + 32.6413396 + ] + }, + "properties": { + "name": "Port of Funchal", + "area": "Portugal", + "address": "23 Av. Sá Carneiro , Funchal (Madeira Island)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=395155", + "internal_url": "null", + "latitude": "32.6413396", + "longitude": "-16.916687", + "machine_status": "available", + "id": 6410, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -16.9025536, + 32.6478538 + ] + }, + "properties": { + "name": "Madeira Story Centre", + "area": "Portugal", + "address": "R. Dom Carlos I 27, Funchal, Madeira", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "32.6478538", + "longitude": "-16.9025536", + "machine_status": "available", + "id": 6411, + "last_updated": "2024-02-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.6723885, + 37.1021841 + ] + }, + "properties": { + "name": "Casa de Praia", + "area": "Portugal", + "address": "R. Afonso de Almeida 31, 8600-674 Lagos, Portugal, Lagos", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=390324", + "internal_url": "null", + "latitude": "37.1021841", + "longitude": "-8.6723885", + "machine_status": "available", + "id": 6412, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -9.1338289, + 38.7099722 + ] + }, + "properties": { + "name": "St Anthony's Church", + "area": "Portugal", + "address": "Largo de Santo António da Sé, 1100-401 Lisboa, Portugal, Lisbon", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=406624", + "internal_url": "null", + "latitude": "38.7099722", + "longitude": "-9.1338289", + "machine_status": "available", + "id": 6413, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -16.9668514, + 32.7199503 + ] + }, + "properties": { + "name": "Curral das Freiras", + "area": "Portugal", + "address": "Madeira, Madeira", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=409758", + "internal_url": "null", + "latitude": "32.7199503", + "longitude": "-16.9668514", + "machine_status": "available", + "id": 6414, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -9.0766144, + 39.6043312 + ] + }, + "properties": { + "name": "Casa Miradouro", + "area": "Portugal", + "address": "Largo de Nossa Sra. da Nazaré 14, Nazaré", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=414903", + "internal_url": "null", + "latitude": "39.6043312", + "longitude": "-9.0766144", + "machine_status": "available", + "id": 6415, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -25.666766, + 37.7403281 + ] + }, + "properties": { + "name": "LUZ Gift Shop (Luzart Souvenir Manufacturer)", + "area": "Portugal", + "address": "Rua dos Mercadores 53, 9500-092, Ponta Delgada", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=410987", + "internal_url": "null", + "latitude": "37.7403281", + "longitude": "-25.666766", + "machine_status": "available", + "id": 6416, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -17.1706955, + 32.8675659 + ] + }, + "properties": { + "name": "Porto Moniz (Madeira Island)", + "area": "Portugal", + "address": "Hotel Salgueiro, Rua do Lugar, 34 Vila do Porto Moniz, Porto Moniz (Madeira Island)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=394500", + "internal_url": "null", + "latitude": "32.8675659", + "longitude": "-17.1706955", + "machine_status": "available", + "id": 6417, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -17.0910179, + 32.68833650000001 + ] + }, + "properties": { + "name": "Snack-Bar o Veu da Noiva", + "area": "Portugal", + "address": "Antiga Tracado da Estrada Regional 101, Porto Moniz (Madeira Island)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=395023", + "internal_url": "null", + "latitude": "32.68833650000001", + "longitude": "-17.0910179", + "machine_status": "available", + "id": 6418, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -9.3893376, + 38.792556 + ] + }, + "properties": { + "name": "Castelo dos Mouros", + "area": "Portugal", + "address": "2710 Sintra, Sintra ", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=303617", + "internal_url": "null", + "latitude": "38.792556", + "longitude": "-9.3893376", + "machine_status": "retired", + "id": 680, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -66.11473, + 18.4652839 + ] + }, + "properties": { + "name": "The Doll House", + "area": "Puerto Rico", + "address": "255 Calle Fortaleza, Old San Juan (Viejo San Juan)", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=206132", + "internal_url": "null", + "latitude": "18.4652839", + "longitude": "-66.11473", + "machine_status": "retired", + "id": 3128, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -66.1239202, + 18.4706276 + ] + }, + "properties": { + "name": "Castillo San Felipe del Morro", + "area": "Puerto Rico", + "address": "501 C. Norzagaray, San Juan ", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=381280", + "internal_url": "null", + "latitude": "18.4706276", + "longitude": "-66.1239202", + "machine_status": "retired", + "id": 5896, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 24.7945682, + 46.217924 + ] + }, + "properties": { + "name": "Piata Hermann Oberth", + "area": "Romania", + "address": "Piata Hermann Oberth 1, Sighisoara", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=399850", + "internal_url": "null", + "latitude": "46.217924", + "longitude": "24.7945682", + "machine_status": "available", + "id": 6419, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 49.7829456, + 58.6121535 + ] + }, + "properties": { + "name": "Yurkin Park", + "area": "Russia", + "address": "Talitskaya Ulitsa, 50, Kirov", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=406741", + "internal_url": "null", + "latitude": "58.6121535", + "longitude": "49.7829456", + "machine_status": "available", + "id": 6420, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 37.5800797, + 55.6433815 + ] + }, + "properties": { + "name": "Equestrian Sport Center Bitsa", + "area": "Russia", + "address": "Balaklavskiy Prospekt, 33, Moscow", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=244662", + "internal_url": "null", + "latitude": "55.6433815", + "longitude": "37.5800797", + "machine_status": "retired", + "id": 31, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 37.6694982, + 55.6704144 + ] + }, + "properties": { + "name": "Moscow State Integrated Museum - Reserve", + "area": "Russia", + "address": "115487, Moscow, 39, Prospect Andropova, Moscow", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=231638", + "internal_url": "null", + "latitude": "55.6704144", + "longitude": "37.6694982", + "machine_status": "retired", + "id": 33, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.7714736, + 56.6281646 + ] + }, + "properties": { + "name": "Clansman Hotel", + "area": "Scotland", + "address": "On highway A82, Along shore of Loch Ness", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=46799", + "internal_url": "null", + "latitude": "56.6281646", + "longitude": "-4.7714736", + "machine_status": "available", + "id": 6421, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.6710449, + 57.13397519999999 + ] + }, + "properties": { + "name": "Cairngorm Mountain Railway", + "area": "Scotland", + "address": "CairnGorm Ski Area, Aviemore", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=4182", + "internal_url": "null", + "latitude": "57.13397519999999", + "longitude": "-3.6710449", + "machine_status": "retired", + "id": 734, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.1908918, + 55.94948369999999 + ] + }, + "properties": { + "name": "St Giles Cathedral", + "area": "Scotland", + "address": ", Edinburgh", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=281826", + "internal_url": "null", + "latitude": "55.94948369999999", + "longitude": "-3.1908918", + "machine_status": "retired", + "id": 759, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.9353391, + 56.0925024 + ] + }, + "properties": { + "name": "The Battle of Bannockburn Visitor Centre", + "area": "Scotland", + "address": "Glasgow Road, Whins Of Milton, Stirling", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=256547", + "internal_url": "null", + "latitude": "56.0925024", + "longitude": "-3.9353391", + "machine_status": "retired", + "id": 791, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.8416667, + 56.0003318 + ] + }, + "properties": { + "name": "The Falkirk Wheel", + "area": "Scotland", + "address": "Lime Road, Tamfourhill, Falkirk", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=20508", + "internal_url": "null", + "latitude": "56.0003318", + "longitude": "-3.8416667", + "machine_status": "retired", + "id": 761, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.1890506, + 55.94704189999999 + ] + }, + "properties": { + "name": "National Museum of Scotland", + "area": "Scotland", + "address": "Chambers Street Old Town, Edinburgh", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=107112", + "internal_url": "null", + "latitude": "55.94704189999999", + "longitude": "-3.1890506", + "machine_status": "retired", + "id": 757, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.095711, + 57.4777898 + ] + }, + "properties": { + "name": "Culloden Battlefield Visitor Centre", + "area": "Scotland", + "address": "Culloden Moor, Inverness", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=210254", + "internal_url": "null", + "latitude": "57.4777898", + "longitude": "-4.095711", + "machine_status": "retired", + "id": 777, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.1956862, + 55.950902 + ] + }, + "properties": { + "name": "National Galleries of Scotland", + "area": "Scotland", + "address": "The Mound, Edinburgh", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=424528", + "internal_url": "null", + "latitude": "55.950902", + "longitude": "-3.1956862", + "machine_status": "retired", + "id": 756, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.7198467, + 55.995776 + ] + }, + "properties": { + "name": "National Museum of Flight", + "area": "Scotland", + "address": "East Fortune Airfield, , North Berwick", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407472", + "internal_url": "null", + "latitude": "55.995776", + "longitude": "-2.7198467", + "machine_status": "available", + "id": 6422, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.036619, + 56.1628948 + ] + }, + "properties": { + "name": "Blair Drummond Safari Park and Adventure Park", + "area": "Scotland", + "address": "Blair Drummond, Stirling", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=29655", + "internal_url": "null", + "latitude": "56.1628948", + "longitude": "-4.036619", + "machine_status": "available", + "id": 789, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 103.8177673, + 1.254273 + ] + }, + "properties": { + "name": "Sentosa 4D Adventureland", + "area": "Singapore", + "address": "51B Imbiah Rd, Sentosa Island", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=283790", + "internal_url": "null", + "latitude": "1.254273", + "longitude": "103.8177673", + "machine_status": "retired", + "id": 3207, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 103.8161825, + 1.3157058 + ] + }, + "properties": { + "name": "National Orchid Garden", + "area": "Singapore", + "address": "in Singapore Botanic Gardens, 1 Cluny Road, Singapore", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=106601", + "internal_url": "null", + "latitude": "1.3157058", + "longitude": "103.8161825", + "machine_status": "available", + "id": 6423, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 18.5808141, + 48.7793502 + ] + }, + "properties": { + "name": "Hurbanovo namestie", + "area": "Slovenia", + "address": ", Bojnice, Slovakia", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=399871", + "internal_url": "null", + "latitude": "48.7793502", + "longitude": "18.5808141", + "machine_status": "available", + "id": 6424, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.567273, + 45.527863 + ] + }, + "properties": { + "name": "Aquarium of Piran", + "area": "Slovenia", + "address": "Trinkova Ulica", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=238664", + "internal_url": "null", + "latitude": "45.527863", + "longitude": "13.567273", + "machine_status": "available", + "id": 809, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 22.47446, + -33.963225 + ] + }, + "properties": { + "name": "Outeniqua Railway Museum", + "area": "South Africa", + "address": "Outeniqua Railway Museum, George, George", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=89417", + "internal_url": "null", + "latitude": "-33.963225", + "longitude": "22.47446", + "machine_status": "retired", + "id": 3510, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 129.032321, + 35.1012187 + ] + }, + "properties": { + "name": "Busan Tower", + "area": "South Korea", + "address": "Yongdusan Park , Busan", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=226708", + "internal_url": "null", + "latitude": "35.1012187", + "longitude": "129.032321", + "machine_status": "retired", + "id": 2105, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 129.1697909, + 35.159848 + ] + }, + "properties": { + "name": "BUSAN X the SKY LCT Landmark Tower ", + "area": "South Korea", + "address": "30, Dalmaji-gil, Haeundae-gu,, Busan", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=402882", + "internal_url": "null", + "latitude": "35.159848", + "longitude": "129.1697909", + "machine_status": "available", + "id": 6425, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 126.9804702, + 37.5238506 + ] + }, + "properties": { + "name": "National Museum of Korea", + "area": "South Korea", + "address": "137 Seobinggo-ro, Yongsan-gu, Seoul, South Korea, Seoul", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=410711", + "internal_url": "null", + "latitude": "37.5238506", + "longitude": "126.9804702", + "machine_status": "available", + "id": 6426, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -6.0559567, + 42.4575538 + ] + }, + "properties": { + "name": "The Pilgrim's Shop", + "area": "Spain", + "address": "Glorieta del Ingeniero Eduardo de Castro, Astorga ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=411131", + "internal_url": "null", + "latitude": "42.4575538", + "longitude": "-6.0559567", + "machine_status": "available", + "id": 6427, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.1493331, + 41.3763184 + ] + }, + "properties": { + "name": "Arenas de Barcelona", + "area": "Spain", + "address": "Gran Via de les Corts Catalanes, 373-385, Barcelona", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=214500", + "internal_url": "null", + "latitude": "41.3763184", + "longitude": "2.1493331", + "machine_status": "retired", + "id": 278, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.1826047, + 41.3947292 + ] + }, + "properties": { + "name": "Barcelona Nord Station", + "area": "Spain", + "address": ", Barcelona", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=319701", + "internal_url": "null", + "latitude": "41.3947292", + "longitude": "2.1826047", + "machine_status": "retired", + "id": 279, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.1972576, + 41.3876109 + ] + }, + "properties": { + "name": "La Rotonda Port Olympic Souvenir Shop", + "area": "Spain", + "address": "Carrer de la Marina, 16 First Floor, Barcelona - Catalonia Region Barcelona Province", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=319699", + "internal_url": "null", + "latitude": "41.3876109", + "longitude": "2.1972576", + "machine_status": "available", + "id": 6428, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.1737735, + 41.4043488 + ] + }, + "properties": { + "name": "Sport Sagrada Familia", + "area": "Spain", + "address": "Carrer de Provença, 438, Barcelona - Catalonia Region Barcelona Province", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=389512", + "internal_url": "null", + "latitude": "41.4043488", + "longitude": "2.1737735", + "machine_status": "available", + "id": 6429, + "last_updated": "2024-10-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.8068303, + 41.2361566 + ] + }, + "properties": { + "name": "Sitges", + "area": "Spain", + "address": "Marquès Montroig, 14, Barcelona, Sitges", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=201756", + "internal_url": "null", + "latitude": "41.2361566", + "longitude": "1.8068303", + "machine_status": "retired", + "id": 287, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.7000559, + 42.198956 + ] + }, + "properties": { + "name": "El Pont Vell", + "area": "Spain", + "address": "carrer Comte Tallaferro 2, Besalú", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=409401", + "internal_url": "null", + "latitude": "42.198956", + "longitude": "2.7000559", + "machine_status": "available", + "id": 6430, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -6.2959399, + 36.5302818 + ] + }, + "properties": { + "name": "Football Souvenirs Shop", + "area": "Spain", + "address": "Calle Compañía, 14, Cadiz", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=396948", + "internal_url": "null", + "latitude": "36.5302818", + "longitude": "-6.2959399", + "machine_status": "available", + "id": 6431, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -6.294067, + 36.5297123 + ] + }, + "properties": { + "name": "Kiosko Yupi", + "area": "Spain", + "address": "Calle Pelota, Cadiz", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=396949", + "internal_url": "null", + "latitude": "36.5297123", + "longitude": "-6.294067", + "machine_status": "available", + "id": 6432, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.128738999999999, + 43.3507135 + ] + }, + "properties": { + "name": "Lo de Jaime", + "area": "Spain", + "address": "C. Emilio Laria, 2, Cangas De Onis - Asturias, Covadonga", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=414273", + "internal_url": "null", + "latitude": "43.3507135", + "longitude": "-5.128738999999999", + "machine_status": "available", + "id": 6433, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.8622839, + 38.1078267 + ] + }, + "properties": { + "name": "Casa-Museo Caballos del Vino (Caravaca de la Cruz,", + "area": "Spain", + "address": "C/ Gregorio Javier, 21, Caravaca de la Cruz (Murcia)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=415299", + "internal_url": "null", + "latitude": "38.1078267", + "longitude": "-1.8622839", + "machine_status": "available", + "id": 6434, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -16.7255852, + 28.072088 + ] + }, + "properties": { + "name": "Siam Park", + "area": "Spain", + "address": "38660 Costa Adeje, Santa Cruz de Tenerife , Costa Adeje", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=404566", + "internal_url": "null", + "latitude": "28.072088", + "longitude": "-16.7255852", + "machine_status": "available", + "id": 6435, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -13.4929633, + 28.9981141 + ] + }, + "properties": { + "name": "Lanzarote Aquarium", + "area": "Spain", + "address": "Avda. Las Acacias S/N, Shopping Centre El Trébol, Costa Teguise (LAS Palmas)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=415298", + "internal_url": "null", + "latitude": "28.9981141", + "longitude": "-13.4929633", + "machine_status": "available", + "id": 6436, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.2172817, + 39.1863264 + ] + }, + "properties": { + "name": "Cave - Dragut Museum ", + "area": "Spain", + "address": "Faro, Cullera, Cullera - Valencia (Region of Valencia)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=415302", + "internal_url": "null", + "latitude": "39.1863264", + "longitude": "-0.2172817", + "machine_status": "available", + "id": 6437, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.4183205, + 36.7205428 + ] + }, + "properties": { + "name": "Paloma", + "area": "Spain", + "address": "C. Císter, 6, 29015, Málaga", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413131", + "internal_url": "null", + "latitude": "36.7205428", + "longitude": "-4.4183205", + "machine_status": "available", + "id": 6438, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.4186681, + 36.722306 + ] + }, + "properties": { + "name": "Souvenirs Victoria", + "area": "Spain", + "address": "C. Beatas, 38, 29008, Málaga", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413138", + "internal_url": "null", + "latitude": "36.722306", + "longitude": "-4.4186681", + "machine_status": "available", + "id": 6439, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.16635, + 36.7420784 + ] + }, + "properties": { + "name": "Regalos Ronda", + "area": "Spain", + "address": "C. Virgen de la Paz, 10, Málaga, Ronda", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=393417", + "internal_url": "null", + "latitude": "36.7420784", + "longitude": "-5.16635", + "machine_status": "available", + "id": 6440, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.542278599999999, + 36.9521507 + ] + }, + "properties": { + "name": "Torcal de Antequera", + "area": "Spain", + "address": "Paraje Natural Torcal de Antequera, Ctra. de Acceso Al Torcal Alto Km 3,5, Antequera, Malaga", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=392454", + "internal_url": "null", + "latitude": "36.9521507", + "longitude": "-4.542278599999999", + "machine_status": "available", + "id": 6441, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -16.2480297, + 28.466559 + ] + }, + "properties": { + "name": "Electronica & Souvenir Shop", + "area": "Spain", + "address": "Gral. Gutierrez 2, Santa Cruz - Tenerife", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=396947", + "internal_url": "null", + "latitude": "28.466559", + "longitude": "-16.2480297", + "machine_status": "retired", + "id": 6442, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.0209524, + 39.8604443 + ] + }, + "properties": { + "name": "Amichi", + "area": "Spain", + "address": "C. Armas, 18, 45001 Toledo, Toledo", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=405059", + "internal_url": "null", + "latitude": "39.8604443", + "longitude": "-4.0209524", + "machine_status": "available", + "id": 6443, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.025732, + 39.85718 + ] + }, + "properties": { + "name": "Yaveo Souvenirs Shop House", + "area": "Spain", + "address": "C. Trinidad, 14,, Toledo", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=405056", + "internal_url": "null", + "latitude": "39.85718", + "longitude": "-4.025732", + "machine_status": "available", + "id": 6444, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.3763324, + 39.4766182 + ] + }, + "properties": { + "name": "Palau de la Generalitat", + "area": "Spain", + "address": "Carrer dels Cavallers, Valencia", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=409186", + "internal_url": "null", + "latitude": "39.4766182", + "longitude": "-0.3763324", + "machine_status": "available", + "id": 6445, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.485502499999999, + 47.2835387 + ] + }, + "properties": { + "name": "Drehrestaurant Hoher Kasten", + "area": "Switzerland", + "address": "Hoher Kasten 1, Altstätten (Access from Brülisau)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=395872", + "internal_url": "null", + "latitude": "47.2835387", + "longitude": "9.485502499999999", + "machine_status": "available", + "id": 6446, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.2881878, + 46.8252925 + ] + }, + "properties": { + "name": "Caumasee Car Park", + "area": "Switzerland", + "address": "Rudi Dadens 3, Flims", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412764", + "internal_url": "null", + "latitude": "46.8252925", + "longitude": "9.2881878", + "machine_status": "available", + "id": 6447, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.3445012, + 46.5618186 + ] + }, + "properties": { + "name": "Kristallgrotte (Crystal Grotto)", + "area": "Switzerland", + "address": "Grimselstrasse 13, Grimsel", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=412765", + "internal_url": "null", + "latitude": "46.5618186", + "longitude": "8.3445012", + "machine_status": "available", + "id": 6448, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.924858, + 46.105602 + ] + }, + "properties": { + "name": "Bäckerei-Hotel Imseng", + "area": "Switzerland", + "address": "Dorfstrasse 35, Saas-Fee", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=395868", + "internal_url": "null", + "latitude": "46.105602", + "longitude": "7.924858", + "machine_status": "available", + "id": 6449, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.9283565, + 46.110264 + ] + }, + "properties": { + "name": "Hotel Artemis", + "area": "Switzerland", + "address": "Hannigstrasse 1, Saas-Fee", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=395869", + "internal_url": "null", + "latitude": "46.110264", + "longitude": "7.9283565", + "machine_status": "available", + "id": 6450, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.6035363, + 23.9012596 + ] + }, + "properties": { + "name": "Farglory Ocean Park", + "area": "Taiwan", + "address": "No.189, Yenliao Village, Shoufong Township, Hualien County, Taiwan, Hualien City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=388326", + "internal_url": "null", + "latitude": "23.9012596", + "longitude": "121.6035363", + "machine_status": "available", + "id": 6451, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.8277039, + 25.0872707 + ] + }, + "properties": { + "name": "Houtong Cat Village - Shih-Wan Eatery and Souvenir", + "area": "Taiwan", + "address": "No. 64?, Chailiao Rd, Ruifang District, New Taipei City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413799", + "internal_url": "null", + "latitude": "25.0872707", + "longitude": "121.8277039", + "machine_status": "available", + "id": 6452, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.8445401, + 25.1088287 + ] + }, + "properties": { + "name": "Jiufen - No. 266, Qingbian Rd", + "area": "Taiwan", + "address": "No. 266, Qingbian Rd, New Taipei City - Ruifang District", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413967", + "internal_url": "null", + "latitude": "25.1088287", + "longitude": "121.8445401", + "machine_status": "available", + "id": 6453, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.525078, + 25.084873 + ] + }, + "properties": { + "name": "Shilin Night Market", + "area": "Taiwan", + "address": ", Taipei ", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=239847", + "internal_url": "null", + "latitude": "25.084873", + "longitude": "121.525078", + "machine_status": "retired", + "id": 2369, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.5293583, + 25.0440698 + ] + }, + "properties": { + "name": "Huashan 1914 Creative Park", + "area": "Taiwan", + "address": "No. 1, Section 1, Bade Rd, Zhongzheng District, Taipei City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=413544", + "internal_url": "null", + "latitude": "25.0440698", + "longitude": "121.5293583", + "machine_status": "available", + "id": 6454, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.8325081, + 24.8687221 + ] + }, + "properties": { + "name": "Lanyang Museum", + "area": "Taiwan", + "address": "Lanyang Museum, No. 750, Section 3, Qingyun Road, , Yilan County - Toucheng Township", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=331448", + "internal_url": "null", + "latitude": "24.8687221", + "longitude": "121.8325081", + "machine_status": "available", + "id": 2376, + "last_updated": "2024-01-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 100.5314152, + 13.7466086 + ] + }, + "properties": { + "name": "Madame Tussauds Bangkok", + "area": "Thailand", + "address": "989 Siam Discovery Center, Rama 1 Road, Bangkok", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=244129", + "internal_url": "null", + "latitude": "13.7466086", + "longitude": "100.5314152", + "machine_status": "retired", + "id": 3912, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 100.494137, + 13.744147 + ] + }, + "properties": { + "name": "Museum Siam", + "area": "Thailand", + "address": "Sanam Chai road, Bangkok", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=393846", + "internal_url": "null", + "latitude": "13.744147", + "longitude": "100.494137", + "machine_status": "available", + "id": 6455, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 100.70301, + 13.8654899 + ] + }, + "properties": { + "name": "Safari World ", + "area": "Thailand", + "address": "99 Panya Indra Rd, Sam Wa Tawan Tok, Khlong Sam Wa, Bangkok 10510, Bangkok ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=415063", + "internal_url": "null", + "latitude": "13.8654899", + "longitude": "100.70301", + "machine_status": "available", + "id": 6456, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 100.6211061, + 13.9520747 + ] + }, + "properties": { + "name": "The National Memorial Museum ", + "area": "Thailand", + "address": "Phahonyothin Road, Khu Khot, Lam Luk Ka District, Pathum Thani, Pathum Thani", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=405545", + "internal_url": "null", + "latitude": "13.9520747", + "longitude": "100.6211061", + "machine_status": "available", + "id": 6457, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 54.6070066, + 24.4837634 + ] + }, + "properties": { + "name": "Ferrari World", + "area": "United Arab Emirates", + "address": "Yas Island, Abu Dhabi", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=101117", + "internal_url": "null", + "latitude": "24.4837634", + "longitude": "54.6070066", + "machine_status": "retired", + "id": 3478, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 54.6102735, + 24.4872083 + ] + }, + "properties": { + "name": "Kidzania", + "area": "United Arab Emirates", + "address": "Yas Mall, Abu Dhabi", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=337116", + "internal_url": "null", + "latitude": "24.4872083", + "longitude": "54.6102735", + "machine_status": "retired", + "id": 3479, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 54.3773438, + 24.453884 + ] + }, + "properties": { + "name": "The National Aquarium", + "area": "United Arab Emirates", + "address": "Al Qana, Abu Dhabi", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=393111", + "internal_url": "null", + "latitude": "24.453884", + "longitude": "54.3773438", + "machine_status": "available", + "id": 6458, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 55.1230918, + 25.0790448 + ] + }, + "properties": { + "name": "Bluewaters Mall - Madame Tussauds Dubai", + "area": "United Arab Emirates", + "address": "Bluewaters Island, Dubai", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407837", + "internal_url": "null", + "latitude": "25.0790448", + "longitude": "55.1230918", + "machine_status": "available", + "id": 6459, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 55.4077949, + 25.216319 + ] + }, + "properties": { + "name": "Hans & Gretel", + "area": "United Arab Emirates", + "address": "City Center Mirdif,1st Floor, Shop #F050 - Sheikh Mohammed Bin Zayed Rd, Dubai", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=401021", + "internal_url": "null", + "latitude": "25.216319", + "longitude": "55.4077949", + "machine_status": "available", + "id": 6460, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 55.198051, + 25.118353 + ] + }, + "properties": { + "name": "Mall of the Emirates - Virgin Megastore", + "area": "United Arab Emirates", + "address": "Mall of The Emirates - E11 Sheikh Zayed Rd - Al Barsha - Al Barsha 1, Dubai", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=384176", + "internal_url": "null", + "latitude": "25.118353", + "longitude": "55.198051", + "machine_status": "retired", + "id": 5952, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 55.2810177, + 25.262174 + ] + }, + "properties": { + "name": "Queen Elizabeth II", + "area": "United Arab Emirates", + "address": "Mina Rashid, Dubai", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=307892", + "internal_url": "null", + "latitude": "25.262174", + "longitude": "55.2810177", + "machine_status": "available", + "id": 3493, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 55.2705381, + 25.2015914 + ] + }, + "properties": { + "name": "Sky Views Observatory", + "area": "United Arab Emirates", + "address": "Address Sky View Hotel, Dubai", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407839", + "internal_url": "null", + "latitude": "25.2015914", + "longitude": "55.2705381", + "machine_status": "available", + "id": 6461, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 55.2789734, + 25.1961057 + ] + }, + "properties": { + "name": "The Dubai Mall - Hamleys", + "area": "United Arab Emirates", + "address": "Al Doha St., Dubai", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=285256", + "internal_url": "null", + "latitude": "25.1961057", + "longitude": "55.2789734", + "machine_status": "retired", + "id": 3501, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 55.27631969999999, + 25.1993079 + ] + }, + "properties": { + "name": "The Dubai Mall - Virgin Megastore", + "area": "United Arab Emirates", + "address": "Financial Centre Rd - Downtown Dubai, Second Floor - Fashion Avenue, Dubai", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=361100", + "internal_url": "null", + "latitude": "25.1993079", + "longitude": "55.27631969999999", + "machine_status": "retired", + "id": 5955, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 55.188844, + 25.139409 + ] + }, + "properties": { + "name": "Wild Wadi", + "area": "United Arab Emirates", + "address": "Opp. Burj Al Arab, Dubai", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=337128", + "internal_url": "null", + "latitude": "25.139409", + "longitude": "55.188844", + "machine_status": "retired", + "id": 3506, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.1050566, + 51.7728715 + ] + }, + "properties": { + "name": "Big Pit- National Coal Museum of Wales", + "area": "Wales", + "address": "Pontypool NP4 9XP, Blaenafon, Wales, United Kingdom", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=93768", + "internal_url": "null", + "latitude": "51.7728715", + "longitude": "-3.1050566", + "machine_status": "available", + "id": 19, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.220249, + 51.576089 + ] + }, + "properties": { + "name": "Caerphilly Castle (Castell Caerffili)", + "area": "Wales", + "address": "Castle St, Caerphilly CF83 1JD, Wales, United Kingdom", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=338830", + "internal_url": "null", + "latitude": "51.576089", + "longitude": "-3.220249", + "machine_status": "available", + "id": 6462, + "last_updated": "2023-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.3716604, + 33.7337594 + ] + }, + "properties": { + "name": "Zoo Atlanta", + "area": "Georgia", + "address": "800 Cherokee Avenue, S.E., Atlanta", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=1901", + "internal_url": "null", + "latitude": "33.7337594", + "longitude": "-84.3716604", + "multimachine": 5, + "machine_status": "available", + "id": 1624, + "last_updated": "2024-05-31", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.2636106, + 37.7986414 + ] + }, + "properties": { + "name": "Oakland Museum of California", + "area": "California", + "address": "1000 Oak St., Oakland", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=197734", + "internal_url": "null", + "latitude": "37.7986414", + "longitude": "-122.2636106", + "machine_status": "retired", + "id": 4714, + "last_updated": "2023-10-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -91.3940461, + 44.9374447 + ] + }, + "properties": { + "name": "Chippewa Candy Shop", + "area": "Wisconsin", + "address": "322 N Bridge St. , Chippewa Falls", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=415833", + "internal_url": "null", + "latitude": "44.9374447", + "longitude": "-91.3940461", + "machine_status": "available", + "id": 6464, + "last_updated": "2023-10-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.372179832208788, + 40.62573837838587 + ] + }, + "properties": { + "name": "Sorrento Centre", + "area": "Italy", + "address": "Crossroads between Via Fuoro & Torquato Tasso, Sorrento, Italy", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=317220", + "internal_url": "null", + "latitude": "40.62573837838587", + "longitude": "14.372179832208788", + "machine_status": "retired", + "id": 977, + "last_updated": "2023-10-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.832719, + 51.987706 + ] + }, + "properties": { + "name": "Airborne Museum at Hartenstein", + "area": "Netherlands", + "address": "Utrechtseweg 232, 6862 AZ , Oosterbeek", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=415834", + "internal_url": "null", + "latitude": "51.987706", + "longitude": "5.832719", + "machine_status": "available", + "id": 6465, + "last_updated": "2023-10-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 16.312864266489445, + 48.18588918312767 + ] + }, + "properties": { + "name": "Schloss Schönbrunn", + "area": "Austria", + "address": "Schönbrunner Schloßstraße 47, 1130 Wien, Austria", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=415993", + "internal_url": "null", + "latitude": 48.18588918312767, + "longitude": 16.312864266489445, + "machine_status": "available", + "id": 6466, + "last_updated": "2023-10-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.552610329148134, + 43.39879117304113 + ] + }, + "properties": { + "name": "Grafidea", + "area": "Italy", + "address": "Via Leopardi, 3, 62019 Recanati MC, Italy", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 43.39879117304113, + "longitude": 13.552610329148134, + "machine_status": "available", + "id": 6467, + "last_updated": "2023-10-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.858686, + 47.660127 + ] + }, + "properties": { + "name": "Zur Burg gift shop", + "area": "Switzerland", + "address": "Understadt 5, 8260 Stein Am Rhein, Switzerland", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=294765", + "internal_url": "null", + "latitude": "47.660127", + "longitude": "8.858686", + "machine_status": "retired", + "id": 728, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.9843631, + 40.7601775 + ] + }, + "properties": { + "name": "M&M's World New York", + "area": "New York", + "address": "1600 Broadway at 48th Street (Times Square), New York City (Manhattan)", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=21779", + "internal_url": "null", + "latitude": "40.7601775", + "longitude": "-73.9843631", + "machine_status": "retired", + "id": 3049, + "last_updated": "2023-10-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.71766126703426, + 35.67316906962263 + ] + }, + "properties": { + "name": "Townsend Marathon gas station", + "area": "Tennessee", + "address": "8533 E Lamar Alexander Pkwy, Townsend, TN 37882, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 35.67316906962263, + "longitude": -83.71766126703426, + "paywall": true, + "machine_status": "available", + "id": 6468, + "last_updated": "2023-10-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.562205, + 40.5308589 + ] + }, + "properties": { + "name": "Manzanita Lake Camper Store", + "area": "California", + "address": "Manzanita Lake Campground, Lassen Volcanic National Park - Shingletown", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=415984", + "internal_url": "null", + "latitude": "40.5308589", + "longitude": "-121.562205", + "machine_status": "available", + "id": 6469, + "last_updated": "2023-10-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -110.491356, + 44.73359 + ] + }, + "properties": { + "name": "Yellowstone - Canyon Village General Store", + "area": "Wyoming", + "address": "North or West Entrance Road, Yellowstone National Park", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "44.73359", + "longitude": "-110.491356", + "machine_status": "available", + "id": 3122, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 33.6203516, + 34.8723402 + ] + }, + "properties": { + "name": "Larnaca International Airport", + "area": "Cyprus", + "address": "Dromolaxia, Larnaca", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=298848", + "internal_url": "null", + "latitude": "34.8723402", + "longitude": "33.6203516", + "machine_status": "available", + "id": 5630, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.5771433, + 51.4408985 + ] + }, + "properties": { + "name": "Het Arsenaal", + "area": "Netherlands", + "address": "Arsenaalsplein 7, Vlissingen", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=352649", + "internal_url": "null", + "latitude": "51.4408985", + "longitude": "3.5771433", + "machine_status": "retired", + "id": 5876, + "last_updated": "2023-10-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 25.4694678, + 45.5905851 + ] + }, + "properties": { + "name": "Rasnov Citadel", + "area": "Romania", + "address": "Râșnov 505400, Romania", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=274424", + "internal_url": "null", + "latitude": "45.5905851", + "longitude": "25.4694678", + "machine_status": "retired", + "id": 892, + "last_updated": "2023-10-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.256464, + 39.878456 + ] + }, + "properties": { + "name": "Talaiotica Menorca", + "area": "Spain", + "address": "Menorca Illes Balears ES, Plaça de la Biosfera, 5, 07703 Maó, Spain", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=415994", + "internal_url": "null", + "latitude": "39.878456", + "longitude": "4.256464", + "machine_status": "available", + "id": 6471, + "last_updated": "2023-10-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.169509, + 37.640394 + ] + }, + "properties": { + "name": "Bryce Canyon National Park Visitor Center", + "area": "Utah", + "address": "UT-63, Bryce Canyon City, UT 84764, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=366528", + "internal_url": "null", + "latitude": "37.640394", + "longitude": " -112.169509", + "machine_status": "available", + "id": 5403, + "last_updated": "2023-10-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.436396, + 42.591485 + ] + }, + "properties": { + "name": "Geneva Gifts @Christine's ", + "area": "Wisconsin", + "address": "150 Broad St, Lake Geneva", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=97699", + "internal_url": "null", + "latitude": "42.591485", + "longitude": " -88.436396", + "machine_status": "available", + "id": 2428, + "last_updated": "2023-10-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.6750871, + 33.5959876 + ] + }, + "properties": { + "name": "Moulton Museum", + "area": "California", + "address": "25256 Cabot Rd, Laguna Hills", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=416330", + "internal_url": "null", + "latitude": "33.5959876", + "longitude": "-117.6750871", + "machine_status": "available", + "id": 6472, + "last_updated": "2023-10-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.93012, + 54.597285 + ] + }, + "properties": { + "name": "RMS Titanic Museum", + "area": "Ireland", + "address": "Queen's Road 1 Olympic Way, Titanic Quarter, Belfast, Belfast", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.597285", + "longitude": "-5.93012", + "machine_status": "available", + "id": 6474, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.3770546, + 41.5547347 + ] + }, + "properties": { + "name": "Bom Jesus de Monte", + "area": "Portugal", + "address": "Estrada do Bom Jesus, 4715-056 Tenões, Portugália, Braga", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=416219", + "internal_url": "null", + "latitude": "41.5547347", + "longitude": "-8.3770546", + "machine_status": "available", + "id": 6475, + "last_updated": "2023-10-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.4286444, + 40.2088385 + ] + }, + "properties": { + "name": "Arco Almedina gift shop", + "area": "Portugal", + "address": "R. do Arco Almedina / 3000-180 Coimbra, Coimbra", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=416217", + "internal_url": "null", + "latitude": "40.2088385", + "longitude": "-8.4286444", + "machine_status": "available", + "id": 6476, + "last_updated": "2023-10-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.429182599999999, + 40.2075805 + ] + }, + "properties": { + "name": "Coimbra shopping street", + "area": "Portugal", + "address": "187 R. Ferreira Borges, Coimbra", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=416218", + "internal_url": "null", + "latitude": "40.2075805", + "longitude": "-8.429182599999999", + "machine_status": "available", + "id": 6477, + "last_updated": "2023-10-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -9.1417668, + 38.7166568 + ] + }, + "properties": { + "name": "Hard Rock Cafe", + "area": "Portugal", + "address": ", Lisboa", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=416208", + "internal_url": "null", + "latitude": "38.7166568", + "longitude": "-9.1417668", + "machine_status": "available", + "id": 6478, + "last_updated": "2023-10-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -9.1334762, + 38.7139092 + ] + }, + "properties": { + "name": "Castelo de S. Jorge", + "area": "Portugal", + "address": "R. de Santa Cruz do Castelo, 1100-129 Lisboa, Lisbon", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=416226", + "internal_url": "null", + "latitude": "38.7139092", + "longitude": "-9.1334762", + "machine_status": "retired", + "id": 6479, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.6137385, + 41.1457337 + ] + }, + "properties": { + "name": "Porto gift point (next to Torre dos Clérigos)", + "area": "Portugal", + "address": "Rua da Assunção 5, 4050-070 Porto, Porto", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=416227", + "internal_url": "null", + "latitude": "41.1457337", + "longitude": "-8.6137385", + "machine_status": "available", + "id": 6480, + "last_updated": "2023-10-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 103.7064417, + 1.3187065 + ] + }, + "properties": { + "name": "Jurong Bird Park", + "area": "Singapore", + "address": "2 Jurong Hill, Jurong", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=106602", + "internal_url": "null", + "latitude": "1.3187065", + "longitude": "103.7064417", + "machine_status": "retired", + "id": 3195, + "last_updated": "2023-10-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.5213552, + 35.7085227 + ] + }, + "properties": { + "name": "Bear Stop", + "area": "Tennessee", + "address": "1007 Parkway, Gatlinburg", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=337431", + "internal_url": "null", + "latitude": "35.7085227", + "longitude": "-83.5213552", + "machine_status": "retired", + "id": 4198, + "last_updated": "2023-10-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.5176278, + 35.7078861 + ] + }, + "properties": { + "name": "Bear-Land General Store", + "area": "Tennessee", + "address": "305 Historic Nature Trl,, Gatlinburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=416438", + "internal_url": "null", + "latitude": "35.7078861", + "longitude": "-83.5176278", + "multimachine": 2, + "machine_status": "available", + "id": 6481, + "last_updated": "2023-11-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.4634837, + 30.6711497 + ] + }, + "properties": { + "name": "Amelia Island - CornerCopia", + "area": "Florida", + "address": "210B Centre Street, Fernandina Beach", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=1824", + "internal_url": "null", + "latitude": "30.6711497", + "longitude": "-81.4634837", + "machine_status": "retired", + "id": 3296, + "last_updated": "2023-10-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.46348739999999, + 30.6711291 + ] + }, + "properties": { + "name": "Amelia Island - Ship's Lantern", + "area": "Florida", + "address": "210 Centre St, Fernandina Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=416400", + "internal_url": "null", + "latitude": "30.6711291", + "longitude": "-81.46348739999999", + "machine_status": "available", + "id": 6482, + "last_updated": "2023-10-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.1666351, + 25.7739808 + ] + }, + "properties": { + "name": "Norwegian Cruise Line - Bliss (cruise ship)", + "area": "Florida", + "address": "South America Way, Dodge Island 1922-2298 North Cruise Boulevard, Miami", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=416371", + "internal_url": "null", + "latitude": "25.7739808", + "longitude": "-80.1666351", + "machine_status": "available", + "id": 6483, + "last_updated": "2023-10-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.017679, + 26.883362 + ] + }, + "properties": { + "name": "Muscle Car City", + "area": "Florida", + "address": "10175 Tamiami Trail, Punta Gorda", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=342246", + "internal_url": "null", + "latitude": "26.883362", + "longitude": "-82.017679", + "machine_status": "retired", + "id": 3439, + "last_updated": "2023-10-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.21295599999999, + 29.66916 + ] + }, + "properties": { + "name": "Marineland Dolphin Adventure", + "area": "Florida", + "address": "9600 Oceanshore Blvd., St. Augustine", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=109860", + "internal_url": "null", + "latitude": "29.66916", + "longitude": "-81.21295599999999", + "machine_status": "retired", + "id": 3449, + "last_updated": "2023-10-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -16.564497, + 28.408973 + ] + }, + "properties": { + "name": "Loro Parque gift shop", + "area": "Spain", + "address": "Av. Loro Parque, Puerto de la Cruz, Tenerife", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=356156", + "internal_url": "null", + "latitude": "28.408973", + "longitude": "-16.564497", + "multimachine": 2, + "paywall": true, + "machine_status": "available", + "id": 5935, + "last_updated": "2023-10-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -74.4402149, + 40.1370678 + ] + }, + "properties": { + "name": "Six Flags Great Adventure & Safari", + "area": "New Jersey", + "address": "1 Six Flags Blvd, Jackson", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3447", + "internal_url": "null", + "latitude": "40.1370678", + "longitude": "-74.4402149", + "paywall": true, + "multimachine": 2, + "machine_status": "available", + "id": 2395, + "last_updated": "2023-10-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.7593249, + 33.3247302 + ] + }, + "properties": { + "name": "Oak Mt State Park - Petting Zoo", + "area": "Alabama", + "address": "200 Terrace Dr., Pelham", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=211495", + "internal_url": "null", + "latitude": "33.3247302", + "longitude": "-86.7593249", + "machine_status": "retired", + "id": 1733, + "last_updated": "2023-10-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.2966168, + 37.179808 + ] + }, + "properties": { + "name": "Bass Pro Shops - Outdoor World (mother store in Springfield)", + "area": "Missouri", + "address": "1935 S Campbell Ave, Springfield", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3183", + "internal_url": "null", + "latitude": "37.179808", + "longitude": "-93.2966168", + "multimachine": 2, + "machine_status": "available", + "id": 1116, + "last_updated": "2023-10-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.8674470650878, + 35.22915576377668 + ] + }, + "properties": { + "name": "Pinky’s Westside Grill", + "area": "North Carolina", + "address": "1600 W Morehead St, Charlotte, NC 28208", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435783", + "internal_url": "null", + "latitude": 35.22915576377668, + "longitude": -80.8674470650878, + "machine_status": "available", + "id": 6484, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.238296, + 40.782902 + ] + }, + "properties": { + "name": "Basile / Angela Flowers & Gifts", + "area": "Italy", + "address": "Alberobello 70011, Via dell Indipendenza 1A Italy", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=292356", + "internal_url": "null", + "latitude": "40.782901655174776", + "longitude": "17.23829564639623", + "machine_status": "available", + "id": 898, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -157.8216881, + 21.2657344 + ] + }, + "properties": { + "name": "Waikiki Aquarium", + "area": "Hawaii", + "address": "2777 Kalakaua Avenue, Oahu - Honolulu", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=4534", + "internal_url": "null", + "latitude": "21.2657344", + "longitude": "-157.8216881", + "machine_status": "retired", + "id": 3853, + "last_updated": "2023-10-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.61126991, + 38.2674245 + ] + }, + "properties": { + "name": "El Pueblo History Museum", + "area": "Colorado", + "address": "301 N Union Ave, Pueblo, CO 81003", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "38.26742451297945", + "longitude": "-104.61126991869898", + "machine_status": "retired", + "id": 6485, + "last_updated": "2024-07-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.519823, + 39.578334 + ] + }, + "properties": { + "name": "Hocking Hills Canopy Tours", + "area": "Ohio", + "address": "10714 Jackson Street, Rockbridge", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=99234", + "internal_url": "null", + "latitude": "39.578334", + "longitude": "-82.519823", + "machine_status": "retired", + "id": 2006, + "last_updated": "2023-10-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.3175, + 36.5027778 + ] + }, + "properties": { + "name": "Appalachian Caverns", + "area": "Tennessee", + "address": "420 Cave Hill Rd., Blountville", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=416551", + "internal_url": "null", + "latitude": "36.5027778", + "longitude": "-82.3175", + "machine_status": "available", + "id": 6486, + "last_updated": "2023-10-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.6700069, + 37.0828283 + ] + }, + "properties": { + "name": "Atomic City Family Fun Center", + "area": "Kentucky", + "address": "3801 Hinkleville Rd, Paducah ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=416521", + "internal_url": "null", + "latitude": "37.0828283", + "longitude": "-88.6700069", + "machine_status": "available", + "id": 6487, + "last_updated": "2023-10-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.3430302, + 48.8867111 + ] + }, + "properties": { + "name": "Sacre Coeur", + "area": "France", + "address": "35 Rue du Chevalier de la Barre, Paris - Île-De-France", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=335143", + "internal_url": "null", + "latitude": "48.8867111", + "longitude": "2.3430302", + "machine_status": "available", + "id": 5658, + "last_updated": "2024-02-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.516871, + 39.7417227 + ] + }, + "properties": { + "name": "Sit N Chill Ice Cream", + "area": "Colorado", + "address": "1501 Miner St, Idaho Sptings", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=416596", + "internal_url": "null", + "latitude": "39.7417227", + "longitude": "-105.516871", + "machine_status": "available", + "id": 6488, + "last_updated": "2023-10-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.6050659, + 45.8513624 + ] + }, + "properties": { + "name": "Mission Point Resort - Admiral Daves Shipwreck Arcade", + "area": "Michigan", + "address": "One Lakeshore Drive, Mackinac Island", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=360872", + "internal_url": "null", + "latitude": "45.8513624", + "longitude": "-84.6050659", + "machine_status": "retired", + "id": 5272, + "last_updated": "2023-10-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.68813639999999, + 30.6079091 + ] + }, + "properties": { + "name": "Inner Space Cavern", + "area": "Texas", + "address": "4200 S. Interstate 35 at Frontage Road, Georgetown", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2481", + "internal_url": "null", + "latitude": "30.6079091", + "longitude": "-97.68813639999999", + "machine_status": "available", + "id": 6489, + "last_updated": "2023-10-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.023120599999999, + 39.856734 + ] + }, + "properties": { + "name": "Ars Delicatum (Mazapanes)", + "area": "Spain", + "address": "Calle Cardenal Cisneros, 12, Toldeo", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=416618", + "internal_url": "null", + "latitude": "39.856734", + "longitude": "-4.023120599999999", + "machine_status": "available", + "id": 6490, + "last_updated": "2023-10-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.14178499930024, + 33.81133739615722 + ] + }, + "properties": { + "name": "Stone Mountain skyride", + "area": "Georgia", + "address": "1000 Robert E Lee Blvd, Stone Mountain, GA 30083, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 33.81133739615722, + "longitude": -84.14178499930024, + "paywall": true, + "multimachine": 2, + "machine_status": "available", + "id": 6491, + "last_updated": "2023-10-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 16.3949378, + 48.2162584 + ] + }, + "properties": { + "name": "Vienna Planetarium", + "area": "Austria", + "address": "Oswald-Thomas-Platz 1, 1020 Wien, Vienna (Wien)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=416774", + "internal_url": "null", + "latitude": "48.2162584", + "longitude": "16.3949378", + "machine_status": "available", + "id": 6492, + "last_updated": "2023-10-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.9646347, + 50.9312249 + ] + }, + "properties": { + "name": "Deutsches Sport & Olympia Museum ", + "area": "Germany", + "address": "Im Zollhafen 1 ", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=85717", + "internal_url": "null", + "latitude": "50.9312249", + "longitude": "6.9646347", + "machine_status": "retired", + "id": 517, + "last_updated": "2023-10-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.6835206, + 41.482207 + ] + }, + "properties": { + "name": "Cedar Point Amusement Park - Various machines", + "area": "Ohio", + "address": "1 Cedar Point Blvd, Sandusky, OH 44870, USA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3785", + "internal_url": "null", + "latitude": "41.482207", + "longitude": "-82.6835206", + "paywall": true, + "multimachine": 15, + "machine_status": "available", + "id": 5178, + "last_updated": "2023-10-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -152.4052778, + 57.7908333 + ] + }, + "properties": { + "name": "Mack's Sport Shop & Alaskan Gifts", + "area": "Alaska", + "address": "212 Lower Mill Bay Road, Kodiak", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "57.7908333", + "longitude": "-152.4052778", + "machine_status": "retired", + "id": 1167, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.170696, + 44.981626 + ] + }, + "properties": { + "name": "Minnesota State Fair - Old Arcade building", + "area": "Minnesota", + "address": "Old Arcade Buolding, St. Paul", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=339219", + "internal_url": "null", + "latitude": "44.981626", + "longitude": "-93.170696", + "multimachine": 2, + "machine_status": "available", + "id": 3182, + "last_updated": "2023-10-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.167435, + 44.982409 + ] + }, + "properties": { + "name": "Minnesota State Fair - Anderson Windows Doors", + "area": "Minnesota", + "address": "Minnesota State Fair, St. Paul", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=326058", + "internal_url": "null", + "latitude": "44.982409", + "longitude": "-93.167435", + "machine_status": "available", + "id": 3183, + "last_updated": "2023-10-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.169522, + 44.981943 + ] + }, + "properties": { + "name": "Minnesota State Fair - I Love Minnesota Booth", + "area": "Minnesota", + "address": "1663 Dan Patch Ave, St. Paul", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=249281", + "internal_url": "null", + "latitude": "44.981943", + "longitude": "-93.169522", + "machine_status": "available", + "id": 3179, + "last_updated": "2023-10-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.171998, + 44.979088 + ] + }, + "properties": { + "name": "Minnesota State Fair - KARE 11 Barn", + "area": "Minnesota", + "address": "1260 Nelson Street, St. Paul", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=31375", + "internal_url": "null", + "latitude": "44.979088", + "longitude": "-93.171998", + "multimachine": 2, + "machine_status": "available", + "id": 3180, + "last_updated": "2023-10-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.0896752, + 32.0812016 + ] + }, + "properties": { + "name": "True Grits Gifts & Cards", + "area": "Georgia", + "address": "107 E. River Street, Savannah", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=189339", + "internal_url": "null", + "latitude": "32.0812016", + "longitude": "-81.0896752", + "multimachine": 3, + "machine_status": "available", + "id": 1666, + "last_updated": "2024-06-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.2298911, + 35.8032158 + ] + }, + "properties": { + "name": "Lexington Style Trimmings BBQ", + "area": "North Carolina", + "address": "1513 E. Center St. Ext., Lexington", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "35.8032158", + "longitude": "-80.2298911", + "machine_status": "retired", + "id": 4118, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 149.6914472, + -34.7725106 + ] + }, + "properties": { + "name": "The Big Merino", + "area": "Australia", + "address": "88 Hume St, NSW - Goulburn", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "-34.7725106", + "longitude": "149.6914472", + "machine_status": "retired", + "id": 2115, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 15.8131404, + 47.2184822 + ] + }, + "properties": { + "name": "Naturpark Herberstein", + "area": "Austria", + "address": "Buchberg 1, 8222 Buchberg bei Herberstein, Austria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.2184822", + "longitude": "15.8131404", + "machine_status": "available", + "id": 993, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.3482147, + 52.1518483 + ] + }, + "properties": { + "name": "Dierenpark (Zoo)", + "area": "Netherlands", + "address": "Barchman Wuytierslaan 224, Amersfoort", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "52.1518483", + "longitude": "5.3482147", + "machine_status": "retired", + "id": 152, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.3842739, + 52.1474982 + ] + }, + "properties": { + "name": "Duinrell", + "area": "Netherlands", + "address": "Duinrell 1, 2242 JP Wassenaar, Wassenaar", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=245802", + "internal_url": "null", + "latitude": "52.1474982", + "longitude": "4.3842739", + "multimachine": 6, + "machine_status": "available", + "id": 246, + "last_updated": "2024-09-01" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.9388387, + 51.6164016 + ] + }, + "properties": { + "name": "National Waterfront Museum", + "area": "Wales", + "address": "Oystermouth Road Maritime Quarter, Swansea", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "51.6164016", + "longitude": "-3.9388387", + "machine_status": "retired", + "id": 18, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.9179652, + 38.8589369 + ] + }, + "properties": { + "name": "Arcade Amusements - Skeeball Building", + "area": "Colorado", + "address": "930 Manitou Ave., Manitou Springs", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=331833", + "internal_url": "null", + "latitude": "38.8589369", + "longitude": "-104.9179652", + "paywall": false, + "multimachine": 4, + "machine_status": "available", + "id": 1900, + "last_updated": "2024-06-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.5183792, + 35.7106247 + ] + }, + "properties": { + "name": "Space Needle - Gatlinburg Arcade", + "area": "Tennessee", + "address": "115 Historic Nature Trail, Gatlinburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2166", + "internal_url": "null", + "latitude": "35.7106247", + "longitude": "-83.5183792", + "multimachine": 2, + "machine_status": "available", + "id": 4214, + "last_updated": "2023-10-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.0083122, + 51.4997693 + ] + }, + "properties": { + "name": "IFS Cloud Cable Car", + "area": "England", + "address": "Unit 1, Emirates Cable Car Terminal, London, England", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=198792", + "internal_url": "null", + "latitude": "51.4997693", + "longitude": "0.0083122", + "machine_status": "retired", + "id": 1465, + "last_updated": "2023-10-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.52110259999999, + 35.7087578 + ] + }, + "properties": { + "name": "The Silver Galleon", + "area": "Tennessee", + "address": "1001 Parkway Suite #1, Gatlinburg", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=2165", + "internal_url": "null", + "latitude": "35.7087578", + "longitude": "-83.52110259999999", + "machine_status": "retired", + "id": 4218, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.1710633, + 53.55227379999999 + ] + }, + "properties": { + "name": "Lancaster Park Farm", + "area": "England", + "address": "Middleton Road, Chadderton", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=416838", + "internal_url": "null", + "latitude": "53.55227379999999", + "longitude": "-2.1710633", + "machine_status": "available", + "id": 6493, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.1214351, + 38.650815 + ] + }, + "properties": { + "name": "Palladio at Broadstone, SeaQuest Aquarium Folsom", + "area": "California", + "address": "430 Palladio Parkway Suite 1801, Folsom", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=306735", + "internal_url": "null", + "latitude": "38.650815", + "longitude": "-121.1214351", + "machine_status": "retired", + "id": 4623, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.3298082, + 34.1018722 + ] + }, + "properties": { + "name": "Stars on Hollywood", + "area": "California", + "address": "6403 Hollywood Blvd, Hollywood", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "34.1018722", + "longitude": "-118.3298082", + "machine_status": "available", + "id": 5241, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.2620493, + 38.2914642 + ] + }, + "properties": { + "name": "Capitol Reef National Park Visitor Center", + "area": "Utah", + "address": "Capitol Reef National Park/ Torrey", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "38.2914642", + "longitude": "-111.2620493", + "machine_status": "available", + "id": 5405, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -103.7827091, + 44.3417584 + ] + }, + "properties": { + "name": "Lewies Burger & Brew", + "area": "South Dakota", + "address": "711 S Main Street, Lead", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "44.3417584", + "longitude": "-103.7827091", + "machine_status": "available", + "id": 5320, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.5936505, + 30.268996 + ] + }, + "properties": { + "name": "Souvenir City #2", + "area": "Alabama", + "address": "25241 Perdido Beach Blvd, Orange Beach", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "30.268996", + "longitude": "-87.5936505", + "machine_status": "available", + "id": 5966, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.7757255, + 36.1614462 + ] + }, + "properties": { + "name": "Kid Rock's Big Ass Honky Tonk Rock N' Roll Steakhouse", + "area": "Tennessee", + "address": "221 Broadway, Nashville", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "36.1614462", + "longitude": "-86.7757255", + "machine_status": "retired", + "id": 5343, + "last_updated": "2024-03-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.5630202, + 42.7317464 + ] + }, + "properties": { + "name": "Michigan Historical Museum", + "area": "Michigan", + "address": "702 W Kalamazoo St, Lansing", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "42.7317464", + "longitude": "-84.5630202", + "machine_status": "available", + "id": 5270, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.4797105, + 44.23079569999999 + ] + }, + "properties": { + "name": "Waterfront Gifts & Apparel", + "area": "Canada", + "address": "248 Ontario St, Ontario - Kingston", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "44.23079569999999", + "longitude": "-76.4797105", + "machine_status": "available", + "id": 5623, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 168.8328022, + -44.9384398 + ] + }, + "properties": { + "name": "Coachman's Hall", + "area": "New Zealand", + "address": "43 Buckingham street, Arrowtown", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "-44.9384398", + "longitude": "168.8328022", + "machine_status": "available", + "id": 3866, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -43.1637671, + -22.9508895 + ] + }, + "properties": { + "name": "Morro da Urca", + "area": "Brazil", + "address": "Praça General Tibúrcio, Praia Vermelha, Urca - Rio de Janeiro - RJ", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "-22.9508895", + "longitude": "-43.1637671", + "machine_status": "available", + "id": 5617, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 146.9773559, + -41.4308853 + ] + }, + "properties": { + "name": "Tasmania Zoo", + "area": "Australia", + "address": "1166 Ecclestone Road, TAS - Riverside", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "-41.4308853", + "longitude": "146.9773559", + "machine_status": "available", + "id": 2160, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 146.816321, + -41.2017364 + ] + }, + "properties": { + "name": "Beaconsfield Mine & Heritage Centre", + "area": "Australia", + "address": "West Street , TAS - Beaconsfield", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "-41.2017364", + "longitude": "146.816321", + "machine_status": "available", + "id": 2153, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 146.8239447, + -41.1498251 + ] + }, + "properties": { + "name": "Seahorse World", + "area": "Australia", + "address": "1A Flinders Street, TAS - Beauty Point ", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "-41.1498251", + "longitude": "146.8239447", + "machine_status": "available", + "id": 2155, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 145.352954, + -37.827191 + ] + }, + "properties": { + "name": "SkyHigh Mount Dandenong", + "area": "Australia", + "address": "26 Observatory Rd, VIC - Melbourne", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "-37.827191", + "longitude": "145.352954", + "machine_status": "available", + "id": 2173, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 149.1484327, + -35.2811355 + ] + }, + "properties": { + "name": "Australian War Memorial", + "area": "Australia", + "address": "Treloar Crescent,Campbell ACT , ACT - Canberra", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "-35.2811355", + "longitude": "149.1484327", + "machine_status": "retired", + "id": 2109, + "last_updated": "2024-03-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 151.9109774, + -32.7945231 + ] + }, + "properties": { + "name": "Oakdale Farm & Fauna World", + "area": "Australia", + "address": "3 Oakvale Drive, NSW - Salt Ash ", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "-32.7945231", + "longitude": "151.9109774", + "machine_status": "available", + "id": 2120, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 115.846674, + -31.9442707 + ] + }, + "properties": { + "name": "Scitech Science Museum", + "area": "Australia", + "address": "Sutherland Street, West Perth, Western Australia - Perth", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "-31.9442707", + "longitude": "115.846674", + "machine_status": "available", + "id": 2179, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 153.0702059, + -30.8771778 + ] + }, + "properties": { + "name": "Trial Bay Gaol", + "area": "Australia", + "address": "1 Caldwell Street, NSW - South West Rocks ", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "-30.8771778", + "longitude": "153.0702059", + "machine_status": "available", + "id": 2122, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -50.9215132, + -29.3938257 + ] + }, + "properties": { + "name": "Snowland", + "area": "Brazil", + "address": "RS-235, 9009, Gramado", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "-29.3938257", + "longitude": "-50.9215132", + "machine_status": "available", + "id": 1268, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 153.3152531, + -27.8635076 + ] + }, + "properties": { + "name": "Dreamworld Croc Country", + "area": "Australia", + "address": "Dreamworld Parkway, , QLD - Coomera", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "-27.8635076", + "longitude": "153.3152531", + "machine_status": "available", + "id": 2139, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 153.018332, + -27.473007 + ] + }, + "properties": { + "name": "Queensland Museum Science Center", + "area": "Australia", + "address": "Corner Grey & Melbourne Streets , QLD - Brisbane ", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "-27.473007", + "longitude": "153.018332", + "machine_status": "available", + "id": 2135, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 146.8230556, + -19.2575 + ] + }, + "properties": { + "name": "Reef HQ", + "area": "Australia", + "address": "2-68 Flinders Street, Townsville", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "-19.2575", + "longitude": "146.8230556", + "machine_status": "available", + "id": 2162, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -17.1104787, + 28.0910304 + ] + }, + "properties": { + "name": "San Sebastian de La Gomera", + "area": "Spain", + "address": "Tienda Casa de Los Balcones (Artesanía La Gomera), San Sebastian de la Gomera", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "28.0910304", + "longitude": "-17.1104787", + "machine_status": "available", + "id": 5943, + "last_updated": "2024-02-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.5376926, + 37.13617 + ] + }, + "properties": { + "name": "Verandas Da Rocha ", + "area": "Portugal", + "address": "The pedestrian zone, Portimao (Algarve)", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "37.13617", + "longitude": "-8.5376926", + "machine_status": "available", + "id": 5891, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -6.148421, + 43.5600016 + ] + }, + "properties": { + "name": "Cudillero, Asturias", + "area": "Spain", + "address": "San José 85, Cudillero", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "43.5600016", + "longitude": "-6.148421", + "machine_status": "available", + "id": 5923, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.5808737, + 36.5880581 + ] + }, + "properties": { + "name": "Mariposa Rio ", + "area": "Spain", + "address": "El Mirador de la Stupa, Benalmadena - Malaga", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "36.5880581", + "longitude": "-4.5808737", + "machine_status": "available", + "id": 5917, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.7033526, + 42.3408635 + ] + }, + "properties": { + "name": "Two souvenir shops", + "area": "Spain", + "address": "Calle paloma, Burgos", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "42.3408635", + "longitude": "-3.7033526", + "machine_status": "available", + "id": 5920, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.4444962, + 50.6256499 + ] + }, + "properties": { + "name": "Weymouth Sea LifeCentre", + "area": "England", + "address": "Lodmoor Country Park, Weymouth DT4 7SX, United Kingdom", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=422720", + "internal_url": "null", + "latitude": "50.6256499", + "longitude": "-2.4444962", + "machine_status": "available", + "id": 5637, + "last_updated": "2024-02-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.9841633, + 43.3234631 + ] + }, + "properties": { + "name": "Souvenir Shop", + "area": "Spain", + "address": "Narrika Kalea, San Sebastian", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=428117", + "internal_url": "null", + "latitude": "43.3234631", + "longitude": "-1.9841633", + "machine_status": "available", + "id": 5942, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.4174975, + -1.3991067 + ] + }, + "properties": { + "name": "Cabellera de la Virgen", + "area": "Ecuador", + "address": "At thermal, Banos", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "-1.3991067", + "longitude": "-78.4174975", + "machine_status": "available", + "id": 1607, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.1397769, + 42.415946 + ] + }, + "properties": { + "name": "Museo de los Oficios Tradicionales", + "area": "Spain", + "address": "Plaza San Salvador 4, Huesca, Aínsa", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "42.415946", + "longitude": "0.1397769", + "machine_status": "available", + "id": 5924, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.1843392, + 41.3768439 + ] + }, + "properties": { + "name": "LAquarium de Barcelona", + "area": "Spain", + "address": "Moll d'Espanya del Port Vell, s/n, Barcelona", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "41.3768439", + "longitude": "2.1843392", + "machine_status": "available", + "id": 5914, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.8887932, + 50.8514963 + ] + }, + "properties": { + "name": "T Lepertje Kantel ", + "area": "Belgium", + "address": "Menenstraat 12 , Leper", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.8514963", + "longitude": "2.8887932", + "machine_status": "available", + "id": 5616, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.8367764, + 40.0016432 + ] + }, + "properties": { + "name": "Mirabel Souvenir Shop", + "area": "Spain", + "address": "C / DEs Mirador / Muradeta 28, Ciutadella De Menorca", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "40.0016432", + "longitude": "3.8367764", + "machine_status": "available", + "id": 5922, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.5253361, + 51.8934271 + ] + }, + "properties": { + "name": "Feyenoord Fanshops", + "area": "Netherlands", + "address": "Stadion de Kuip Van Zandvlietplein 15 3077 AA, Rotterdam ", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.8934271", + "longitude": "4.5253361", + "machine_status": "available", + "id": 5871, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.198614799999999, + 51.4811135 + ] + }, + "properties": { + "name": "Jahrhunderthalle Bochum", + "area": "Germany", + "address": ", Bochum", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.4811135", + "longitude": "7.198614799999999", + "machine_status": "available", + "id": 5685, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.349283, + 50.1029156 + ] + }, + "properties": { + "name": "Geierlay hangbrug", + "area": "Germany", + "address": "Kastellaunerstrasse, Morsdorf", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.1029156", + "longitude": "7.349283", + "machine_status": "available", + "id": 5742, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.6941099, + 52.1307487 + ] + }, + "properties": { + "name": "Flughafen Münster Osnabrück (FMO) - Airport", + "area": "Germany", + "address": "Airportallee 1, Greven", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.1307487", + "longitude": "7.6941099", + "machine_status": "available", + "id": 5716, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.8522, + 47.99509 + ] + }, + "properties": { + "name": "Schwarzwaldmarie-Freiburg-Kuckucksuhren-Souvenirs", + "area": "Germany", + "address": "Münsterplatz 16, Freiburg im Breisgau", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=426721", + "internal_url": "null", + "latitude": "47.99509", + "longitude": "7.8522", + "machine_status": "available", + "id": 5708, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.978402399999998, + 49.19658459999999 + ] + }, + "properties": { + "name": "Trifels Castle ", + "area": "Germany", + "address": "K2, Annweiler am Trifels", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.19658459999999", + "longitude": "7.978402399999998", + "machine_status": "available", + "id": 5675, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.992891299999999, + 52.48568239999999 + ] + }, + "properties": { + "name": "Rieste", + "area": "Germany", + "address": "Am Alfsee, Rieste", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.48568239999999", + "longitude": "7.992891299999999", + "machine_status": "available", + "id": 5756, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.1632444, + 52.10894159999999 + ] + }, + "properties": { + "name": "Bad Rothenfelde Gradierwerk", + "area": "Germany", + "address": ", Bad Rothenfelde", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.10894159999999", + "longitude": "8.1632444", + "machine_status": "available", + "id": 5676, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.4124117, + 48.46375159999999 + ] + }, + "properties": { + "name": "Tourist Info Cente", + "area": "Germany", + "address": "Marktplatz 64 72250 , Freudenstadt", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.46375159999999", + "longitude": "8.4124117", + "machine_status": "available", + "id": 5709, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.531329999999999, + 51.19381 + ] + }, + "properties": { + "name": "M & M Geschenkideen", + "area": "Germany", + "address": "Am Waltenberg 16, 59955 Winterberg, Duitsland, Winterberg, Duitsland", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.19381", + "longitude": "8.531329999999999", + "machine_status": "available", + "id": 5786, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.5790815, + 53.5412455 + ] + }, + "properties": { + "name": "Klimahaus", + "area": "Germany", + "address": "Obere Bürger 20, Bremerhaven", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.5412455", + "longitude": "8.5790815", + "machine_status": "available", + "id": 5688, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.6522205, + 54.3048043 + ] + }, + "properties": { + "name": "St. Peter Ording", + "area": "Germany", + "address": "25826 Schleswig-Holstein", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=440887", + "internal_url": "null", + "latitude": "54.3048043", + "longitude": "8.6522205", + "machine_status": "available", + "id": 5763, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.0896682, + 54.37601189999999 + ] + }, + "properties": { + "name": "Friedrichstadt / Northfrisia", + "area": "Germany", + "address": ", Friedrichstadt", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.37601189999999", + "longitude": "9.0896682", + "machine_status": "available", + "id": 5711, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.5344734, + 53.3004393 + ] + }, + "properties": { + "name": "Autobahntankstelle Ostetal-Nord A1", + "area": "Germany", + "address": "Zur Autobahn 1, Sittensen", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.3004393", + "longitude": "9.5344734", + "machine_status": "available", + "id": 5767, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.434691525219678, + 47.773529953861114 + ] + }, + "properties": { + "name": "Scharfberg", + "area": "Austria", + "address": "Scharfberg, Unterrach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=422954", + "internal_url": "null", + "latitude": "47.773529953861114", + "longitude": "13.434691525219678", + "machine_status": "available", + "id": 5605, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.919338699999999, + 46.96762940000001 + ] + }, + "properties": { + "name": "Gargellen Schafberg Bahn", + "area": "Austria", + "address": "Gargellen 89,, Gargellen", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "46.96762940000001", + "longitude": "9.919338699999999", + "machine_status": "available", + "id": 5606, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.2687956, + 51.3635639 + ] + }, + "properties": { + "name": "Whiskywelt Burg Scharfenstein", + "area": "Germany", + "address": "Scharfenstein 1, Leinefelde-Worbis", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.3635639", + "longitude": "10.2687956", + "machine_status": "available", + "id": 5733, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.5427374, + 51.5958759 + ] + }, + "properties": { + "name": "Salztal Paradies", + "area": "Germany", + "address": "Valley Road 28, Bad Sachsa", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.5958759", + "longitude": "10.5427374", + "machine_status": "available", + "id": 5677, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.2607249, + 47.4392719 + ] + }, + "properties": { + "name": "Lapisreich Shop", + "area": "Germany", + "address": "Obermarkt, Mittenwald", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.4392719", + "longitude": "11.2607249", + "machine_status": "available", + "id": 5741, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.5084703, + 47.3655921 + ] + }, + "properties": { + "name": "Hochseilpark Hinterglemm", + "area": "Austria", + "address": "Talschlussweg 367, 5754 Hinterglemm, Hinterglemm ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=424039", + "internal_url": "null", + "latitude": "47.3655921", + "longitude": "12.5084703", + "machine_status": "available", + "id": 5607, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.0420885, + 47.6114199 + ] + }, + "properties": { + "name": "The Eagle's Nest", + "area": "Germany", + "address": "Kehlsteinhaus, Berchtesgaden", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.6114199", + "longitude": "13.0420885", + "machine_status": "available", + "id": 5680, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.104196, + 47.1186884 + ] + }, + "properties": { + "name": "Stubnerkogel Gipfelrestaurantt", + "area": "Austria", + "address": "Stubnerkogel, Bad Gastein", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.1186884", + "longitude": "13.104196", + "machine_status": "available", + "id": 5604, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 144.7522119, + 13.4776957 + ] + }, + "properties": { + "name": "Chamorro Village store", + "area": "Guam", + "address": "Marine Corps Dr., Santa Rita, Mariana Islands", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "13.4776957", + "longitude": "144.7522119", + "machine_status": "available", + "id": 1742, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 15.5995437, + 49.39673140000001 + ] + }, + "properties": { + "name": "Zoo Jihlava", + "area": "Czech Republic", + "address": "Brezinovy sady 5642/10, Jihlava", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.39673140000001", + "longitude": "15.5995437", + "machine_status": "available", + "id": 5632, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -109.7182665, + 23.1455358 + ] + }, + "properties": { + "name": "Los Cabos International Airport ", + "area": "Mexico", + "address": "Los Cabos, Cabo San Lucas ", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "23.1455358", + "longitude": "-109.7182665", + "machine_status": "available", + "id": 3217, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -16.5656081, + 28.2937645 + ] + }, + "properties": { + "name": "Tenerife-Parque Nacional del Teide - restaurante Bamby", + "area": "Spain", + "address": "Carretera General de las Cañadas, La Orotava, Santa Cruz de Tenerife", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "28.2937645", + "longitude": "-16.5656081", + "machine_status": "available", + "id": 327, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.519808, + 28.370131 + ] + }, + "properties": { + "name": "Walt Disney World, Disney Springs, Galactic Outpost", + "area": "Florida", + "address": "Disney Springs Shopping Area, Lake Buena Vista", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "28.370131", + "longitude": "-81.519808", + "machine_status": "available", + "id": 3355, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.46588679999999, + 28.4729899 + ] + }, + "properties": { + "name": "Universal Studios CityWalk - The Stand #1 (Was the Hub retired 1)", + "area": "Florida", + "address": "CityWalk, Orlando", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "28.4729899", + "longitude": "-81.46588679999999", + "machine_status": "retired", + "id": 3416, + "last_updated": "2024-03-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.47354589999999, + 28.4771981 + ] + }, + "properties": { + "name": "Universal Studios Florida", + "area": "Florida", + "address": "1000 Universal Studios Plaza , Orlando", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "28.4771981", + "longitude": "-81.47354589999999", + "machine_status": "available", + "id": 3419, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.4735259, + 28.4774032 + ] + }, + "properties": { + "name": "Universal Studios Islands of Adventure", + "area": "Florida", + "address": "1000 Universal Studios Plaza , Orlando", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "28.4774032", + "longitude": "-81.4735259", + "machine_status": "available", + "id": 3420, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.468558, + 28.4793301 + ] + }, + "properties": { + "name": "Universal Studios Islands of Adventure, Harry Potter Area", + "area": "Florida", + "address": " 1000 Universal Studios Plaza, Orlando", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "28.4793301", + "longitude": "-81.468558", + "machine_status": "available", + "id": 3421, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.0187796, + 28.8092772 + ] + }, + "properties": { + "name": "The Texas Zoo", + "area": "Texas", + "address": "110 Memorial Drive in Riverside Park, Victoria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "28.8092772", + "longitude": "-97.0187796", + "machine_status": "retired", + "id": 3817, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.79372099999999, + 29.3089859 + ] + }, + "properties": { + "name": "Texas Seaport Museum/ELISSA", + "area": "Texas", + "address": "2200 Harborside Drive, Galveston", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "29.3089859", + "longitude": "-94.79372099999999", + "machine_status": "out-of-order", + "id": 3717, + "last_updated": "2024-02-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.4997253, + 29.4250394 + ] + }, + "properties": { + "name": "Los Pueblitos", + "area": "Texas", + "address": "220 Produce Row, San Antonio ", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "29.4250394", + "longitude": "-98.4997253", + "machine_status": "available", + "id": 3784, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.4998016, + 29.4250755 + ] + }, + "properties": { + "name": "Historic Marketplace", + "area": "Texas", + "address": "514 W Commerce St, San Antonio", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "29.4250755", + "longitude": "-98.4998016", + "machine_status": "available", + "id": 3781, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.06299369999999, + 29.4290145 + ] + }, + "properties": { + "name": "Buc-ee's", + "area": "Texas", + "address": "6201 Gulf Fwy, Texas City", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "29.4290145", + "longitude": "-95.06299369999999", + "machine_status": "available", + "id": 3810, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.6761509, + 30.634322 + ] + }, + "properties": { + "name": "Buc-ees Gas Station", + "area": "Alabama", + "address": "20403 County Road 68, Robertsdale", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "30.634322", + "longitude": "-87.6761509", + "machine_status": "available", + "id": 1735, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.6624046, + 31.1416262 + ] + }, + "properties": { + "name": "Shanghai Disney Resort", + "area": "China", + "address": ", Shanghai", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "31.1416262", + "longitude": "121.6624046", + "machine_status": "available", + "id": 2948, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.14867269999999, + 32.6071036 + ] + }, + "properties": { + "name": "Islands Mercantile", + "area": "South Carolina", + "address": "544 Freshfields Drive (Freshfields Village), Kiawah Island (Johns Island)", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "32.6071036", + "longitude": "-80.14867269999999", + "machine_status": "available", + "id": 2203, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -16.9624873, + 32.7103256 + ] + }, + "properties": { + "name": "Estalagem Eira do Serrado", + "area": "Portugal", + "address": "Eira Do Serrado | Curral Das Freiras, 9000-421 Funchal, Funchal (madeira Island)", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "32.7103256", + "longitude": "-16.9624873", + "machine_status": "available", + "id": 666, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.3256816, + 32.7872403 + ] + }, + "properties": { + "name": "White Sands National Park", + "area": "New Mexico", + "address": "U.S. Highway 70/82 (P.O. Box 1086 Holloman AFB, NM), Alamogordo", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "32.7872403", + "longitude": "-106.3256816", + "machine_status": "available", + "id": 4901, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.0040619, + 33.6552063 + ] + }, + "properties": { + "name": "Huntington Beach Pier", + "area": "California", + "address": ", Huntington Beach", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "33.6552063", + "longitude": "-118.0040619", + "machine_status": "retired", + "id": 4647, + "last_updated": "2024-06-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.38744990000001, + 33.7598163 + ] + }, + "properties": { + "name": "Hard Rock Cafe - Atlanta", + "area": "Georgia", + "address": "215 Peachtree St NE, Atlanta", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "33.7598163", + "longitude": "-84.38744990000001", + "machine_status": "available", + "id": 1620, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.0, + 33.842885 + ] + }, + "properties": { + "name": "Knott's Berry Farm - Machine 2", + "area": "California", + "address": "8039 Beach Blvd, Buena Park", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=374543", + "internal_url": "null", + "latitude": "33.842885", + "longitude": "-118.0", + "machine_status": "available", + "id": 4582, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.266674, + 33.882707 + ] + }, + "properties": { + "name": "March Field Air Museum", + "area": "California", + "address": "22550 Van Buren Blvd, Riverside", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "33.882707", + "longitude": "-117.266674", + "machine_status": "available", + "id": 4746, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.731053, + 33.968567 + ] + }, + "properties": { + "name": "Desert Caballeros Western Museum", + "area": "Arizona", + "address": "21 N Frontier St, Wickenburg", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "33.968567", + "longitude": "-112.731053", + "machine_status": "available", + "id": 2721, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 109.2784918, + 34.3841153 + ] + }, + "properties": { + "name": "Xian Tericotta Warriors Museum", + "area": "China", + "address": ", Xian", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "34.3841153", + "longitude": "109.2784918", + "machine_status": "available", + "id": 2952, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -119.2458632, + 34.4483742 + ] + }, + "properties": { + "name": "Treasures of Ojai", + "area": "California", + "address": "110 N Signal St, Ojai", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "34.4483742", + "longitude": "-119.2458632", + "machine_status": "available", + "id": 4717, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.06986789999999, + 34.4726221 + ] + }, + "properties": { + "name": "Gulog Rest Area/Welcome Center Georgia ", + "area": "Georgia", + "address": "Rest Area , Lavonia", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "34.4726221", + "longitude": "-83.06986789999999", + "machine_status": "available", + "id": 1644, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.3455153, + 36.1259297 + ] + }, + "properties": { + "name": "St Michael's Cave", + "area": "Gibraltar", + "address": "Gibraltar", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "36.1259297", + "longitude": "-5.3455153", + "machine_status": "retired", + "id": 146, + "last_updated": "2023-10-31" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.5152, + 36.59664 + ] + }, + "properties": { + "name": "Sea Life Benalmádena", + "area": "Spain", + "address": "Puerto Marina, Avd del Puerto, s/n, 29630 Benalmadena Costa, Málaga, Spanija, Benalmádena", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "36.59664", + "longitude": "-4.5152", + "machine_status": "available", + "id": 288, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.5398204, + 36.5988652 + ] + }, + "properties": { + "name": "Teleferico Benalmedena", + "area": "Spain", + "address": ", Benalmedena - Malaga", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "36.5988652", + "longitude": "-4.5398204", + "machine_status": "available", + "id": 290, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.1467421, + 36.6068898 + ] + }, + "properties": { + "name": "Stovepipe Wells General Store & The Nugget Gift Shop", + "area": "California", + "address": "Highway 190 Stovepipe Wells Village, Death Valley National Park", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "36.6068898", + "longitude": "-117.1467421", + "machine_status": "available", + "id": 4610, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.366012899999999, + 36.7582261 + ] + }, + "properties": { + "name": "Sabores de Grazalema shop", + "area": "Spain", + "address": "Calle Las Piedras, 22, Cádiz, Grazalema", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "36.7582261", + "longitude": "-5.366012899999999", + "machine_status": "available", + "id": 295, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.8018648, + 36.9317226 + ] + }, + "properties": { + "name": "Restaurante el kiosko (caminito del Rey)", + "area": "Spain", + "address": "Parque Ardales, Pantano El Chorro, s/n, 29550 Ardales, Málaga, Ardales", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "36.9317226", + "longitude": "-4.8018648", + "machine_status": "available", + "id": 270, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.4858141, + 36.9357176 + ] + }, + "properties": { + "name": "Glen Canyon Dam Visitor Center", + "area": "Arizona", + "address": "Hwy 89 North, Page", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "36.9357176", + "longitude": "-111.4858141", + "machine_status": "out-of-order", + "id": 2659, + "last_updated": "2024-03-31" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.2665353, + 37.0012828 + ] + }, + "properties": { + "name": "Trevelez", + "area": "Spain", + "address": "Main Plaza, Trevelez", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "37.0012828", + "longitude": "-3.2665353", + "machine_status": "available", + "id": 391, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -6.4344467, + 37.0427289 + ] + }, + "properties": { + "name": "Donana National Park", + "area": "Spain", + "address": "Matalascanas, Huelva", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "37.0427289", + "longitude": "-6.4344467", + "machine_status": "available", + "id": 322, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.314199, + 37.126969 + ] + }, + "properties": { + "name": "ZooMarine", + "area": "Portugal", + "address": "8201-864 Albufeira,, Albufiera", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "37.126969", + "longitude": "-8.314199", + "machine_status": "available", + "id": 652, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.598843, + 37.17542 + ] + }, + "properties": { + "name": "Alcaiceria Gift Shop", + "area": "Spain", + "address": ", Granada", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "37.17542", + "longitude": "-3.598843", + "machine_status": "retired", + "id": 314, + "last_updated": "2024-10-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.599958, + 37.1756733 + ] + }, + "properties": { + "name": "Take Granada Souvenirs", + "area": "Spain", + "address": "Plaza Bib-rambia, Granada", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "37.1756733", + "longitude": "-3.599958", + "machine_status": "retired", + "id": 319, + "last_updated": "2024-10-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.5182237, + 37.2387626 + ] + }, + "properties": { + "name": "The American Revolution Museum at Yorktown", + "area": "Virginia", + "address": "200 Walter St, Yorktown", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "37.2387626", + "longitude": "-76.5182237", + "machine_status": "available", + "id": 4472, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -6.001627099999999, + 37.3777893 + ] + }, + "properties": { + "name": "Welcome / Tourist Center", + "area": "Spain", + "address": ", Seville", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "37.3777893", + "longitude": "-6.001627099999999", + "machine_status": "retired", + "id": 381, + "last_updated": "2024-09-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.9944247, + 37.3906143 + ] + }, + "properties": { + "name": "Vazquez - Outside the shop", + "area": "Spain", + "address": "Calle Sierpes , Seville", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "37.3906143", + "longitude": "-5.9944247", + "machine_status": "retired", + "id": 380, + "last_updated": "2024-09-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.996263, + 37.397214 + ] + }, + "properties": { + "name": "Basílica menos del Gran Poder", + "area": "Spain", + "address": "Plaza de San Lorenzo, 13, Seville", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "37.397214", + "longitude": "-5.996263", + "machine_status": "available", + "id": 371, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.9998594, + 37.4079699 + ] + }, + "properties": { + "name": "Isla Mágica", + "area": "Spain", + "address": "Avda. de los descubrimientos s/n, Seville", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "37.4079699", + "longitude": "-5.9998594", + "machine_status": "available", + "id": 373, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.9339851, + 37.410168 + ] + }, + "properties": { + "name": "Color Espilaly", + "area": "Spain", + "address": ", Seville", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "37.410168", + "longitude": "-5.9339851", + "machine_status": "available", + "id": 372, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 22.1409273, + 37.9611342 + ] + }, + "properties": { + "name": "Cave of the Lakes - Kalavryta", + "area": "Greece", + "address": "25007 Kastria, Kalavryta", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "37.9611342", + "longitude": "22.1409273", + "machine_status": "available", + "id": 1035, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.4688009, + 37.9901466 + ] + }, + "properties": { + "name": "Baeza Cathedral", + "area": "Spain", + "address": "Plaza Sta. María s/n, Jaen, Baeza", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "37.9901466", + "longitude": "-3.4688009", + "machine_status": "available", + "id": 326, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.3378788, + 38.3729416 + ] + }, + "properties": { + "name": "Marengo Cave National Landmark", + "area": "Indiana", + "address": "400 East State Road 64, Marengo", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "38.3729416", + "longitude": "-86.3378788", + "machine_status": "available", + "id": 2275, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.1446154, + 38.5692069 + ] + }, + "properties": { + "name": "Terra Natura", + "area": "Spain", + "address": "Foia del Verdarer street, 1, Benidorm (Alicante)", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "38.5692069", + "longitude": "-0.1446154", + "machine_status": "available", + "id": 292, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -109.6198462, + 38.6165892 + ] + }, + "properties": { + "name": "Arches National Park Visitor Center", + "area": "Utah", + "address": "3015 S Hwy191, Moab", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "38.6165892", + "longitude": "-109.6198462", + "machine_status": "available", + "id": 2076, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.1984499, + 38.6763199 + ] + }, + "properties": { + "name": "Guadalest", + "area": "Spain", + "address": "Calle la Peña 2, El Castell de Guadalest", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "38.6763199", + "longitude": "-0.1984499", + "machine_status": "available", + "id": 306, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.9179652, + 38.8589369 + ] + }, + "properties": { + "name": "Penny Arcade", + "area": "Colorado", + "address": "930 Manitou Ave, Manitou Springs", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "38.8589369", + "longitude": "-104.9179652", + "machine_status": "available", + "id": 1906, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.0327373, + 38.895211 + ] + }, + "properties": { + "name": "White House Visitor's Center", + "area": "Washington DC", + "address": "1450 Pennsylvania Ave NW, Washington", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=404051", + "internal_url": "null", + "latitude": "38.895211", + "longitude": "-77.0327373", + "machine_status": "available", + "id": 3251, + "last_updated": "2024-07-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -120.1433003, + 39.1693367 + ] + }, + "properties": { + "name": "North Lake Auto Parts", + "area": "California", + "address": "295 North Lake Blvd, North Lake Tahoe", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "39.1693367", + "longitude": "-120.1433003", + "machine_status": "available", + "id": 4709, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.607204, + 39.2863929 + ] + }, + "properties": { + "name": "Hard Rock Cafe - Baltimore", + "area": "Maryland", + "address": "601 E Pratt St, Baltimore", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "39.2863929", + "longitude": "-76.607204", + "machine_status": "out-of-order", + "id": 3608, + "last_updated": "2024-10-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.05643839999999, + 39.3883049 + ] + }, + "properties": { + "name": "Wolf Creek Habitat", + "area": "Indiana", + "address": "14099 Wolf Creek Rd, Brookville", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "39.3883049", + "longitude": "-85.05643839999999", + "machine_status": "available", + "id": 2253, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.8048445, + 39.4292154 + ] + }, + "properties": { + "name": "Shepherdstown Visitor's Center", + "area": "West Virginia", + "address": "201 South Princess Street, Shepherdstown", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "39.4292154", + "longitude": "-77.8048445", + "machine_status": "available", + "id": 3905, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.35139, + 39.45427 + ] + }, + "properties": { + "name": "Museu de ls Cièncias Príncipe Felipe", + "area": "Spain", + "address": "Av Profesor López Piñero, 7, Valencia", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "39.45427", + "longitude": "-0.35139", + "machine_status": "available", + "id": 394, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.1858296, + 39.4555713 + ] + }, + "properties": { + "name": "Santuari de Sant Salvador", + "area": "Spain", + "address": "Santuari de Sant Salvador, Crta. de Portocolón, s/n, 07200 Felanitx, Illes Balears, Felanitx", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "39.4555713", + "longitude": "3.1858296", + "machine_status": "available", + "id": 311, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 19.8986246, + 39.5616001 + ] + }, + "properties": { + "name": "Achillon - Korfu - Griechenland", + "area": "Greece", + "address": "Korfu - Achillon, Korfu - City", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "39.5616001", + "longitude": "19.8986246", + "machine_status": "available", + "id": 1036, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.6913107, + 39.6618305 + ] + }, + "properties": { + "name": "HMS Host at the Biden Welcome Center", + "area": "Delaware", + "address": "530 John F. Kennedy Memorial Highway, Newark", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "39.6618305", + "longitude": "-75.6913107", + "machine_status": "out-of-order", + "id": 2244, + "last_updated": "2024-02-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.1962708, + 39.9719878 + ] + }, + "properties": { + "name": "Philadelphia Zoo", + "area": "Pennsylvania", + "address": "3400 West Girard Avenue, Philadelphia", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "39.9719878", + "longitude": "-75.1962708", + "machine_status": "available", + "id": 4041, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.1299123, + 40.0784274 + ] + }, + "properties": { + "name": "Artesana shop", + "area": "Spain", + "address": "plaza mayor, Cuenca ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=437685", + "internal_url": "null", + "latitude": "40.0784274", + "longitude": "-2.1299123", + "machine_status": "available", + "id": 305, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -7.614024, + 40.321701 + ] + }, + "properties": { + "name": "Serra da Estrela (Centro Comercial)", + "area": "Portugal", + "address": "Centro Comercial da Torre, Alvoco da Serra, Loriga", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "40.321701", + "longitude": "-7.614024", + "machine_status": "available", + "id": 651, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.3809242, + 40.43667749999999 + ] + }, + "properties": { + "name": "Bicycle Museum of America", + "area": "Ohio", + "address": "7 W Monroe St,, Bremen", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "40.43667749999999", + "longitude": "-84.3809242", + "machine_status": "available", + "id": 1948, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.108806899999999, + 40.9429032 + ] + }, + "properties": { + "name": "Candles gift store", + "area": "Spain", + "address": ", Segovia ", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "40.9429032", + "longitude": "-4.108806899999999", + "machine_status": "available", + "id": 366, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.1182684, + 40.94801959999999 + ] + }, + "properties": { + "name": "Tourist Information Center", + "area": "Spain", + "address": "Plaza del Azoguejo, 1, Segovia", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "40.94801959999999", + "longitude": "-4.1182684", + "machine_status": "available", + "id": 369, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.666795, + 40.961001 + ] + }, + "properties": { + "name": "Mercatus gift shop", + "area": "Spain", + "address": "Cardenal Pla y Deniel, Salamanca", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "40.961001", + "longitude": "-5.666795", + "machine_status": "available", + "id": 358, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.6661456, + 40.96209959999999 + ] + }, + "properties": { + "name": "Shopping Salamanca gift shop", + "area": "Spain", + "address": "40 Rua Mayor, Salamanca", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "40.96209959999999", + "longitude": "-5.6661456", + "machine_status": "available", + "id": 360, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.6641062, + 40.96414740000001 + ] + }, + "properties": { + "name": "Regalos Hispania gift shop", + "area": "Spain", + "address": "Plaza del Poeta Iglesias, Salamanca", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "40.96414740000001", + "longitude": "-5.6641062", + "machine_status": "available", + "id": 359, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.663539699999999, + 40.9701039 + ] + }, + "properties": { + "name": "Lazarillo de Tormes Regalos gift shop", + "area": "Spain", + "address": "22 Libreros, Salamanca", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "40.9701039", + "longitude": "-5.663539699999999", + "machine_status": "available", + "id": 357, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.648571599999999, + 40.9721256 + ] + }, + "properties": { + "name": "Train Station ", + "area": "Spain", + "address": "Paseo de la Estación, Salamanca", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "40.9721256", + "longitude": "-5.648571599999999", + "machine_status": "available", + "id": 361, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3201172, + 41.018104 + ] + }, + "properties": { + "name": "Strategic Air & Space Museum", + "area": "Nebraska", + "address": "28210 West Park Highway, Ashland", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "41.018104", + "longitude": "-96.3201172", + "machine_status": "available", + "id": 4166, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.6109043, + 41.1380756 + ] + }, + "properties": { + "name": "Porto Càlem", + "area": "Portugal", + "address": "Avenida Diogo Leite, 344 Vila Nova de Gaia, Porto", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "41.1380756", + "longitude": "-8.6109043", + "machine_status": "available", + "id": 677, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.7823247, + 41.1934687 + ] + }, + "properties": { + "name": "Monasterio de piedra", + "area": "Spain", + "address": "Calle Afueras, s/n, Nuévalos, Zaragoza", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "41.1934687", + "longitude": "-1.7823247", + "machine_status": "available", + "id": 400, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 16.550678, + 41.2134298 + ] + }, + "properties": { + "name": "Miragica Terra di Giganti", + "area": "Italy", + "address": "via dei Portuali, Zona Asi", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "41.2134298", + "longitude": "16.550678", + "machine_status": "available", + "id": 934, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.1526945, + 41.4144948 + ] + }, + "properties": { + "name": "Park Guell ", + "area": "Spain", + "address": ", Barcelona", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "41.4144948", + "longitude": "2.1526945", + "machine_status": "available", + "id": 282, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.3770546, + 41.5547347 + ] + }, + "properties": { + "name": "Bon Jesus", + "area": "Portugal", + "address": ", Braga", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "41.5547347", + "longitude": "-8.3770546", + "machine_status": "available", + "id": 656, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.4689988, + 41.7639927 + ] + }, + "properties": { + "name": "Turística 3", + "area": "Spain", + "address": ", Soria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "41.7639927", + "longitude": "-2.4689988", + "machine_status": "available", + "id": 382, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.60002089999999, + 42.0524541 + ] + }, + "properties": { + "name": "The Big Tomat'er", + "area": "Canada", + "address": "29 Erie Street South, Ontario - Leamington", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "42.0524541", + "longitude": "-82.60002089999999", + "machine_status": "available", + "id": 5004, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 27.5160873, + 42.5652706 + ] + }, + "properties": { + "name": "Burgas (Bourgas) International Airport", + "area": "Bulgaria", + "address": "8016 Burgas, Burgas", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "42.5652706", + "longitude": "27.5160873", + "machine_status": "available", + "id": 879, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -7.615536, + 42.807578 + ] + }, + "properties": { + "name": "Portomarin (Camino de Santiago)", + "area": "Spain", + "address": "Praza Conde Fenosa, Portomarin", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "42.807578", + "longitude": "-7.615536", + "machine_status": "available", + "id": 354, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.9355162, + 42.8228689 + ] + }, + "properties": { + "name": "Caffè Gelateria Il Sorriso", + "area": "Italy", + "address": "Lungomare Marconi, 242", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "42.8228689", + "longitude": "13.9355162", + "machine_status": "available", + "id": 897, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.5446412, + 42.88059620000001 + ] + }, + "properties": { + "name": "St. James Cathedral (Camino de Santiago)", + "area": "Spain", + "address": "Praza das Praterias, Santiago de Compostella", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "42.88059620000001", + "longitude": "-8.5446412", + "machine_status": "available", + "id": 365, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.5335956, + 42.8875876 + ] + }, + "properties": { + "name": "Santiago de Compostela Bus Stop", + "area": "Spain", + "address": ", A Coruña, Santiago de Compostela", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "42.8875876", + "longitude": "-8.5335956", + "machine_status": "available", + "id": 269, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.0687075, + 43.0926264 + ] + }, + "properties": { + "name": "Bird Kingdom ", + "area": "Canada", + "address": "5651 River Road, Ontario - Niagra Falls", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "43.0926264", + "longitude": "-79.0687075", + "machine_status": "retired", + "id": 5015, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.0617473, + 43.1128183 + ] + }, + "properties": { + "name": "Souvenir City", + "area": "Canada", + "address": "4199 River Rd, Ontario - Niagara Falls", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "43.1128183", + "longitude": "-79.0617473", + "machine_status": "available", + "id": 5014, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.924246, + 43.2576478 + ] + }, + "properties": { + "name": "Tximeleta Souvenirs", + "area": "Spain", + "address": ", Bilboa", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "43.2576478", + "longitude": "-2.924246", + "machine_status": "available", + "id": 293, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -7.157225899999999, + 43.5540577 + ] + }, + "properties": { + "name": "As Catedrais Beach", + "area": "Spain", + "address": ", Ribadeo", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "43.5540577", + "longitude": "-7.157225899999999", + "machine_status": "available", + "id": 355, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.4933567, + 43.5866272 + ] + }, + "properties": { + "name": "Cité de l'Espace", + "area": "France", + "address": ", Toulouse", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "43.5866272", + "longitude": "1.4933567", + "machine_status": "available", + "id": 119, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.4418039, + 43.6083156 + ] + }, + "properties": { + "name": "Cathédrale Saint-Sernin", + "area": "France", + "address": ", Toulouse", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "43.6083156", + "longitude": "1.4418039", + "machine_status": "available", + "id": 118, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 22.6779485, + 43.6232074 + ] + }, + "properties": { + "name": "Belogradchik Rocks", + "area": "Bulgaria", + "address": ", Belogradchik", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=428474", + "internal_url": "null", + "latitude": "43.6232074", + "longitude": "22.6779485", + "machine_status": "available", + "id": 878, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.3605989, + 43.6601453 + ] + }, + "properties": { + "name": "Aéroscopia - Airbus History museum.", + "area": "France", + "address": ", Toulouse", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "43.6601453", + "longitude": "1.3605989", + "machine_status": "available", + "id": 117, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.5136397, + 44.0902546 + ] + }, + "properties": { + "name": "Italia in Miniatura", + "area": "Italy", + "address": "Via Popilia, 239", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "44.0902546", + "longitude": "12.5136397", + "machine_status": "available", + "id": 980, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.2633986, + 44.33780480000001 + ] + }, + "properties": { + "name": "Mirabilandia Theme Park", + "area": "Italy", + "address": "Parco della Standiana S.r.l. Statale Adriatica SS 16", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "44.33780480000001", + "longitude": "12.2633986", + "machine_status": "available", + "id": 951, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -110.8259479, + 44.4593593 + ] + }, + "properties": { + "name": "Yellowstone - Old Faithful Lodge Gift Shop", + "area": "Wyoming", + "address": "West Entrance Road, Yellowstone National Park", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=662", + "internal_url": "null", + "latitude": "44.4593593", + "longitude": "-110.8259479", + "machine_status": "available", + "id": 3126, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.682678, + 44.5876976 + ] + }, + "properties": { + "name": "Brockville Aquatarium", + "area": "Canada", + "address": "Tall Ships Landing, Ontario - Brockville", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "44.5876976", + "longitude": "-75.682678", + "machine_status": "available", + "id": 4987, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -124.0551816, + 44.6288748 + ] + }, + "properties": { + "name": "Old Bayfront Bazaar", + "area": "Oregon", + "address": "620 SW Bay Boulevard, Newport", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "44.6288748", + "longitude": "-124.0551816", + "machine_status": "retired", + "id": 4376, + "last_updated": "2024-01-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.4997358, + 45.473387 + ] + }, + "properties": { + "name": "Parque de la Prehistoria", + "area": "Italy", + "address": " Province of Cremona", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "45.473387", + "longitude": "9.4997358", + "machine_status": "available", + "id": 916, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 25.3671637, + 45.51490219999999 + ] + }, + "properties": { + "name": "Dracula Castle Transilvania", + "area": "Romania", + "address": "Str. General Traian Mosoiu, nr. 24, Bran", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "45.51490219999999", + "longitude": "25.3671637", + "machine_status": "available", + "id": 885, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 18.6469278, + 45.94189799999999 + ] + }, + "properties": { + "name": " Mohacs Tortenelmi Emlekhely", + "area": "Hungary", + "address": "Satorhely", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "45.94189799999999", + "longitude": "18.6469278", + "machine_status": "available", + "id": 852, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.4145688, + 46.3917989 + ] + }, + "properties": { + "name": "Hotel Weissenstein ", + "area": "Italy", + "address": "Pietralba 10", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "46.3917989", + "longitude": "11.4145688", + "machine_status": "available", + "id": 938, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.39477099999999, + 46.5407959 + ] + }, + "properties": { + "name": "Upper Peninsula Children's Museum", + "area": "Michigan", + "address": "123 W. Baraga Ave., Marquette", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "46.5407959", + "longitude": "-87.39477099999999", + "machine_status": "available", + "id": 2562, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.204835394068086, + 46.719945954522025 + ] + }, + "properties": { + "name": "Aareschlucht", + "area": "Switzerland", + "address": "Aareschluchtstrasse 15", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "46.719945954522025", + "longitude": "8.204835394068086", + "machine_status": "available", + "id": 723, + "last_updated": "2024-03-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.2015671, + 46.7388254 + ] + }, + "properties": { + "name": "Christmas Market", + "area": "Italy", + "address": "Walk along Passirio", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "46.7388254", + "longitude": "11.2015671", + "machine_status": "available", + "id": 931, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.452348, + 46.755972 + ] + }, + "properties": { + "name": "Burg Hochosterwitz", + "area": "Austria", + "address": "Hochosterwitz 1", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "46.755972", + "longitude": "14.452348", + "machine_status": "available", + "id": 999, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.256292, + 46.757892 + ] + }, + "properties": { + "name": "Keszthely Port (Molo)", + "area": "Hungary", + "address": "Keszthely, Kikötő (Balaton), 8360 Hungary", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "46.757892", + "longitude": "17.256292", + "logs": { + "2021-11-14": "Requires 2x 100 + 5 Hungarian forint." + }, + "machine_status": "available", + "id": 849, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.8901768, + 46.891028 + ] + }, + "properties": { + "name": "Tihany Port", + "area": "Hungary", + "address": "Rév u. 1., 8237 Tihany, Hungary", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "46.891028", + "longitude": "17.8901768", + "machine_status": "available", + "id": 864, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.8895078, + 46.9139572 + ] + }, + "properties": { + "name": "Benedictine Abbey of Tihany", + "area": "Hungary", + "address": "I. András tér 1.", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "46.9139572", + "longitude": "17.8895078", + "machine_status": "available", + "id": 863, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.7691617, + 47.06920789999999 + ] + }, + "properties": { + "name": "Grossglockner strasse", + "area": "Austria", + "address": "Kaiser Franz Joseph Hohe ", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.06920789999999", + "longitude": "12.7691617", + "machine_status": "available", + "id": 992, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.6946761, + 47.07418510000001 + ] + }, + "properties": { + "name": "Grossglockner", + "area": "Austria", + "address": "", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.07418510000001", + "longitude": "12.6946761", + "machine_status": "available", + "id": 1002, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.2138812, + 47.1576731 + ] + }, + "properties": { + "name": "Valluga Mountain", + "area": "Austria", + "address": "", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.1576731", + "longitude": "10.2138812", + "machine_status": "available", + "id": 1009, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.4001535, + 47.2862215 + ] + }, + "properties": { + "name": "Hungerburg Cable Car Station", + "area": "Austria", + "address": "", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.2862215", + "longitude": "11.4001535", + "machine_status": "available", + "id": 995, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.1889589, + 47.482932 + ] + }, + "properties": { + "name": "Burg Hohenwerfen /Werfen ", + "area": "Austria", + "address": "", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.482932", + "longitude": "13.1889589", + "machine_status": "available", + "id": 1029, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.5064417, + 47.5286719 + ] + }, + "properties": { + "name": "Gosausee", + "area": "Austria", + "address": "", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.5286719", + "longitude": "13.5064417", + "machine_status": "available", + "id": 989, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 18.963827, + 47.541416 + ] + }, + "properties": { + "name": "Children's Railway Ticket Office", + "area": "Hungary", + "address": "MAV Zrt. Szechenyi-hegyi Gyermekvasut", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.541416", + "longitude": "18.963827", + "machine_status": "available", + "id": 822, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.4619517, + 47.5739575 + ] + }, + "properties": { + "name": "Benediktinerstift Admont", + "area": "Austria", + "address": "Kichplatz 1", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.5739575", + "longitude": "14.4619517", + "machine_status": "available", + "id": 983, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 19.347578, + 47.5960091 + ] + }, + "properties": { + "name": "Gödöllo Royal Palace", + "area": "Hungary", + "address": "", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434760", + "internal_url": "null", + "latitude": "47.5960091", + "longitude": "19.347578", + "machine_status": "available", + "id": 843, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.06284, + 47.598666 + ] + }, + "properties": { + "name": "Souvenir Shop", + "area": "Germany", + "address": "", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.598666", + "longitude": "11.062840", + "machine_status": "available", + "id": 579, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.3320708, + 47.6062095 + ] + }, + "properties": { + "name": "Royal Caribbean International", + "area": "Washington", + "address": "Ovation of the Seas, Seattle", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.6062095", + "longitude": "-122.3320708", + "machine_status": "available", + "id": 5147, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.633908, + 47.686302 + ] + }, + "properties": { + "name": "Gyor Visitor Centre", + "area": "Hungary", + "address": "9021. Gyor, Baross street 21.", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.686302", + "longitude": "17.633908", + "machine_status": "available", + "id": 846, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 15.9108696, + 47.7903694 + ] + }, + "properties": { + "name": "Schneebergbahn Puchberg", + "area": "Austria", + "address": "Bahnhofplatz 1", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.7903694", + "longitude": "15.9108696", + "machine_status": "available", + "id": 1001, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 19.5919709, + 47.9975197 + ] + }, + "properties": { + "name": "Hollókoi Castle", + "area": "Hungary", + "address": "", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.9975197", + "longitude": "19.5919709", + "machine_status": "available", + "id": 848, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 19.761346, + 47.999857 + ] + }, + "properties": { + "name": "Szentkút, National Shrine", + "area": "Hungary", + "address": "Mátraverebély-Szentkút, Hungary, 3077", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.999857", + "longitude": "19.761346", + "machine_status": "available", + "id": 850, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.5912344, + 48.0430234 + ] + }, + "properties": { + "name": "Skyline Park", + "area": "Germany", + "address": "Im Hardtfeld 1 ", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.0430234", + "longitude": "10.5912344", + "machine_status": "available", + "id": 415, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 20.6248704, + 48.1052185 + ] + }, + "properties": { + "name": "Anna Cave", + "area": "Hungary", + "address": "Hámor stny. 1.", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.1052185", + "longitude": "20.6248704", + "machine_status": "available", + "id": 851, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 16.3371073, + 48.2749624 + ] + }, + "properties": { + "name": "Kahlenberg", + "area": "Austria", + "address": "Am Kahlenberg", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.2749624", + "longitude": "16.3371073", + "machine_status": "available", + "id": 1018, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.4118932, + 48.4635735 + ] + }, + "properties": { + "name": "Freudenstadt Tourist Info", + "area": "Germany", + "address": "Market 64", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.4635735", + "longitude": "8.4118932", + "machine_status": "available", + "id": 486, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.2012738, + 48.5965029 + ] + }, + "properties": { + "name": "Berghotel Mummelsee", + "area": "Germany", + "address": "Schwarzwaldhochstraße 11", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.5965029", + "longitude": "8.2012738", + "machine_status": "available", + "id": 616, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.8345338, + 49.55898269999999 + ] + }, + "properties": { + "name": "Mettlach", + "area": "Germany", + "address": "Eichenlaub Strasse", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.55898269999999", + "longitude": "6.8345338", + "machine_status": "available", + "id": 559, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.6680853, + 49.793716 + ] + }, + "properties": { + "name": "Frankenstein Castle", + "area": "Germany", + "address": "64367 Burg Frankenstein", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.793716", + "longitude": "8.6680853", + "machine_status": "available", + "id": 561, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.2200919, + 49.8390418 + ] + }, + "properties": { + "name": "Cabela's (Winnipeg)", + "area": "Canada", + "address": " 580 Sterling Lyon Pkwy, Winnipeg, Manitoba", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.8390418", + "longitude": "-97.2200919", + "machine_status": "available", + "id": 4978, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.2300939, + 49.8702491 + ] + }, + "properties": { + "name": "Assiniboine Park Zoo", + "area": "Canada", + "address": "55 Pavilion Crescent , Manitoba - Winnipeg", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.8702491", + "longitude": "-97.2300939", + "machine_status": "available", + "id": 4977, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.262952899999999, + 49.9429026 + ] + }, + "properties": { + "name": "Hahn Airport", + "area": "Germany", + "address": "55483 Hahn-Flughafen", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.9429026", + "longitude": "7.262952899999999", + "machine_status": "available", + "id": 494, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.262952899999999, + 49.9429026 + ] + }, + "properties": { + "name": "Frankfurt Hahn Airport", + "area": "Germany", + "address": "Gebäude 667", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.9429026", + "longitude": "7.262952899999999", + "machine_status": "available", + "id": 548, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.2684152, + 50.0011965 + ] + }, + "properties": { + "name": "Römerpassage", + "area": "Germany", + "address": "Römerpassage", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.0011965", + "longitude": "8.2684152", + "machine_status": "available", + "id": 555, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.6949128, + 50.06910269999999 + ] + }, + "properties": { + "name": "Lands End ", + "area": "England", + "address": "Lands End, Sennen, Cornwall - Sennen,", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.06910269999999", + "longitude": "-5.6949128", + "machine_status": "available", + "id": 1354, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.1635849, + 50.158807 + ] + }, + "properties": { + "name": "Wild- und Freizeitpark Klotten/Cochem", + "area": "Germany", + "address": "Wildparkstraße 1", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.158807", + "longitude": "7.1635849", + "machine_status": "available", + "id": 537, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.3805439, + 50.1925164 + ] + }, + "properties": { + "name": "Pace de Crocodile Rouge", + "area": "Belgium", + "address": "Lac de l'eau d'Heure, Boussu - lez - Walcourt", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.1925164", + "longitude": "4.3805439", + "machine_status": "available", + "id": 125, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.5905722, + 50.2327126 + ] + }, + "properties": { + "name": "Boppard", + "area": "Germany", + "address": "Rheinallee 40 ", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.2327126", + "longitude": "7.5905722", + "machine_status": "available", + "id": 452, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.0619492, + 50.6355033 + ] + }, + "properties": { + "name": "Office du Tourisme (Lille)", + "area": "France", + "address": "Place Rihour, Lille", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.6355033", + "longitude": "3.0619492", + "machine_status": "available", + "id": 76, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.058654499999999, + 50.86154459999999 + ] + }, + "properties": { + "name": "Continium Discovery Center (former industrion)", + "area": "Netherlands", + "address": "Museumplein 2, Kerkrade", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.86154459999999", + "longitude": "6.058654499999999", + "machine_status": "retired", + "id": 199, + "last_updated": "2024-10-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.3389369, + 50.894085 + ] + }, + "properties": { + "name": "Mini Europe Amusement Park", + "area": "Belgium", + "address": "1020 Brussels, Belgium, Brussels", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "50.894085", + "longitude": "4.3389369", + "paywall": true, + "machine_status": "retired", + "id": 134, + "last_updated": "2023-11-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.5088071, + 51.1815843 + ] + }, + "properties": { + "name": "Winterberg Bobhaus", + "area": "Germany", + "address": "Kappe, 59955 Winterberg", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.1815843", + "longitude": "8.5088071", + "machine_status": "available", + "id": 641, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.6897381, + 51.2068959 + ] + }, + "properties": { + "name": "CenterParcs Hochsauerland", + "area": "Germany", + "address": "Sonnenallee 1 ", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.2068959", + "longitude": "8.6897381", + "machine_status": "available", + "id": 557, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.7568438, + 51.7186823 + ] + }, + "properties": { + "name": "Paderborn Zentrum/Domplatz", + "area": "Germany", + "address": "", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.7186823", + "longitude": "8.7568438", + "machine_status": "available", + "id": 590, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.748617, + 52.03892399999999 + ] + }, + "properties": { + "name": "Tropical Islands", + "area": "Germany", + "address": "", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.03892399999999", + "longitude": "13.748617", + "machine_status": "available", + "id": 540, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 23.683787050518983, + 52.09923103073813 + ] + }, + "properties": { + "name": "Brest (central bus station)", + "area": "Belarus", + "address": "Ordzhonikidze 12, Brest, Belarus", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.09923103073813", + "longitude": "23.683787050518983", + "machine_status": "available", + "id": 1190, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.766576599999999, + 52.1725307 + ] + }, + "properties": { + "name": "Schloss Marienburg", + "area": "Germany", + "address": "Marienberg1", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.1725307", + "longitude": "9.766576599999999", + "machine_status": "available", + "id": 505, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.8901686, + 52.371561 + ] + }, + "properties": { + "name": "Amsterdam Experience", + "area": "Netherlands", + "address": "Nieuwezijds Voorburgwal 264, 1012 RS Amsterdam, Amsterdam", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.371561", + "longitude": "4.8901686", + "machine_status": "available", + "id": 156, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.9407854, + 52.8492196 + ] + }, + "properties": { + "name": "Schiffshebewerk Niederfinow", + "area": "Germany", + "address": "Am Schiffshebewerk", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.8492196", + "longitude": "13.9407854", + "machine_status": "available", + "id": 573, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.1091409, + 52.9868 + ] + }, + "properties": { + "name": "Deutsches Panzer Museum", + "area": "Germany", + "address": "Hans-Krüger-Straße 33, ", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.9868", + "longitude": "10.1091409", + "machine_status": "available", + "id": 566, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.0426, + 53.23624 + ] + }, + "properties": { + "name": "Wildpark Lüneburger Heide ", + "area": "Germany", + "address": "Wildpark 1", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.23624", + "longitude": "10.0426", + "machine_status": "available", + "id": 574, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.408975, + 53.24987609999999 + ] + }, + "properties": { + "name": "Hansestadt", + "area": "Germany", + "address": "Große Bäckerstr. 30", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.24987609999999", + "longitude": "10.408975", + "machine_status": "available", + "id": 545, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.9929265, + 53.4013472 + ] + }, + "properties": { + "name": "Merseyside Maritime Museum", + "area": "England", + "address": "Albert Dock, Warehouse Block D, Merseyside - Liverpool", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.4013472", + "longitude": "-2.9929265", + "machine_status": "available", + "id": 1509, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.2990048, + 53.4726001 + ] + }, + "properties": { + "name": "Coronation Street Tour", + "area": "England", + "address": ", LANCASHIRE - Media City", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.4726001", + "longitude": "-2.2990048", + "machine_status": "available", + "id": 1453, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.3302169, + 53.73892859999999 + ] + }, + "properties": { + "name": "The Deep", + "area": "England", + "address": "Tower Street, EAST YORKSHIRE - Hull", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.73892859999999", + "longitude": "-0.3302169", + "machine_status": "available", + "id": 1397, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.1394141, + 54.0922046 + ] + }, + "properties": { + "name": "U-Boot Denkmal", + "area": "Germany", + "address": "Strandstrasse 92", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.0922046", + "longitude": "12.1394141", + "machine_status": "available", + "id": 546, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.6829209, + 54.294201 + ] + }, + "properties": { + "name": "Schiffsbegrüßungsanlage (Ships Welcome Point)", + "area": "Germany", + "address": "Am Kreishafen", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.294201", + "longitude": "9.6829209", + "machine_status": "available", + "id": 602, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.1924219, + 54.41969779999999 + ] + }, + "properties": { + "name": "U11 - U-Boot - Submarine", + "area": "Germany", + "address": "Burgstaaken 87", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.41969779999999", + "longitude": "11.1924219", + "machine_status": "available", + "id": 484, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.5694428, + 54.5135621 + ] + }, + "properties": { + "name": "St. Petri Dom", + "area": "Germany", + "address": "Norderdomstraße 24837", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.5135621", + "longitude": "9.5694428", + "machine_status": "retired", + "id": 613, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.870146, + 55.80007070000001 + ] + }, + "properties": { + "name": "Vikingar!", + "area": "Scotland", + "address": "Greenock Road, Largs", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "55.80007070000001", + "longitude": "-4.870146", + "machine_status": "available", + "id": 780, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 38.182853, + 55.8328848 + ] + }, + "properties": { + "name": "Monino Air Force Museum", + "area": "Russia", + "address": "Monino Airfield, Monino", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "55.8328848", + "longitude": "38.182853", + "machine_status": "available", + "id": 29, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.0868112, + 56.3041871 + ] + }, + "properties": { + "name": "The Scottish Deer Centre", + "area": "Scotland", + "address": "KY15 4NQ, Cupar, Fife", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "56.3041871", + "longitude": "-3.0868112", + "machine_status": "available", + "id": 738, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.8980438, + 57.0370298 + ] + }, + "properties": { + "name": "Ålborg Zoo", + "area": "Denmark", + "address": "Mølleparkvej 63, Ålborg", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "57.0370298", + "longitude": "9.8980438", + "machine_status": "retired", + "id": 981, + "last_updated": "2024-07-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.225450599999999, + 57.47703319999999 + ] + }, + "properties": { + "name": "Inverness Museum and Art Gallery", + "area": "Scotland", + "address": "Castle Wynd, Inverness", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=262458", + "internal_url": "null", + "latitude": "57.47703319999999", + "longitude": "-4.225450599999999", + "machine_status": "out-of-order", + "id": 778, + "last_updated": "2024-09-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -135.4628176, + 58.1292446 + ] + }, + "properties": { + "name": "Cabin Cache", + "area": "Alaska", + "address": "108 Cannery Rd, Hoonah", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "58.1292446", + "longitude": "-135.4628176", + "machine_status": "available", + "id": 1156, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 24.7444926, + 59.4364706 + ] + }, + "properties": { + "name": "Tourist Information Centre", + "area": "Estonia", + "address": "Kullasepe St, Tallinn", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "59.4364706", + "longitude": "24.7444926", + "machine_status": "available", + "id": 259, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -149.438626, + 60.121886 + ] + }, + "properties": { + "name": "Harbor Train Station (Alaska Railroad Station)", + "area": "Alaska", + "address": "North Waterfront, Seward", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "60.121886", + "longitude": "-149.438626", + "machine_status": "available", + "id": 1173, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 127.0582827, + 37.513131 + ] + }, + "properties": { + "name": "COEX aquarium", + "area": "South Korea", + "address": "Yeongdongdae-ro 513 Basement 1, Seoul, Gangnam", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "37.513131", + "longitude": "127.0582827", + "machine_status": "available", + "id": 5911, + "last_updated": "2023-10-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.5750242, + 35.8073317 + ] + }, + "properties": { + "name": "Cooter's Place", + "area": "Tennessee", + "address": "177 East Wears Valley Rd Ste 23, Pigeon Forge", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=107132", + "internal_url": "null", + "latitude": "35.8073317", + "longitude": "-83.5750242", + "multimachine": 2, + "machine_status": "available", + "id": 4263, + "last_updated": "2024-01-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.150221161305177, + 48.67550450844872 + ] + }, + "properties": { + "name": "Schloss Hellenstein", + "area": "Germany", + "address": "Schloß Hellenstein 1, 89522 Heidenheim an der Brenz, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 48.67550450844872, + "longitude": 10.150221161305177, + "machine_status": "available", + "id": 6494, + "last_updated": "2023-10-31" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.0551806, + 38.5395564 + ] + }, + "properties": { + "name": "Shore Fun Arcade", + "area": "Delaware", + "address": "PO Box 481, Bethany Beach", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=362854", + "internal_url": "null", + "latitude": "38.5395564", + "longitude": "-75.0551806", + "machine_status": "available", + "id": 5324, + "last_updated": "2024-02-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.13084407, + 38.53439287 + ] + }, + "properties": { + "name": "Arte Vela Shop", + "area": "Spain", + "address": "Calle Major, 03501 Benidorm, Alicante, Spain", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=286566", + "internal_url": "null", + "latitude": "38.53439287", + "longitude": "-0.13084407", + "machine_status": "available", + "id": 291, + "last_updated": "2023-11-01" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.3456982, + 36.1344529 + ] + }, + "properties": { + "name": "Top of the Rock Cable Car Top", + "area": "Gibraltar", + "address": "Cable Car, Gibraltar", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=88233", + "internal_url": "null", + "latitude": "36.1344529", + "longitude": "-5.3456982", + "machine_status": "available", + "id": 147, + "last_updated": "2023-10-31" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -107.3032109, + 37.1750801 + ] + }, + "properties": { + "name": "Chimney Rock National Monument", + "area": "Colorado", + "address": "3179 State HWY 151, Chimney Rock", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=275122", + "internal_url": "null", + "latitude": "37.1750801", + "longitude": "-107.3032109", + "machine_status": "available", + "id": 1826, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -107.882513, + 37.268136 + ] + }, + "properties": { + "name": "Durango and Silverton Narrow Gauge Railroad and Museum", + "area": "Colorado", + "address": "479 Main Avenue, Durango", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=1047", + "internal_url": "null", + "latitude": "37.268136", + "longitude": "-107.882513", + "machine_status": "retired", + "id": 1855, + "last_updated": "2023-11-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.6778902, + 43.3154347 + ] + }, + "properties": { + "name": "Euskal Souvenirs ", + "area": "Spain", + "address": "Calle Barrenkalea, 11, Gernika", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=417091", + "internal_url": "null", + "latitude": "43.3154347", + "longitude": "-2.6778902", + "machine_status": "available", + "id": 6495, + "last_updated": "2023-11-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -123.14543, + 45.204304 + ] + }, + "properties": { + "name": "Evergreen Aviation & Space Museum", + "area": "Oregon", + "address": "500 NE Captain Michael King Smith Way , McMinnville", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3963", + "internal_url": "null", + "latitude": "45.204304", + "longitude": "-123.14543", + "machine_status": "available", + "id": 4373, + "last_updated": "2024-02-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -119.9648876, + 37.4846214 + ] + }, + "properties": { + "name": "Yosemite Beads R Us", + "area": "California", + "address": "5024 CA State Highway 140, Mariposa", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=417130", + "internal_url": "null", + "latitude": "37.4846214", + "longitude": "-119.9648876", + "machine_status": "available", + "id": 6496, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -156.6945017, + 20.9214228 + ] + }, + "properties": { + "name": "Whaler's Village", + "area": "Hawaii", + "address": "2435 Ka'anapali Parkway, Maui - Lahaina (Kaanapali)", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=285078", + "internal_url": "null", + "latitude": "20.9214228", + "longitude": "-156.6945017", + "machine_status": "retired", + "id": 3839, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.1235978, + 51.53160339999999 + ] + }, + "properties": { + "name": "King's Cross Railroad Station", + "area": "England", + "address": "Euston Rd, London - Camden", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=417199", + "internal_url": "null", + "latitude": "51.53160339999999", + "longitude": "-0.1235978", + "machine_status": "available", + "id": 6497, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 28.2031715, + 36.3399356 + ] + }, + "properties": { + "name": "HollyToon", + "area": "Greece", + "address": "Ermou Street, Rhodes Island - Faliraki", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=255616", + "internal_url": "null", + "latitude": "36.3399356", + "longitude": "28.2031715", + "machine_status": "retired", + "id": 1037, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.9146423, + 54.0807803 + ] + }, + "properties": { + "name": "Zinnowitz Promenadenhalle", + "area": "Germany", + "address": "Neue Strandstraße 30a, 17454 Zinnowitz, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.0807803", + "longitude": "13.9146423", + "machine_status": "available", + "id": 6939, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.9091571, + 54.07706 + ] + }, + "properties": { + "name": "Zinnowitz (Usedom)", + "area": "Germany", + "address": "Neue Strandstraße 12A, 17454 Zinnowitz, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.0770600", + "longitude": "13.9091571", + "machine_status": "available", + "id": 6940, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.214093, + 44.8029189 + ] + }, + "properties": { + "name": "9 Pl. de la Halle", + "area": "France", + "address": "9 Pl. de la Halle, 24250 Domme, France", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "44.8029189", + "longitude": "1.2140930", + "machine_status": "available", + "id": 6500, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.8567215, + 51.4429877 + ] + }, + "properties": { + "name": "Burgstraße 68", + "area": "Germany", + "address": "Burgstraße 68, 45476 Mülheim an der Ruhr, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.4429877", + "longitude": "6.8567215", + "machine_status": "available", + "id": 6501, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.225586, + 50.510357 + ] + }, + "properties": { + "name": "Hoherodskopfstr. 15", + "area": "Germany", + "address": "Hoherodskopfstr. 15, 63679 Schotten, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.5103570", + "longitude": "9.2255860", + "machine_status": "available", + "id": 6502, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.7635681, + 50.6662986 + ] + }, + "properties": { + "name": "Gehlberg Schneekopf", + "area": "Germany", + "address": "98559 Gehlberg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.6662986", + "longitude": "10.7635681", + "machine_status": "available", + "id": 6503, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.9734704, + 51.8673542 + ] + }, + "properties": { + "name": "Lbbenau Spreewald", + "area": "Germany", + "address": "03222 Lübbenau, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.8673542", + "longitude": "13.9734704", + "machine_status": "available", + "id": 6504, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.0460047, + 53.4982314 + ] + }, + "properties": { + "name": "Pilsum Leuchtturm", + "area": "Germany", + "address": "Zum Alten Leuchtturm 2, 26736 Krummhörn, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.4982314", + "longitude": "7.0460047", + "machine_status": "available", + "id": 6505, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.0971518, + 53.4991265 + ] + }, + "properties": { + "name": "Greetsiel (machine 1)", + "area": "Germany", + "address": "Mühlenstraße 7, 26736 Krummhörn, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "53.4991265", + "longitude": "7.0971518", + "machine_status": "retired", + "id": 6506, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.094039, + 53.501126 + ] + }, + "properties": { + "name": "Greetsiel Dit un Dat (machine 5)", + "area": "Germany", + "address": "Hohe Str. 1A, 26736 Krummhörn, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.5011260", + "longitude": "7.0940390", + "machine_status": "available", + "id": 6507, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.0962196, + 53.5023343 + ] + }, + "properties": { + "name": "Greetsiel (machine 3)", + "area": "Germany", + "address": "Am Alten Deich 35, 26736 Krummhörn, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.5023343", + "longitude": "7.0962196", + "machine_status": "available", + "id": 6508, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.3598338, + 53.6863452 + ] + }, + "properties": { + "name": "Nessmersiel Hafen", + "area": "Germany", + "address": "Strandstraße 1, 26553 Dornum, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.6863452", + "longitude": "7.3598338", + "machine_status": "available", + "id": 6509, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.610215, + 53.6467347 + ] + }, + "properties": { + "name": "Esens Bernstein Huus", + "area": "Germany", + "address": "Herdestraße 10, 26427 Esens, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.6467347", + "longitude": "7.6102150", + "machine_status": "available", + "id": 6510, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.6119885, + 53.6470095 + ] + }, + "properties": { + "name": "Esens", + "area": "Germany", + "address": "Am Markt 8, 26427 Esens, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.6470095", + "longitude": "7.6119885", + "machine_status": "available", + "id": 6511, + "last_updated": "2024-08-28" + }, + "osm_id": 2382083853 + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.6619439, + 53.586948 + ] + }, + "properties": { + "name": "Borkum (machine 3)", + "area": "Germany", + "address": "Bismarckstraße 5, 26757 Borkum, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.5869480", + "longitude": "6.6619439", + "machine_status": "available", + "id": 6512, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.6631184, + 53.5878715 + ] + }, + "properties": { + "name": "Borkum (machine 2)", + "area": "Germany", + "address": "Alter Postweg 2, 26757 Borkum, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.5878715", + "longitude": "6.6631184", + "machine_status": "available", + "id": 6513, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.8607462, + 51.3380636 + ] + }, + "properties": { + "name": "Sondershausen Freizeit- und Erholungspark Possen", + "area": "Germany", + "address": "99706, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.3380636", + "longitude": "10.8607462", + "machine_status": "available", + "id": 6514, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.8973801, + 51.9390814 + ] + }, + "properties": { + "name": "Lbben Hafen", + "area": "Germany", + "address": "15907 Lübben, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.9390814", + "longitude": "13.8973801", + "machine_status": "available", + "id": 6515, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.6895766, + 50.6102185 + ] + }, + "properties": { + "name": "Suhl Waffenmuseum", + "area": "Germany", + "address": "Friedrich-König-Straße 3X, 98527 Suhl, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.6102185", + "longitude": "10.6895766", + "machine_status": "available", + "id": 6516, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.2540961, + 50.8708761 + ] + }, + "properties": { + "name": "Bad Berka - OT München Rittergut", + "area": "Germany", + "address": "99438 Weimar, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.8708761", + "longitude": "11.2540961", + "machine_status": "available", + "id": 6517, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.0022223, + 50.5154372 + ] + }, + "properties": { + "name": "Goldisthal Haus der Natur", + "area": "Germany", + "address": "Goldberg 4, 98746 Goldisthal, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.5154372", + "longitude": "11.0022223", + "machine_status": "available", + "id": 6518, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.1079657, + 51.4134669 + ] + }, + "properties": { + "name": "Kyffhusergebirge Denkmal Kaiser Wilhelm I.", + "area": "Germany", + "address": "Kyffhäuser 1, 99707 Kyffhäuserland, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.4134669", + "longitude": "11.1079657", + "machine_status": "available", + "id": 6519, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.4095802, + 51.0460534 + ] + }, + "properties": { + "name": "Liebstedt Ordensburg", + "area": "Germany", + "address": "Berggasse 63, 99510 Liebstedt, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.0460534", + "longitude": "11.4095802", + "machine_status": "available", + "id": 6520, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.1324903, + 50.5920923 + ] + }, + "properties": { + "name": "Mellenbach-Glasbach Oberweissbacher Bergbahn", + "area": "Germany", + "address": "Ob. Bergbahnstraße 9, 98744 Schwarzatal, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.5920923", + "longitude": "11.1324903", + "machine_status": "available", + "id": 6521, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.342995, + 50.6349236 + ] + }, + "properties": { + "name": "Saalfeld Feengrotten (machine 2)", + "area": "Germany", + "address": "Feengrottenweg 7, 07318 Saalfeld/Saale, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.6349236", + "longitude": "11.3429950", + "machine_status": "available", + "id": 6522, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.0672753, + 51.2015346 + ] + }, + "properties": { + "name": "Weissensee Chinesischer Garten", + "area": "Germany", + "address": "Marktpl. 19, 99631 Weißensee, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.2015346", + "longitude": "11.0672753", + "machine_status": "available", + "id": 6523, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.7230551, + 50.7121309 + ] + }, + "properties": { + "name": "Oberhof AHORN Panorama Hotel", + "area": "Germany", + "address": "98559 Oberhof, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "50.7121309", + "longitude": "10.7230551", + "machine_status": "retired", + "id": 6525, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.6540915, + 50.6584271 + ] + }, + "properties": { + "name": "Zella Mehlis Meeresaquarium", + "area": "Germany", + "address": "Beethovenstraße 16, 98544 Zella-Mehlis, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.6584271", + "longitude": "10.6540915", + "machine_status": "available", + "id": 6526, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.6710795, + 50.6536364 + ] + }, + "properties": { + "name": "Zella-Mehlis Explorata", + "area": "Germany", + "address": "Bahnhofstraße 4, 98544 Zella-Mehlis, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.6536364", + "longitude": "10.6710795", + "machine_status": "available", + "id": 6527, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.4287365, + 53.2316348 + ] + }, + "properties": { + "name": "Leer Leeraner Miniaturland", + "area": "Germany", + "address": "Konrad-Zuse-Straße 2, 26789 Leer (Ostfriesland), Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.2316348", + "longitude": "7.4287365", + "machine_status": "available", + "id": 6528, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.5108896, + 51.0839332 + ] + }, + "properties": { + "name": "Baumkronenpfad im Nationalpark Hainich - Thiemsburg", + "area": "Germany", + "address": "99947 Tottleben, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.0839332", + "longitude": "10.5108896", + "machine_status": "available", + "id": 6529, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.3116407, + 52.0786359 + ] + }, + "properties": { + "name": "Den Haag ProDemos", + "area": "Netherlands", + "address": "Hofweg 1, 2511 AA Den Haag, Netherlands", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.0786359", + "longitude": "4.3116407", + "machine_status": "available", + "id": 6530, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.0072056, + 50.9667109 + ] + }, + "properties": { + "name": "Erfurt ega", + "area": "Germany", + "address": "99094 Erfurt, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.9667109", + "longitude": "11.0072056", + "machine_status": "available", + "id": 6531, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.2313113, + 54.1603985 + ] + }, + "properties": { + "name": "Rövershagen Karls-Erlebnisdorf (machine 1)", + "area": "Germany", + "address": "18182 Rostock, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1603985", + "longitude": "12.2313113", + "machine_status": "available", + "id": 6532, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.2315997, + 54.1615543 + ] + }, + "properties": { + "name": "Rvershagen Karls-Erlebnisdorf (machine 2)", + "area": "Germany", + "address": "18182 Rostock, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1615543", + "longitude": "12.2315997", + "machine_status": "available", + "id": 6533, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.3314167, + 54.2933057 + ] + }, + "properties": { + "name": "Dierhagen Besucherpromenade", + "area": "Germany", + "address": "Am Plateau 10, 18347 Dierhagen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.2933057", + "longitude": "12.3314167", + "machine_status": "available", + "id": 6534, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.2422639, + 54.2584163 + ] + }, + "properties": { + "name": "Graal Mritz Strand-Shop", + "area": "Germany", + "address": "Zur Seebrücke 40, 18181 Graal-Müritz, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.2584163", + "longitude": "12.2422639", + "machine_status": "available", + "id": 6535, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.0505895, + 54.3195495 + ] + }, + "properties": { + "name": "Stralsund Tierpark", + "area": "Germany", + "address": "Grünhufer Bogen 2, 18437 Stralsund, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.3195495", + "longitude": "13.0505895", + "machine_status": "available", + "id": 6536, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.3711517, + 53.6191382 + ] + }, + "properties": { + "name": "Linstow Van der Valk Resort", + "area": "Germany", + "address": "18292 Kuchelmiß, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.6191382", + "longitude": "12.3711517", + "machine_status": "available", + "id": 6537, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.9973238, + 52.5327892 + ] + }, + "properties": { + "name": "Wustermark Karls-Erlebnishof", + "area": "Germany", + "address": "14641 Nauen, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "52.5327892", + "longitude": "12.9973238", + "machine_status": "retired", + "id": 6538, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.9967325, + 52.5333037 + ] + }, + "properties": { + "name": "Wustermark Karls-Erlebnishof (machine 2)", + "area": "Germany", + "address": "14641 Nauen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.5333037", + "longitude": "12.9967325", + "machine_status": "available", + "id": 6539, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.3926044, + 48.5556725 + ] + }, + "properties": { + "name": "72639 Neuffen", + "area": "Germany", + "address": "72639 Neuffen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.5556725", + "longitude": "9.3926044", + "machine_status": "available", + "id": 6540, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.7055975, + 51.6368425 + ] + }, + "properties": { + "name": "Finsterwalde Brauhaus", + "area": "Germany", + "address": "Sonnewalder Str. 16, 03238 Finsterwalde, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "51.6368425", + "longitude": "13.7055975", + "machine_status": "retired", + "id": 6541, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.7661541, + 53.029083 + ] + }, + "properties": { + "name": "Neuruppin Tierpark Kunsterspring (Fontanestadt)", + "area": "Germany", + "address": "Kunsterspring 4, 16818 Neuruppin, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.0290830", + "longitude": "12.7661541", + "machine_status": "available", + "id": 6542, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.1543069, + 52.7436123 + ] + }, + "properties": { + "name": "Oranienburg (OT Germendorf) Tierpark Germendorf", + "area": "Germany", + "address": "16515 Mühlenbecker Land, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.7436123", + "longitude": "13.1543069", + "machine_status": "available", + "id": 6543, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.8744024, + 53.3026148 + ] + }, + "properties": { + "name": "Prenzlau Naturerlebnis Uckermark (machine 1)", + "area": "Germany", + "address": "17291 Gramzow, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "53.3026148", + "longitude": "13.8744024", + "machine_status": "retired", + "id": 6544, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.5793712, + 52.0343528 + ] + }, + "properties": { + "name": "Raben Burg Rabenstein", + "area": "Germany", + "address": "Zur Burg 49, 14823 Rabenstein/Fläming, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "52.0343528", + "longitude": "12.5793712", + "machine_status": "retired", + "id": 6545, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.889086, + 53.1005365 + ] + }, + "properties": { + "name": "Rheinsberg Schiffsanleger", + "area": "Germany", + "address": "Seestraße 19C, 16831 Rheinsberg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.1005365", + "longitude": "12.8890860", + "machine_status": "available", + "id": 6546, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.4495022, + 53.0942266 + ] + }, + "properties": { + "name": "Templin El Dorado", + "area": "Germany", + "address": "17268 Templin, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.0942266", + "longitude": "13.4495022", + "machine_status": "available", + "id": 6547, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.4634488, + 51.6309716 + ] + }, + "properties": { + "name": "Bad Lauterberg (Harz) Berggaststtte Hausberg", + "area": "Germany", + "address": "Hausberg 4, 37431 Bad Lauterberg im Harz, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.6309716", + "longitude": "10.4634488", + "machine_status": "available", + "id": 6548, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.2528881, + 51.8172588 + ] + }, + "properties": { + "name": "Bad Grund HhlenErlebnisZentrum", + "area": "Germany", + "address": "B242 1, 37539 Bad Grund (Harz), Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.8172588", + "longitude": "10.2528881", + "machine_status": "available", + "id": 6549, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.6626066, + 53.5879363 + ] + }, + "properties": { + "name": "Borkum (machine 1)", + "area": "Germany", + "address": "Alter Postweg 4, 26757 Borkum, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.5879363", + "longitude": "6.6626066", + "machine_status": "available", + "id": 6550, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.2807123, + 53.3165328 + ] + }, + "properties": { + "name": "Ditzum Hafen", + "area": "Germany", + "address": "Kirchstraße 6, 26844 Jemgum, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.3165328", + "longitude": "7.2807123", + "machine_status": "available", + "id": 6551, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.7263233, + 53.4149655 + ] + }, + "properties": { + "name": "Wiesmoor Minigolf", + "area": "Germany", + "address": "Dahlienstraße 26, 26639 Wiesmoor, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "53.4149655", + "longitude": "7.7263233", + "machine_status": "retired", + "id": 6552, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.2794155, + 52.5939926 + ] + }, + "properties": { + "name": "Geeste Speichersee", + "area": "Germany", + "address": "49744 Geeste, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.5939926", + "longitude": "7.2794155", + "machine_status": "available", + "id": 6553, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.1558109, + 53.7045632 + ] + }, + "properties": { + "name": "Norderney Spielpark Kap Hoorn", + "area": "Germany", + "address": "Mühlenstraße 22, 26548 Norderney, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.7045632", + "longitude": "7.1558109", + "machine_status": "available", + "id": 6554, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.1439838, + 53.7057101 + ] + }, + "properties": { + "name": "Norderney", + "area": "Germany", + "address": "Adolfsreihe 1, 26548 Norderney, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.7057101", + "longitude": "7.1439838", + "machine_status": "available", + "id": 6555, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.1779425, + 50.3617431 + ] + }, + "properties": { + "name": "Sonneberg Spielzeugmuseum", + "area": "Germany", + "address": "Beethovenstraße 9, 96515 Sonneberg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.3617431", + "longitude": "11.1779425", + "machine_status": "available", + "id": 6556, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.343083, + 50.6348114 + ] + }, + "properties": { + "name": "Saalfeld Feengrotten (machine 1)", + "area": "Germany", + "address": "Feengrottenweg 7, 07318 Saalfeld/Saale, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.6348114", + "longitude": "11.3430830", + "machine_status": "available", + "id": 6557, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.4674788, + 50.8505452 + ] + }, + "properties": { + "name": "Tabarz Groer Inselsberg", + "area": "Germany", + "address": "Inselbergstraße 126, 99891 Bad Tabarz, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.8505452", + "longitude": "10.4674788", + "machine_status": "available", + "id": 6558, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.5413217, + 50.8626425 + ] + }, + "properties": { + "name": "Friedrichroda Marienglashhle", + "area": "Germany", + "address": "99894, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.8626425", + "longitude": "10.5413217", + "machine_status": "available", + "id": 6559, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.3456521, + 51.4269692 + ] + }, + "properties": { + "name": "Worbis Brenpark Worbis", + "area": "Germany", + "address": "37339 Buhla, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.4269692", + "longitude": "10.3456521", + "machine_status": "available", + "id": 6560, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.1161913, + 52.3873785 + ] + }, + "properties": { + "name": "Potsdam Filmpark Babelsberg", + "area": "Germany", + "address": "Babelsberg Süd, Emil-Jannings-Straße 13, 14482 Potsdam, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.3873785", + "longitude": "13.1161913", + "machine_status": "available", + "id": 6561, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.11679, + 52.3880405 + ] + }, + "properties": { + "name": "Potsdam Extavium", + "area": "Germany", + "address": "Marlene-Dietrich-Allee 12, 14482 Potsdam, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "52.3880405", + "longitude": "13.1167900", + "machine_status": "retired", + "id": 6562, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.0047351, + 53.6327176 + ] + }, + "properties": { + "name": "Hamburg Flughafen", + "area": "Germany", + "address": "Flughafenstr. 3, 22335 Hamburg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.6327176", + "longitude": "10.0047351", + "machine_status": "available", + "id": 6563, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.1451806, + 53.8957528 + ] + }, + "properties": { + "name": "Brunsbttel Nord-Ostsee-Kanal Schleusen", + "area": "Germany", + "address": "Koogstraße 108, 25541 Brunsbüttel, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.8957528", + "longitude": "9.1451806", + "machine_status": "available", + "id": 6564, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.8756878, + 50.8584208 + ] + }, + "properties": { + "name": "Holzhausen Veste Wachsenburg", + "area": "Germany", + "address": "Veste Wachsenburg 2, 99310 Wachsenburggemeinde, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "50.8584208", + "longitude": "10.8756878", + "machine_status": "retired", + "id": 6565, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.5919988, + 53.86054 + ] + }, + "properties": { + "name": "Cuxhaven Sahlenburg", + "area": "Germany", + "address": "Am Sahlenburger Strand 29, 27476 Cuxhaven, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.8605400", + "longitude": "8.5919988", + "machine_status": "available", + "id": 6566, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.0952421, + 53.5074351 + ] + }, + "properties": { + "name": "Wittenburg Alpincenter", + "area": "Germany", + "address": "Zur Winterwelt 1, 19243 Wittenburg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.5074351", + "longitude": "11.0952421", + "machine_status": "available", + "id": 6567, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.8988535, + 53.7889254 + ] + }, + "properties": { + "name": "Wangerooge Alter Leuchtturm", + "area": "Germany", + "address": "Zedeliusstraße 6, 26486 Wangerooge, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.7889254", + "longitude": "7.8988535", + "machine_status": "available", + "id": 6568, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.5489604, + 54.1667853 + ] + }, + "properties": { + "name": "Bad Malente-Gremsmhlen 5 See-Fahrt2", + "area": "Germany", + "address": "Hindenburgallee 99, 23714 Malente, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1667853", + "longitude": "10.5489604", + "machine_status": "available", + "id": 6569, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.3167228, + 53.93636 + ] + }, + "properties": { + "name": "Bad Segeberg Noctalis", + "area": "Germany", + "address": "Oberbergstraße 25, 23795 Bad Segeberg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.9363600", + "longitude": "10.3167228", + "machine_status": "available", + "id": 6570, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.8572521, + 54.1222796 + ] + }, + "properties": { + "name": "Bsum Hafen", + "area": "Germany", + "address": "Am Museumshafen 21, 25761 Büsum, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1222796", + "longitude": "8.8572521", + "machine_status": "available", + "id": 6571, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.8612556, + 54.124702 + ] + }, + "properties": { + "name": "Bsum MS Funny Girl", + "area": "Germany", + "address": "Helgolandkai 13, 25761 Büsum, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1247020", + "longitude": "8.8612556", + "machine_status": "retired", + "id": 6572, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.8580254, + 54.1282457 + ] + }, + "properties": { + "name": "Büsum Museumshafen (machine 1)", + "area": "Germany", + "address": "Am Hafen 8, 25761 Büsum, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1282457", + "longitude": "8.8580254", + "machine_status": "available", + "id": 6573, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.8572278, + 54.1280516 + ] + }, + "properties": { + "name": "Bsum Meereswelten", + "area": "Germany", + "address": "Südstrand 9, 25761 Büsum, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1280516", + "longitude": "8.8572278", + "machine_status": "retired", + "id": 6574, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.1755634, + 54.4430403 + ] + }, + "properties": { + "name": "Burg auf Fehmarn Schmetterlingspark Fehmarn", + "area": "Germany", + "address": "Mummendorfer Weg 11a, 23769 Fehmarn, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.4430403", + "longitude": "11.1755634", + "machine_status": "available", + "id": 6575, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.0877717, + 54.2258878 + ] + }, + "properties": { + "name": "Standortliste Schleswig-Holstein", + "area": "Germany", + "address": "An d. Strandpromenade 30d, 23747 Dahme, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.2258878", + "longitude": "11.0877717", + "machine_status": "available", + "id": 6576, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.690741, + 54.7304857 + ] + }, + "properties": { + "name": "Dagebll Imbiss am Fhrhafen", + "area": "Germany", + "address": "Dagebüll Mole, 25899 Dagebüll, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.7304857", + "longitude": "8.6907410", + "machine_status": "available", + "id": 6577, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.2385176, + 54.026185 + ] + }, + "properties": { + "name": "Daldorf Erlebniswald Trappenkamp", + "area": "Germany", + "address": "24635 Rickling, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "54.0261850", + "longitude": "10.2385176", + "machine_status": "retired", + "id": 6578, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.8448527, + 54.4771964 + ] + }, + "properties": { + "name": "Eckernförde (machine 3)", + "area": "Germany", + "address": "Jungmannufer 6, 24340 Eckernförde, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "54.4771964", + "longitude": "9.8448527", + "machine_status": "retired", + "id": 6579, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.8414082, + 54.0294626 + ] + }, + "properties": { + "name": "Friedrichskoog-Spitze Hauptstrae", + "area": "Germany", + "address": "Koogstraße 136, 25718 Friedrichskoog, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.0294626", + "longitude": "8.8414082", + "machine_status": "available", + "id": 6580, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.8385127, + 54.0302515 + ] + }, + "properties": { + "name": "Friedrichskoog-Spitze Touristeninformation", + "area": "Germany", + "address": "Koogstraße 140b, 25718 Friedrichskoog, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.0302515", + "longitude": "8.8385127", + "machine_status": "available", + "id": 6581, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.9756497, + 54.4030708 + ] + }, + "properties": { + "name": "Gettorf Tierpark", + "area": "Germany", + "address": "Süderstraße 33, 24214 Gettorf, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.4030708", + "longitude": "9.9756497", + "machine_status": "available", + "id": 6582, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.5448145, + 54.8326097 + ] + }, + "properties": { + "name": "Glcksburg Schloss Glcksburg", + "area": "Germany", + "address": "Schloß 7, 24960 Glücksburg (Ostsee), Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.8326097", + "longitude": "9.5448145", + "machine_status": "available", + "id": 6583, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.0347555, + 53.953268 + ] + }, + "properties": { + "name": "Groenaspe Wildpark Eekholt", + "area": "Germany", + "address": "24623 Großenaspe, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.9532680", + "longitude": "10.0347555", + "machine_status": "available", + "id": 6584, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.9624663, + 54.1443243 + ] + }, + "properties": { + "name": "Grmitz Seebrcke", + "area": "Germany", + "address": "Kurpromenade 54, 23743 Grömitz, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1443243", + "longitude": "10.9624663", + "machine_status": "available", + "id": 6585, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.9672868, + 54.1465154 + ] + }, + "properties": { + "name": "Grmitz Minigolfanlage Eldorado", + "area": "Germany", + "address": "Pappelallee 9, 23743 Grömitz, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1465154", + "longitude": "10.9672868", + "machine_status": "available", + "id": 6586, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.5495317, + 54.5656225 + ] + }, + "properties": { + "name": "Hallig Hooge Hanswarft", + "area": "Germany", + "address": "Hanswarft 8, 25859 Hooge, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.5656225", + "longitude": "8.5495317", + "machine_status": "available", + "id": 6587, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.8871484, + 54.181548 + ] + }, + "properties": { + "name": "Helgoland Oberland", + "area": "Germany", + "address": "Am Falm 305, 27498 Helgoland, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1815480", + "longitude": "7.8871484", + "machine_status": "available", + "id": 6588, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.8880108, + 54.1823598 + ] + }, + "properties": { + "name": "Helgoland Unterland", + "area": "Germany", + "address": "Lung Wai 214, 27498 Helgoland, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1823598", + "longitude": "7.8880108", + "machine_status": "available", + "id": 6589, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.5663263, + 54.6807849 + ] + }, + "properties": { + "name": "Wyk Leuchtturm (Insel Fhr)", + "area": "Germany", + "address": "Stockmannsweg 6B, 25938 Wyk auf Föhr, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.6807849", + "longitude": "8.5663263", + "machine_status": "available", + "id": 6590, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.9794648, + 54.3746383 + ] + }, + "properties": { + "name": "Heiligenhafen Fischer Stben", + "area": "Germany", + "address": "Am Strande 5, 23774 Heiligenhafen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.3746383", + "longitude": "10.9794648", + "machine_status": "available", + "id": 6591, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.666417, + 54.3242675 + ] + }, + "properties": { + "name": "Hohwacht Flunder", + "area": "Germany", + "address": "Dünenweg 1002, 24321 Hohwacht (Ostsee), Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.3242675", + "longitude": "10.6664170", + "machine_status": "available", + "id": 6592, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.1391912, + 54.3656202 + ] + }, + "properties": { + "name": "Kiel Schleuse", + "area": "Germany", + "address": "24159 Kiel, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.3656202", + "longitude": "10.1391912", + "machine_status": "available", + "id": 6593, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.219391, + 54.4061851 + ] + }, + "properties": { + "name": "Laboe Strandldchen", + "area": "Germany", + "address": "24235 Stein, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.4061851", + "longitude": "10.2193910", + "machine_status": "available", + "id": 6594, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.2291787, + 54.4120307 + ] + }, + "properties": { + "name": "Laboe U-Boot und Ehrenmal (machine 1)", + "area": "Germany", + "address": "Strandstraße 92, 24235 Laboe, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.4120307", + "longitude": "10.2291787", + "machine_status": "available", + "id": 6595, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.2288082, + 54.4121216 + ] + }, + "properties": { + "name": "Laboe U-Boot und Ehrenmal (machine 3)", + "area": "Germany", + "address": "Strandstraße 92, 24235 Laboe, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.4121216", + "longitude": "10.2288082", + "machine_status": "available", + "id": 6596, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.439483, + 55.0173699 + ] + }, + "properties": { + "name": "List Hafen (Sylt)", + "area": "Germany", + "address": "Am Hafen 400, 25992 List, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "55.0173699", + "longitude": "8.4394830", + "machine_status": "available", + "id": 6597, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.4389004, + 55.0193233 + ] + }, + "properties": { + "name": "List Erlebniszentrum Naturgewalten (Sylt)", + "area": "Germany", + "address": "Hafenstraße 51, 25992 List, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "55.0193233", + "longitude": "8.4389004", + "machine_status": "available", + "id": 6598, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.3561009, + 54.6316986 + ] + }, + "properties": { + "name": "Nebel Amrumer Leuchtturm (Amrum)", + "area": "Germany", + "address": "Tanenwai 46, 25946 Nebel, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.6316986", + "longitude": "8.3561009", + "machine_status": "available", + "id": 6599, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.9459267, + 54.0915331 + ] + }, + "properties": { + "name": "Neumnster Tierpark", + "area": "Germany", + "address": "24537 Neumünster, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.0915331", + "longitude": "9.9459267", + "machine_status": "available", + "id": 6600, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.706859, + 54.2623727 + ] + }, + "properties": { + "name": "Nessendorf Eselpark (machine 2)", + "area": "Germany", + "address": "Wiesengrund 1003, 24327 Blekendorf, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.2623727", + "longitude": "10.7068590", + "machine_status": "available", + "id": 6601, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.7070742, + 54.2623195 + ] + }, + "properties": { + "name": "Nessendorf Eselpark (machine 3)", + "area": "Germany", + "address": "Wiesengrund 1003, 24327 Blekendorf, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.2623195", + "longitude": "10.7070742", + "machine_status": "available", + "id": 6602, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.8112761, + 54.1055031 + ] + }, + "properties": { + "name": "Neustadt in Holstein Klver's Brauhaus", + "area": "Germany", + "address": "Schiffbrücke 2, 23730 Neustadt in Holstein, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1055031", + "longitude": "10.8112761", + "machine_status": "available", + "id": 6603, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.3344493, + 54.6793378 + ] + }, + "properties": { + "name": "Norddorf Touristeninfo (Amrum)", + "area": "Germany", + "address": "Nei Stich 3, 25946 Norddorf, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.6793378", + "longitude": "8.3344493", + "machine_status": "available", + "id": 6604, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.3310352, + 54.6813027 + ] + }, + "properties": { + "name": "Amrum Norddorf", + "area": "Germany", + "address": "Fleegamwai 6, 25946 Norddorf, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.6813027", + "longitude": "8.3310352", + "machine_status": "available", + "id": 6605, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.6052267, + 54.3149135 + ] + }, + "properties": { + "name": "Sankt-Peter Ording (machine 2)", + "area": "Germany", + "address": "Am Kurbad 7, 25826 St. Peter-Ording, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.3149135", + "longitude": "8.6052267", + "machine_status": "available", + "id": 6606, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.6047206, + 54.3160362 + ] + }, + "properties": { + "name": "St. Peter-Ording Dnen-Therme", + "area": "Germany", + "address": "Maleens Knoll 2A, 25826 St. Peter-Ording, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "54.3160362", + "longitude": "8.6047206", + "machine_status": "retired", + "id": 6607, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.0333374, + 54.6730312 + ] + }, + "properties": { + "name": "Schleimnde Lotseninsel", + "area": "Germany", + "address": "24376 Rabel, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.6730312", + "longitude": "10.0333374", + "machine_status": "available", + "id": 6608, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.7564885, + 54.6811116 + ] + }, + "properties": { + "name": "Schlttsiel Hafen", + "area": "Germany", + "address": "Schlüttsiel 1a, 25842 Ockholm, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "54.6811116", + "longitude": "8.7564885", + "machine_status": "retired", + "id": 6609, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.8459006, + 54.2634898 + ] + }, + "properties": { + "name": "Tönning Eidersperrwerk (machine 2)", + "area": "Germany", + "address": "25764 Schülp, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.2634898", + "longitude": "8.8459006", + "machine_status": "available", + "id": 6610, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.9527525, + 54.317884 + ] + }, + "properties": { + "name": "Tnning Multimar Wattforum", + "area": "Germany", + "address": "25832 Tönning, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.3178840", + "longitude": "8.9527525", + "machine_status": "available", + "id": 6611, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.8618779, + 53.9404247 + ] + }, + "properties": { + "name": "Travemünde TT Linie Nils Holgersson", + "area": "Germany", + "address": "23570 Lübeck, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.9404247", + "longitude": "10.8618779", + "machine_status": "available", + "id": 6612, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.8742723, + 53.9875075 + ] + }, + "properties": { + "name": "Travemnde Erlebniscafe Hermannshhe", + "area": "Germany", + "address": "Hermannshöhe 1, 23570 Lübeck, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.9875075", + "longitude": "10.8742723", + "machine_status": "available", + "id": 6613, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.3651971, + 54.0257093 + ] + }, + "properties": { + "name": "Wacken Wackenshop", + "area": "Germany", + "address": "L131 82, 25596 Wacken, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.0257093", + "longitude": "9.3651971", + "machine_status": "available", + "id": 6614, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.7957321, + 54.3103962 + ] + }, + "properties": { + "name": "Wangels (Weissenhuser Strand)", + "area": "Germany", + "address": "Brök 1009F, 23758 Wangels, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.3103962", + "longitude": "10.7957321", + "machine_status": "available", + "id": 6615, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.9078048, + 54.215109 + ] + }, + "properties": { + "name": "Arche Warder Tierpark", + "area": "Germany", + "address": "24646 Warder, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.2151090", + "longitude": "9.9078048", + "machine_status": "available", + "id": 6616, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.395966, + 54.6265887 + ] + }, + "properties": { + "name": "Wittdn Inselpraline ehemals Schatzkiste (Amrum)", + "area": "Germany", + "address": "25946 Norddorf, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.6265887", + "longitude": "8.3959660", + "machine_status": "available", + "id": 6617, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.570723, + 54.6891399 + ] + }, + "properties": { + "name": "Wyk Promenade (Fhr)", + "area": "Germany", + "address": "Sandwall 16, 25938 Wyk auf Föhr, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.6891399", + "longitude": "8.5707230", + "machine_status": "available", + "id": 6618, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.6495006, + 54.3822456 + ] + }, + "properties": { + "name": "Westerhever Schfermarkt Hinz", + "area": "Germany", + "address": "25881 Tating, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "54.3822456", + "longitude": "8.6495006", + "machine_status": "retired", + "id": 6619, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.1476841, + 51.8371284 + ] + }, + "properties": { + "name": "Burg (Spreewald) Am Hafen", + "area": "Germany", + "address": "Am Hafen 1, 03096 Burg (Spreewald), Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.8371284", + "longitude": "14.1476841", + "machine_status": "available", + "id": 6620, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.0806614, + 53.7421223 + ] + }, + "properties": { + "name": "Wingst Zoo", + "area": "Germany", + "address": "Wassermühle 12A, 21789 Wingst, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "53.7421223", + "longitude": "9.0806614", + "machine_status": "retired", + "id": 6621, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.0844792, + 53.7548692 + ] + }, + "properties": { + "name": "Wingst Spielepark", + "area": "Germany", + "address": "Schwimmbadallee 11a, 21789 Wingst, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.7548692", + "longitude": "9.0844792", + "machine_status": "available", + "id": 6622, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.8822292, + 53.8222431 + ] + }, + "properties": { + "name": "Otterndorf Achtern Diek (ehem. Spiel & Spascheune)", + "area": "Germany", + "address": "21762 Otterndorf, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.8222431", + "longitude": "8.8822292", + "machine_status": "available", + "id": 6623, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.6411833, + 53.8851816 + ] + }, + "properties": { + "name": "Cuxhaven Duhnen", + "area": "Germany", + "address": "Duhner Strandstraße 4, 27476 Cuxhaven, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.8851816", + "longitude": "8.6411833", + "machine_status": "available", + "id": 6624, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.6384948, + 53.775037 + ] + }, + "properties": { + "name": "Nordholz (LK Cuxhaven) Aeronauticum", + "area": "Germany", + "address": "27637 Wurster Nordseeküste, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.7750370", + "longitude": "8.6384948", + "machine_status": "available", + "id": 6625, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.5145526, + 53.7415785 + ] + }, + "properties": { + "name": "Dorum", + "area": "Germany", + "address": "27632 Wurster Nordseeküste, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.7415785", + "longitude": "8.5145526", + "machine_status": "available", + "id": 6626, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.6050701, + 51.864747 + ] + }, + "properties": { + "name": "Bad Harzburg Rabenklippe", + "area": "Germany", + "address": "38667 Altenau, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.8647470", + "longitude": "10.6050701", + "machine_status": "available", + "id": 6627, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.252359, + 51.9797563 + ] + }, + "properties": { + "name": "Bad Pyrmont Tierpark", + "area": "Germany", + "address": "Hauptmann-Bölke-Straße 3, 31812 Bad Pyrmont, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.9797563", + "longitude": "9.2523590", + "machine_status": "available", + "id": 6628, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.0107144, + 53.0702692 + ] + }, + "properties": { + "name": "Bispingen Iserhatsche (Heidekastell Montagnetto)", + "area": "Germany", + "address": "29646 Bispingen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.0702692", + "longitude": "10.0107144", + "machine_status": "available", + "id": 6629, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.0052004, + 53.0712976 + ] + }, + "properties": { + "name": "Bispingen Center Parc", + "area": "Germany", + "address": "Töpinger Str. 69, 29646 Bispingen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.0712976", + "longitude": "10.0052004", + "machine_status": "available", + "id": 6630, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.5134683, + 51.9756737 + ] + }, + "properties": { + "name": "Bodenwerder Tourist-Information", + "area": "Germany", + "address": "Münchhausenpl. 1, 37619 Bodenwerder, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "51.9756737", + "longitude": "9.5134683", + "machine_status": "retired", + "id": 6631, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.1297604, + 52.4079388 + ] + }, + "properties": { + "name": "Bramsche-Kalkriese Varusschlacht", + "area": "Germany", + "address": "Venner Str. 69, 49565 Bramsche, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.4079388", + "longitude": "8.1297604", + "machine_status": "available", + "id": 6632, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.6187339, + 51.7566388 + ] + }, + "properties": { + "name": "Braunlage Wurmberg", + "area": "Germany", + "address": "wurmberg 2, 38700 Braunlage, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.7566388", + "longitude": "10.6187339", + "machine_status": "available", + "id": 6633, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.6109279, + 51.7280903 + ] + }, + "properties": { + "name": "Braunlage Souvenirladen Puppe's", + "area": "Germany", + "address": "B27 1, 38700 Braunlage, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.7280903", + "longitude": "10.6109279", + "machine_status": "available", + "id": 6634, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.0455624, + 52.2601631 + ] + }, + "properties": { + "name": "Bckeburg Frstlichen Hofreitschule", + "area": "Germany", + "address": "Lange Str. 30, 31675 Bückeburg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.2601631", + "longitude": "9.0455624", + "machine_status": "available", + "id": 6635, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.5234612, + 52.2643076 + ] + }, + "properties": { + "name": "Braunschweig Dom", + "area": "Germany", + "address": "Vor d. Burg 3, 38100 Braunschweig, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "52.2643076", + "longitude": "10.5234612", + "machine_status": "retired", + "id": 6636, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.8221152, + 53.6900178 + ] + }, + "properties": { + "name": "Carolinensiel Phnomania", + "area": "Germany", + "address": "Bahnhofstraße 84, 26409 Wittmund, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "53.6900178", + "longitude": "7.8221152", + "machine_status": "retired", + "id": 6637, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.4192486, + 51.8897202 + ] + }, + "properties": { + "name": "Goslar Rammelsberger Bergbaumuseum", + "area": "Germany", + "address": "Bergtal 18, 38640 Goslar, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.8897202", + "longitude": "10.4192486", + "machine_status": "available", + "id": 6638, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.4277341, + 51.9051504 + ] + }, + "properties": { + "name": "Goslar Hexenstbchen", + "area": "Germany", + "address": "Hoher Weg 2, 38640 Goslar, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.9051504", + "longitude": "10.4277341", + "machine_status": "available", + "id": 6639, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.9601914, + 51.5933169 + ] + }, + "properties": { + "name": "Petersberg Tierpark", + "area": "Germany", + "address": "Alte Hallesche Str. 18, 06193 Petersberg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.5933169", + "longitude": "11.9601914", + "machine_status": "available", + "id": 6640, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.4580619, + 50.2321207 + ] + }, + "properties": { + "name": "Schmitten Großer Feldberg (Taunus)", + "area": "Germany", + "address": "Großer Feldberg 1, 61389 Schmitten, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.2321207", + "longitude": "8.4580619", + "machine_status": "available", + "id": 6641, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.5673873, + 50.2699183 + ] + }, + "properties": { + "name": "Bad Homburg Rmerkastell Saalburg", + "area": "Germany", + "address": "61350 Bad Homburg vor der Höhe, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.2699183", + "longitude": "8.5673873", + "machine_status": "available", + "id": 6642, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.956416, + 53.309006 + ] + }, + "properties": { + "name": "Jesteburg Kunsthaus", + "area": "Germany", + "address": "Hauptstraße 39, 21266 Jesteburg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.3090060", + "longitude": "9.9564160", + "machine_status": "available", + "id": 6644, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.3568653, + 53.512543 + ] + }, + "properties": { + "name": "Alt Schwerin Agroneum", + "area": "Germany", + "address": "Dorfstraße 14A, 17214 Alt Schwerin, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.5125430", + "longitude": "12.3568653", + "machine_status": "available", + "id": 6645, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.8925295, + 54.0971677 + ] + }, + "properties": { + "name": "Bad Doberan Molli-Haltestelle Stadtmitte", + "area": "Germany", + "address": "Stülower Weg 17, 18209 Bad Doberan, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.0971677", + "longitude": "11.8925295", + "machine_status": "available", + "id": 6646, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.2035113, + 53.9872708 + ] + }, + "properties": { + "name": "Boltenhagen Kurhaus", + "area": "Germany", + "address": "Ostseeallee 6, 23946 Ostseebad Boltenhagen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.9872708", + "longitude": "11.2035113", + "machine_status": "available", + "id": 6647, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.2053243, + 53.9874553 + ] + }, + "properties": { + "name": "Boltenhagen (machine 2)", + "area": "Germany", + "address": "Mittelpromenade 19, 23946 Ostseebad Boltenhagen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.9874553", + "longitude": "11.2053243", + "machine_status": "available", + "id": 6648, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.3052059, + 53.4903672 + ] + }, + "properties": { + "name": "Burg Stargard Hhenburg Stargard", + "area": "Germany", + "address": "Burg 8, 17094 Burg Stargard, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.4903672", + "longitude": "13.3052059", + "machine_status": "available", + "id": 6649, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.547729, + 53.5255451 + ] + }, + "properties": { + "name": "Damerower Werder Wisentreservat", + "area": "Germany", + "address": "Zum Werder 5A, 17194 Jabel, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.5255451", + "longitude": "12.5477290", + "machine_status": "available", + "id": 6650, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.0604858, + 53.8876847 + ] + }, + "properties": { + "name": "Dargen (Usedom) Technik- & Zweiradmuseum", + "area": "Germany", + "address": "Bahnhofstraße 6, 17419 Dargen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.8876847", + "longitude": "14.0604858", + "machine_status": "available", + "id": 6651, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.7282216, + 54.1361895 + ] + }, + "properties": { + "name": "Freest (Fischerdorf) Dorfstrae 36", + "area": "Germany", + "address": "Dorfstraße 29, 17440 Kröslin, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1361895", + "longitude": "13.7282216", + "machine_status": "available", + "id": 6652, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.3772938, + 53.9928985 + ] + }, + "properties": { + "name": "Insel Poel Cafe am Leuchtturm", + "area": "Germany", + "address": "Lotsenstieg 18, 23999 Insel Poel, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.9928985", + "longitude": "11.3772938", + "machine_status": "available", + "id": 6653, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.8392862, + 53.0664525 + ] + }, + "properties": { + "name": "Bremen Weserstadion", + "area": "Germany", + "address": "Franz-Böhmert-Straße 5a, 28205 Bremen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.0664525", + "longitude": "8.8392862", + "machine_status": "available", + "id": 6654, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.8843401, + 53.093501 + ] + }, + "properties": { + "name": "Bremen Touristen Information", + "area": "Germany", + "address": "Deliusweg 40, 28359 Bremen, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "53.0935010", + "longitude": "8.8843401", + "machine_status": "retired", + "id": 6655, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.2466175, + 54.4570612 + ] + }, + "properties": { + "name": "Gingst Rgen Park (Rgen)", + "area": "Germany", + "address": "Mühlenstraße 23B, 18569 Gingst, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.4570612", + "longitude": "13.2466175", + "machine_status": "available", + "id": 6656, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.7419442, + 54.346103 + ] + }, + "properties": { + "name": "Ghren Seebrcke (Rgen)", + "area": "Germany", + "address": "Nordstrand 2A, 18586 Göhren, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.3461030", + "longitude": "13.7419442", + "machine_status": "available", + "id": 6657, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.2240926, + 53.7889844 + ] + }, + "properties": { + "name": "Gstrow Wildpark-MV", + "area": "Germany", + "address": "18273 Güstrow, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.7889844", + "longitude": "12.2240926", + "machine_status": "available", + "id": 6658, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.144963, + 53.9722119 + ] + }, + "properties": { + "name": "Bansin Kaiserstrand Beachhotel (ehemals Heringsdorf)", + "area": "Germany", + "address": "Strandpromenade 20, 17429 Heringsdorf, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.9722119", + "longitude": "14.1449630", + "machine_status": "available", + "id": 6659, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.1666867, + 53.9550472 + ] + }, + "properties": { + "name": "Heringsdorf Friedensstr. 16/ehem. Seebrcke (Usedom)", + "area": "Germany", + "address": "Friedenstraße 15B, 17424 Heringsdorf, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.9550472", + "longitude": "14.1666867", + "machine_status": "available", + "id": 6660, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.3568742, + 39.5862646 + ] + }, + "properties": { + "name": "Sa Coma (Mallorca) Safari Zoo", + "area": "Spain", + "address": "07530 Sant Llorenç des Cardassar, Balearic Islands, Spain", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "39.5862646", + "longitude": "3.3568742", + "machine_status": "available", + "id": 6661, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.8161231, + 39.8320281 + ] + }, + "properties": { + "name": "Sa Calobra (Mallorca) Nuu Sa Corbata", + "area": "Spain", + "address": "07315 Escorca, Balearic Islands, Spain", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "39.8320281", + "longitude": "2.8161231", + "machine_status": "retired", + "id": 6662, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.8001253, + 39.8504718 + ] + }, + "properties": { + "name": "Sa Calobra (Mallorca)", + "area": "Spain", + "address": "Carrer Port de Sa Calobra, 5A, 07315 Port de Sa Calobra, Illes Balears, Spain", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "39.8504718", + "longitude": "2.8001253", + "machine_status": "retired", + "id": 6663, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.7011179, + 53.7003113 + ] + }, + "properties": { + "name": "Neuharlingersiel Touristinformation", + "area": "Germany", + "address": "Hafenzufahrt West 1, 26427 Neuharlingersiel, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.7003113", + "longitude": "7.7011179", + "machine_status": "available", + "id": 6664, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.1115367, + 52.8715281 + ] + }, + "properties": { + "name": "Mden/rtze Wildpark Mden", + "area": "Germany", + "address": "Heuweg 28A, 29328 Faßberg, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "52.8715281", + "longitude": "10.1115367", + "machine_status": "retired", + "id": 6666, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.0759177, + 52.2480605 + ] + }, + "properties": { + "name": "Osnabrück Zoo (machine 2)", + "area": "Germany", + "address": "49082 Osnabrück, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "52.2480605", + "longitude": "8.0759177", + "machine_status": "retired", + "id": 6667, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.2731684, + 52.9342305 + ] + }, + "properties": { + "name": "Verden/ Aller MAGIC- PARK", + "area": "Germany", + "address": "Heinrich-Schröder-Weg 7, 27283 Verden (Aller), Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "52.9342305", + "longitude": "9.2731684", + "machine_status": "retired", + "id": 6668, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.5371571, + 51.8025036 + ] + }, + "properties": { + "name": "Torfhaus Harz (machine 3)", + "area": "Germany", + "address": "Torfhaus 38, 38667 Altenau, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.8025036", + "longitude": "10.5371571", + "machine_status": "available", + "id": 6669, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.5369761, + 51.8026695 + ] + }, + "properties": { + "name": "Torfhaus Harz (machine 2)", + "area": "Germany", + "address": "Torfhaus 38, 38667 Altenau, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.8026695", + "longitude": "10.5369761", + "machine_status": "available", + "id": 6670, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.534702, + 52.0305382 + ] + }, + "properties": { + "name": "Schladen/Harz Nordharzer Schlangenparadies", + "area": "Germany", + "address": "Im Gewerbegebiet 5, 38315 Schladen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.0305382", + "longitude": "10.5347020", + "machine_status": "available", + "id": 6671, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.6046565, + 52.1884155 + ] + }, + "properties": { + "name": "Springe Wisentgehege", + "area": "Germany", + "address": "K213 2, 31832 Springe, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "52.1884155", + "longitude": "9.6046565", + "machine_status": "retired", + "id": 6672, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.707759, + 52.5368927 + ] + }, + "properties": { + "name": "Ströhen Tierpark", + "area": "Germany", + "address": "Tierparkstraße 43, 49419 Wagenfeld, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.5368927", + "longitude": "8.7077590", + "machine_status": "available", + "id": 6673, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.3078587, + 52.4602403 + ] + }, + "properties": { + "name": "Steinhude Inselfestung Wilhelmstein", + "area": "Germany", + "address": "31515 Wunstorf, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.4602403", + "longitude": "9.3078587", + "machine_status": "available", + "id": 6674, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.5998753, + 52.8802155 + ] + }, + "properties": { + "name": "Vogelpark Walsrode (machine 1)", + "area": "Germany", + "address": "Ahrsener Str. 5, 29664 Walsrode, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.8802155", + "longitude": "9.5998753", + "machine_status": "available", + "id": 6675, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.6041763, + 52.8815005 + ] + }, + "properties": { + "name": "Vogelpark Walsrode (machine 2)", + "area": "Germany", + "address": "Am Rieselbach 9, 29664 Walsrode, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "52.8815005", + "longitude": "9.6041763", + "machine_status": "retired", + "id": 6676, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.9502638, + 54.3167763 + ] + }, + "properties": { + "name": "Tnning Hafen", + "area": "Germany", + "address": "25832 Tönning, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.3167763", + "longitude": "8.9502638", + "machine_status": "available", + "id": 6677, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.7855339, + 51.6033896 + ] + }, + "properties": { + "name": "Ilfeld Raststtte Netzkater", + "area": "Germany", + "address": "Netzkater 5A, 99768 Harztor, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.6033896", + "longitude": "10.7855339", + "machine_status": "available", + "id": 6678, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.1435136, + 53.7072453 + ] + }, + "properties": { + "name": "Norderney Jann-Berghaus-Strae", + "area": "Germany", + "address": "Poststraße 7A, 26548 Norderney, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.7072453", + "longitude": "7.1435136", + "machine_status": "available", + "id": 6679, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.8607236, + 51.3380726 + ] + }, + "properties": { + "name": "Sondershausen park Possen (machine 2)", + "area": "Germany", + "address": "99706, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.3380726", + "longitude": "10.8607236", + "machine_status": "available", + "id": 6680, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.0612449, + 54.1876929 + ] + }, + "properties": { + "name": "Kellenhusen Strandpromenade (machine 2)", + "area": "Germany", + "address": "Strandpromenade 1016, 23746 Kellenhusen (Ostsee), Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1876929", + "longitude": "11.0612449", + "machine_status": "available", + "id": 6681, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.0968114, + 53.4990421 + ] + }, + "properties": { + "name": "Greetsiel (machine 6)", + "area": "Germany", + "address": "Mühlenstraße 7, 26736 Krummhörn, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "53.4990421", + "longitude": "7.0968114", + "machine_status": "retired", + "id": 6682, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.1333643, + 53.5136718 + ] + }, + "properties": { + "name": "Wilhelmshaven Hafen", + "area": "Germany", + "address": "Huntestraße 6, 26382 Wilhelmshaven, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.5136718", + "longitude": "8.1333643", + "machine_status": "available", + "id": 6683, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.1294135, + 53.5815141 + ] + }, + "properties": { + "name": "Wilhelmshaven JadeWeserPort-Infocenter", + "area": "Germany", + "address": "26388 Wilhelmshaven, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.5815141", + "longitude": "8.1294135", + "machine_status": "available", + "id": 6684, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.7892314, + 52.4224782 + ] + }, + "properties": { + "name": "Wolfsburg Fanshop City-Galerie", + "area": "Germany", + "address": "38440 Wolfsburg, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "52.4224782", + "longitude": "10.7892314", + "machine_status": "retired", + "id": 6685, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.0130398, + 53.6858817 + ] + }, + "properties": { + "name": "Horumersiel Landgang", + "area": "Germany", + "address": "Goldstraße 4, 26434 Wangerland, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.6858817", + "longitude": "8.0130398", + "machine_status": "available", + "id": 6686, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.017222, + 53.6861845 + ] + }, + "properties": { + "name": "Horumersiel Schwimmbad", + "area": "Germany", + "address": "Strandweg 7A, 26434 Wangerland, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.6861845", + "longitude": "8.0172220", + "machine_status": "available", + "id": 6687, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.9141957, + 53.6665772 + ] + }, + "properties": { + "name": "Hohenkirchen Nordsee Spielstadt Wangerland", + "area": "Germany", + "address": "Boing-von-Oldersum-Straße 26, 26434 Wangerland, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.6665772", + "longitude": "7.9141957", + "machine_status": "available", + "id": 6688, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.6183171, + 52.7487462 + ] + }, + "properties": { + "name": "Hodenhagen Serengeti-Park (machine 3)", + "area": "Germany", + "address": "Am Safaripark 1, 29693 Hodenhagen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.7487462", + "longitude": "9.6183171", + "machine_status": "available", + "id": 6689, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.6270664, + 52.7506949 + ] + }, + "properties": { + "name": "Hodenhagen Serengeti-Park (machine 2)", + "area": "Germany", + "address": "29693 Böhme, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.7506949", + "longitude": "9.6270664", + "machine_status": "available", + "id": 6690, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.61997, + 52.7528076 + ] + }, + "properties": { + "name": "Hodenhagen Serengeti-Park (machine 1)", + "area": "Germany", + "address": "29693 Böhme, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "52.7528076", + "longitude": "9.6199700", + "machine_status": "retired", + "id": 6691, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.8085461, + 53.7081487 + ] + }, + "properties": { + "name": "Harlesiel Restaurant Wattkieker", + "area": "Germany", + "address": "Am Harlesiel 19, 26409 Wittmund, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.7081487", + "longitude": "7.8085461", + "machine_status": "available", + "id": 6692, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.6483067, + 51.4208075 + ] + }, + "properties": { + "name": "Hann. Münden (machine 2)", + "area": "Germany", + "address": "Weserpfad 24, 34346 Hann. Münden, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.4208075", + "longitude": "9.6483067", + "machine_status": "available", + "id": 6693, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.3410101, + 51.8593249 + ] + }, + "properties": { + "name": "Hahnenklee Bocksberg Seilbahn (Harz)", + "area": "Germany", + "address": "Rathausstraße 6I, 38644 Goslar, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "51.8593249", + "longitude": "10.3410101", + "machine_status": "retired", + "id": 6694, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.6954573, + 52.4587789 + ] + }, + "properties": { + "name": "Hannover Flughafen", + "area": "Germany", + "address": "30855 Langenhagen, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "52.4587789", + "longitude": "9.6954573", + "machine_status": "retired", + "id": 6695, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.1692552, + 47.9950035 + ] + }, + "properties": { + "name": "82211 Herrsching", + "area": "Germany", + "address": "82211 Herrsching, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.9950035", + "longitude": "11.1692552", + "machine_status": "available", + "id": 6696, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.858978, + 53.844468 + ] + }, + "properties": { + "name": "Karnin Eisenbahnhubbrcke", + "area": "Germany", + "address": "Karnin 14A, 17406 Usedom, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.8444680", + "longitude": "13.8589780", + "machine_status": "available", + "id": 6697, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.1070624, + 54.5688385 + ] + }, + "properties": { + "name": "Vitte Hafen (Insel Hiddensee) (ehem. Leuchtturm Dornbusch)", + "area": "Germany", + "address": "18565 Hiddensee, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.5688385", + "longitude": "13.1070624", + "machine_status": "available", + "id": 6698, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.1736871, + 53.9688759 + ] + }, + "properties": { + "name": "Kltz Schmetterlingspark", + "area": "Germany", + "address": "An d. Festwiese 5, 23948 Klütz, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "53.9688759", + "longitude": "11.1736871", + "machine_status": "retired", + "id": 6699, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.5683862, + 54.1455518 + ] + }, + "properties": { + "name": "Marlow Vogelpark", + "area": "Germany", + "address": "18337 Marlow, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1455518", + "longitude": "12.5683862", + "machine_status": "available", + "id": 6700, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.8120951, + 53.2761076 + ] + }, + "properties": { + "name": "Mirow Schlossinsel", + "area": "Germany", + "address": "Schloßstraße 1A, 17252 Mirow, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.2761076", + "longitude": "12.8120951", + "machine_status": "available", + "id": 6701, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.2697721, + 53.4579637 + ] + }, + "properties": { + "name": "Plau am See Fischerhaus", + "area": "Germany", + "address": "An Metow 12-16, 19395 Plau am See, Germany", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=426203", + "internal_url": "null", + "latitude": "53.4579637", + "longitude": "12.2697721", + "machine_status": "available", + "id": 6702, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.2147473, + 48.3707802 + ] + }, + "properties": { + "name": "72820 Sonnenbühl", + "area": "Germany", + "address": "72820 Sonnenbühl, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.3707802", + "longitude": "9.2147473", + "machine_status": "available", + "id": 6703, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.9634698, + 48.3251657 + ] + }, + "properties": { + "name": "72379 Hechingen", + "area": "Germany", + "address": "72379 Hechingen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.3251657", + "longitude": "8.9634698", + "machine_status": "available", + "id": 6704, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.7838026, + 48.4158282 + ] + }, + "properties": { + "name": "Mühlweg 2", + "area": "Germany", + "address": "Mühlweg 2, 89143 Blaubeuren, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.4158282", + "longitude": "9.7838026", + "machine_status": "available", + "id": 6705, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.434233, + 54.6789035 + ] + }, + "properties": { + "name": "Putgarten Kap Arkona (machine 2)", + "area": "Germany", + "address": "Arkona 2B, 18556 Putgarten, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.6789035", + "longitude": "13.4342330", + "machine_status": "available", + "id": 6706, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.8355552, + 47.8200332 + ] + }, + "properties": { + "name": "Belchen (Schwarzwald)", + "area": "Germany", + "address": "79677 Tunau, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.8200332", + "longitude": "7.8355552", + "machine_status": "available", + "id": 6707, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.4271324, + 53.4743071 + ] + }, + "properties": { + "name": "Gstrow Wildpark-MV", + "area": "Germany", + "address": "Kirchenstraße 1B, 17213 Malchow, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.4743071", + "longitude": "12.4271324", + "machine_status": "available", + "id": 6708, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.5311478, + 51.2714683 + ] + }, + "properties": { + "name": "Nebra Arche", + "area": "Germany", + "address": "06642 Nebra (Unstrut), Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.2714683", + "longitude": "11.5311478", + "machine_status": "available", + "id": 6709, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.0053302, + 51.5806082 + ] + }, + "properties": { + "name": "Auerberg Josephskreuz", + "area": "Germany", + "address": "06536 Berga, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.5806082", + "longitude": "11.0053302", + "machine_status": "available", + "id": 6710, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.6157152, + 51.8004912 + ] + }, + "properties": { + "name": "Brocken (machine 4)", + "area": "Germany", + "address": "Brocken 1, 38879 Wernigerode, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.8004912", + "longitude": "10.6157152", + "machine_status": "available", + "id": 6711, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.617802, + 51.7997084 + ] + }, + "properties": { + "name": "Brocken (Harz) (machine 3)", + "area": "Germany", + "address": "38879 Wernigerode, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.7997084", + "longitude": "10.6178020", + "machine_status": "available", + "id": 6712, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.6155403, + 51.7999125 + ] + }, + "properties": { + "name": "Brocken (Harz) (machine 2)", + "area": "Germany", + "address": "Brocken 1, 38879 Wernigerode, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.7999125", + "longitude": "10.6155403", + "machine_status": "available", + "id": 6713, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.5472907, + 51.5284921 + ] + }, + "properties": { + "name": "Eisleben Sport &Fashion Lars Mller", + "area": "Germany", + "address": "Markt 14, 06295 Lutherstadt Eisleben, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "51.5284921", + "longitude": "11.5472907", + "machine_status": "retired", + "id": 6714, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.2846997, + 51.6783933 + ] + }, + "properties": { + "name": "Falkenstein / Harz Burg Falkenstein", + "area": "Germany", + "address": "06543 Falkenstein, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.6783933", + "longitude": "11.2846997", + "machine_status": "available", + "id": 6715, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.4471825, + 51.7591064 + ] + }, + "properties": { + "name": "Grfenhainichen Ferropolis", + "area": "Germany", + "address": "06773 Gräfenhainichen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.7591064", + "longitude": "12.4471825", + "machine_status": "available", + "id": 6716, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.1762767, + 51.3464027 + ] + }, + "properties": { + "name": "Gnthersdorf Das verrckte Haus im Nova-Eventis", + "area": "Germany", + "address": "06237 Leuna, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.3464027", + "longitude": "12.1762767", + "machine_status": "available", + "id": 6717, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.4958003, + 51.2649493 + ] + }, + "properties": { + "name": "Kaiserpfalz Erlebnistierpark Memleben", + "area": "Germany", + "address": "Thomas-Müntzer-Straße 41, 06642 Kaiserpfalz, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.2649493", + "longitude": "11.4958003", + "machine_status": "available", + "id": 6718, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.6447635, + 52.1654086 + ] + }, + "properties": { + "name": "Magdeburg Zoo", + "area": "Germany", + "address": "Zooallee 8, 39124 Magdeburg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.1654086", + "longitude": "11.6447635", + "machine_status": "available", + "id": 6719, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.6665363, + 52.1385817 + ] + }, + "properties": { + "name": "Magdeburg Dom", + "area": "Germany", + "address": "39114 Magdeburg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.1385817", + "longitude": "11.6665363", + "machine_status": "available", + "id": 6720, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.1397457, + 51.791234 + ] + }, + "properties": { + "name": "Quedlinburg (Harz)", + "area": "Germany", + "address": "Marschlinger Hof 18, 06484 Quedlinburg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.7912340", + "longitude": "11.1397457", + "machine_status": "available", + "id": 6721, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.5936996, + 51.3771733 + ] + }, + "properties": { + "name": "Querfurt Burg Querfurt", + "area": "Germany", + "address": "06268 Steigra, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.3771733", + "longitude": "11.5936996", + "machine_status": "available", + "id": 6722, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.8471268, + 51.7551699 + ] + }, + "properties": { + "name": "Rbeland/Harz Hermannshhle", + "area": "Germany", + "address": "Hasselfelder Str. 1, 38889 Elbingerode (Harz), Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.7551699", + "longitude": "10.8471268", + "machine_status": "available", + "id": 6723, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.8433315, + 51.7548013 + ] + }, + "properties": { + "name": "Rbeland Baumannshhle", + "area": "Germany", + "address": "Blankenburger Str. 36, 38889 Elbingerode (Harz), Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.7548013", + "longitude": "10.8433315", + "machine_status": "available", + "id": 6724, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.6663433, + 51.7644013 + ] + }, + "properties": { + "name": "Schierke Brocken Coaster (Harz) (machine 2)", + "area": "Germany", + "address": "Hagenstraße 4, 38879 Wernigerode, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "51.7644013", + "longitude": "10.6663433", + "machine_status": "retired", + "id": 6725, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.6663232, + 51.764149 + ] + }, + "properties": { + "name": "Schierke Brocken Coaster (Harz) (machine 1)", + "area": "Germany", + "address": "Hagenstraße 4, 38879 Wernigerode, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.7641490", + "longitude": "10.6663232", + "machine_status": "available", + "id": 6726, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.0259283, + 51.7328011 + ] + }, + "properties": { + "name": "Thale Hexentanzplatz (Harz) (machine 4)", + "area": "Germany", + "address": "Hexentanzpl. 2, 06502 Thale, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "51.7328011", + "longitude": "11.0259283", + "machine_status": "retired", + "id": 6727, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.0245716, + 51.7331881 + ] + }, + "properties": { + "name": "Thale Hexentanzplatz (Harz) (machine 3)", + "area": "Germany", + "address": "Hexentanzpl. 2, 06502 Thale, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.7331881", + "longitude": "11.0245716", + "machine_status": "available", + "id": 6728, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.8880305, + 51.7426366 + ] + }, + "properties": { + "name": "Wendefurth Rappbodetalsperre", + "area": "Germany", + "address": "38889 Heimburg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.7426366", + "longitude": "10.8880305", + "machine_status": "available", + "id": 6729, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.6377181, + 51.8667827 + ] + }, + "properties": { + "name": "Wittenberg Lutherstadt Wittenberg", + "area": "Germany", + "address": "Schloßpl. 2A, 06886 Lutherstadt Wittenberg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.8667827", + "longitude": "12.6377181", + "machine_status": "available", + "id": 6730, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.8122126, + 51.8276075 + ] + }, + "properties": { + "name": "Wernigerode Wildpark Christianental", + "area": "Germany", + "address": "Christianental 43B, 38855 Wernigerode, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.8276075", + "longitude": "10.8122126", + "machine_status": "available", + "id": 6731, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.7191023, + 51.7754738 + ] + }, + "properties": { + "name": "Wernigerode Natur-Erlebniszentrum HohneHof", + "area": "Germany", + "address": "38875 Oberharz am Brocken, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.7754738", + "longitude": "10.7191023", + "machine_status": "available", + "id": 6732, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.7570851, + 51.8206579 + ] + }, + "properties": { + "name": "Wernigerode Hasserder Ferienpark", + "area": "Germany", + "address": "Nesseltal 16, 38855 Wernigerode, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.8206579", + "longitude": "10.7570851", + "machine_status": "available", + "id": 6733, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 25.4611319, + 35.2897297 + ] + }, + "properties": { + "name": "Griechenland: Kreta Malia", + "area": "Greece", + "address": "Dimokratias 115, Malia 700 07, Greece", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "35.2897297", + "longitude": "25.4611319", + "machine_status": "retired", + "id": 6734, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 23.9700758, + 35.468434 + ] + }, + "properties": { + "name": "Griechenland: Kreta Limnoupolis Water Park", + "area": "Greece", + "address": "Chania 731 00, Greece", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "35.4684340", + "longitude": "23.9700758", + "machine_status": "retired", + "id": 6735, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.566066, + 54.4401119 + ] + }, + "properties": { + "name": "Binz-Prora (Rgen) Experimenta", + "area": "Germany", + "address": "Forstverwaltung 1, 18609 Binz, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.4401119", + "longitude": "13.5660660", + "machine_status": "available", + "id": 6736, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.5679489, + 54.4434062 + ] + }, + "properties": { + "name": "Binz-Prora Eisenbahn & Technik Museum (Rgen)", + "area": "Germany", + "address": "Mukraner Str. 3, 18609 Binz, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.4434062", + "longitude": "13.5679489", + "machine_status": "available", + "id": 6737, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.0474474, + 53.9549161 + ] + }, + "properties": { + "name": "Pudagla Gullivers Welt", + "area": "Germany", + "address": "Gewerbegebiet am Sandfeld 1, 17429 Pudagla, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.9549161", + "longitude": "14.0474474", + "machine_status": "available", + "id": 6738, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.0867446, + 54.1846806 + ] + }, + "properties": { + "name": "Rostock-Warnemünde Westmole", + "area": "Germany", + "address": "53MP+VM Rostock, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1846806", + "longitude": "12.0867446", + "machine_status": "available", + "id": 6739, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.4409545, + 53.606931 + ] + }, + "properties": { + "name": "Schwerin Zoo", + "area": "Germany", + "address": "Waldschulweg 2B, 19061 Schwerin, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.6069310", + "longitude": "11.4409545", + "machine_status": "available", + "id": 6740, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.4201781, + 53.6263657 + ] + }, + "properties": { + "name": "Schwerin Weie Flotte", + "area": "Germany", + "address": "Werderstraße 143, 19055 Schwerin, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.6263657", + "longitude": "11.4201781", + "machine_status": "available", + "id": 6741, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.5256585, + 54.5637285 + ] + }, + "properties": { + "name": "Spycker Dinosaurierland Rgen (Rgen)", + "area": "Germany", + "address": "18551 Lohme, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.5637285", + "longitude": "13.5256585", + "machine_status": "available", + "id": 6742, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.0984591, + 54.3155043 + ] + }, + "properties": { + "name": "Stralsund Hafen", + "area": "Germany", + "address": "Hafenstraße 50, 18439 Stralsund, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "54.3155043", + "longitude": "13.0984591", + "machine_status": "retired", + "id": 6743, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.4352311, + 51.8150905 + ] + }, + "properties": { + "name": "Teichland - Erlebnispark Teichland", + "area": "Germany", + "address": "Zum Erlebnispark 1, 03185 Teichland, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.8150905", + "longitude": "14.4352311", + "machine_status": "available", + "id": 6744, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.3794702, + 53.9926669 + ] + }, + "properties": { + "name": "Tau'n Lüchttorm 3", + "area": "Germany", + "address": "Tau'n Lüchttorm 3, 23999 Insel Poel, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.9926669", + "longitude": "11.3794702", + "machine_status": "available", + "id": 6745, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.199647, + 52.442577 + ] + }, + "properties": { + "name": "Mnchehagen Dino-Park", + "area": "Germany", + "address": "Alte Zollstraße 5, 31547 Rehburg-Loccum, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.4425770", + "longitude": "9.1996470", + "machine_status": "available", + "id": 6746, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.4676008, + 54.5737556 + ] + }, + "properties": { + "name": "Glowe Hafen", + "area": "Germany", + "address": "Am Königshörn 1, 18551 Glowe, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.5737556", + "longitude": "13.4676008", + "machine_status": "available", + "id": 6747, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.8358204, + 54.1194068 + ] + }, + "properties": { + "name": "Karlshagen Der Usedomfisch Shop", + "area": "Germany", + "address": "Strandstraße 20, 17449 Karlshagen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1194068", + "longitude": "13.8358204", + "machine_status": "available", + "id": 6748, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.321006, + 49.0690804 + ] + }, + "properties": { + "name": "Altrathauspl. 10", + "area": "Germany", + "address": "Altrathauspl. 10, 91550 Dinkelsbühl, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.0690804", + "longitude": "10.3210060", + "machine_status": "available", + "id": 6749, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.0138867, + 53.6856937 + ] + }, + "properties": { + "name": "Horumersiel Hutzfeld", + "area": "Germany", + "address": "Goldstraße 3, 26434 Wangerland, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.6856937", + "longitude": "8.0138867", + "machine_status": "available", + "id": 6750, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.9170898, + 52.9586712 + ] + }, + "properties": { + "name": "Friesoythe Tier und Freizeitpark Thle", + "area": "Germany", + "address": "Über dem Worberg 1, 26169 Friesoythe, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.9586712", + "longitude": "7.9170898", + "machine_status": "available", + "id": 6751, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.0457137, + 54.4748075 + ] + }, + "properties": { + "name": "Husum Fischhaus Loof", + "area": "Germany", + "address": "Kleikuhle 7, 25813 Husum, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.4748075", + "longitude": "9.0457137", + "machine_status": "available", + "id": 6752, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.8701162, + 54.1283767 + ] + }, + "properties": { + "name": "Bsum Phnomania", + "area": "Germany", + "address": "25761 Büsum, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1283767", + "longitude": "8.8701162", + "machine_status": "available", + "id": 6753, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.9215059, + 53.5204791 + ] + }, + "properties": { + "name": "Hamburg Duckdalben", + "area": "Germany", + "address": "21129 Hamburg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.5204791", + "longitude": "9.9215059", + "machine_status": "available", + "id": 6754, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.1375552, + 51.3772369 + ] + }, + "properties": { + "name": "Wilhelmstraße 50", + "area": "Germany", + "address": "Wilhelmstraße 50, 37308 Heilbad Heiligenstadt, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.3772369", + "longitude": "10.1375552", + "machine_status": "available", + "id": 6755, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 25.4617153, + 35.2871298 + ] + }, + "properties": { + "name": "Griechenland: Kreta Malia", + "area": "Greece", + "address": "Dimokratias 75, Malia 700 07, Greece", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "35.2871298", + "longitude": "25.4617153", + "machine_status": "retired", + "id": 6756, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.8636225, + 54.1276836 + ] + }, + "properties": { + "name": "Bsum Museum am Meer", + "area": "Germany", + "address": "Alte Hafeninsel 9, 25761 Büsum, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1276836", + "longitude": "8.8636225", + "machine_status": "retired", + "id": 6757, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.8580848, + 54.0888233 + ] + }, + "properties": { + "name": "Pelzerhaken Seebrcke", + "area": "Germany", + "address": "Strandallee 23, 23730 Neustadt in Holstein, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.0888233", + "longitude": "10.8580848", + "machine_status": "available", + "id": 6758, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.7023665, + 54.3671647 + ] + }, + "properties": { + "name": "Sellin Kaufhaus Stolz", + "area": "Germany", + "address": "Friedrich-von-Hagenow-Straße 10, 18586 Sellin, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.3671647", + "longitude": "13.7023665", + "machine_status": "available", + "id": 6759, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.028338, + 53.6274002 + ] + }, + "properties": { + "name": "Hooksiel Maya's Cafe und Bistro", + "area": "Germany", + "address": "Lange Str. 10-12, 26434 Wangerland, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.6274002", + "longitude": "8.0283380", + "machine_status": "available", + "id": 6760, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.7188434, + 53.6586903 + ] + }, + "properties": { + "name": "Werdum Haustierpark", + "area": "Germany", + "address": "Im Gastfeld 4A, 26427 Werdum, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.6586903", + "longitude": "7.7188434", + "machine_status": "available", + "id": 6761, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.2286336, + 47.7244985 + ] + }, + "properties": { + "name": "Seefelder Str. 5A", + "area": "Germany", + "address": "Seefelder Str. 5A, 88690 Uhldingen-Mühlhofen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.7244985", + "longitude": "9.2286336", + "machine_status": "available", + "id": 6762, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.0968525, + 53.4990114 + ] + }, + "properties": { + "name": "Greetsiel (machine 6)", + "area": "Germany", + "address": "Mühlenstraße 7, 26736 Krummhörn, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "53.4990114", + "longitude": "7.0968525", + "machine_status": "retired", + "id": 6763, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.0931526, + 53.50175 + ] + }, + "properties": { + "name": "Greetsiel Geschenke Hlscher", + "area": "Germany", + "address": "Kalvarienweg 2, 26736 Krummhörn, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.5017500", + "longitude": "7.0931526", + "machine_status": "available", + "id": 6764, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.2301744, + 54.1610883 + ] + }, + "properties": { + "name": "Rvershagen Karls Eiswelt", + "area": "Germany", + "address": "18182 Rostock, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1610883", + "longitude": "12.2301744", + "machine_status": "available", + "id": 6765, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.4284959, + 53.4744155 + ] + }, + "properties": { + "name": "Malchow Lange Strae", + "area": "Germany", + "address": "Lange Str. 9, 17213 Malchow, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "53.4744155", + "longitude": "12.4284959", + "machine_status": "retired", + "id": 6766, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.9183401, + 53.5539985 + ] + }, + "properties": { + "name": "Zarrentin am Schaalsee Kloster", + "area": "Germany", + "address": "Kirchpl. 4, 19246 Zarrentin am Schaalsee, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "53.5539985", + "longitude": "10.9183401", + "machine_status": "retired", + "id": 6767, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.1570416, + 51.8460326 + ] + }, + "properties": { + "name": "Burg (Spreewald) Bismarckturm", + "area": "Germany", + "address": "Byhleguhrer Str. 18, 03096 Burg (Spreewald), Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.8460326", + "longitude": "14.1570416", + "machine_status": "available", + "id": 6768, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.3153843, + 50.9627322 + ] + }, + "properties": { + "name": "Eisenach - Parkplatz", + "area": "Germany", + "address": "Mariental 31, 99817 Eisenach, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.9627322", + "longitude": "10.3153843", + "machine_status": "available", + "id": 6769, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.3334033, + 50.9666588 + ] + }, + "properties": { + "name": "Eisenach Burschenschaftsdenkmal", + "area": "Germany", + "address": "Am Ofenstein 30, 99817 Eisenach, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.9666588", + "longitude": "10.3334033", + "machine_status": "available", + "id": 6770, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.2909773, + 51.8264032 + ] + }, + "properties": { + "name": "L511 31", + "area": "Germany", + "address": "L511 31, 03096 Dissen-Striesow, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.8264032", + "longitude": "14.2909773", + "machine_status": "available", + "id": 6771, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.2598543, + 53.6004375 + ] + }, + "properties": { + "name": "Ltetsburg Schlosspark Ltetsburg", + "area": "Germany", + "address": "Landstraße 59, 26524 Lütetsburg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.6004375", + "longitude": "7.2598543", + "machine_status": "available", + "id": 6772, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.5530393, + 48.0650362 + ] + }, + "properties": { + "name": "München Bavaria Filmstadt", + "area": "Germany", + "address": "82031 Grünwald, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.0650362", + "longitude": "11.5530393", + "machine_status": "available", + "id": 6773, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.5552984, + 48.0645106 + ] + }, + "properties": { + "name": "Bullyversum", + "area": "Germany", + "address": "82031 Grünwald, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "48.0645106", + "longitude": "11.5552984", + "machine_status": "retired", + "id": 6774, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.7719763, + 48.355054 + ] + }, + "properties": { + "name": "München Flughafen (machine 1)", + "area": "Germany", + "address": "85356 Freising, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.3550540", + "longitude": "11.7719763", + "machine_status": "available", + "id": 6775, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.7732054, + 48.3555022 + ] + }, + "properties": { + "name": "München Flughafen (machine 2)", + "area": "Germany", + "address": "85356 Freising, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.3555022", + "longitude": "11.7732054", + "machine_status": "available", + "id": 6776, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 16.4730629, + 48.237 + ] + }, + "properties": { + "name": "Wien Palmenhaus Hirschstetten", + "area": "Austria", + "address": "Quadenstraße 135, 1220 Wien, Austria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.2370000", + "longitude": "16.4730629", + "machine_status": "available", + "id": 6777, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.4980092, + 47.5328816 + ] + }, + "properties": { + "name": "Gosau 396", + "area": "Austria", + "address": "Gosau 396, 4825 Gosau, Austria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.5328816", + "longitude": "13.4980092", + "machine_status": "available", + "id": 6778, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.4769447, + 53.7474474 + ] + }, + "properties": { + "name": "Langeoog Wasserturm", + "area": "Germany", + "address": "Am Wasserturm 14, 26465 Langeoog, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.7474474", + "longitude": "7.4769447", + "machine_status": "available", + "id": 6779, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.9528059, + 54.3797139 + ] + }, + "properties": { + "name": "Heiligenhafen - Ostsee-Ferienpark/Aktiv Hus", + "area": "Germany", + "address": "Ostsee-Ferienpark 1014, 23774 Heiligenhafen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.3797139", + "longitude": "10.9528059", + "machine_status": "available", + "id": 6780, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.5514562, + 51.5256344 + ] + }, + "properties": { + "name": "Eisleben Bahnhofstrae", + "area": "Germany", + "address": "Bahnhofstraße 1a, 06295 Lutherstadt Eisleben, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.5256344", + "longitude": "11.5514562", + "machine_status": "available", + "id": 6781, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.7280894, + 47.2530489 + ] + }, + "properties": { + "name": "Bakonybél", + "area": "8427 Hungary", + "address": "Bakonybél, Rákóczi tér 22, 8427 Hungary", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.2530489", + "longitude": "17.7280894", + "machine_status": "available", + "id": 6782, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.3467274, + 54.6320469 + ] + }, + "properties": { + "name": "Altenkirchen (Rgen) Kaufhaus Stolz", + "area": "Germany", + "address": "Str. des Friedens 19, 18556 Altenkirchen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.6320469", + "longitude": "13.3467274", + "machine_status": "available", + "id": 6783, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.9392582, + 53.2329102 + ] + }, + "properties": { + "name": "Westerstede LandErlebnis Janen", + "area": "Germany", + "address": "Seghorner Weg 4, 26655 Westerstede, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "53.2329102", + "longitude": "7.9392582", + "machine_status": "retired", + "id": 6784, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.1416128, + 53.7054822 + ] + }, + "properties": { + "name": "Norderney Strandstrasse", + "area": "Germany", + "address": "Strandstraße 18, 26548 Norderney, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.7054822", + "longitude": "7.1416128", + "machine_status": "available", + "id": 6785, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.6113177, + 50.8042784 + ] + }, + "properties": { + "name": "Seitenroda Leuchtenburg", + "area": "Germany", + "address": "Leuchtenburg 100, 07768 Seitenroda, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.8042784", + "longitude": "11.6113177", + "machine_status": "available", + "id": 6786, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.8732169, + 47.2633102 + ] + }, + "properties": { + "name": "Zirc", + "area": "8420 Hungary", + "address": "Zirc, Rákóczi tér 1, 8420 Hungary", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.2633102", + "longitude": "17.8732169", + "machine_status": "available", + "id": 6787, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.5605369, + 54.6798939 + ] + }, + "properties": { + "name": "Wyk (Fhr) Cafe' Pitschi's", + "area": "Germany", + "address": "Promenade 14, 25938 Wyk auf Föhr, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.6798939", + "longitude": "8.5605369", + "machine_status": "available", + "id": 6790, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.2441821, + 52.17204 + ] + }, + "properties": { + "name": "Beeskow Am Mnzturm", + "area": "Germany", + "address": "Bodelschwinghstraße 21A, 15848 Beeskow, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "52.1720400", + "longitude": "14.2441821", + "machine_status": "retired", + "id": 6791, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.8380987, + 54.1336919 + ] + }, + "properties": { + "name": "Beeskow Am Mnzturm", + "area": "Germany", + "address": "Nordseestraße 79X, 25761 Büsum, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1336919", + "longitude": "8.8380987", + "machine_status": "retired", + "id": 6792, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.6960207, + 54.7296278 + ] + }, + "properties": { + "name": "Dagebll Souvenirshop Meer Flair", + "area": "Germany", + "address": "Nordseestraße 8b, 25899 Dagebüll, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.7296278", + "longitude": "8.6960207", + "machine_status": "available", + "id": 6793, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.3361035, + 53.5270677 + ] + }, + "properties": { + "name": "Rechtsupweg Birgits Tiergarten", + "area": "Germany", + "address": "Tannenstraße 18, 26529 Rechtsupweg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.5270677", + "longitude": "7.3361035", + "machine_status": "available", + "id": 6794, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.0051612, + 52.6751713 + ] + }, + "properties": { + "name": "Arneburg Pavilion", + "area": "Germany", + "address": "Breite Str. 14A, 39596 Arneburg, Germany", + "status": "retired", + "external_url": "null", + "internal_url": "null", + "latitude": "52.6751713", + "longitude": "12.0051612", + "machine_status": "retired", + "id": 6795, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.6779208, + 51.7649994 + ] + }, + "properties": { + "name": "Schierke Bahnhof", + "area": "Germany", + "address": "38879 Wernigerode, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.7649994", + "longitude": "10.6779208", + "machine_status": "available", + "id": 6796, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.0983926, + 51.7785603 + ] + }, + "properties": { + "name": "Granatstraße 7", + "area": "Germany", + "address": "Granatstraße 7, 45721 Haltern am See, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.7785603", + "longitude": "7.0983926", + "machine_status": "available", + "id": 6797, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.826382, + 43.9514197 + ] + }, + "properties": { + "name": "29 Rte de Lyon", + "area": "France", + "address": "29 Rte de Lyon, 84000 Avignon, France", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "43.9514197", + "longitude": "4.8263820", + "machine_status": "available", + "id": 6798, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.6810364, + 47.6065428 + ] + }, + "properties": { + "name": "Uferstraße 13A", + "area": "Germany", + "address": "Uferstraße 13A, 87629 Füssen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.6065428", + "longitude": "10.6810364", + "machine_status": "available", + "id": 6799, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.7535641, + 50.8521248 + ] + }, + "properties": { + "name": "09212 Limbach-Oberfrohna", + "area": "Germany", + "address": "09212 Limbach-Oberfrohna, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.8521248", + "longitude": "12.7535641", + "machine_status": "available", + "id": 6800, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.249141, + 50.6228082 + ] + }, + "properties": { + "name": "Mylau", + "area": "Germany", + "address": "08499, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.6228082", + "longitude": "12.2491410", + "machine_status": "available", + "id": 6801, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.0716902, + 52.2514642 + ] + }, + "properties": { + "name": "Osnabrück Zoo (machine 2)", + "area": "Germany", + "address": "Am Waldzoo 2, 49082 Osnabrück, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.2514642", + "longitude": "8.0716902", + "machine_status": "available", + "id": 6802, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.7562093, + 47.5237738 + ] + }, + "properties": { + "name": "Oberweißbach 21", + "area": "Austria", + "address": "Oberweißbach 21, 5093 Oberweißbach, Austria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.5237738", + "longitude": "12.7562093", + "machine_status": "available", + "id": 6803, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.1617072, + 53.6986768 + ] + }, + "properties": { + "name": "Am Hafen 1A", + "area": "Germany", + "address": "Am Hafen 1A, 26548 Norderney, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.6986768", + "longitude": "7.1617072", + "machine_status": "available", + "id": 6804, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.1618102, + 53.6986671 + ] + }, + "properties": { + "name": "Am Hafen 1A", + "area": "Germany", + "address": "Am Hafen 1A, 26548 Norderney, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.6986671", + "longitude": "7.1618102", + "machine_status": "available", + "id": 6805, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 15.9326624, + 47.0040657 + ] + }, + "properties": { + "name": "Riegersburg 2", + "area": "Austria", + "address": "Riegersburg 2, 8333 Riegersburg, Austria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.0040657", + "longitude": "15.9326624", + "machine_status": "available", + "id": 6806, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.9905329, + 50.0112785 + ] + }, + "properties": { + "name": "95632 Wunsiedel", + "area": "Germany", + "address": "95632 Wunsiedel, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.0112785", + "longitude": "11.9905329", + "machine_status": "available", + "id": 6807, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 37.5833869, + 55.7622385 + ] + }, + "properties": { + "name": "Грузинская Б. ул.", + "area": "Russia", + "address": "Грузинская Б. ул., 8 строение 59, Moskva, Moscow Oblast, Russia, 123242", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "55.7622385", + "longitude": "37.5833869", + "machine_status": "available", + "id": 6808, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.1391665, + 54.3654081 + ] + }, + "properties": { + "name": "24159 Kiel", + "area": "Germany", + "address": "24159 Kiel, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.3654081", + "longitude": "10.1391665", + "machine_status": "available", + "id": 6809, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 21.2574776, + 48.7203697 + ] + }, + "properties": { + "name": "Hlavná 19/32", + "area": "Slovakia", + "address": "Hlavná 19/32, 040 01 Košice-Staré Mesto, Slovakia", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.7203697", + "longitude": "21.2574776", + "machine_status": "available", + "id": 6810, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.8819092, + 49.9860511 + ] + }, + "properties": { + "name": "65385 Rüdesheim am Rhein", + "area": "Germany", + "address": "65385 Rüdesheim am Rhein, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.9860511", + "longitude": "7.8819092", + "machine_status": "available", + "id": 6811, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.8206238, + 49.0028025 + ] + }, + "properties": { + "name": "St. Englmar Bayerwald Xperium", + "area": "Germany", + "address": "Pfarrhofweg 1, 94379 St. Englmar, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.0028025", + "longitude": "12.8206238", + "machine_status": "available", + "id": 6812, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.7973168, + 49.0113054 + ] + }, + "properties": { + "name": "St.Englmar - Sommerrodelbahn Egidi Buckel", + "area": "Germany", + "address": "94379 Sankt Englmar, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.0113054", + "longitude": "12.7973168", + "machine_status": "available", + "id": 6813, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.7819584, + 49.0114347 + ] + }, + "properties": { + "name": "Sankt Englmar/Maibrunn WaldWipfelWeg", + "area": "Germany", + "address": "94379 Sankt Englmar, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.0114347", + "longitude": "12.7819584", + "machine_status": "available", + "id": 6814, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.3118466, + 43.7018221 + ] + }, + "properties": { + "name": "24 Bd de l'Impératrice Alexandra Feodorovna", + "area": "France", + "address": "24 Bd de l'Impératrice Alexandra Feodorovna, 06230 Villefranche-sur-Mer, France", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "43.7018221", + "longitude": "7.3118466", + "machine_status": "retired", + "id": 6815, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 15.5621107, + 54.1849527 + ] + }, + "properties": { + "name": "Rodziewiczówny 1A", + "area": "Poland", + "address": "Rodziewiczówny 1A, 78-100 Kołobrzeg, Poland", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1849527", + "longitude": "15.5621107", + "machine_status": "available", + "id": 6816, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.7254227, + 32.4231758 + ] + }, + "properties": { + "name": "CPFG+CH8", + "area": "Algeria", + "address": "CPFG+CH8, El Atteuf, Algeria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "32.4231758", + "longitude": "3.7254227", + "machine_status": "available", + "id": 6817, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.9451031, + 52.1592309 + ] + }, + "properties": { + "name": "Senkingstraße 7-8", + "area": "Germany", + "address": "Senkingstraße 7-8, 31137 Hildesheim, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.1592309", + "longitude": "9.9451031", + "machine_status": "available", + "id": 6818, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.0200375, + 51.7395124 + ] + }, + "properties": { + "name": "Thale Rosstrappe", + "area": "Germany", + "address": "Rosstrappe 1, 06502 Thale, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.7395124", + "longitude": "11.0200375", + "machine_status": "available", + "id": 6819, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.0200535, + 51.7394927 + ] + }, + "properties": { + "name": "Thale Rosstrappe", + "area": "Germany", + "address": "Rosstrappe 1, 06502 Thale, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.7394927", + "longitude": "11.0200535", + "machine_status": "available", + "id": 6820, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.4390088, + 46.9187422 + ] + }, + "properties": { + "name": "Gurtenkulm 11", + "area": "Switzerland", + "address": "Gurtenkulm 11, 3084 Wabern bei Bern, Switzerland", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "46.9187422", + "longitude": "7.4390088", + "machine_status": "available", + "id": 6821, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.9614236, + 49.2287289 + ] + }, + "properties": { + "name": "Deutschmühlental 4", + "area": "Germany", + "address": "Deutschmühlental 4, 66117 Saarbrücken, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.2287289", + "longitude": "6.9614236", + "machine_status": "available", + "id": 6822, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.9351736, + 50.4120494 + ] + }, + "properties": { + "name": "293 01 Mladá Boleslav 1", + "area": "Czechia", + "address": "293 01 Mladá Boleslav 1, Czechia", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.4120494", + "longitude": "14.9351736", + "machine_status": "available", + "id": 6823, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.4516351, + 53.2295145 + ] + }, + "properties": { + "name": "Leer Mhlenstrae - Ecke Heisfelder Strae", + "area": "Germany", + "address": "Mühlenstraße 7, 26789 Leer (Ostfriesland), Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.2295145", + "longitude": "7.4516351", + "machine_status": "available", + "id": 6824, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.3629189, + 52.52108 + ] + }, + "properties": { + "name": "Götkers Hof 2", + "area": "Germany", + "address": "Götkers Hof 2, 49459 Lembruch, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.5210800", + "longitude": "8.3629189", + "machine_status": "available", + "id": 6825, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.353938, + 52.4965436 + ] + }, + "properties": { + "name": "Ludwig-Gefe-Straße 17", + "area": "Germany", + "address": "Ludwig-Gefe-Straße 17, 49448 Hüde, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.4965436", + "longitude": "8.3539380", + "machine_status": "available", + "id": 6826, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.3383215, + 43.3643594 + ] + }, + "properties": { + "name": "18 All. des Abeilles", + "area": "France", + "address": "18 All. des Abeilles, 13016 Marseille, France", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "43.3643594", + "longitude": "5.3383215", + "machine_status": "available", + "id": 6828, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.6308717, + 46.7544966 + ] + }, + "properties": { + "name": "Seestrasse 9", + "area": "Switzerland", + "address": "Seestrasse 9, 3600 Thun, Switzerland", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "46.7544966", + "longitude": "7.6308717", + "machine_status": "available", + "id": 6829, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.5395446, + 49.5025601 + ] + }, + "properties": { + "name": "66693 Mettlach", + "area": "Germany", + "address": "66693 Mettlach, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.5025601", + "longitude": "6.5395446", + "machine_status": "available", + "id": 6830, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 137.0096656, + 35.0525796 + ] + }, + "properties": { + "name": "Nakanotsubo-26-2 Misakichō", + "area": "Japan", + "address": "Nakanotsubo-26-2 Misakichō, Toyoake, Aichi 470-1125, Japan", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "35.0525796", + "longitude": "137.0096656", + "machine_status": "available", + "id": 6831, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.6543245, + 41.8117269 + ] + }, + "properties": { + "name": "Via di salé", + "area": "Italy", + "address": "Via di salé, 55, 00044 Frascati RM, Italy", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "41.8117269", + "longitude": "12.6543245", + "machine_status": "available", + "id": 6832, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.6543211, + 41.8117359 + ] + }, + "properties": { + "name": "Via di salé", + "area": "Italy", + "address": "Via di salé, 55, 00044 Frascati RM, Italy", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "41.8117359", + "longitude": "12.6543211", + "machine_status": "available", + "id": 6833, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.0703582, + 52.2507971 + ] + }, + "properties": { + "name": "Klaus-Strick-Weg 12", + "area": "Germany", + "address": "Klaus-Strick-Weg 12, 49082 Osnabrück, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.2507971", + "longitude": "8.0703582", + "machine_status": "available", + "id": 6834, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.5157479, + 47.7475665 + ] + }, + "properties": { + "name": "Blombergbahn 2", + "area": "Germany", + "address": "Blombergbahn 2, 83646 Wackersberg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.7475665", + "longitude": "11.5157479", + "machine_status": "retired", + "id": 6835, + "last_updated": "2024-07-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.5157519, + 47.7475724 + ] + }, + "properties": { + "name": "Blombergbahn", + "area": "Germany", + "address": "Blombergbahn 2, 83646 Wackersberg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.7475724", + "longitude": "11.5157519", + "machine_status": "available", + "id": 6836, + "last_updated": "2024-07-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.6417598, + 49.4708037 + ] + }, + "properties": { + "name": "Waldstraße 203", + "area": "Germany", + "address": "Waldstraße 203, 66663 Merzig, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.4708037", + "longitude": "6.6417598", + "machine_status": "available", + "id": 6837, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.769891, + 39.7850997 + ] + }, + "properties": { + "name": "18605 Green Valley Ranch Blvd", + "area": "Colorado", + "address": "18605 Green Valley Ranch Blvd, Denver, CO 80249, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "39.7850997", + "longitude": "-104.7698910", + "machine_status": "retired", + "id": 6838, + "last_updated": "2024-02-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 20.5202424, + 47.4919471 + ] + }, + "properties": { + "name": "Abádszalók", + "area": "5241 Hungary", + "address": "Abádszalók, 5241 Hungary", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.4919471", + "longitude": "20.5202424", + "machine_status": "available", + "id": 6839, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 27.1171128, + 43.2768689 + ] + }, + "properties": { + "name": "2006 58", + "area": "Bulgaria", + "address": "2006 58, 9971 Madara, Bulgaria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "43.2768689", + "longitude": "27.1171128", + "machine_status": "available", + "id": 6840, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.143652, + 47.3581469 + ] + }, + "properties": { + "name": "Haselgrund 568", + "area": "Switzerland", + "address": "Haselgrund 568, 9122 Mogelsberg, Switzerland", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.3581469", + "longitude": "9.1436520", + "machine_status": "available", + "id": 6841, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.0980363, + 54.3173097 + ] + }, + "properties": { + "name": "An d. Fährbrücke 4A", + "area": "Germany", + "address": "An d. Fährbrücke 4A, 18439 Stralsund, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.3173097", + "longitude": "13.0980363", + "machine_status": "available", + "id": 6842, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.6008398, + 54.4049359 + ] + }, + "properties": { + "name": "Dollahner Str. 18", + "area": "Germany", + "address": "Dollahner Str. 18, 18609 Binz, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.4049359", + "longitude": "13.6008398", + "machine_status": "available", + "id": 6843, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.0508552, + 47.4391954 + ] + }, + "properties": { + "name": "82491 Grainau", + "area": "Germany", + "address": "82491 Grainau, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.4391954", + "longitude": "11.0508552", + "machine_status": "available", + "id": 6844, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.2163307, + 46.7122228 + ] + }, + "properties": { + "name": "Chirchen 48", + "area": "Switzerland", + "address": "Chirchen 48, 3862 Innertkirchen, Switzerland", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "46.7122228", + "longitude": "8.2163307", + "machine_status": "retired", + "id": 6845, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 18.9770405, + 47.4941001 + ] + }, + "properties": { + "name": "Budapest", + "area": "1121 Hungary", + "address": "Budapest, Hegyhát út 5, 1121 Hungary", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.4941001", + "longitude": "18.9770405", + "machine_status": "available", + "id": 6846, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 18.9988762, + 47.5554569 + ] + }, + "properties": { + "name": "Budapest", + "area": "1037 Hungary", + "address": "Budapest, 1037 Hungary", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.5554569", + "longitude": "18.9988762", + "machine_status": "available", + "id": 6847, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.0918822, + 54.0783039 + ] + }, + "properties": { + "name": "18059 Pölchow", + "area": "Germany", + "address": "18059 Pölchow, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.0783039", + "longitude": "12.0918822", + "machine_status": "available", + "id": 6848, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.6069862, + 50.8595422 + ] + }, + "properties": { + "name": "51545 Waldbröl", + "area": "Germany", + "address": "51545 Waldbröl, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.8595422", + "longitude": "7.6069862", + "machine_status": "available", + "id": 6849, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.6792578, + 50.6979819 + ] + }, + "properties": { + "name": "Oberhof A5 - Skisprungschanze Kanzlersgrund", + "area": "Germany", + "address": "98587 Steinbach-Hallenberg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.6979819", + "longitude": "10.6792578", + "machine_status": "available", + "id": 6850, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.4263511, + 51.0143126 + ] + }, + "properties": { + "name": "51789 Lindlar", + "area": "Germany", + "address": "51789 Lindlar, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.0143126", + "longitude": "7.4263511", + "machine_status": "available", + "id": 6851, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.3544231, + 47.6021793 + ] + }, + "properties": { + "name": "79790 Küssaberg", + "area": "Germany", + "address": "79790 Küssaberg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.6021793", + "longitude": "8.3544231", + "machine_status": "available", + "id": 6852, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.7148898, + 47.1675185 + ] + }, + "properties": { + "name": "Mooserbodenstraße 20", + "area": "Austria", + "address": "Mooserbodenstraße 20, 5710 Kaprun, Austria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.1675185", + "longitude": "12.7148898", + "machine_status": "available", + "id": 6853, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.7043371, + 46.2524253 + ] + }, + "properties": { + "name": "46 D69", + "area": "France", + "address": "46 D69, 03310 Durdat-Larequille, France", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "46.2524253", + "longitude": "2.7043371", + "machine_status": "available", + "id": 6854, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -9.2140034, + 38.4202478 + ] + }, + "properties": { + "name": "2970 Cabo Espichel", + "area": "Portugal", + "address": "2970, Portugal", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "38.4202478", + "longitude": "-9.2140034", + "machine_status": "available", + "id": 6855, + "last_updated": "2024-07-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.6201443, + 47.709937 + ] + }, + "properties": { + "name": "Oscar-Straus-Kai 3", + "area": "Austria", + "address": "Oscar-Straus-Kai 3, 4820 Bad Ischl, Austria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.7099370", + "longitude": "13.6201443", + "machine_status": "available", + "id": 6856, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.0555191, + 50.7046617 + ] + }, + "properties": { + "name": "Bahnhofstraße 45C", + "area": "Germany", + "address": "Bahnhofstraße 45C, 09435 Drebach, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.7046617", + "longitude": "13.0555191", + "machine_status": "available", + "id": 6857, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.0831774, + 50.2053766 + ] + }, + "properties": { + "name": "Ostring 32", + "area": "Germany", + "address": "Ostring 32, 97688 Bad Kissingen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.2053766", + "longitude": "10.0831774", + "machine_status": "available", + "id": 6858, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.8783624, + 47.2615888 + ] + }, + "properties": { + "name": "Zirc", + "area": "8420 Hungary", + "address": "Zirc, Damjanich u. 19, 8420 Hungary", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.2615888", + "longitude": "17.8783624", + "machine_status": "available", + "id": 6859, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.2098831, + 53.5944748 + ] + }, + "properties": { + "name": "Neuer Weg 25", + "area": "Germany", + "address": "Neuer Weg 25, 26506 Norden, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.5944748", + "longitude": "7.2098831", + "machine_status": "available", + "id": 6860, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.1447578, + 53.9724328 + ] + }, + "properties": { + "name": "Bansin - neben Strandpromenade 22", + "area": "Germany", + "address": "Strandpromenade 23, 17429 Heringsdorf, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.9724328", + "longitude": "14.1447578", + "machine_status": "available", + "id": 6861, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.0828362, + 51.2130005 + ] + }, + "properties": { + "name": "Lützowstraße 345", + "area": "Germany", + "address": "Lützowstraße 345, 42653 Solingen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.2130005", + "longitude": "7.0828362", + "machine_status": "available", + "id": 6862, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 15.4669481, + 47.198075 + ] + }, + "properties": { + "name": "Schöckl 75", + "area": "Austria", + "address": "Schöckl 75, 8061 Schöckl, Austria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.1980750", + "longitude": "15.4669481", + "machine_status": "available", + "id": 6863, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 20.384957, + 48.9643399 + ] + }, + "properties": { + "name": "Podlesok 817", + "area": "Slovakia", + "address": "Podlesok 817, 053 15 Hrabušice, Slovakia", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.9643399", + "longitude": "20.3849570", + "machine_status": "available", + "id": 6864, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.0345163, + 47.229833 + ] + }, + "properties": { + "name": "99 Rue des Fusillés de la Résistance", + "area": "France", + "address": "99 Rue des Fusillés de la Résistance, 25000 Besançon, France", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.2298330", + "longitude": "6.0345163", + "machine_status": "available", + "id": 6865, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.0233431, + 50.9762374 + ] + }, + "properties": { + "name": "Domstufen 2", + "area": "Germany", + "address": "Domstufen 2, 99084 Erfurt, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.9762374", + "longitude": "11.0233431", + "machine_status": "available", + "id": 6866, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.1447752, + 51.5727256 + ] + }, + "properties": { + "name": "Werner-Heisenberg-Straße 14", + "area": "Germany", + "address": "Werner-Heisenberg-Straße 14, 45699 Herten, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.5727256", + "longitude": "7.1447752", + "machine_status": "available", + "id": 6867, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.0166514, + 53.4047922 + ] + }, + "properties": { + "name": "Leuchtturmstraße 1", + "area": "Germany", + "address": "Leuchtturmstraße 1, 26736 Krummhörn, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.4047922", + "longitude": "7.0166514", + "machine_status": "available", + "id": 6868, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.248353, + 50.6822798 + ] + }, + "properties": { + "name": "53639 Königswinter", + "area": "Germany", + "address": "53639 Königswinter, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.6822798", + "longitude": "7.2483530", + "machine_status": "available", + "id": 6869, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.4569124, + 51.8513602 + ] + }, + "properties": { + "name": "Okertalsperre 2", + "area": "Germany", + "address": "Okertalsperre 2, 38707 Schulenberg im Oberharz, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.8513602", + "longitude": "10.4569124", + "machine_status": "available", + "id": 6870, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.8384085, + 46.1956988 + ] + }, + "properties": { + "name": "Schulhausstrasse 4", + "area": "Switzerland", + "address": "Schulhausstrasse 4, 3925 Grächen, Switzerland", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "46.1956988", + "longitude": "7.8384085", + "machine_status": "available", + "id": 6871, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.2030232, + 46.5816887 + ] + }, + "properties": { + "name": "Zalakomár", + "area": "8751 Hungary", + "address": "Zalakomár, 8751 Hungary", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "46.5816887", + "longitude": "17.2030232", + "machine_status": "available", + "id": 6872, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.4640625, + 50.10817 + ] + }, + "properties": { + "name": "95326 Kulmbach", + "area": "Germany", + "address": "95326 Kulmbach, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.1081700", + "longitude": "11.4640625", + "machine_status": "available", + "id": 6873, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.509777, + 47.3474568 + ] + }, + "properties": { + "name": "44 Rue du Maréchal Leclerc", + "area": "France", + "address": "44 Rue du Maréchal Leclerc, 44420 La Turballe, France", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.3474568", + "longitude": "-2.5097770", + "machine_status": "available", + "id": 6874, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 134.8385856, + 34.7657898 + ] + }, + "properties": { + "name": "Shinoharachō-2-19 Kakogawachō", + "area": "Japan", + "address": "Shinoharachō-2-19 Kakogawachō, Kakogawa, Hyogo 675-0065, Japan", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "34.7657898", + "longitude": "134.8385856", + "machine_status": "available", + "id": 6875, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.9025099, + 54.1043769 + ] + }, + "properties": { + "name": "Alexandrinenpl. 10", + "area": "Germany", + "address": "Alexandrinenpl. 10, 18209 Bad Doberan, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1043769", + "longitude": "11.9025099", + "machine_status": "available", + "id": 6876, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.8570446, + 46.3847686 + ] + }, + "properties": { + "name": "Rue du Port 10", + "area": "Switzerland", + "address": "Rue du Port 10, 1897 Port-Valais, Switzerland", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "46.3847686", + "longitude": "6.8570446", + "machine_status": "available", + "id": 6877, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.6521271, + 51.6065585 + ] + }, + "properties": { + "name": "Burgwall 19A", + "area": "Germany", + "address": "Burgwall 19A, 33142 Büren, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.6065585", + "longitude": "8.6521271", + "machine_status": "available", + "id": 6878, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.7705482, + 46.8127646 + ] + }, + "properties": { + "name": "Balatonszemes", + "area": "8636 Hungary", + "address": "Balatonszemes, Kikötő u. 1, 8636 Hungary", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "46.8127646", + "longitude": "17.7705482", + "machine_status": "available", + "id": 6879, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 46.2503483, + 39.3791105 + ] + }, + "properties": { + "name": "3218", + "area": "Armenia", + "address": "3218, Armenia", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "39.3791105", + "longitude": "46.2503483", + "machine_status": "available", + "id": 6880, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.1831686, + 49.5335101 + ] + }, + "properties": { + "name": "2 Rue de la Rive", + "area": "France", + "address": "2 Rue de la Rive, 76290 Montivilliers, France", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.5335101", + "longitude": "0.1831686", + "machine_status": "available", + "id": 6881, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.2040174, + 47.3485125 + ] + }, + "properties": { + "name": "Leo-Neumayer-Platz 1", + "area": "Austria", + "address": "Leo-Neumayer-Platz 1, 5600 St. Johann im Pongau, Austria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.3485125", + "longitude": "13.2040174", + "machine_status": "available", + "id": 6882, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.4556736, + 53.2298539 + ] + }, + "properties": { + "name": "Leer (Ostfriesland)", + "area": "Germany", + "address": "Mühlenstraße 54, 26789 Leer (Ostfriesland), Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.2298539", + "longitude": "7.4556736", + "machine_status": "available", + "id": 6883, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.2112901, + 53.1858008 + ] + }, + "properties": { + "name": "Nieuweschans Kinderboerderij (ehemals Bellingwolde)", + "area": "Netherlands", + "address": "Langakkerschans 20A, 9693 AV Bad Nieuweschans, Netherlands", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.1858008", + "longitude": "7.2112901", + "machine_status": "available", + "id": 6884, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.8472514, + 51.2006493 + ] + }, + "properties": { + "name": "N34 228", + "area": "Belgium", + "address": "N34 228, 8400 Oostende, Belgium", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.2006493", + "longitude": "2.8472514", + "machine_status": "available", + "id": 6885, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.264579, + 48.6958925 + ] + }, + "properties": { + "name": "Ruberting 99", + "area": "Germany", + "address": "Ruberting 99, 94535 Eging am See, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.6958925", + "longitude": "13.2645790", + "machine_status": "available", + "id": 6886, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 21.1476748, + 54.0484004 + ] + }, + "properties": { + "name": "Podzamcze 3", + "area": "Poland", + "address": "Podzamcze 3, 11-440 Reszel, Poland", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=428217", + "internal_url": "null", + "latitude": "54.0484004", + "longitude": "21.1476748", + "machine_status": "available", + "id": 6887, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.3357746, + 52.9563437 + ] + }, + "properties": { + "name": "Appelscha Duinen Zathe", + "area": "Netherlands", + "address": "8426 Appelscha, Netherlands", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.9563437", + "longitude": "6.3357746", + "machine_status": "available", + "id": 6888, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 18.3411048, + 47.5006395 + ] + }, + "properties": { + "name": "Oroszlány", + "area": "2840 Hungary", + "address": "Oroszlány, 2840 Hungary", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.5006395", + "longitude": "18.3411048", + "machine_status": "available", + "id": 6889, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 44.5464099, + -19.7038517 + ] + }, + "properties": { + "name": "Belo Tsiribihina", + "area": "Madagascar", + "address": "7GWW+FG5, Belo Tsiribihina, Madagascar", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "-19.7038517", + "longitude": "44.5464099", + "machine_status": "available", + "id": 6890, + "last_updated": "2024-02-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 47.0864136, + -21.4491432 + ] + }, + "properties": { + "name": "H32P+7G9", + "area": "Madagascar", + "address": "H32P+7G9, Fianarantsoa, Madagascar", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "-21.4491432", + "longitude": "47.0864136", + "machine_status": "available", + "id": 6891, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 18.2766646, + 47.3603978 + ] + }, + "properties": { + "name": "Csókakő", + "area": "8074 Hungary", + "address": "Csókakő, Zrínyi u. 11, 8074 Hungary", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.3603978", + "longitude": "18.2766646", + "machine_status": "available", + "id": 6892, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 47.0904695, + -21.4433889 + ] + }, + "properties": { + "name": "H34R+P8P", + "area": "Madagascar", + "address": "H34R+P8P, Fianarantsoa, Madagascar", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "-21.4433889", + "longitude": "47.0904695", + "machine_status": "available", + "id": 6893, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.7690471, + 52.8415621 + ] + }, + "properties": { + "name": "Am alten Walzwerk 5", + "area": "Germany", + "address": "Am alten Walzwerk 5, 16227 Eberswalde, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.8415621", + "longitude": "13.7690471", + "machine_status": "available", + "id": 6894, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.1185103, + 49.0618803 + ] + }, + "properties": { + "name": "94249 Bodenmais", + "area": "Germany", + "address": "94249 Bodenmais, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.0618803", + "longitude": "13.1185103", + "machine_status": "available", + "id": 6895, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.3402333, + 53.0733608 + ] + }, + "properties": { + "name": "Den Oever Monument Afsluitdijk", + "area": "Netherlands", + "address": "Afsluitdijk 1, 8752 Kornwerderzand, Netherlands", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.0733608", + "longitude": "5.3402333", + "machine_status": "available", + "id": 6896, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.4406783, + 41.6303879 + ] + }, + "properties": { + "name": "12318 Hartstown Rd", + "area": "Pennsylvania", + "address": "12318 Hartstown Rd, Linesville, PA 16424, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "41.6303879", + "longitude": "-80.4406783", + "machine_status": "available", + "id": 6897, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.7803927, + 53.0416197 + ] + }, + "properties": { + "name": "Terherne Kameleondorp", + "area": "Netherlands", + "address": "Stripe 1, 8493 LB Terherne, Netherlands", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.0416197", + "longitude": "5.7803927", + "machine_status": "available", + "id": 6898, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.710666, + 52.8449143 + ] + }, + "properties": { + "name": "Lemmer Souvenir Winkel Focus", + "area": "Netherlands", + "address": "Kortestreek 7, 8531 JE Lemmer, Netherlands", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438490", + "internal_url": "null", + "latitude": "52.8449143", + "longitude": "5.7106660", + "machine_status": "available", + "id": 6899, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.9352184, + 54.709671 + ] + }, + "properties": { + "name": "Schwackendorf 35a", + "area": "Germany", + "address": "Schwackendorf 35a, 24376 Hasselberg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.7096710", + "longitude": "9.9352184", + "machine_status": "available", + "id": 6900, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.8369264, + 48.5892754 + ] + }, + "properties": { + "name": "Sad Andreja Kmeťa 1807", + "area": "Slovakia", + "address": "Sad Andreja Kmeťa 1807, 921 01 Piešťany, Slovakia", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.5892754", + "longitude": "17.8369264", + "machine_status": "available", + "id": 6901, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.1429275, + 50.5120045 + ] + }, + "properties": { + "name": "Vogelsbergstraße 212", + "area": "Germany", + "address": "Vogelsbergstraße 212, 63679 Schotten, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.5120045", + "longitude": "9.1429275", + "machine_status": "available", + "id": 6902, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.104448, + 52.0475282 + ] + }, + "properties": { + "name": "Dieren Gazelle Experience center", + "area": "Netherlands", + "address": "Wilhelminaplein 13, 6951 AR Dieren, Netherlands", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.0475282", + "longitude": "6.1044480", + "machine_status": "available", + "id": 6903, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.1842609, + 44.9756551 + ] + }, + "properties": { + "name": "15320 Clavières", + "area": "France", + "address": "15320 Clavières, France", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "44.9756551", + "longitude": "3.1842609", + "machine_status": "available", + "id": 6904, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.5997968, + 37.2893549 + ] + }, + "properties": { + "name": "Strada Provinciale 4", + "area": "Italy", + "address": "Strada Provinciale 4, 20, 92100 Agrigento AG, Italy", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "37.2893549", + "longitude": "13.5997968", + "machine_status": "available", + "id": 6905, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.5998141, + 37.2893626 + ] + }, + "properties": { + "name": "Strada Provinciale 4", + "area": "Italy", + "address": "Strada Provinciale 4, 20, 92100 Agrigento AG, Italy", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "37.2893626", + "longitude": "13.5998141", + "machine_status": "available", + "id": 6906, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -71.1733084, + 46.7731276 + ] + }, + "properties": { + "name": "Levis", + "area": "Canada", + "address": "Levis, QC G6V, Canada", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "46.7731276", + "longitude": "-71.1733084", + "machine_status": "available", + "id": 6907, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.1725408, + 51.8651964 + ] + }, + "properties": { + "name": "Luitgardisstraße 3", + "area": "Germany", + "address": "Luitgardisstraße 3, 46446 Emmerich am Rhein, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.8651964", + "longitude": "6.1725408", + "machine_status": "available", + "id": 6908, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.4323129, + 54.6796203 + ] + }, + "properties": { + "name": "Arkona 3", + "area": "Germany", + "address": "Arkona 3, 18556 Putgarten, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.6796203", + "longitude": "13.4323129", + "machine_status": "available", + "id": 6909, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.4284976, + 54.6675491 + ] + }, + "properties": { + "name": "18556 Wiek", + "area": "Germany", + "address": "18556 Wiek, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.6675491", + "longitude": "13.4284976", + "machine_status": "available", + "id": 6910, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.2699298, + 50.7505837 + ] + }, + "properties": { + "name": "Rittergasse 5", + "area": "Germany", + "address": "Rittergasse 5, 36304 Alsfeld, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "50.7505837", + "longitude": "9.2699298", + "machine_status": "available", + "id": 6911, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.1655318, + 49.229909 + ] + }, + "properties": { + "name": "Burgviertel 30/1", + "area": "Germany", + "address": "Burgviertel 30/1, 74206 Bad Wimpfen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.2299090", + "longitude": "9.1655318", + "machine_status": "available", + "id": 6912, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.2445451, + 51.8294643 + ] + }, + "properties": { + "name": "Rheinpromenade 11", + "area": "Germany", + "address": "Rheinpromenade 11, 46446 Emmerich am Rhein, Germany", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=430315", + "internal_url": "null", + "latitude": "51.8294643", + "longitude": "6.2445451", + "machine_status": "available", + "id": 6913, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.9068897, + 45.5354688 + ] + }, + "properties": { + "name": "1 Pl. des Douves de la Citadelle", + "area": "France", + "address": "1 Pl. des Douves de la Citadelle, 17120 Talmont-sur-Gironde, France", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "45.5354688", + "longitude": "-0.9068897", + "machine_status": "available", + "id": 6914, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.9052425, + 52.2454835 + ] + }, + "properties": { + "name": "Kaiserstraße 15", + "area": "Germany", + "address": "Kaiserstraße 15, 32457 Porta Westfalica, Germany", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=441338", + "internal_url": "null", + "latitude": "52.2454835", + "longitude": "8.9052425", + "machine_status": "available", + "id": 6915, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.0850322, + 51.0490191 + ] + }, + "properties": { + "name": "Schlossstraße 18", + "area": "Germany", + "address": "Schlossstraße 18, 01833 Stolpen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.0490191", + "longitude": "14.0850322", + "machine_status": "available", + "id": 6916, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.8723009, + 51.008424 + ] + }, + "properties": { + "name": "August-Böckstiegel-Straße 1E", + "area": "Germany", + "address": "August-Böckstiegel-Straße 1E, 01326 Dresden, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.0084240", + "longitude": "13.8723009", + "machine_status": "available", + "id": 6917, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.1776331, + 41.3831172 + ] + }, + "properties": { + "name": "C. de Jaume I", + "area": "Spain", + "address": "C. de Jaume I, 5, 08002 Barcelona, Spain", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "41.3831172", + "longitude": "2.1776331", + "machine_status": "retired", + "id": 6918, + "last_updated": "2024-10-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.6810368, + 53.8652731 + ] + }, + "properties": { + "name": "Lübeck Holstentor-Terrassen", + "area": "Germany", + "address": "Kleine Petersgrube 13, 23552 Lübeck, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.8652731", + "longitude": "10.6810368", + "machine_status": "available", + "id": 6919, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.8146924, + 53.9875852 + ] + }, + "properties": { + "name": "Niendorf Vogelpark", + "area": "Germany", + "address": "23669 Ratekau, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.9875852", + "longitude": "10.8146924", + "machine_status": "available", + "id": 6920, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.658015, + 54.299929 + ] + }, + "properties": { + "name": "St. Peter Ording Westküstenpark (machine 2)", + "area": "Germany", + "address": "25826 St. Peter-Ording, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.2999290", + "longitude": "8.6580150", + "machine_status": "available", + "id": 6921, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.6566778, + 54.3006394 + ] + }, + "properties": { + "name": "St. Peter-Ording Westküstenpark (machine 1)", + "area": "Germany", + "address": "25826 St. Peter-Ording, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.3006394", + "longitude": "8.6566778", + "machine_status": "available", + "id": 6922, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.8705674, + 53.9575386 + ] + }, + "properties": { + "name": "Travemünde Travepromenade (machine 2)", + "area": "Germany", + "address": "Vorderreihe 42, 23570 Lübeck, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.9575386", + "longitude": "10.8705674", + "machine_status": "available", + "id": 6923, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.8856241, + 53.4422273 + ] + }, + "properties": { + "name": "Schwarze Berge Wildpark", + "area": "Germany", + "address": "Am Wildpark 1, 21224, Rosengarten", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=329886", + "internal_url": "null", + "latitude": "53.4422273", + "longitude": "9.8856241", + "multimachine": 3, + "machine_status": "available", + "id": 5758, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.3431043, + 48.88670459999999 + ] + }, + "properties": { + "name": "The Basilica of Sacré-Cur de Montmartre", + "area": "France", + "address": "35 Rue du Chevalier de la Barre, 75018 , Paris ", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.88670459999999", + "longitude": "2.3431043", + "multimachine": 3, + "machine_status": "available", + "id": 6498, + "last_updated": "2023-11-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.1871655, + 53.9414507 + ] + }, + "properties": { + "name": "Ahlbeck Schnick & Schnack", + "area": "Germany", + "address": "Seestraße 20A, 17419 Heringsdorf, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.9414507", + "longitude": "14.1871655", + "machine_status": "available", + "id": 6924, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 136.9553752, + 35.3912701 + ] + }, + "properties": { + "name": "Japan Monkey Park", + "area": "Japan", + "address": "Kanrin-26 Inuyama, Aichi Prefecture", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=417345", + "internal_url": "null", + "latitude": "35.3912701", + "longitude": "136.9553752", + "machine_status": "available", + "id": 6499, + "last_updated": "2023-11-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.7862504, + 53.0518839 + ] + }, + "properties": { + "name": "Bremen Airport", + "area": "Germany", + "address": "Flughafenallee 29, 28199 Bremen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.0518839", + "longitude": "8.7862504", + "machine_status": "available", + "id": 6925, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.8441968, + 54.142248 + ] + }, + "properties": { + "name": "Heiligendamm parking lot (Molli Bahnhof)", + "area": "Germany", + "address": "Kühlungsborner Str. 4D, 18209 Bad Doberan, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1422480", + "longitude": "11.8441968", + "machine_status": "available", + "id": 6926, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.8831392, + 53.022797 + ] + }, + "properties": { + "name": "Heidepark Soltau", + "area": "Germany", + "address": "Heide Park 1, 29614 Soltau", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.0227970", + "longitude": "9.8831392", + "machine_status": "retired", + "id": 588, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.615708, + 51.800338 + ] + }, + "properties": { + "name": "Brockenhaus", + "area": "Germany", + "address": "Brockenplateau", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=291762", + "internal_url": "null", + "latitude": "51.800338", + "longitude": "10.615708", + "machine_status": "available", + "id": 638, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.8092943, + 52.4278779 + ] + }, + "properties": { + "name": "Wolfsburg Automuseum Volkswagen", + "area": "Germany", + "address": "Lerchenweg 30, 38446 Wolfsburg, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.4278779", + "longitude": "10.8092943", + "machine_status": "available", + "id": 6927, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.766568399999999, + 52.3816475 + ] + }, + "properties": { + "name": "Hannover Zoo", + "area": "Germany", + "address": "Adenauerallee 3, 30175 Hannover", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=332165", + "internal_url": "null", + "latitude": "52.3816475", + "longitude": "9.766568399999999", + "multimachine": 6, + "machine_status": "available", + "id": 5722, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.0013724, + 54.0447899 + ] + }, + "properties": { + "name": "Koserow Karls Erlebnis-Dorf", + "area": "Germany", + "address": "Bahnhofstraße 4A, 17459 Koserow, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.0447899", + "longitude": "14.0013724", + "machine_status": "available", + "id": 6928, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.6072341, + 54.1045426 + ] + }, + "properties": { + "name": "Dünenstraße 17A", + "area": "Germany", + "address": "Dünenstraße 17A, 18230 Rerik, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1045426", + "longitude": "11.6072341", + "machine_status": "available", + "id": 6929, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.0955235, + 54.1810815 + ] + }, + "properties": { + "name": "Rostock-Warnemnde Ostmole", + "area": "Germany", + "address": "18119 Rostock, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.1810815", + "longitude": "12.0955235", + "machine_status": "available", + "id": 6930, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.1344048, + 54.090513 + ] + }, + "properties": { + "name": "Rostock Stadtinformation", + "area": "Germany", + "address": "Schnickmannstraße 14A, 18055 Rostock, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.0905130", + "longitude": "12.1344048", + "machine_status": "available", + "id": 6931, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.1475717, + 54.0906977 + ] + }, + "properties": { + "name": "Rostock Petrikirche", + "area": "Germany", + "address": "Alter Markt 21, 18055 Rostock, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.0906977", + "longitude": "12.1475717", + "machine_status": "available", + "id": 6932, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.683115, + 53.515025 + ] + }, + "properties": { + "name": "Waren (Müritz) Müritzeum", + "area": "Germany", + "address": "Kietzstraße 17B, 17192 Waren (Müritz), Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.5150250", + "longitude": "12.6831150", + "machine_status": "available", + "id": 6933, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.4314112, + 53.8935994 + ] + }, + "properties": { + "name": "Wismar phanTECHNIKUM", + "area": "Germany", + "address": "Zum Festpl. 13, 23966 Wismar, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.8935994", + "longitude": "11.4314112", + "machine_status": "available", + "id": 6934, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.200758, + 47.7054829 + ] + }, + "properties": { + "name": "Island Mainau (Lake Constance)", + "area": "Germany", + "address": "Constance", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=332410", + "internal_url": "null", + "latitude": "47.7054829", + "longitude": "9.200758", + "machine_status": "available", + "id": 5694, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.1048364, + 51.2406191 + ] + }, + "properties": { + "name": "Wuppertal Stadion am Zoo", + "area": "Germany", + "address": "Hubertusallee 9, 42117 Wuppertal, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.2406191", + "longitude": "7.1048364", + "machine_status": "available", + "id": 6935, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.2896814, + 52.703861 + ] + }, + "properties": { + "name": "Leliesteeg 83", + "area": "Netherlands", + "address": "Leliesteeg 83, 1601 GR Enkhuizen, Netherlands", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.7038610", + "longitude": "5.2896814", + "machine_status": "available", + "id": 6936, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.1199693, + 47.4672666 + ] + }, + "properties": { + "name": "Das Graseck", + "area": "Germany", + "address": "Graseck 4e, 82467 Garmisch-Partenkirchen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "47.4672666", + "longitude": "11.1199693", + "machine_status": "available", + "id": 6937, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.444026, + 51.928158 + ] + }, + "properties": { + "name": "Diergaarde Blijdorp Rotterdam Zoo", + "area": "Netherlands", + "address": "Blijdorplaan 8, Rotterdam", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=30838", + "internal_url": "null", + "latitude": "51.928158", + "longitude": "4.444026", + "multimachine": 4, + "machine_status": "available", + "id": 224, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.922206, + 40.4842648 + ] + }, + "properties": { + "name": "Pittsburgh Zoo & PPG Aquarium", + "area": "Pennsylvania", + "address": "One Wild Place, Pittsburgh", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=4013", + "internal_url": "null", + "latitude": "40.4842648", + "longitude": "-79.922206", + "multimachine": 4, + "machine_status": "available", + "id": 4051, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.1395533, + 54.0885139 + ] + }, + "properties": { + "name": "Neuer Markt 12", + "area": "Germany", + "address": "Neuer Markt 12, 18055 Rostock, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "54.0885139", + "longitude": "12.1395533", + "machine_status": "available", + "id": 6938, + "last_updated": "2023-11-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.2212732, + 55.7754182 + ] + }, + "properties": { + "name": "National Museum of Scotland, Museum of Rural Life", + "area": "Scotland", + "address": ", East Kilbride", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=232991", + "internal_url": "null", + "latitude": "55.7754182", + "longitude": "-4.2212732", + "machine_status": "retired", + "id": 744, + "last_updated": "2023-11-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.9718335, + 40.767778 + ] + }, + "properties": { + "name": "Central Park Zoo and Wildlife Center", + "area": "New York", + "address": "5th Avenue at 64th Street, New York City (Manhattan)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3614", + "internal_url": "null", + "latitude": "40.767778", + "longitude": "-73.9718335", + "multimachine": 3, + "machine_status": "retired", + "id": 3042, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.91357409999999, + 35.4635101 + ] + }, + "properties": { + "name": "Raven Rock State Park", + "area": "North Carolina", + "address": "3009 Raven Rock Road, Lillington", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=417650", + "internal_url": "null", + "latitude": "35.4635101", + "longitude": "-78.91357409999999", + "machine_status": "available", + "id": 6941, + "last_updated": "2023-11-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.365121, + 37.0087402 + ] + }, + "properties": { + "name": "Bowling Green Corvette Plant", + "area": "Kentucky", + "address": "600 Corvette Drive, Bowling Green", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=16840", + "internal_url": "null", + "latitude": "37.0087402", + "longitude": "-86.365121", + "machine_status": "retired", + "id": 3514, + "last_updated": "2023-11-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.7604414, + 34.8698517 + ] + }, + "properties": { + "name": "Cactus Carlos", + "area": "Arizona", + "address": "320 N State Rte 89A Suite A, Sedona", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=272058", + "internal_url": "null", + "latitude": "34.8698517", + "longitude": "-111.7604414", + "multimachine": 2, + "machine_status": "available", + "id": 2681, + "last_updated": "2023-11-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.6272192, + 34.4957262 + ] + }, + "properties": { + "name": "Desoto State Park", + "area": "Alabama", + "address": "7104 DeSoto Parkway NE, Fort Payne", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=47252", + "internal_url": "null", + "latitude": "34.4957262", + "longitude": "-85.6272192", + "machine_status": "retired", + "id": 1712, + "last_updated": "2023-11-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.5421346, + 48.132594 + ] + }, + "properties": { + "name": "Deutsches Museum", + "area": "Germany", + "address": "Am Bavariapark 5, 80339 München, Germany", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=282710", + "internal_url": "null", + "latitude": "48.132594", + "longitude": "11.5421346", + "machine_status": "available", + "id": 562, + "last_updated": "2023-11-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.1795683, + 33.576903 + ] + }, + "properties": { + "name": "Bonham Visitor Center", + "area": "Texas", + "address": "327 N. Main St., Bonham", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=417847", + "internal_url": "null", + "latitude": "33.576903", + "longitude": "-96.1795683", + "machine_status": "available", + "id": 6942, + "last_updated": "2023-11-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 139.698776, + 35.6618343 + ] + }, + "properties": { + "name": "Jump Shop Shibuya", + "area": "Japan", + "address": "6F Shibuya Parco 15-1 Udagawacho Shibuya-ku, Tokyo", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=417845", + "internal_url": "null", + "latitude": "35.6618343", + "longitude": "139.698776", + "machine_status": "available", + "id": 6943, + "last_updated": "2023-11-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.9787982, + 53.5484126 + ] + }, + "properties": { + "name": "St. Michaelis Church", + "area": "Germany", + "address": "Englische Planke 1, Hamburg, Germany", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=5679", + "internal_url": "null", + "latitude": "53.5484126", + "longitude": "9.9787982", + "multimachine": 2, + "machine_status": "available", + "id": 501, + "last_updated": "2023-11-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -71.0825119, + 42.3471679 + ] + }, + "properties": { + "name": "View Boston (Formerly Skywalk Observatory)", + "area": "Massachusetts", + "address": "800 Boylston St, Boston", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=417859", + "internal_url": "null", + "latitude": "42.3471679", + "longitude": "-71.0825119", + "machine_status": "available", + "id": 6944, + "last_updated": "2023-11-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.6609253, + 40.2881143 + ] + }, + "properties": { + "name": "Hershey's Chocolate World", + "area": "Pennsylvania", + "address": "251 Park Blvd, Hershey, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=194211", + "internal_url": "null", + "latitude": "40.2881143", + "longitude": "-76.6609253", + "multimachine": 3, + "machine_status": "available", + "id": 4000, + "last_updated": "2023-11-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.8779414, + 33.7157371 + ] + }, + "properties": { + "name": "Broadway at the Beach - Ripley's Aquarium of Myrtle Beach", + "area": "South Carolina", + "address": "1110 Celeberity Circle, Myrtle Beach", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=93330", + "internal_url": "null", + "latitude": "33.7157371", + "longitude": "-78.8779414", + "machine_status": "retired", + "id": 5301, + "last_updated": "2023-11-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.8937184, + 52.37247 + ] + }, + "properties": { + "name": "Ripley's Believe it or Not! - Amsterdam", + "area": "Netherlands", + "address": "Dam 21, Amsterdam", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=299401", + "internal_url": "null", + "latitude": "52.37247", + "longitude": "4.8937184", + "paywall": true, + "machine_status": "available", + "id": 165, + "last_updated": "2023-11-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.895366, + 52.374995 + ] + }, + "properties": { + "name": "Bazar Souvenirs & Gifts", + "area": "Netherlands", + "address": "60 Damrak, Amsterdam", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=245444", + "internal_url": "null", + "latitude": "52.374995", + "longitude": "4.895366", + "machine_status": "available", + "id": 157, + "last_updated": "2023-11-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.2215867, + 34.5736379 + ] + }, + "properties": { + "name": "Cathedral Caverns State Park", + "area": "Alabama", + "address": "637 Cave Rd., Woodville", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=36463", + "internal_url": "null", + "latitude": "34.5736379", + "longitude": "-86.2215867", + "machine_status": "retired", + "id": 1739, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -71.809254, + 41.3224213 + ] + }, + "properties": { + "name": "Beach Store, The ", + "area": "Rhode Island", + "address": "156 Atlantic Avenue , Westerly", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3162", + "internal_url": "null", + "latitude": "41.3224213", + "longitude": "-71.809254", + "machine_status": "available", + "id": 6945, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.3867393, + 29.8358143 + ] + }, + "properties": { + "name": "Laugh It Up! Gifts & Novelties/ Larry's Old Time Trade Days", + "area": "Texas", + "address": "14902 FM 1663, Pavillion 4, Shop 5 , Winnie", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=248839", + "internal_url": "null", + "latitude": "29.8358143", + "longitude": "-94.3867393", + "machine_status": "retired", + "id": 3826, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.9236121, + 47.473254 + ] + }, + "properties": { + "name": "Northern Pacific Railroad Depot Museum", + "area": "Idaho", + "address": "219 Sixth Street, Wallace", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=239926", + "internal_url": "null", + "latitude": "47.473254", + "longitude": "-115.9236121", + "machine_status": "retired", + "id": 4329, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.1467854, + 41.3118774 + ] + }, + "properties": { + "name": "Milltown Market", + "area": "Illinois", + "address": "508 N. Kankakee St., Wilmington", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=362306", + "internal_url": "null", + "latitude": "41.3118774", + "longitude": "-88.1467854", + "machine_status": "retired", + "id": 6946, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.050176, + 38.8892686 + ] + }, + "properties": { + "name": "Lincoln Memorial Book Store", + "area": "Washington DC", + "address": "2 Lincoln Memorial Cir NW, Washington DC", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=417892", + "internal_url": "null", + "latitude": "38.8892686", + "longitude": "-77.050176", + "machine_status": "retired", + "id": 6947, + "last_updated": "2023-12-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.81084919999999, + 34.2165453 + ] + }, + "properties": { + "name": "Redix ", + "area": "North Carolina", + "address": "120 Causeway Drive, Wrightsville Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=373871", + "internal_url": "null", + "latitude": "34.2165453", + "longitude": "-77.81084919999999", + "machine_status": "available", + "id": 6948, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.7766846, + 43.6279183 + ] + }, + "properties": { + "name": "Wizard Quest", + "area": "Wisconsin", + "address": "105 Broadway St, Wisconsin Dells", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=25778", + "internal_url": "null", + "latitude": "43.6279183", + "longitude": "-89.7766846", + "machine_status": "retired", + "id": 2484, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -103.2598252, + 47.5996968 + ] + }, + "properties": { + "name": "Theodore Roosevelt National Park (North Unit Visitors Center)", + "area": "North Dakota", + "address": "208 Scenic Drive, Watford City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=366520", + "internal_url": "null", + "latitude": "47.5996968", + "longitude": "-103.2598252", + "machine_status": "available", + "id": 6949, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.2687682, + 25.0984135 + ] + }, + "properties": { + "name": "Dolphin Encounters", + "area": "Bahamas", + "address": "Blue Lagoon Island, Nassau", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=36999", + "internal_url": "null", + "latitude": "25.0984135", + "longitude": "-77.2687682", + "machine_status": "retired", + "id": 2410, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 27.562308, + 53.902128 + ] + }, + "properties": { + "name": "Oktyabr'skaya Subway Station", + "area": "Belarus", + "address": "Praspyekt Nyezalyezhnastsi, Minsk", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=365218", + "internal_url": "null", + "latitude": "53.902128", + "longitude": "27.562308", + "machine_status": "available", + "id": 6950, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.5848507, + 52.158348 + ] + }, + "properties": { + "name": "Saskatoon Forestry Farm Park & Zoo", + "area": "Canada", + "address": "1903 Forestry Farm Park Drive, SK - Saskatoon", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=401830", + "internal_url": "null", + "latitude": "52.158348", + "longitude": "-106.5848507", + "machine_status": "available", + "id": 6953, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 16.0194796, + 45.8218443 + ] + }, + "properties": { + "name": "Zagreb Zoo", + "area": "Croatia", + "address": "Maksimir Park, Zagreb", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=416743", + "internal_url": "null", + "latitude": "45.8218443", + "longitude": "16.0194796", + "machine_status": "available", + "id": 6954, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 33.3053749, + 34.8679938 + ] + }, + "properties": { + "name": "House 1923", + "area": "Cyprus", + "address": "7/9 Giannou Kranidioti Street, Pano Lefkara", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=331753", + "internal_url": "null", + "latitude": "34.8679938", + "longitude": "33.3053749", + "machine_status": "available", + "id": 6955, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 16.9967679, + 49.2728612 + ] + }, + "properties": { + "name": "Zoo Vykov", + "area": "Czech Republic", + "address": "Cukrovarská 424, Vykov", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=335276", + "internal_url": "null", + "latitude": "49.2728612", + "longitude": "16.9967679", + "machine_status": "available", + "id": 6956, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.317260200000001, + 43.7097698 + ] + }, + "properties": { + "name": "Le point de vue 2 / Cabanon", + "area": "France", + "address": "Bd de la Corne d'Or, Villefranche-sur-Mer", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=390326", + "internal_url": "null", + "latitude": "43.7097698", + "longitude": "7.317260200000001", + "machine_status": "available", + "id": 6957, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.848458, + 51.123171 + ] + }, + "properties": { + "name": "Zons Rheintor", + "area": "Germany", + "address": ", Zons", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=383689", + "internal_url": "null", + "latitude": "51.123171", + "longitude": "6.848458", + "machine_status": "available", + "id": 6958, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 28.2176379, + 36.4340533 + ] + }, + "properties": { + "name": "Afrodite", + "area": "Greece", + "address": "Aristotelous Street 11-13, Rhodes, Old Town", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=389639", + "internal_url": "null", + "latitude": "36.4340533", + "longitude": "28.2176379", + "machine_status": "available", + "id": 6959, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 114.0388401, + 22.31241 + ] + }, + "properties": { + "name": "Hong Kong Disneyland, World of Frozen Zone", + "area": "Hong Kong", + "address": "Hong Kong Disneyland, , Lantau Island", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=417927", + "internal_url": "null", + "latitude": "22.31241", + "longitude": "114.0388401", + "machine_status": "available", + "id": 6960, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 21.215807, + 48.3839173 + ] + }, + "properties": { + "name": "Vizsoly templom", + "area": "Hungary", + "address": "Szent János u. 80, Vizsoly", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=397429", + "internal_url": "null", + "latitude": "48.3839173", + "longitude": "21.215807", + "machine_status": "available", + "id": 6961, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 131.3675925, + 33.268794 + ] + }, + "properties": { + "name": "Sanrio-ya Yufuin Shop", + "area": "Japan", + "address": "3010-1 Yufuin-cho Kawakami, Yufu-shi, Oita Prefecture", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=407303", + "internal_url": "null", + "latitude": "33.268794", + "longitude": "131.3675925", + "machine_status": "available", + "id": 6962, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.5227644, + 47.1399944 + ] + }, + "properties": { + "name": "Residence Hotel Souvenirs", + "area": "Liechtenstein", + "address": "Städtle 21, Vaduz", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=261646", + "internal_url": "null", + "latitude": "47.1399944", + "longitude": "9.5227644", + "machine_status": "retired", + "id": 732, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.2512221, + 36.0442999 + ] + }, + "properties": { + "name": "360 Experience ", + "area": "Malta", + "address": "17 castle hill, Vittoria / Gozo Island", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=375425", + "internal_url": "null", + "latitude": "36.0442999", + "longitude": "14.2512221", + "machine_status": "available", + "id": 6963, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.8919088, + 52.3717501 + ] + }, + "properties": { + "name": "Boswijk Bazar Souvenirs & Gifts", + "area": "Netherlands", + "address": "Kalverstraat 32, Amsterdam", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=245472", + "internal_url": "null", + "latitude": "52.3717501", + "longitude": "4.8919088", + "machine_status": "retired", + "id": 159, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 29.0707123, + 40.9759725 + ] + }, + "properties": { + "name": "Istanbul Toy Museum (Oyuncak Müzesi)", + "area": "Turkey", + "address": "Ömerpasa Caddesi Dr. Zeki Zeren Street No:17, Istanbul - Göztepe", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=348556", + "internal_url": "null", + "latitude": "40.9759725", + "longitude": "29.0707123", + "machine_status": "retired", + "id": 6964, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.65244675242843, + 35.17827654153432 + ] + }, + "properties": { + "name": "The Barn in the Village", + "area": "North Carolina", + "address": "3027 Lisburn St, Mint Hill, NC 28227, USA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=417951", + "internal_url": "null", + "latitude": 35.17827654153432, + "longitude": -80.65244675242843, + "machine_status": "available", + "id": 6965, + "last_updated": "2023-11-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.8902357, + 37.3314903 + ] + }, + "properties": { + "name": "The Tech Museum of Innovation", + "area": "California", + "address": "201 South Market Street, San Jose", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=29121", + "internal_url": "null", + "latitude": "37.3314903", + "longitude": "-121.8902357", + "multimachine": 2, + "machine_status": "available", + "id": 4826, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.6762443, + 41.9644132 + ] + }, + "properties": { + "name": "Cabela's in Dundee, Michigan", + "area": "Michigan", + "address": "110 Cabela Blvd. East, Dundee", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3037", + "internal_url": "null", + "latitude": "41.9644132", + "longitude": "-83.6762443", + "multimachine": 2, + "machine_status": "available", + "id": 2511, + "last_updated": "2023-11-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.5537028, + 50.9481718 + ] + }, + "properties": { + "name": "Paultons Family Theme Park", + "area": "England", + "address": "Romsey, Hampshire - Southampton, England, United Kingdom", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=107480", + "internal_url": "null", + "latitude": "50.9481718", + "longitude": "-1.5537028", + "machine_status": "retired", + "id": 1419, + "last_updated": "2024-06-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -155.0727822, + 19.6542357 + ] + }, + "properties": { + "name": "Pana'ewa Rainforest Zoo & Gardens", + "area": "Hawaii", + "address": "800 Stainback Hwy, Hawaii ( Big Island ) - Hilo", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=417949", + "internal_url": "null", + "latitude": "19.6542357", + "longitude": "-155.0727822", + "machine_status": "available", + "id": 6966, + "last_updated": "2023-11-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.708537, + 52.19415430000001 + ] + }, + "properties": { + "name": "Shakespeares Birthplace", + "area": "England", + "address": "Henley Street, WARWICKSHIRE - Stratford Upon Avon", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=39563", + "internal_url": "null", + "latitude": "52.19415430000001", + "longitude": "-1.708537", + "machine_status": "available", + "id": 1579, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.1381865, + 29.1873227 + ] + }, + "properties": { + "name": "Ocala/Marion County Visitor Convention Bureau", + "area": "Florida", + "address": "109 W Silver Springs Blvd, Ocala", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418069", + "internal_url": "null", + "latitude": "29.1873227", + "longitude": "-82.1381865", + "machine_status": "available", + "id": 6967, + "last_updated": "2023-11-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.62522151469032, + 35.95861001898371 + ] + }, + "properties": { + "name": "Kitty Hawk Kites", + "area": "North Carolina", + "address": "Across the street from Jockeys Ridge State Park - Carolista Dr., Nags Head", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3691", + "internal_url": "null", + "latitude": "35.95861001898371", + "longitude": "-75.62522151469032", + "machine_status": "out-of-order", + "id": 4135, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -17.042609124192843, + 32.797794816410295 + ] + }, + "properties": { + "name": "Grutas", + "area": "Portugal", + "address": "Est Dom João V 96, 9240 São Vicente, Portugal", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 32.797794816410295, + "longitude": -17.042609124192843, + "multimachine": 3, + "paywall": true, + "machine_status": "available", + "id": 6968, + "last_updated": "2023-11-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.4207052, + 34.1765115 + ] + }, + "properties": { + "name": "Chick-fil-a", + "area": "Georgia", + "address": "6114 Hickory Flat Hwy, Canton,", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418134", + "internal_url": "null", + "latitude": "34.1765115", + "longitude": "-84.4207052", + "machine_status": "available", + "id": 6969, + "last_updated": "2023-11-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 117.39238, + 36.67324 + ] + }, + "properties": { + "name": "Shandong Museum", + "area": "China", + "address": "11899 Jingshi E. Road, Lixia District, Jinan, Shandong, China, Jinan", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418147", + "internal_url": "null", + "latitude": "36.67324", + "longitude": "117.39238", + "paywall": true, + "machine_status": "available", + "id": 6970, + "last_updated": "2023-11-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 136.8786302, + 36.6566133 + ] + }, + "properties": { + "name": "Crossland Tower", + "area": "Japan", + "address": "10 Washigashima, Oyabe, Toyama", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418140", + "internal_url": "null", + "latitude": "36.6566133", + "longitude": "136.8786302", + "paywall": true, + "machine_status": "available", + "id": 6971, + "last_updated": "2023-11-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 137.3444938, + 36.7740842 + ] + }, + "properties": { + "name": "Hotaruika Museum (Firefly Squid Museum)", + "area": "Japan", + "address": "410 Nakagawara Namerikawa, Toyama", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418139", + "internal_url": "null", + "latitude": "36.7740842", + "longitude": "137.3444938", + "machine_status": "available", + "id": 6972, + "last_updated": "2023-11-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.6921545, + 40.41799839999999 + ] + }, + "properties": { + "name": "Museo Naval de Madrid", + "area": "Spain", + "address": "Paseo del Prado, 5, Madrid", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=247718", + "internal_url": "null", + "latitude": "40.41799839999999", + "longitude": "-3.6921545", + "machine_status": "retired", + "id": 340, + "last_updated": "2023-11-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.15943, + 39.9533113 + ] + }, + "properties": { + "name": "Reading Terminal Market", + "area": "Pennsylvania", + "address": "12th & Arch Streets, Philadelphia", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=4018", + "internal_url": "null", + "latitude": "39.9533113", + "longitude": "-75.15943", + "machine_status": "retired", + "id": 4043, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.7812546, + 41.6179312 + ] + }, + "properties": { + "name": "Iowa 80 Truck Stop", + "area": "Iowa", + "address": "755 W Iowa 80 RD, Walcott", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2205", + "internal_url": "null", + "latitude": "41.6179312", + "longitude": "-90.7812546", + "multimachine": 2, + "machine_status": "available", + "id": 2348, + "last_updated": "2023-11-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.341546999999999, + 50.894941 + ] + }, + "properties": { + "name": "Atomium ", + "area": "Belgium", + "address": "Square de l'Atomium, Brussels", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=78274", + "internal_url": "null", + "latitude": "50.894941", + "longitude": "4.341546999999999", + "multimachine": 2, + "paywall": true, + "machine_status": "available", + "id": 131, + "last_updated": "2023-11-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.4299583, + 39.89829719999999 + ] + }, + "properties": { + "name": "Mister Ed's Elephant Museum & Candy Emporium ", + "area": "Pennsylvania", + "address": "6019 Chambersburg Rd, Orrtanna", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418241", + "internal_url": "null", + "latitude": "39.89829719999999", + "longitude": "-77.4299583", + "machine_status": "available", + "id": 6973, + "last_updated": "2023-11-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -116.0693479, + 35.2693412 + ] + }, + "properties": { + "name": "Baker Shell", + "area": "California", + "address": "72352 Baker Blvd, Baker", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418265", + "internal_url": "null", + "latitude": "35.2693412", + "longitude": "-116.0693479", + "machine_status": "available", + "id": 6974, + "last_updated": "2023-11-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.8439121, + 42.6369097 + ] + }, + "properties": { + "name": "Cabela's (Chesterfield)", + "area": "Michigan", + "address": "45959 Towne Center Blvd (M-59 & I-94), Chesterfield", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=276737", + "internal_url": "null", + "latitude": "42.6369097", + "longitude": "-82.8439121", + "machine_status": "available", + "id": 2502, + "last_updated": "2024-02-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.3144439, + 29.8999777 + ] + }, + "properties": { + "name": "Old Town Trolley Welcome Center", + "area": "Florida", + "address": "27 San Marco Ave, St. Augustine, FL 32084, St. Augustine", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418245", + "internal_url": "null", + "latitude": "29.8999777", + "longitude": "-81.3144439", + "machine_status": "available", + "id": 6975, + "last_updated": "2023-11-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.7306734, + 29.7911289 + ] + }, + "properties": { + "name": "Pearl Antler Boutique", + "area": "Texas", + "address": "322 S Main St Ste A, Boerne", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418201", + "internal_url": "null", + "latitude": "29.7911289", + "longitude": "-98.7306734", + "machine_status": "out-of-order", + "id": 6976, + "last_updated": "2024-07-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.5271166, + 34.5114883 + ] + }, + "properties": { + "name": "Cornelia Historic Train Depot & Museum", + "area": "Georgia", + "address": "102 Grant Place, Cornelia ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418190", + "internal_url": "null", + "latitude": "34.5114883", + "longitude": "-83.5271166", + "machine_status": "available", + "id": 6977, + "last_updated": "2023-11-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.97072, + 53.55552 + ] + }, + "properties": { + "name": "Hamburger Dom - machine 1 (Airwolf)", + "area": "Germany", + "address": "Heiligengeistfeld, Hamburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=329822", + "internal_url": "null", + "latitude": "53.5555200", + "longitude": "9.97072", + "machine_status": "available", + "id": 5719, + "last_updated": "2023-11-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.971390445350947, + 53.55362744090604 + ] + }, + "properties": { + "name": "Hamburger Dom - machine 2", + "area": "Germany", + "address": "Glacischaussee 1, Hamburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=329822", + "internal_url": "null", + "latitude": "53.55362744090604", + "longitude": "9.971390445350947", + "machine_status": "available", + "id": 6978, + "last_updated": "2023-11-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.9686603, + 53.553352 + ] + }, + "properties": { + "name": "Hamburger Dom - machine 3", + "area": "Germany", + "address": "Glacischaussee 1, Hamburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=329822", + "internal_url": "null", + "latitude": "53.55335235064992", + "longitude": "9.96866032836667", + "machine_status": "available", + "id": 6979, + "last_updated": "2023-11-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.2247713, + 39.7518642 + ] + }, + "properties": { + "name": "Colorado School of Mines, Mines Museum of Earth Science", + "area": "Colorado", + "address": "1310 Maple St., Golden", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418289", + "internal_url": "null", + "latitude": "39.7518642", + "longitude": "-105.2247713", + "machine_status": "available", + "id": 6980, + "last_updated": "2023-11-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.005226199999999999, + 51.4810058 + ] + }, + "properties": { + "name": "National Maritime Museum", + "area": "England", + "address": "Romney Rd, LONDON - Greenwich", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418304", + "internal_url": "null", + "latitude": "51.4810058", + "longitude": "-0.005226199999999999", + "machine_status": "available", + "id": 6981, + "last_updated": "2023-11-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.0037013, + 51.4811073 + ] + }, + "properties": { + "name": "Queen's House", + "area": "England", + "address": "Romney Rd, LONDON - Greenwich", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418305", + "internal_url": "null", + "latitude": "51.4811073", + "longitude": "-0.0037013", + "machine_status": "available", + "id": 6982, + "last_updated": "2023-11-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.1905666, + 55.9469995 + ] + }, + "properties": { + "name": "National Museum of Scotland", + "area": "Scotland", + "address": "Chambers St, Edinburgh", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418306", + "internal_url": "null", + "latitude": "55.9469995", + "longitude": "-3.1905666", + "machine_status": "available", + "id": 6983, + "last_updated": "2023-11-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.905644, + 40.3360659 + ] + }, + "properties": { + "name": "The Pagoda at Mt Penn", + "area": "Pennsylvania", + "address": "98 Duryea Drive, Reading", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=60490", + "internal_url": "null", + "latitude": "40.3360659", + "longitude": "-75.905644", + "machine_status": "retired", + "id": 4057, + "last_updated": "2023-11-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.7581415, + 39.3178043 + ] + }, + "properties": { + "name": "Harpers Ferry National Historical Park", + "area": "West Virginia", + "address": "171 Shoreline Dr (visitor center), Harpers Ferry", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418365", + "internal_url": "null", + "latitude": "39.3178043", + "longitude": "-77.7581415", + "machine_status": "retired", + "id": 6984, + "last_updated": "2024-10-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -123.4391643, + 48.5644863 + ] + }, + "properties": { + "name": "Victoria Butterfly Gardens", + "area": "Canada", + "address": "1461 Benvenuto Ave , BC - Brentwood Bay", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=311520", + "internal_url": "null", + "latitude": "48.5644863", + "longitude": "-123.4391643", + "machine_status": "available", + "id": 4965, + "last_updated": "2023-11-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -116.77287, + 33.920239 + ] + }, + "properties": { + "name": "Cabazon Dinosaurs", + "area": "California", + "address": "50900 Seminole Drive, Cabazon", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=1432", + "internal_url": "null", + "latitude": "33.920239", + "longitude": "-116.77287", + "paywall": true, + "machine_status": "available", + "id": 4583, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.2298292, + 45.2803067 + ] + }, + "properties": { + "name": "Castle Farms", + "area": "Michigan", + "address": "5052 M66 North, Charlevoix", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "45.2803067", + "longitude": "-85.2298292", + "machine_status": "available", + "id": 6985, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.213893, + 45.2726291 + ] + }, + "properties": { + "name": "Hungry Ducks Farm", + "area": "Michigan", + "address": "4580 M66 North, Charlevoix", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418412", + "internal_url": "null", + "latitude": "45.2726291", + "longitude": "-85.213893", + "machine_status": "available", + "id": 6986, + "last_updated": "2023-11-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.1350768, + 26.0830897 + ] + }, + "properties": { + "name": "Santa Ana National Wildlife Refuge", + "area": "Texas", + "address": "3325 Green Jay Rd, Alamo", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=341637", + "internal_url": "null", + "latitude": "26.0830897", + "longitude": "-98.1350768", + "machine_status": "retired", + "id": 3637, + "last_updated": "2023-12-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.7581863, + 45.4347343 + ] + }, + "properties": { + "name": "Costco", + "area": "Oregon", + "address": "7850 SW Dartmouth St., Tigard", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418535", + "internal_url": "null", + "latitude": "45.4347343", + "longitude": "-122.7581863", + "machine_status": "retired", + "id": 6987, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.2194401, + 34.2397414 + ] + }, + "properties": { + "name": "Lake Arrowhead Tattoo", + "area": "California", + "address": "26744 CA-189, , Blue Jay", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418466", + "internal_url": "null", + "latitude": "34.2397414", + "longitude": "-117.2194401", + "machine_status": "available", + "id": 6988, + "last_updated": "2023-12-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.9844129, + 30.40116159999999 + ] + }, + "properties": { + "name": "Gulf Breeze Zoo", + "area": "Florida", + "address": "5701 Gulf Breeze Parkway (Highway 98), Gulf Breeze", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=1571", + "internal_url": "null", + "latitude": "30.40116159999999", + "longitude": "-86.9844129", + "multimachine": 2, + "machine_status": "available", + "id": 3311, + "last_updated": "2023-12-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.9011873, + 47.0353254 + ] + }, + "properties": { + "name": "Washington State Capitol Campus - Olympia, Lacey, Tumwater Visitor Center", + "area": "Washington", + "address": "103 Sid Snyder Avenue SW, Olympia", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=105594", + "internal_url": "null", + "latitude": "47.0353254", + "longitude": "-122.9011873", + "machine_status": "retired", + "id": 5122, + "last_updated": "2023-12-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.9046353, + 47.0369433 + ] + }, + "properties": { + "name": "Washington State Capitol Campus - Temple of Justice Building", + "area": "Washington", + "address": "415 12th Avenue SW, Olympia", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=105595", + "internal_url": "null", + "latitude": "47.0369433", + "longitude": "-122.9046353", + "machine_status": "retired", + "id": 5123, + "last_updated": "2023-12-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.105201399999999, + 56.8198915 + ] + }, + "properties": { + "name": "Nevis Range, Fort William", + "area": "Scotland", + "address": "A82, Torlundy., Fort William", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=32880", + "internal_url": "null", + "latitude": "56.8198915", + "longitude": "-5.105201399999999", + "machine_status": "available", + "id": 762, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.8650689746821, + 35.405982631065385 + ] + }, + "properties": { + "name": "Pinky’s Westside Grill", + "area": "North Carolina", + "address": "9822 Gilead Rd, Huntersville, NC 28078, USA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435800", + "internal_url": "null", + "latitude": 35.405982631065385, + "longitude": -80.8650689746821, + "machine_status": "available", + "id": 6989, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.61014899999999, + 30.264336 + ] + }, + "properties": { + "name": "Live Bait Restaurant", + "area": "Alabama", + "address": "24281 Perdido Beach Blvd, Orange Beach", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=8309", + "internal_url": "null", + "latitude": "30.264336", + "longitude": "-87.61014899999999", + "machine_status": "retired", + "id": 1731, + "last_updated": "2023-12-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.3502, + 47.61163 + ] + }, + "properties": { + "name": "Norwegian Cruise Line - Pearl (cruise ship Seattle)", + "area": "Washington", + "address": "Pier 66/ Bell Street Terminal, Seattle", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=112646", + "internal_url": "null", + "latitude": "47.61163", + "longitude": "-122.3502", + "machine_status": "available", + "id": 5137, + "last_updated": "2022-08-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.173, + 25.778 + ] + }, + "properties": { + "name": "Norwegian Cruise Line - Escape (cruise ship)", + "area": "Florida", + "address": "South America Way, Dodge Island, Miami ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=248668", + "internal_url": "null", + "latitude": "25.778", + "longitude": "-80.173", + "machine_status": "available", + "id": 3387, + "last_updated": "2021-04-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.164, + 25.775 + ] + }, + "properties": { + "name": "Norwegian Cruise Line - Getaway (cruise ship)", + "area": "Florida", + "address": "South America Way, Dodge Island, Miami", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=204376", + "internal_url": "null", + "latitude": "25.775", + "longitude": "-80.164", + "machine_status": "available", + "id": 3389, + "last_updated": "2021-04-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.170114, + 25.776993 + ] + }, + "properties": { + "name": "Norwegian Cruise Line - Jewel (cruise ship)", + "area": "Florida", + "address": "South America Way, Dodge Island, Miami", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=253006", + "internal_url": "null", + "latitude": "25.776993", + "longitude": "-80.170114", + "machine_status": "available", + "id": 3391, + "last_updated": "2021-04-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.174, + 25.776993 + ] + }, + "properties": { + "name": "Norwegian Cruise Line - Sky (cruise ship)", + "area": "Florida", + "address": "Port of Miami; Dodge Island, Miami", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=226448", + "internal_url": "null", + "latitude": "25.776993", + "longitude": "-80.174", + "machine_status": "available", + "id": 3393, + "last_updated": "2021-04-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.174, + 25.7769 + ] + }, + "properties": { + "name": "Norwegian Cruise Line - Sun (cruise ship)", + "area": "Florida", + "address": "South America Way, Dodge Island, Miami", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=311321", + "internal_url": "null", + "latitude": "25.7769", + "longitude": "-80.174", + "machine_status": "available", + "id": 3395, + "last_updated": "2021-04-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.1661338, + 38.6827047 + ] + }, + "properties": { + "name": "The Folsom City Zoo Sanctuary", + "area": "California", + "address": "403 Stafford Street, Folsom", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=45922", + "internal_url": "null", + "latitude": "38.6827047", + "longitude": "-121.1661338", + "machine_status": "available", + "id": 5239, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.3797528, + 38.6393037 + ] + }, + "properties": { + "name": "Powerhouse Science Center (Discovery Museum's Science & Space Center)", + "area": "California", + "address": "3615 Auburn Blvd, Sacramento", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=11377", + "internal_url": "null", + "latitude": "38.6393037", + "longitude": "-121.3797528", + "machine_status": "retired", + "id": 4757, + "last_updated": "2023-12-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -114.7377325, + 36.0160655 + ] + }, + "properties": { + "name": "Hoover Dam High Scaler Café ", + "area": "Nevada", + "address": "Hoover Dam Access Road, Hoover Dam", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=214103", + "internal_url": "null", + "latitude": "36.0160655", + "longitude": "-114.7377325", + "machine_status": "retired", + "id": 4483, + "last_updated": "2023-12-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 151.2077747, + -33.857439 + ] + }, + "properties": { + "name": "BridgeClimb", + "area": "Australia", + "address": "3 Cumberland St, The Rocks NSW, NSW - Sydney", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "-33.857439", + "longitude": "151.2077747", + "machine_status": "available", + "id": 5601, + "last_updated": "2023-12-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.3981424, + 25.6111542 + ] + }, + "properties": { + "name": "Zoo Miami (Miami-Dade Zoological Park and Gardens)", + "area": "Florida", + "address": "12400 SW 152nd St, Miami", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=256262", + "internal_url": "null", + "latitude": "25.6111542", + "longitude": "-80.3981424", + "multimachine": 5, + "paywall": true, + "machine_status": "retired", + "id": 3396, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.765277, + 25.7569444 + ] + }, + "properties": { + "name": "Shark Valley Visitor Center", + "area": "Florida", + "address": "36000 SW 8th Street Miami, Florida 33194, Everglades National Park", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=378449", + "internal_url": "null", + "latitude": "25.7569444", + "longitude": "-80.765277", + "type": "token", + "machine_status": "retired", + "id": 5351, + "last_updated": "2023-12-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.07105961928818, + 29.941865920450606 + ] + }, + "properties": { + "name": "National WWII Museum - US Freedom Pavillion", + "area": "Louisiana", + "address": "945 Magazine St, New Orleans, LA 70130", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=275019", + "internal_url": "null", + "latitude": 29.941865920450606, + "longitude": -90.07105961928818, + "machine_status": "available", + "id": 6990, + "last_updated": "2023-12-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.07053169999999, + 29.9430711 + ] + }, + "properties": { + "name": "National WWII Museum - Louisiana Memorial Pavillon", + "area": "Louisiana", + "address": "945 Magazine St, New Orleans, LA 70130", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=275019", + "internal_url": "null", + "latitude": "29.9430711", + "longitude": "-90.07053169999999", + "machine_status": "available", + "id": 3589, + "last_updated": "2023-12-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.17424, + 25.7775797 + ] + }, + "properties": { + "name": "Norwegian Cruise Line - Spirit (cruise ship)", + "area": "Florida", + "address": "South America Way, Dodge Island, Miami", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=311320", + "internal_url": "null", + "latitude": "25.7775797", + "longitude": "-80.17424", + "machine_status": "available", + "id": 3394, + "last_updated": "2023-12-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.176525, + 25.779883 + ] + }, + "properties": { + "name": "Norwegian Cruise Line - Gem (cruise ship)", + "area": "Florida", + "address": "South America Way, Miami", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=340992", + "internal_url": "null", + "latitude": "25.779883", + "longitude": " -80.176525", + "machine_status": "available", + "id": 3388, + "last_updated": "2023-12-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.176702, + 25.780286 + ] + }, + "properties": { + "name": "Norwegian Cruise Line - Breakaway (cruise ship)", + "area": "Florida", + "address": "South America Way, Dodge Island, Miami", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=385364", + "internal_url": "null", + "latitude": "25.780286", + "longitude": "-80.176702", + "machine_status": "available", + "id": 5356, + "last_updated": "2023-12-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.9561765, + 39.7185816 + ] + }, + "properties": { + "name": "Candy Cane Lane", + "area": "Colorado", + "address": "679 South High Street, Denver", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=350960", + "internal_url": "null", + "latitude": "39.7185816", + "longitude": "-104.9561765", + "machine_status": "retired", + "id": 1842, + "last_updated": "2023-12-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.80521329999999, + 45.0551129 + ] + }, + "properties": { + "name": "Smth + Trade Mercantile", + "area": "Minnesota", + "address": "229 Main St S, Stillwater", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418627", + "internal_url": "null", + "latitude": "45.0551129", + "longitude": "-92.80521329999999", + "machine_status": "available", + "id": 6991, + "last_updated": "2023-12-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.4922309, + 41.8902102 + ] + }, + "properties": { + "name": "The News Kiosk in front of the Colosseum", + "area": "Italy", + "address": "right outside of metro, Rome", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418674", + "internal_url": "null", + "latitude": "41.8902102", + "longitude": "12.4922309", + "machine_status": "available", + "id": 6992, + "last_updated": "2023-12-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.473238, + 41.9002177 + ] + }, + "properties": { + "name": "Edicola il Messaggero (Newspaper kiosk)", + "area": "Italy", + "address": "Via Agonale 3 @ Piazza Navona", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=62691", + "internal_url": "null", + "latitude": "41.9002177", + "longitude": "12.473238", + "machine_status": "retired", + "id": 961, + "last_updated": "2023-12-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.2142445, + 25.0172507 + ] + }, + "properties": { + "name": "Xpark Aquarium", + "area": "Taiwan", + "address": "No.105, Chunde Road, Zhongli District, Taoyuan City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=418667", + "internal_url": "null", + "latitude": "25.0172507", + "longitude": "121.2142445", + "machine_status": "available", + "id": 6993, + "last_updated": "2023-12-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.53594, + 48.750293 + ] + }, + "properties": { + "name": "Baumwipfelpad Sommerberg (Schwarzwald)", + "area": "Germany", + "address": "Peter-Liebig-Weg 16, 75323 Bad Wildbad, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.750293", + "longitude": "8.53594", + "machine_status": "available", + "id": 416, + "last_updated": "2023-12-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.1735, + 25.778 + ] + }, + "properties": { + "name": "Norwegian Cruise Line - Jade (cruise ship)", + "area": "Florida", + "address": "South America Way, Dodge Island, Miami", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=311319", + "internal_url": "null", + "latitude": "25.778", + "longitude": "-80.1735", + "machine_status": "available", + "id": 3390, + "last_updated": "2021-04-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.4702662, + 48.5889017 + ] + }, + "properties": { + "name": "Burg Teck", + "area": "Germany", + "address": "Teckstraße 100", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "48.5889017", + "longitude": "9.4702662", + "machine_status": "available", + "id": 589, + "last_updated": "2023-12-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.3619937, + 52.1046945 + ] + }, + "properties": { + "name": "Hameln Marketing und Tourismus", + "area": "Germany", + "address": "Deisterallee 1", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=441337", + "internal_url": "null", + "latitude": "52.1046945", + "longitude": "9.3619937", + "machine_status": "available", + "id": 503, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.049851, + 52.3996869 + ] + }, + "properties": { + "name": "Souvenir Shop", + "area": "Germany", + "address": "Brandenburger Straße 7 14467", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.3996869", + "longitude": "13.049851", + "machine_status": "available", + "id": 596, + "last_updated": "2023-12-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.6201558, + 52.73172270000001 + ] + }, + "properties": { + "name": "Otter-Zentrum Hankensbüttel", + "area": "Germany", + "address": "Sudendorfallee 1", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "52.73172270000001", + "longitude": "10.6201558", + "machine_status": "available", + "id": 504, + "last_updated": "2023-12-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.955155999999999, + 53.544993 + ] + }, + "properties": { + "name": "U-434", + "area": "Germany", + "address": "St. Pauli Fischmarkt 10", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.544993", + "longitude": "9.955155999999999", + "machine_status": "available", + "id": 502, + "last_updated": "2023-12-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.160416, + 53.9619988 + ] + }, + "properties": { + "name": "Heringsdorf (Usedom Island)", + "area": "Germany", + "address": "Strandpromenade", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.9619988", + "longitude": "14.160416", + "machine_status": "available", + "id": 512, + "last_updated": "2023-12-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.17854249999999, + 37.3651388 + ] + }, + "properties": { + "name": "Sea Quest Lynchburg", + "area": "Virginia", + "address": "3405 Candlers Mountain Road, Lynchburg", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=330162", + "internal_url": "null", + "latitude": "37.3651388", + "longitude": "-79.17854249999999", + "machine_status": "retired", + "id": 4427, + "last_updated": "2023-12-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.443623, + 25.16874 + ] + }, + "properties": { + "name": "Tamsui Old Street ", + "area": "Taiwan", + "address": "No. 59, Gongming St, New Taipei City - Tamsui", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419001", + "internal_url": "null", + "latitude": "25.16874", + "longitude": "121.443623", + "machine_status": "available", + "id": 6994, + "last_updated": "2023-12-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 127.1470117, + 37.5504483 + ] + }, + "properties": { + "name": "Yehliu Ocean World", + "area": "Taiwan", + "address": "No. 167-3, Gangdong Road, New Taipei City - Wanli District", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419003", + "internal_url": "null", + "latitude": "37.5504483", + "longitude": "127.1470117", + "machine_status": "available", + "id": 6995, + "last_updated": "2023-12-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.06166219416926, + 29.95758564851048 + ] + }, + "properties": { + "name": "Café du Monde 2 (on the Right)", + "area": "Louisiana", + "address": "810 Decatur St, New Orleans, LA 70116, USA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2331", + "internal_url": "null", + "latitude": 29.95758564851048, + "longitude": -90.06166219416926, + "machine_status": "available", + "id": 6996, + "last_updated": "2023-12-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.09469419999999, + 46.7831521 + ] + }, + "properties": { + "name": "On Point", + "area": "Minnesota", + "address": "337 Canal Park Dr, Duluth", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419042", + "internal_url": "null", + "latitude": "46.7831521", + "longitude": "-92.09469419999999", + "machine_status": "available", + "id": 6997, + "last_updated": "2023-12-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.7985672, + 25.1400236 + ] + }, + "properties": { + "name": "National Museum of Marine Science and Technology", + "area": "Taiwan", + "address": "No. 367, Beining Rd, Keelung - Zhongzheng District", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419041", + "internal_url": "null", + "latitude": "25.1400236", + "longitude": "121.7985672", + "machine_status": "available", + "id": 6998, + "last_updated": "2023-12-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.5880029, + 24.9681043 + ] + }, + "properties": { + "name": "Maokong Gondola - in front of Kuang Ting Tea Garden", + "area": "Taiwan", + "address": "No. 16, Lane 38, Section 3, Zhinan Rd, Taipei City - Wenshan District", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419040", + "internal_url": "null", + "latitude": "24.9681043", + "longitude": "121.5880029", + "machine_status": "available", + "id": 6999, + "last_updated": "2023-12-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.1061662, + 33.2867658 + ] + }, + "properties": { + "name": "Los Hermanos Restaurant & Lounge", + "area": "Arizona", + "address": "835 US-60, Superior ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419065", + "internal_url": "null", + "latitude": "33.2867658", + "longitude": "-111.1061662", + "machine_status": "available", + "id": 7000, + "last_updated": "2023-12-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.9773245, + 41.0786592 + ] + }, + "properties": { + "name": "SeaQuest Aquarium Utah", + "area": "Utah", + "address": "1201 N. Hillfield Rd., Layton", + "external_url": "http://209.221.138.252/Details.aspx?location=262838", + "internal_url": "null", + "latitude": "41.0786592", + "longitude": "-111.9773245", + "machine_status": "retired", + "status": "unvisited", + "id": 2068, + "last_updated": "2023-12-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.503955500000001, + 51.9716579 + ] + }, + "properties": { + "name": "Burg Hülshoff", + "area": "Germany", + "address": "Schonebeck 6, 48239 Havixbeck", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419062", + "internal_url": "null", + "latitude": "51.9716579", + "longitude": "7.503955500000001", + "machine_status": "available", + "id": 7001, + "last_updated": "2023-12-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.1313766, + 29.9237134 + ] + }, + "properties": { + "name": "Audubon Zoo", + "area": "Louisiana", + "address": "6500 Magazine Street, New Orleans", + "external_url": "http://209.221.138.252/Details.aspx?location=2333", + "internal_url": "null", + "latitude": "29.9237134", + "longitude": "-90.1313766", + "machine_status": "available", + "status": "unvisited", + "paywall": true, + "multimachine": 5, + "id": 3583, + "last_updated": "2023-12-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1637638, + 36.1137861 + ] + }, + "properties": { + "name": "Las Vegas Souvenirs and Gifts", + "area": "Nevada", + "address": "4130 Koval LN. , Las Vegas", + "external_url": "http://209.221.138.252/Details.aspx?location=387193", + "internal_url": "null", + "latitude": "36.1137861", + "longitude": "-115.1637638", + "machine_status": "available", + "status": "unvisited", + "id": 5975, + "last_updated": "2024-01-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.2078521, + 47.8318555 + ] + }, + "properties": { + "name": "Elevated Sportz", + "area": "Washington", + "address": "18311 Bothell Everett Hwy #140, Bothell ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419139", + "internal_url": "null", + "latitude": "47.8318555", + "longitude": "-122.2078521", + "machine_status": "available", + "id": 7002, + "last_updated": "2023-12-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 120.2641059, + 22.613027 + ] + }, + "properties": { + "name": "Souvenir Shop near Cihou Fort - Cijin District", + "area": "Taiwan", + "address": ", Kaohsiung - Cijin District", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419150", + "internal_url": "null", + "latitude": "22.613027", + "longitude": "120.2641059", + "machine_status": "available", + "id": 7003, + "last_updated": "2023-12-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 120.4403237, + 22.7572769 + ] + }, + "properties": { + "name": "Fo Guang Shan Buddha Museum", + "area": "Taiwan", + "address": "No. 1, Tongling Rd, Dashu District, Kaohsiung - Dashu District", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419148", + "internal_url": "null", + "latitude": "22.7572769", + "longitude": "120.4403237", + "machine_status": "available", + "id": 7004, + "last_updated": "2023-12-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 120.3013294, + 22.631517 + ] + }, + "properties": { + "name": "Dome of Light / Formosa Boulevard Station - Kaohsiung", + "area": "Taiwan", + "address": "Xinxing District, Zhongshan 1st Rd, No. 115, Kaohsiung City - Xinxing District ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419149", + "internal_url": "null", + "latitude": "22.631517", + "longitude": "120.3013294", + "machine_status": "available", + "id": 7005, + "last_updated": "2023-12-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 120.8527657, + 21.9015168 + ] + }, + "properties": { + "name": "Eluanbi Souvenir Shop in Eluanbi Park", + "area": "Taiwan", + "address": "No. 87, Dengta Rd, Hengchun Township, Pingtung County, 946, Pingtung County", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419151", + "internal_url": "null", + "latitude": "21.9015168", + "longitude": "120.8527657", + "machine_status": "available", + "id": 7006, + "last_updated": "2023-12-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.3352719, + 35.7365787 + ] + }, + "properties": { + "name": "Catawba Science Center", + "area": "North Carolina", + "address": "243 3rd Ave. NE, Hickory", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3697", + "internal_url": "null", + "latitude": "35.7365787", + "longitude": "-81.3352719", + "machine_status": "available", + "id": 7007, + "last_updated": "2023-12-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.9644216, + 33.3832233 + ] + }, + "properties": { + "name": "Rainforest Cafe @ Arizona Mills Mall", + "area": "Arizona", + "address": "5000 S. Arizona Mills Circle #573, Tempe", + "external_url": "http://209.221.138.252/Details.aspx?location=260", + "internal_url": "null", + "latitude": "33.3832233", + "longitude": "-111.9644216", + "machine_status": "available", + "status": "unvisited", + "id": 2698, + "multimachine": 2, + "last_updated": "2023-12-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.9556927, + 26.4546952 + ] + }, + "properties": { + "name": "Shipwreck", + "area": "Florida", + "address": "237 Old San Carlos Blvd, Ft. Myers Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=1814", + "internal_url": "null", + "latitude": "26.4546952", + "longitude": "-81.9556927", + "machine_status": "out-of-order", + "id": 7008, + "last_updated": "2024-02-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.1959485, + 33.8007274 + ] + }, + "properties": { + "name": "Texas Best Smokehouse Travel Center", + "area": "Texas", + "address": "101 US 287, Henrietta", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419262", + "internal_url": "null", + "latitude": "33.8007274", + "longitude": "-98.1959485", + "machine_status": "available", + "id": 7009, + "last_updated": "2023-12-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 114.0388401, + 22.31241 + ] + }, + "properties": { + "name": "Tokyo Disneyland - World of Frozen area", + "area": "China", + "address": "Lantau Island, Penny's Bay, Hong Kong", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419275", + "internal_url": "null", + "latitude": "22.31241", + "longitude": "114.0388401", + "machine_status": "available", + "id": 7010, + "last_updated": "2023-12-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.12628030915306, + 34.69220822848988 + ] + }, + "properties": { + "name": "Candy Edventures", + "area": "North Carolina", + "address": "650 W Corbett Ave, Swansboro, NC 28584, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 34.69220822848988, + "longitude": -77.12628030915306, + "machine_status": "available", + "id": 7011, + "last_updated": "2023-12-23", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.18073238631673, + 37.25297979793387 + ] + }, + "properties": { + "name": "Buc-ee's Springfield", + "area": "Missouri", + "address": "3284 N Beaver Road, Springfield", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419302", + "internal_url": "null", + "latitude": "37.25297979793387", + "longitude": "-93.18073238631673", + "machine_status": "available", + "id": 7013, + "last_updated": "2024-07-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.6564371, + 33.32305760000001 + ] + }, + "properties": { + "name": "Pillow's Funtrackers", + "area": "New Mexico", + "address": "101 Carrizo Canyon Rd, Ruidoso", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419305", + "internal_url": "null", + "latitude": "33.32305760000001", + "longitude": "-105.6564371", + "machine_status": "available", + "id": 7012, + "last_updated": "2023-12-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.9165321, + 52.3660003 + ] + }, + "properties": { + "name": "Artis Royal Zoo", + "area": "Netherlands", + "address": "Plantage Kerklaan 38-40, Amsterdam", + "external_url": "http://209.221.138.252/Details.aspx?location=334704", + "internal_url": "null", + "latitude": "52.3660003", + "longitude": "4.9165321", + "machine_status": "retired", + "status": "retired", + "id": 5860, + "last_updated": "2023-12-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.0692442, + 26.666953 + ] + }, + "properties": { + "name": "Palm Beach Zoo at Dreher Park", + "area": "Florida", + "address": "1301 Summitt Boulevard, West Palm Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=1509", + "internal_url": "null", + "latitude": "26.666953", + "longitude": "-80.0692442", + "machine_status": "retired", + "status": "unvisited", + "id": 3475, + "multimachine": 2, + "last_updated": "2023-12-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.3080192, + 37.6737554 + ] + }, + "properties": { + "name": "Buc-ee's Richmond", + "area": "Kentucky", + "address": "1013 Buc-ee's Blvd, Richmond", + "external_url": "http://209.221.138.252/Details.aspx?location=377603", + "internal_url": "null", + "latitude": "37.6737554", + "longitude": "-84.3080192", + "machine_status": "available", + "status": "unvisited", + "id": 5502, + "last_updated": "2024-01-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.13624709999999, + 39.4465319 + ] + }, + "properties": { + "name": "Family Touch Primitive Treasures and Cafe'", + "area": "Indiana", + "address": "36 Duck Creek, Metamora", + "external_url": "http://209.221.138.252/Details.aspx?location=241664", + "internal_url": "null", + "latitude": "39.4465319", + "longitude": "-85.13624709999999", + "machine_status": "retired", + "status": "unvisited", + "id": 2277, + "last_updated": "2023-12-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -91.535612, + 41.6619602 + ] + }, + "properties": { + "name": "University of Iowa Museum of Natural History", + "area": "Iowa", + "address": "17 N Clinton St, Iowa City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419331", + "internal_url": "null", + "latitude": "41.6619602", + "longitude": "-91.535612", + "machine_status": "available", + "id": 7014, + "last_updated": "2023-12-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.50269223958325, + 35.46397791396833 + ] + }, + "properties": { + "name": "Bass Pro Shops Oklahoma City", + "area": "Oklahoma", + "address": "200 Bass Pro Drive, Oklahoma City, OK 73104", + "external_url": "http://209.221.138.252/Details.aspx?location=3897", + "internal_url": "null", + "latitude": "35.46397791396833", + "longitude": "-97.50269223958325", + "machine_status": "retired", + "status": "unvisited", + "id": 1796, + "last_updated": "2024-05-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.3222017, + 26.7127391 + ] + }, + "properties": { + "name": "Lion Country Safari", + "area": "Florida", + "address": "2003 Lion Country Safari Road, Loxahatchee", + "external_url": "http://209.221.138.252/Details.aspx?location=1711", + "internal_url": "null", + "latitude": "26.7127391", + "longitude": "-80.3222017", + "machine_status": "retired", + "status": "unvisited", + "id": 3379, + "last_updated": "2023-12-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1754312, + 36.0987973 + ] + }, + "properties": { + "name": "Excalibur Hotel & Casino - Food Court", + "area": "Nevada", + "address": "3850 Las Vegas Boulevard South, Las Vegas", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419397", + "internal_url": "null", + "latitude": "36.0987973", + "longitude": "-115.1754312", + "machine_status": "available", + "id": 7015, + "last_updated": "2023-12-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.259235, + 36.0786159 + ] + }, + "properties": { + "name": "Opportunity Village, Las Vegas", + "area": "Nevada", + "address": "6050 W. Buffalo Dr, Las Vegas", + "external_url": "http://209.221.138.252/Details.aspx?location=369525", + "internal_url": "null", + "latitude": "36.0786159", + "longitude": "-115.259235", + "machine_status": "retired", + "status": "unvisited", + "id": 5426, + "last_updated": "2023-12-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -103.2720165, + 43.9909702 + ] + }, + "properties": { + "name": "Reptile Gardens", + "area": "South Dakota", + "address": "Highway 16 South, Rapid City", + "external_url": "http://209.221.138.252/Details.aspx?location=2910", + "internal_url": "null", + "latitude": "43.9909702", + "longitude": "-103.2720165", + "machine_status": "available", + "status": "unvisited", + "id": 1311, + "multimachine": 2, + "last_updated": "2023-12-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.8843065, + 33.7168203 + ] + }, + "properties": { + "name": "Broadway at the Beach - Wonder Works", + "area": "South Carolina", + "address": "1325 Celebrity Circle, Myrtle Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=213698", + "internal_url": "null", + "latitude": "33.7168203", + "longitude": "-78.8843065", + "machine_status": "retired", + "status": "unvisited", + "id": 2215, + "last_updated": "2023-12-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.637616, + 30.15827 + ] + }, + "properties": { + "name": "Longhorn Truck & Car Plaza", + "area": "Louisiana", + "address": "2374 HWY 109 South, Vinton", + "external_url": "http://209.221.138.252/Details.aspx?location=331528", + "internal_url": "null", + "latitude": "30.15827", + "longitude": "-93.637616", + "machine_status": "retired", + "status": "unvisited", + "id": 3600, + "last_updated": "2024-01-01" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 19.0347812, + 47.5021827 + ] + }, + "properties": { + "name": "Fisherman's Bastion, Hilton Hotel", + "area": "Hungary", + "address": "Budapest, Szentháromság tér, 1014 Hungary", + "external_url": "http://209.221.138.252/Details.aspx?location=205104", + "internal_url": "null", + "latitude": "47.5021827", + "longitude": "19.0347812", + "machine_status": "available", + "status": "unvisited", + "multimachine": 2, + "id": 826, + "last_updated": "2024-01-01" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.6884047, + 40.4221593 + ] + }, + "properties": { + "name": "Colorado Model Railroad Museum", + "area": "Colorado", + "address": "680 10th Street, Greeley", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419577", + "internal_url": "null", + "latitude": "40.4221593", + "longitude": "-104.6884047", + "machine_status": "available", + "id": 7016, + "last_updated": "2024-01-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -74.0715651, + 40.8089829 + ] + }, + "properties": { + "name": "American Dream - Legoland Discovery Center", + "area": "New Jersey", + "address": "1 American Dream Wy, East Rutherford, NJ 07073, East Rutherford", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419558", + "internal_url": "null", + "latitude": "40.8089829", + "longitude": "-74.0715651", + "machine_status": "available", + "id": 7017, + "last_updated": "2024-01-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.36613, + 47.6829155 + ] + }, + "properties": { + "name": "Market Street Pizza", + "area": "Washington", + "address": "2721 N Market St, Spokane", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419494", + "internal_url": "null", + "latitude": "47.6829155", + "longitude": "-117.36613", + "machine_status": "available", + "id": 7018, + "last_updated": "2024-01-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.7606937, + 47.2837814 + ] + }, + "properties": { + "name": "Tauern Spa", + "area": "Austria", + "address": "Tauern Spa Platz 1, Kaprun", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419695", + "internal_url": "null", + "latitude": "47.2837814", + "longitude": "12.7606937", + "machine_status": "available", + "id": 7019, + "last_updated": "2024-01-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.2956165, + 52.5209319 + ] + }, + "properties": { + "name": "Charlottenburg Palace Gift Shop", + "area": "Germany", + "address": "Spandauer Damm 10-22, Berlin", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419559", + "internal_url": "null", + "latitude": "52.5209319", + "longitude": "13.2956165", + "machine_status": "available", + "id": 7020, + "last_updated": "2024-01-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 133.8085531, + 34.3116712 + ] + }, + "properties": { + "name": "Gold Tower", + "area": "Japan", + "address": "1-8-1 Hama Utazucho Ayauta-gun, Kagawa Prefecture", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419684", + "internal_url": "null", + "latitude": "34.3116712", + "longitude": "133.8085531", + "machine_status": "available", + "id": 7021, + "last_updated": "2024-01-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 21.015256, + 52.24797599999999 + ] + }, + "properties": { + "name": "Warsaw Royal Castle shop", + "area": "Poland", + "address": "plac Zamkowy 4, , Warszawa, Polonia", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419686", + "internal_url": "null", + "latitude": "52.24797599999999", + "longitude": "21.015256", + "machine_status": "available", + "id": 7022, + "last_updated": "2024-01-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -13.7929929, + 29.0223682 + ] + }, + "properties": { + "name": "Timanfaya Visitor's Centre", + "area": "Spain", + "address": "Carretera LZ-67 La Santa Km 9,6, Yaiza", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419471", + "internal_url": "null", + "latitude": "29.0223682", + "longitude": "-13.7929929", + "machine_status": "available", + "id": 7023, + "last_updated": "2024-01-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.06791, + 37.474715 + ] + }, + "properties": { + "name": "Bluestone Travel Plaza", + "area": "West Virginia", + "address": "Milepost 18 Northbound on I-77 (West Virginia Turnpike), Princeton", + "external_url": "http://209.221.138.252/Details.aspx?location=972", + "internal_url": "null", + "latitude": "37.474715", + "longitude": "-81.06791", + "machine_status": "retired", + "status": "unvisited", + "id": 3902, + "last_updated": "2021-04-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.0553447, + 53.81190849999999 + ] + }, + "properties": { + "name": "Peter Rabbit Explore and Play", + "area": "England", + "address": "91 Promenade, , Blackpool ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419765", + "internal_url": "null", + "latitude": "53.81190849999999", + "longitude": "-3.0553447", + "machine_status": "available", + "id": 7024, + "last_updated": "2024-01-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.280687, + 51.722921 + ] + }, + "properties": { + "name": "Willows Activity Farm", + "area": "England", + "address": "Coursers Road, London Colney,, HERTFORDSHIRE - St Albans", + "external_url": "http://209.221.138.252/Details.aspx?location=296278", + "internal_url": "null", + "latitude": "51.722921", + "longitude": "-0.280687", + "machine_status": "retired", + "status": "unvisited", + "id": 1425, + "last_updated": "2024-01-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.4147936, + 38.7871306 + ] + }, + "properties": { + "name": "Cabela's", + "area": "Missouri", + "address": "St Louis Mills Mall, Hazelwood", + "external_url": "http://209.221.138.252/Details.aspx?location=25576", + "internal_url": "null", + "latitude": "38.7871306", + "longitude": "-90.4147936", + "machine_status": "retired", + "status": "retired", + "id": 1091, + "last_updated": "2024-01-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.3763838, + 40.5909948 + ] + }, + "properties": { + "name": "Turtle Bay Exploration Park Museum Store (Next to Sundial Bridge)", + "area": "California", + "address": "844 Sundial Bridge Dr, Redding", + "external_url": "http://209.221.138.252/Details.aspx?location=1242", + "internal_url": "null", + "latitude": "40.5909948", + "longitude": "-122.3763838", + "machine_status": "available", + "status": "retired", + "id": 4744, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.32216869999999, + 44.9089473 + ] + }, + "properties": { + "name": "Colby Community Library", + "area": "Wisconsin", + "address": "505 W. Spence Street, Colby", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419842", + "internal_url": "null", + "latitude": "44.9089473", + "longitude": "-90.32216869999999", + "machine_status": "available", + "id": 7025, + "last_updated": "2024-01-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.0074818, + 29.2261314 + ] + }, + "properties": { + "name": "Joyland Amusement Center", + "area": "Florida", + "address": "49 Boardwalk underthe Slingshot, near Atlantic & Auditorium Blvd, Daytona Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=25215", + "internal_url": "null", + "latitude": "29.2261314", + "longitude": "-81.0074818", + "machine_status": "retired", + "status": "unvisited", + "id": 3281, + "last_updated": "2024-01-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.5563845, + 28.3381102 + ] + }, + "properties": { + "name": "ESPN Wide World of Sports Complex", + "area": "Florida", + "address": "700 S Victory Way, Orlando, FL 34747, Orlando", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419950", + "internal_url": "null", + "latitude": "28.3381102", + "longitude": "-81.5563845", + "machine_status": "available", + "id": 7026, + "last_updated": "2024-01-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.592934, + 54.9906702 + ] + }, + "properties": { + "name": "Jesmond Dene Pets Corner", + "area": "England", + "address": "Red Walk,, Newcastle upon Tyne", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=419956", + "internal_url": "null", + "latitude": "54.9906702", + "longitude": "-1.592934", + "machine_status": "available", + "id": 7027, + "last_updated": "2024-01-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.9674035, + 48.3235588 + ] + }, + "properties": { + "name": "Hohenzollern Castle", + "area": "Germany", + "address": " Burg Hohenzollern, Hechingen", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=420188", + "internal_url": "null", + "latitude": "48.3235588", + "longitude": "8.9674035", + "machine_status": "available", + "id": 7028, + "last_updated": "2024-01-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.0211187, + 39.8573595 + ] + }, + "properties": { + "name": "Regalos Torres", + "area": "Spain", + "address": "Cta. de los Capuchinos, 12, 45001 Toledo, Toledo", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=420135", + "internal_url": "null", + "latitude": "39.8573595", + "longitude": "-4.0211187", + "machine_status": "available", + "id": 7029, + "last_updated": "2024-01-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 25.2505253, + 35.3111827 + ] + }, + "properties": { + "name": "WaterCity Waterpark", + "area": "Greece", + "address": "Anopolis, Crete", + "external_url": "null", + "internal_url": "null", + "latitude": "35.3111827", + "longitude": "25.2505253", + "machine_status": "retired", + "status": "retired", + "id": 1033, + "last_updated": "2024-01-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.13853139999999, + 38.8427256 + ] + }, + "properties": { + "name": "Mothman Museum", + "area": "West Virginia", + "address": "400 Main St,, Point Pleasent", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=420295", + "internal_url": "null", + "latitude": "38.8427256", + "longitude": "-82.13853139999999", + "machine_status": "available", + "id": 7030, + "last_updated": "2024-01-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -107.1536111, + 32.6655556 + ] + }, + "properties": { + "name": "Sparky's Burgers & BBQ", + "area": "Minnesota", + "address": "115 Franklin st, Hatch", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=420376", + "internal_url": "null", + "latitude": "32.6655556", + "longitude": "-107.1536111", + "machine_status": "available", + "id": 7031, + "last_updated": "2024-01-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.1296397, + 43.4800165 + ] + }, + "properties": { + "name": "Shalom Wildlife Sanctuary", + "area": "Wisconsin", + "address": "1901 Shalom Dr. , West Bend ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=323364", + "internal_url": "null", + "latitude": "43.4800165", + "longitude": "-88.1296397", + "machine_status": "available", + "id": 7032, + "last_updated": "2024-01-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.270242, + 47.37498710000001 + ] + }, + "properties": { + "name": "Heini Klopfer Skiflugschanze", + "area": "Germany", + "address": " 87561, Birgsautal, Oberstdorf", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=420364", + "internal_url": "null", + "latitude": "47.37498710000001", + "longitude": "10.270242", + "machine_status": "available", + "id": 7033, + "last_updated": "2024-01-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.2917671, + 47.4056461 + ] + }, + "properties": { + "name": "ORLEN-Arena Oberstdorf", + "area": "Germany", + "address": "Am Faltenbach 27 87561, Oberstdorf", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=420367", + "internal_url": "null", + "latitude": "47.4056461", + "longitude": "10.2917671", + "machine_status": "available", + "id": 7034, + "last_updated": "2024-01-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.8831062, + 40.2865954 + ] + }, + "properties": { + "name": "Pennsylvania Farm Show", + "area": "Pennsylvania", + "address": "2300 N Cameron St, Harrisburg", + "external_url": "http://209.221.138.252/Details.aspx?location=334194", + "internal_url": "null", + "latitude": "40.2865954", + "longitude": "-76.8831062", + "machine_status": "available", + "status": "retired", + "id": 3996, + "last_updated": "2024-01-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.4916459, + 33.4568207 + ] + }, + "properties": { + "name": "Gold Field Ghost Town (Bar G Hat Shop)", + "area": "Arizona", + "address": "4650 North Mammoth Mine Road, Apache Junction", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=420483", + "internal_url": "null", + "latitude": "33.4568207", + "longitude": "-111.4916459", + "machine_status": "available", + "id": 7035, + "last_updated": "2024-01-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.36304419999999, + 33.8533433 + ] + }, + "properties": { + "name": "Legoland® Discovery Center ", + "area": "Georgia", + "address": "3500 Peachtree Rd. NE/ Phipps Plaza, Atlanta", + "external_url": "http://209.221.138.252/Details.aspx?location=107775", + "internal_url": "null", + "latitude": "33.8533433", + "longitude": "-84.36304419999999", + "machine_status": "retired", + "status": "unvisited", + "id": 1621, + "last_updated": "2024-01-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.4891711, + 29.4252393 + ] + }, + "properties": { + "name": "Hard Rock Cafe", + "area": "Texas", + "address": "111 W Crockett St, San Antonio", + "external_url": "http://209.221.138.252/Details.aspx?location=368823", + "internal_url": "null", + "latitude": "29.4252393", + "longitude": "-98.4891711", + "machine_status": "available", + "status": "unvisited", + "id": 5382, + "multimachine": 2, + "last_updated": "2024-01-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -120.5797806, + 35.1232056 + ] + }, + "properties": { + "name": "Doc Burnstein's Ice Cream Lab", + "area": "California", + "address": "114 W Branch St, Arroyo Grande", + "external_url": "http://209.221.138.252/Details.aspx?location=378", + "internal_url": "null", + "latitude": "35.1232056", + "longitude": "-120.5797806", + "machine_status": "retired", + "status": "unvisited", + "id": 4565, + "last_updated": "2024-01-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.7856034, + 36.2536466 + ] + }, + "properties": { + "name": "Pfeiffer Big Sur State Park, Lodge", + "area": "California", + "address": "47225 Highway One, Big Sur", + "external_url": "http://209.221.138.252/Details.aspx?location=71552", + "internal_url": "null", + "latitude": "36.2536466", + "longitude": "-121.7856034", + "machine_status": "available", + "status": "unvisited", + "id": 4579, + "last_updated": "2024-03-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.4618386, + 56.070315 + ] + }, + "properties": { + "name": "Dunfermline Carnegie Library", + "area": "Scotland", + "address": "1 Abbot Street,, Dunfermline", + "external_url": "http://209.221.138.252/Details.aspx?location=294060", + "internal_url": "null", + "latitude": "56.070315", + "longitude": "-3.4618386", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 743, + "last_updated": "2024-01-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -131.6435809, + 55.3425263 + ] + }, + "properties": { + "name": "Tongass Historical Museum", + "area": "Alaska", + "address": "629 Dock Street, Ketchikan", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=420546", + "internal_url": "null", + "latitude": "55.3425263", + "longitude": "-131.6435809", + "machine_status": "retired", + "id": 7036, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.4990759, + 40.7493555 + ] + }, + "properties": { + "name": "Arredi e Paramenti Sacri Articoli Religiosi", + "area": "Italy", + "address": "Via Roma, 25, 80045 Pompei NA, Italy, Pompei", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=420669", + "internal_url": "null", + "latitude": "40.7493555", + "longitude": "14.4990759", + "machine_status": "available", + "id": 7037, + "last_updated": "2024-01-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.52059546740021, + 47.62499720590904 + ] + }, + "properties": { + "name": "Millspring Bainbridge", + "area": "Washington", + "address": "66 Winslow Way W, Bainbridge Island, WA 98110, USA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=420685", + "internal_url": "null", + "latitude": 47.62499720590904, + "longitude": -122.52059546740021, + "machine_status": "available", + "id": 7038, + "last_updated": "2024-01-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.170041, + 36.1232913 + ] + }, + "properties": { + "name": "Excalibur Hotel & Casino 24/7 Gift Shop & Food store (Near the Food", + "area": "Nevada", + "address": "3850 Las Vegas Boulevard South, Las Vegas", + "external_url": "http://209.221.138.252/Details.aspx?location=366383", + "internal_url": "null", + "latitude": "36.1232913", + "longitude": "-115.170041", + "machine_status": "available", + "status": "unvisited", + "id": 5422, + "last_updated": "2024-07-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.9888338, + 40.7564269 + ] + }, + "properties": { + "name": "Madame Tussauds", + "area": "New York", + "address": "234 West 42nd Street, between 7th and 8th , New York City (Manhattan)", + "external_url": "http://209.221.138.252/Details.aspx?location=53012", + "internal_url": "null", + "latitude": "40.7564269", + "longitude": "-73.9888338", + "machine_status": "retired", + "status": "unvisited", + "id": 3050, + "last_updated": "2024-01-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.2201492, + 51.5085554 + ] + }, + "properties": { + "name": "KidZania", + "area": "England", + "address": "Westfield Mall, LONDON - Shepherd's Bush", + "external_url": "http://209.221.138.252/Details.aspx?location=246787", + "internal_url": "null", + "latitude": "51.5085554", + "longitude": "-0.2201492", + "machine_status": "retired", + "status": "unvisited", + "id": 1481, + "last_updated": "2024-01-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.747687850776408, + 46.02375700437996 + ] + }, + "properties": { + "name": "Zermatt Train Station", + "area": "Switzerland", + "address": "Zermatt Bahnhof", + "external_url": "http://209.221.138.252/Details.aspx?location=98743", + "internal_url": "null", + "latitude": "46.02375700437996", + "longitude": "7.747687850776408", + "machine_status": "available", + "status": "unvisited", + "id": 729, + "last_updated": "2024-01-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.08653899999999999, + 51.0695523 + ] + }, + "properties": { + "name": "Wakehurst Place", + "area": "England", + "address": "Ardingly, Haywards Heath, West Sussex , WEST SUSSEX - Ardingly", + "external_url": "http://209.221.138.252/Details.aspx?location=251858", + "internal_url": "null", + "latitude": "51.0695523", + "longitude": "-0.08653899999999999", + "machine_status": "retired", + "status": "unvisited", + "id": 1593, + "last_updated": "2024-01-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.3816315, + 27.6073599 + ] + }, + "properties": { + "name": "McKee Botanical Garden", + "area": "Florida", + "address": "350 US-1, Vero Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=420775", + "internal_url": "null", + "latitude": "27.6073599", + "longitude": "-80.3816315", + "machine_status": "available", + "id": 7040, + "last_updated": "2024-01-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.0552927, + 53.79233 + ] + }, + "properties": { + "name": "Blackpool Pleasure Beach", + "area": "England", + "address": "525 Ocean Boulevard, LANCASHIRE - Blackpool", + "external_url": "http://209.221.138.252/Details.aspx?location=261808", + "internal_url": "null", + "latitude": "53.79233", + "longitude": "-3.0552927", + "machine_status": "retired", + "status": "unvisited", + "id": 1437, + "last_updated": "2024-01-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1449737, + 36.1700472 + ] + }, + "properties": { + "name": "Downtown Las Vegas - Golden Nugget Hotel Casino", + "area": "Nevada", + "address": "129 Fremont Street, Las Vegas", + "external_url": "http://209.221.138.252/Details.aspx?location=10479", + "internal_url": "null", + "latitude": "36.1700472", + "longitude": "-115.1449737", + "machine_status": "available", + "status": "unvisited", + "id": 4499, + "last_updated": "2024-05-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.0643898, + 43.0863557 + ] + }, + "properties": { + "name": "Niagara Wax Museum", + "area": "New York", + "address": "363 Prospect Street, Niagara Falls", + "external_url": "http://209.221.138.252/Details.aspx?location=3585", + "internal_url": "null", + "latitude": "43.0863557", + "longitude": "-79.0643898", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 3065, + "last_updated": "2024-01-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.06269259999999, + 43.0857751 + ] + }, + "properties": { + "name": "Quality Hotel", + "area": "New York", + "address": "240 1st Street, Niagara Falls", + "external_url": "http://209.221.138.252/Details.aspx?location=41006", + "internal_url": "null", + "latitude": "43.0857751", + "longitude": "-79.06269259999999", + "machine_status": "available", + "status": "unvisited", + "id": 3066, + "last_updated": "2024-01-21", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 144.8053619, + 13.5143105 + ] + }, + "properties": { + "name": "Underwater World", + "area": "Guam", + "address": "1245 Pale San Vitores Rd. (Across from DFS Galleria), Tumon Bay, Mariana Islands", + "external_url": "http://209.221.138.252/Details.aspx?location=777", + "internal_url": "null", + "latitude": "13.5143105", + "longitude": "144.8053619", + "machine_status": "available", + "status": "unvisited", + "id": 1743, + "last_updated": "2024-01-21", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.7612868, + 34.8698955 + ] + }, + "properties": { + "name": "Red Rock Impressions", + "area": "Arizona", + "address": "300 AZ-89A, Sedona", + "external_url": "http://209.221.138.252/Details.aspx?location=363316", + "internal_url": "null", + "latitude": "34.8698955", + "longitude": "-111.7612868", + "machine_status": "available", + "status": "unvisited", + "id": 5199, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.46814940000002, + 28.4556296 + ] + }, + "properties": { + "name": "Pirate's Dinner Adventure", + "area": "Florida", + "address": "6400 Carrier Drive, Orlando", + "external_url": "http://209.221.138.252/Details.aspx?location=1604", + "internal_url": "null", + "latitude": "28.4556296", + "longitude": "-81.46814940000002", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 5358, + "last_updated": "2024-01-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.5149564, + 28.3712737 + ] + }, + "properties": { + "name": "Walt Disney World, Disney Springs, World of Disney Store", + "area": "Florida", + "address": "Disney Springs Shopping Area, Lake Buena Vista", + "external_url": "http://209.221.138.252/Details.aspx?location=1721", + "internal_url": "null", + "latitude": "28.3712737", + "longitude": "-81.5149564", + "machine_status": "available", + "status": "unvisited", + "id": 3365, + "last_updated": "2024-06-04", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.1599383, + 46.80454719999999 + ] + }, + "properties": { + "name": "Legacy Toys", + "area": "Minnesota", + "address": "1600 Miller Trunk Hwy, Duluth", + "external_url": "http://209.221.138.252/Details.aspx?location=258539", + "internal_url": "null", + "latitude": "46.80454719999999", + "longitude": "-92.1599383", + "machine_status": "retired", + "status": "unvisited", + "id": 3148, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.7985082, + 29.3061047 + ] + }, + "properties": { + "name": "Galveston Railroad Museum", + "area": "Texas", + "address": "123 25th Street (Rosenberg) at the Strand, Galveston", + "external_url": "http://209.221.138.252/Details.aspx?location=2416", + "internal_url": "null", + "latitude": "29.3061047", + "longitude": "-94.7985082", + "machine_status": "available", + "status": "unvisited", + "id": 3706, + "last_updated": "2024-01-27", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.79372099999999, + 29.3089859 + ] + }, + "properties": { + "name": "Texas Seaport Museum", + "area": "Texas", + "address": "2202 Avenue K (Pier 21, Number 8), Galveston", + "external_url": "http://209.221.138.252/Details.aspx?location=2437", + "internal_url": "null", + "latitude": "29.3089859", + "longitude": "-94.79372099999999", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 3716, + "last_updated": "2024-01-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.336985, + 34.105593 + ] + }, + "properties": { + "name": "Highland Market (was Famous Market)", + "area": "California", + "address": "6818 Hollywood Boulevard, Hollywood", + "external_url": "http://209.221.138.252/Details.aspx?location=70543", + "internal_url": "null", + "latitude": "34.105593", + "longitude": "-118.336985", + "machine_status": "retired", + "status": "unvisited", + "id": 4640, + "last_updated": "2024-01-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.837301799999999, + 54.4697418 + ] + }, + "properties": { + "name": "Tabak Witt", + "area": "Germany", + "address": "Kieler Str 56, Eckernförde", + "external_url": "http://209.221.138.252/Details.aspx?location=342314", + "internal_url": "null", + "latitude": "54.4697418", + "longitude": "9.837301799999999", + "machine_status": "retired", + "status": "unvisited", + "id": 5702, + "last_updated": "2024-01-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.29617379999999, + 37.18170790000001 + ] + }, + "properties": { + "name": "Wonders of Wildlife/ American National Fish", + "area": "Missouri", + "address": "500 West Sunshine, Springfield", + "external_url": "http://209.221.138.252/Details.aspx?location=3180", + "internal_url": "null", + "latitude": "37.18170790000001", + "longitude": "-93.29617379999999", + "machine_status": "available", + "status": "unvisited", + "id": 1118, + "last_updated": "2024-07-01", + "multimachine": 2, + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.4757332, + 28.4271295 + ] + }, + "properties": { + "name": "Westgate Lakes Resort", + "area": "Florida", + "address": "10000 Turkey Lake Road , Orlando", + "external_url": "http://209.221.138.252/Details.aspx?location=1586", + "internal_url": "null", + "latitude": "28.4271295", + "longitude": "-81.4757332", + "machine_status": "retired", + "status": "unvisited", + "id": 3422, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.3324222, + 48.8338325 + ] + }, + "properties": { + "name": "Les Catacombes de Paris (Paris Catacombs)", + "area": "France", + "address": "1 Avenue du Colonel Henri Rol-Tanguy, Paris - Île-De-France", + "external_url": "http://209.221.138.252/Details.aspx?location=303375", + "internal_url": "null", + "latitude": "48.8338325", + "longitude": "2.3324222", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 5655, + "last_updated": "2024-02-01" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.72663899999999, + 45.77832 + ] + }, + "properties": { + "name": "Pharaohs Family Fun Center", + "area": "Michigan", + "address": "328 S Huron Ave,, Mackinaw City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=421373", + "internal_url": "null", + "latitude": "45.77832", + "longitude": "-84.72663899999999", + "machine_status": "available", + "id": 7041, + "last_updated": "2024-01-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.4521097, + 46.5509853 + ] + }, + "properties": { + "name": "All Things Michigan In Westwood Mall", + "area": "Michigan", + "address": "3020 US-41 W, Marquette ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=421356", + "internal_url": "null", + "latitude": "46.5509853", + "longitude": "-87.4521097", + "machine_status": "available", + "id": 7042, + "last_updated": "2024-01-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.7241466, + 39.6949404 + ] + }, + "properties": { + "name": "Georgetown Loop Railroad, Silver Plume Depot", + "area": "Colorado", + "address": "825 Railroad Avenue, Silver Plume", + "external_url": "http://209.221.138.252/Details.aspx?location=17574", + "internal_url": "null", + "latitude": "39.6949404", + "longitude": "-105.7241466", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 1926, + "last_updated": "2024-02-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.8256186, + 53.280059 + ] + }, + "properties": { + "name": "Conwy Castle", + "area": "Wales", + "address": "Rose Hill St, Conwy , NORTH WALES - Conwy", + "external_url": "http://209.221.138.252/Details.aspx?location=326600", + "internal_url": "null", + "latitude": "53.280059", + "longitude": "-3.8256186", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 5959, + "last_updated": "2024-02-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.070528, + 29.185169 + ] + }, + "properties": { + "name": "The Daytona International Speedway, The Daytona 500 Experience", + "area": "Florida", + "address": "1801 West International Speedway Blvd., Daytona Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=1836", + "internal_url": "null", + "latitude": "29.185169", + "longitude": "-81.070528", + "machine_status": "available", + "status": "unvisited", + "id": 3285, + "last_updated": "2024-06-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.0287784, + 39.9845164 + ] + }, + "properties": { + "name": "Conner Prairie Interactive History Park", + "area": "Indiana", + "address": "13400 Allisonville Road, Fishers", + "external_url": "http://209.221.138.252/Details.aspx?location=2199", + "internal_url": "null", + "latitude": "39.9845164", + "longitude": "-86.0287784", + "machine_status": "retired", + "status": "unvisited", + "id": 2260, + "last_updated": "2024-01-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -123.01, + 46.7905036 + ] + }, + "properties": { + "name": "Great Wolf Lodge Great Mound", + "area": "Washington", + "address": "20500 Old Highway 99, SW, Centralia", + "external_url": "http://209.221.138.252/Details.aspx?location=286782", + "internal_url": "null", + "latitude": "46.7905036", + "longitude": "-123.01", + "machine_status": "available", + "status": "unvisited", + "id": 5097, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.00713480000002, + 29.2250295 + ] + }, + "properties": { + "name": "Beach Express", + "area": "Florida", + "address": "101 S. Atlantic Ave (corner Harvey Ave and Atlantic Ave), Daytona Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=1837", + "internal_url": "null", + "latitude": "29.2250295", + "longitude": "-81.00713480000002", + "machine_status": "available", + "status": "unvisited", + "id": 3278, + "last_updated": "2024-02-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.0099911, + 29.2309335 + ] + }, + "properties": { + "name": "Ocean Walk 10 Movies (R/C Theaters)", + "area": "Florida", + "address": "250 N. Atlantic Avenue (Ocean Walk Shoppes), Daytona Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=36700", + "internal_url": "null", + "latitude": "29.2309335", + "longitude": "-81.0099911", + "machine_status": "available", + "status": "unvisited", + "id": 3284, + "last_updated": "2024-02-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.1006154, + 29.2230502 + ] + }, + "properties": { + "name": "Buc-ee's", + "area": "Florida", + "address": "2330 Gateway N Dr, (off LPGA Blvd. at I-95), Daytona Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=353047", + "internal_url": "null", + "latitude": "29.2230502", + "longitude": "-81.1006154", + "machine_status": "available", + "status": "unvisited", + "id": 3280, + "last_updated": "2024-02-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.6621659, + 35.0776932 + ] + }, + "properties": { + "name": "ABQ BioPark Zoo (Was Rio Grande Zoo)", + "area": "New Mexico", + "address": "903 10 St. SW, Albuquerque", + "external_url": "http://209.221.138.252/Details.aspx?location=3505", + "internal_url": "null", + "latitude": "35.0776932", + "longitude": "-106.6621659", + "machine_status": "available", + "status": "unvisited", + "id": 4903, + "last_updated": "2024-02-03", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -116.419389, + 38.8026097 + ] + }, + "properties": { + "name": "Nevada Collector Books", + "area": "_Collector Books_", + "address": "Location unknown, Nevada", + "external_url": "http://209.221.138.252/Details.aspx?location=106107", + "internal_url": "null", + "latitude": "38.8026097", + "longitude": "-116.419389", + "machine_status": "available", + "status": "unvisited", + "id": 5578, + "last_updated": "2024-02-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.1958333, + 32.7536111 + ] + }, + "properties": { + "name": "Old Town - Old Town Market", + "area": "California", + "address": "Corner of Twiggs St. and San Diego Avenue, San Diego", + "external_url": "http://209.221.138.252/Details.aspx?location=1163", + "internal_url": "null", + "latitude": "32.7536111", + "longitude": "-117.1958333", + "machine_status": "available", + "status": "unvisited", + "id": 4782, + "last_updated": "2024-02-04", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.195797, + 32.753128 + ] + }, + "properties": { + "name": "Old Town - Kacha Inka's Art", + "area": "California", + "address": "2493 San Diego Avenue, San Diego", + "external_url": "http://209.221.138.252/Details.aspx?location=67921", + "internal_url": "null", + "latitude": "32.753128", + "longitude": "-117.195797", + "machine_status": "available", + "status": "unvisited", + "id": 4779, + "last_updated": "2024-02-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.35017719999999, + 34.9733918 + ] + }, + "properties": { + "name": "Rock City Gardens", + "area": "Georgia", + "address": "1400 Patten Road, Lookout Mountain", + "external_url": "http://209.221.138.252/Details.aspx?location=1877", + "internal_url": "null", + "latitude": "34.9733918", + "longitude": "-85.35017719999999", + "machine_status": "available", + "status": "unvisited", + "id": 1646, + "last_updated": "2024-02-04", + "multimachine": 2, + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.3135877, + 29.8977805 + ] + }, + "properties": { + "name": "City Gate Plaza (Bet Bulding 4 & 6)", + "area": "Florida", + "address": "corner of St. George Street and Orange St, St. Augustine", + "external_url": "http://209.221.138.252/Details.aspx?location=1562", + "internal_url": "null", + "latitude": "29.8977805", + "longitude": "-81.3135877", + "machine_status": "retired", + "status": "unvisited", + "id": 3445, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.791195, + 47.199183 + ] + }, + "properties": { + "name": "Alpamare Pfäffikon", + "area": "Switzerland", + "address": "Gwattstrasse 12, 8808 Pfäffikon, Switzerland", + "external_url": "http://209.221.138.252/Details.aspx?location=303431", + "internal_url": "null", + "latitude": "47.199183", + "longitude": "8.791195", + "logs": { + "2021-11-14": "Could not find machine before the entrance anymore. Checked both levels, but it might have been move inside the waterpark." + }, + "machine_status": "retired", + "status": "unvisited", + "id": 725, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.0670217, + 32.2346319 + ] + }, + "properties": { + "name": "International Wildlife Museum", + "area": "Arizona", + "address": "4800 West Gates Pass Road, Tucson", + "external_url": "http://209.221.138.252/Details.aspx?location=251", + "internal_url": "null", + "latitude": "32.2346319", + "longitude": "-111.0670217", + "machine_status": "retired", + "status": "unvisited", + "id": 2710, + "last_updated": "2024-02-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.8060616, + 52.6803357 + ] + }, + "properties": { + "name": "Broeker Veiling", + "area": "Netherlands", + "address": "Museumweg 2, Broek op Langedijk", + "external_url": "http://209.221.138.252/Details.aspx?location=277929", + "internal_url": "null", + "latitude": "52.6803357", + "longitude": "4.8060616", + "machine_status": "retired", + "status": "unvisited", + "id": 178, + "last_updated": "2024-02-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 103.8189576, + 1.2563211 + ] + }, + "properties": { + "name": "Festive Hotel", + "area": "Singapore", + "address": ", Sentosa Island", + "external_url": "http://209.221.138.252/Details.aspx?location=279801", + "internal_url": "null", + "latitude": "1.2563211", + "longitude": "103.8189576", + "machine_status": "retired", + "status": "unvisited", + "id": 3202, + "last_updated": "2024-02-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 103.8202676, + 1.2569835 + ] + }, + "properties": { + "name": "Maritime Experiential Museum", + "area": "Singapore", + "address": "8 Sentosa Gateway, Sentosa Island", + "external_url": "http://209.221.138.252/Details.aspx?location=232964", + "internal_url": "null", + "latitude": "1.2569835", + "longitude": "103.8202676", + "machine_status": "retired", + "status": "unvisited", + "id": 3205, + "last_updated": "2024-02-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 103.8204289, + 1.2582458 + ] + }, + "properties": { + "name": "S.E.A Aquarium", + "area": "Singapore", + "address": "8 Sentosa Gateway, Resortsf World Sentosa, Sentosa Island", + "external_url": "http://209.221.138.252/Details.aspx?location=187521", + "internal_url": "null", + "latitude": "1.2582458", + "longitude": "103.8204289", + "machine_status": "retired", + "status": "unvisited", + "id": 3206, + "last_updated": "2024-02-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 103.8169444, + 1.2519444 + ] + }, + "properties": { + "name": "Skyline Luge Sentosa", + "area": "Singapore", + "address": "45 Siloso Beach Walk, Sentosa Island", + "external_url": "http://209.221.138.252/Details.aspx?location=253322", + "internal_url": "null", + "latitude": "1.2519444", + "longitude": "103.8169444", + "machine_status": "retired", + "status": "unvisited", + "id": 3210, + "last_updated": "2024-02-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.61099709999999, + 38.8403568 + ] + }, + "properties": { + "name": "Smoky Hill Museum", + "area": "Kansas", + "address": "211 W Iron Ave, Salina", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=421845", + "internal_url": "null", + "latitude": "38.8403568", + "longitude": "-97.61099709999999", + "machine_status": "available", + "id": 7043, + "last_updated": "2024-02-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.9566148, + 42.1105673 + ] + }, + "properties": { + "name": "Malden Travel Plaza", + "area": "New York", + "address": "I-87 North Mile marker 103, Saugerties", + "external_url": "http://209.221.138.252/Details.aspx?location=335061", + "internal_url": "null", + "latitude": "42.1105673", + "longitude": "-73.9566148", + "machine_status": "retired", + "status": "unvisited", + "id": 3084, + "last_updated": "2024-02-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.639719, + 38.198897 + ] + }, + "properties": { + "name": "Dogpatch Store (located at Bagnell Dam)", + "area": "Missouri", + "address": "1482 Bagnell Dam Boulevard, Lake Ozark", + "external_url": "http://209.221.138.252/Details.aspx?location=3285", + "internal_url": "null", + "latitude": "38.198897", + "longitude": "-92.639719", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 1104, + "last_updated": "2024-02-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.4996469, + 34.0076067 + ] + }, + "properties": { + "name": "Santa Monica Pier Bait-Tackle", + "area": "California", + "address": "404 Santa Monica Pier, Santa Monica", + "external_url": "http://209.221.138.252/Details.aspx?location=249684", + "internal_url": "null", + "latitude": "34.0076067", + "longitude": "-118.4996469", + "machine_status": "available", + "status": "unvisited", + "id": 4856, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.634533999999999, + 55.4275735 + ] + }, + "properties": { + "name": "Robert Burns Birthplace Museum", + "area": "Scotland", + "address": "Murdoch's Lone, Alloway, Ayr", + "external_url": "http://209.221.138.252/Details.aspx?location=298198", + "internal_url": "null", + "latitude": "55.4275735", + "longitude": "-4.634533999999999", + "machine_status": "retired", + "status": "unvisited", + "id": 735, + "last_updated": "2024-02-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.3495377, + 30.5209662 + ] + }, + "properties": { + "name": "Jellystone Park", + "area": "Louisiana", + "address": "46049 Highway 445, Robert", + "external_url": "http://209.221.138.252/Details.aspx?location=66577", + "internal_url": "null", + "latitude": "30.5209662", + "longitude": "-90.3495377", + "machine_status": "retired", + "status": "unvisited", + "id": 3594, + "last_updated": "2024-02-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.39884529999999, + 42.9042355 + ] + }, + "properties": { + "name": "JoDeans Famous Steak and Buffet ", + "area": "South Dakota", + "address": "2809 Broadway Ave , Yankton", + "external_url": "http://209.221.138.252/Details.aspx?location=327134", + "internal_url": "null", + "latitude": "42.9042355", + "longitude": "-97.39884529999999", + "machine_status": "retired", + "status": "unvisited", + "id": 1322, + "last_updated": "2024-02-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.48735490000001, + 29.4250424 + ] + }, + "properties": { + "name": "IMAX at Rivercenter", + "area": "Texas", + "address": "217 Alamo Plaza, Suite 300, San Antonio", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2597", + "internal_url": "null", + "latitude": "29.4250424", + "longitude": "-98.48735490000001", + "machine_status": "available", + "id": 7044, + "last_updated": "2024-02-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.63967149999999, + 38.198887 + ] + }, + "properties": { + "name": "Dogpatch Arcade", + "area": "Missouri", + "address": "1482 Bagnell Dam Blvd, Lake Ozark", + "external_url": "http://209.221.138.252/Details.aspx?location=361862", + "internal_url": "null", + "latitude": "38.198887", + "longitude": "-92.63967149999999", + "machine_status": "available", + "status": "unvisited", + "id": 5330, + "last_updated": "2024-02-12", + "multimachine": 1 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.0144261, + 30.6818034 + ] + }, + "properties": { + "name": "USS Alabama Battleship Memorial Park", + "area": "Alabama", + "address": "2703 Battleship Parkway, Mobile", + "external_url": "http://209.221.138.252/Details.aspx?location=190", + "internal_url": "null", + "latitude": "30.6818034", + "longitude": "-88.0144261", + "machine_status": "available", + "status": "unvisited", + "id": 1727, + "last_updated": "2024-02-12", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.884516999999999, + 53.0907124 + ] + }, + "properties": { + "name": "Botanika", + "area": "Germany", + "address": "Mitten im Bremer Rhododendron-Park, Deliusweg 40,, Bremen", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=422010", + "internal_url": "null", + "latitude": "53.0907124", + "longitude": "8.884516999999999", + "machine_status": "available", + "id": 7045, + "last_updated": "2024-02-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.5830659, + 41.7905726 + ] + }, + "properties": { + "name": "Museum of Science & Industry, The (MSI)", + "area": "Illinois", + "address": "57th Street & Lake Shore Drive, Chicago", + "external_url": "http://209.221.138.252/Details.aspx?location=2082", + "internal_url": "null", + "latitude": "41.7905726", + "longitude": "-87.5830659", + "machine_status": "available", + "status": "unvisited", + "id": 1212, + "last_updated": "2024-08-28", + "multimachine": 4, + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.4208485, + 50.0904308 + ] + }, + "properties": { + "name": "Spanish Synagogue", + "area": "Czech", + "address": "Vezenská 1, Prague", + "external_url": "http://209.221.138.252/Details.aspx?location=255261", + "internal_url": "null", + "latitude": "50.0904308", + "longitude": "14.4208485", + "machine_status": "retired", + "status": "unvisited", + "id": 53, + "last_updated": "2024-02-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.614038, + 41.8675726 + ] + }, + "properties": { + "name": "John G. Shedd Aquarium", + "area": "Illinois", + "address": "1200 South Lake Shore Drive, Chicago", + "external_url": "http://209.221.138.252/Details.aspx?location=2088", + "internal_url": "null", + "latitude": "41.8675726", + "longitude": "-87.614038", + "machine_status": "available", + "status": "unvisited", + "id": 1210, + "last_updated": "2024-02-13", + "multimachine": 4 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.9236622, + 33.8091327 + ] + }, + "properties": { + "name": "Downtown Disney - Star Trader Gift Shop", + "area": "California", + "address": "Downtown Disney,, Anaheim", + "external_url": "http://209.221.138.252/Details.aspx?location=387498", + "internal_url": "null", + "latitude": "33.8091327", + "longitude": "-117.9236622", + "machine_status": "retired", + "status": "unvisited", + "id": 5984, + "last_updated": "2024-02-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.9235987, + 33.8093148 + ] + }, + "properties": { + "name": "Downtown Disney - Tortilla Jo's restaurant (Was Monorail Entrance)", + "area": "California", + "address": "1510 South Disneyland Drive, Anaheim", + "external_url": "http://209.221.138.252/Details.aspx?location=203609", + "internal_url": "null", + "latitude": "33.8093148", + "longitude": "-117.9235987", + "machine_status": "available", + "status": "unvisited", + "id": 4558, + "last_updated": "2024-02-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.3408736, + 47.6100454 + ] + }, + "properties": { + "name": "Simply Seattle Gift Shop", + "area": "Washington", + "address": "1600 1st Avenue, Seattle", + "external_url": "http://209.221.138.252/Details.aspx?location=271549", + "internal_url": "null", + "latitude": "47.6100454", + "longitude": "-122.3408736", + "machine_status": "retired", + "status": "unvisited", + "id": 5152, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.123149, + 52.0198428 + ] + }, + "properties": { + "name": "Jimmys Farm ", + "area": "England", + "address": "pannington hall lane , SUFFOLK", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=422073", + "internal_url": "null", + "latitude": "52.0198428", + "longitude": "1.123149", + "machine_status": "available", + "id": 7046, + "last_updated": "2024-02-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.699707099999999, + 40.6560765 + ] + }, + "properties": { + "name": "Del Olmo book store", + "area": "Spain", + "address": "Calle de los Reyes Católicos, 5, Avila", + "external_url": "http://209.221.138.252/Details.aspx?location=231723", + "internal_url": "null", + "latitude": "40.6560765", + "longitude": "-4.699707099999999", + "machine_status": "retired", + "status": "unvisited", + "id": 272, + "last_updated": "2024-02-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.7053978, + 28.4198212 + ] + }, + "properties": { + "name": "Showcase of Citrus ", + "area": "Florida", + "address": "5010 US Highway 27, Clermont ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=422163", + "internal_url": "null", + "latitude": "28.4198212", + "longitude": "-81.7053978", + "machine_status": "available", + "id": 7047, + "last_updated": "2024-02-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -109.4808973, + 41.53726450000001 + ] + }, + "properties": { + "name": "Green River Chamber & Visitor Center", + "area": "Wyoming", + "address": "1155 West Flaming Gorge Way, Green River ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=422207", + "internal_url": "null", + "latitude": "41.53726450000001", + "longitude": "-109.4808973", + "machine_status": "available", + "id": 7048, + "last_updated": "2024-02-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.967926, + 56.4569239 + ] + }, + "properties": { + "name": "RRS Discover Dundee", + "area": "Scotland", + "address": "Discovery Quay, Dundee", + "external_url": "null", + "internal_url": "null", + "latitude": "56.4569239", + "longitude": "-2.967926", + "machine_status": "retired", + "status": "unvisited", + "id": 742, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.1979204, + 55.9519811 + ] + }, + "properties": { + "name": "Kingdom of Sweets", + "area": "Scotland", + "address": "85 Prince Street, Edinburgh", + "external_url": "http://209.221.138.252/Details.aspx?location=343819", + "internal_url": "null", + "latitude": "55.9519811", + "longitude": "-3.1979204", + "machine_status": "retired", + "status": "unvisited", + "id": 5903, + "last_updated": "2024-02-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.5984075, + 57.31588739999999 + ] + }, + "properties": { + "name": "Grantown East Highland Heritage & Cultural Centre", + "area": "Scotland", + "address": ", Grantown-on-Spey (East Railway Station)", + "external_url": "http://209.221.138.252/Details.aspx?location=330533", + "internal_url": "null", + "latitude": "57.31588739999999", + "longitude": "-3.5984075", + "machine_status": "retired", + "status": "unvisited", + "id": 5904, + "last_updated": "2024-02-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.3555013, + 34.0637249 + ] + }, + "properties": { + "name": "George C. Page Museum, La Brea Tar Pits", + "area": "California", + "address": "5801 Wilshire Boulevard, Los Angeles - La Brea", + "external_url": "http://209.221.138.252/Details.aspx?location=1317", + "internal_url": "null", + "latitude": "34.0637249", + "longitude": "-118.3555013", + "machine_status": "available", + "status": "unvisited", + "id": 4674, + "last_updated": "2024-03-03", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.0198679, + 38.88816010000001 + ] + }, + "properties": { + "name": "Smithsonian National Air and Space Museum", + "area": "Washington DC", + "address": "600 Independence Avenue, S.W., Washington", + "external_url": "http://209.221.138.252/Details.aspx?location=990", + "internal_url": "null", + "latitude": "38.88816010000001", + "longitude": "-77.0198679", + "machine_status": "available", + "status": "unvisited", + "id": 3244, + "last_updated": "2024-02-16", + "multimachine": 4 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -124.019163, + 44.9275013 + ] + }, + "properties": { + "name": "Mo's Seafood Restaurant", + "area": "Oregon", + "address": "860 SW 51st Street, Lincoln City", + "external_url": "http://209.221.138.252/Details.aspx?location=3964", + "internal_url": "null", + "latitude": "44.9275013", + "longitude": "-124.019163", + "machine_status": "retired", + "status": "unvisited", + "id": 4369, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.993503, + 37.387691 + ] + }, + "properties": { + "name": "Monedas Souvenirs", + "area": "Spain", + "address": "Seville", + "external_url": "http://209.221.138.252/Details.aspx?location=187334", + "internal_url": "null", + "latitude": "37.387691", + "longitude": "-5.993503", + "machine_status": "retired", + "status": "unvisited", + "id": 375, + "last_updated": "2024-02-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.9048253, + 47.0357351 + ] + }, + "properties": { + "name": "Washington State Capitol Campus - Legislative Gift Center", + "area": "Washington", + "address": "416 Sid Snyder Avenue SW #110, Olympia", + "external_url": "http://209.221.138.252/Details.aspx?location=180322", + "internal_url": "null", + "latitude": "47.0357351", + "longitude": "-122.9048253", + "machine_status": "available", + "status": "unvisited", + "id": 5121, + "last_updated": "2024-02-17", + "multimachine": 3 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.4825932, + 27.8532013 + ] + }, + "properties": { + "name": "MacDill Inn", + "area": "Florida", + "address": "7637 Bayshore Blvd, Bldg #350, McDill AFB", + "external_url": "http://209.221.138.252/Details.aspx?location=384788", + "internal_url": "null", + "latitude": "27.8532013", + "longitude": "-82.4825932", + "machine_status": "retired", + "status": "unvisited", + "id": 5354, + "last_updated": "2024-02-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -119.2743927, + 47.1307408 + ] + }, + "properties": { + "name": "Moses Lake Museum & Art Center", + "area": "Washington", + "address": "401 S. Balsam St., Moses Lake", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=422323", + "internal_url": "null", + "latitude": "47.1307408", + "longitude": "-119.2743927", + "machine_status": "available", + "id": 7049, + "last_updated": "2024-02-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.3080629, + 51.05769480000001 + ] + }, + "properties": { + "name": "Portsmouth D-Day Museum", + "area": "England", + "address": "Museum Road, HAMPSHIRE - Portsmouth", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=51288", + "internal_url": "null", + "latitude": "51.05769480000001", + "longitude": "-1.3080629", + "machine_status": "available", + "id": 7050, + "last_updated": "2024-02-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -124.0472528, + 44.61765279999999 + ] + }, + "properties": { + "name": "Oregon Coast Aquarium", + "area": "Oregon", + "address": "2820 SE Ferry Slip Road, Newport", + "external_url": "http://209.221.138.252/Details.aspx?location=3956", + "internal_url": "null", + "latitude": "44.61765279999999", + "longitude": "-124.0472528", + "machine_status": "available", + "status": "unvisited", + "id": 4377, + "last_updated": "2024-02-18", + "multimachine": 6 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.0260654, + 38.8912662 + ] + }, + "properties": { + "name": "Smithsonian National Museum of Natural History", + "area": "Washington DC", + "address": "10th Street & Constitution Avenue, N.W., MRC 189, Washington", + "external_url": "http://209.221.138.252/Details.aspx?location=994", + "internal_url": "null", + "latitude": "38.8912662", + "longitude": "-77.0260654", + "machine_status": "available", + "status": "unvisited", + "id": 3246, + "last_updated": "2024-04-29", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.0618073536364, + 29.95768271908966 + ] + }, + "properties": { + "name": "Cafe Du Monde", + "area": "Louisiana", + "address": "813 Decatur St., New Orleans", + "external_url": "http://209.221.138.252/Details.aspx?location=2331", + "internal_url": "null", + "latitude": "29.95768271908966", + "longitude": "-90.0618073536364", + "machine_status": "available", + "status": "unvisited", + "id": 3584, + "last_updated": "2024-02-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.1275862, + 51.5072178 + ] + }, + "properties": { + "name": "Hard Rock Cafe Rock Shop", + "area": "England", + "address": "225-229 Piccadilly, Criterion Building, LONDON - Piccadilly", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=422556", + "internal_url": "null", + "latitude": "51.5072178", + "longitude": "-0.1275862", + "machine_status": "available", + "id": 7051, + "last_updated": "2024-02-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -159.3437585, + 21.9788489 + ] + }, + "properties": { + "name": "Lihue Airport", + "area": "Hawaii", + "address": "3901 Mokulele Loop, Lihue, Hawai 96766", + "external_url": "http://209.221.138.252/Details.aspx?location=42129", + "internal_url": "null", + "latitude": "21.9788489", + "longitude": "-159.3437585", + "machine_status": "available", + "status": "unvisited", + "id": 3833, + "last_updated": "2024-02-23", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.73863639999999, + 42.8828788 + ] + }, + "properties": { + "name": "Cabela's", + "area": "Michigan", + "address": "3000 44th St, Grandville", + "external_url": "http://209.221.138.252/Details.aspx?location=188251", + "internal_url": "null", + "latitude": "42.8828788", + "longitude": "-85.73863639999999", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 2528, + "last_updated": "2024-06-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -116.998835, + 34.891576 + ] + }, + "properties": { + "name": "Barstow Station", + "area": "California", + "address": "1611 East Main Street, Barstow", + "external_url": "http://209.221.138.252/Details.aspx?location=101980", + "internal_url": "null", + "latitude": "34.891576", + "longitude": "-116.998835", + "machine_status": "available", + "status": "unvisited", + "id": 4575, + "last_updated": "2024-02-23", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.026508286029147815, + 53.561166661531004 + ] + }, + "properties": { + "name": "Cleethorpes Pier", + "area": "England", + "address": "168 Promenade, Cleethorpes DN35 8SF, UK", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "53.561166661531004", + "longitude": "-0.026508286029147815", + "machine_status": "retired", + "id": 7052, + "last_updated": "2024-08-31" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.503208, + 37.7348216 + ] + }, + "properties": { + "name": "San Francisco Zoo", + "area": "California", + "address": "Sloat Blvd., San Francisco", + "external_url": "http://209.221.138.252/Details.aspx?location=77176", + "internal_url": "null", + "latitude": "37.7348216", + "longitude": "-122.503208", + "machine_status": "available", + "status": "unvisited", + "id": 4822, + "last_updated": "2024-02-24", + "multimachine": 5 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.35017719999999, + 34.9733918 + ] + }, + "properties": { + "name": "Rock City Gardens Corn Maze", + "area": "Tennessee", + "address": ", Chattanooga", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2144", + "internal_url": "null", + "latitude": "34.9733918", + "longitude": "-85.35017719999999", + "machine_status": "available", + "id": 7053, + "last_updated": "2024-02-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.5305216, + 53.0272407 + ] + }, + "properties": { + "name": "Hack Green Secret Nuclear Bunker", + "area": "England", + "address": "Off Whitchurch Road, CHESHIRE - Nantwich", + "external_url": "http://209.221.138.252/Details.aspx?location=19803", + "internal_url": "null", + "latitude": "53.0272407", + "longitude": "-2.5305216", + "machine_status": "retired", + "status": "unvisited", + "id": 1342, + "last_updated": "2024-02-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.1165546, + 51.5025528 + ] + }, + "properties": { + "name": "AP Food Express ", + "area": "England", + "address": "30 York Road, LONDON - Embankment", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=293568", + "internal_url": "null", + "latitude": "51.5025528", + "longitude": "-0.1165546", + "machine_status": "available", + "id": 7054, + "last_updated": "2024-02-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.0128442, + 51.53831839999999 + ] + }, + "properties": { + "name": "ArcelorMittal Orbit", + "area": "England", + "address": "Queen Elizabeth Olympic Park, LONDON - Stratford", + "external_url": "http://209.221.138.252/Details.aspx?location=246427", + "internal_url": "null", + "latitude": "51.53831839999999", + "longitude": "-0.0128442", + "machine_status": "retired", + "status": "unvisited", + "id": 1484, + "last_updated": "2024-02-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.12282647971448504, + 51.50680663189837 + ] + }, + "properties": { + "name": "AP Foods on the Embankment", + "area": "England", + "address": "York Street, London Waterloo", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "51.50680663189837", + "longitude": "-0.12282647971448504", + "machine_status": "available", + "id": 7055, + "last_updated": "2024-07-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.9953805, + 53.4052285 + ] + }, + "properties": { + "name": "British Music Experience", + "area": "England", + "address": "Cunard Building, Canada Blvd, MERSEYSIDE - Liverpool", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=422924", + "internal_url": "null", + "latitude": "53.4052285", + "longitude": "-2.9953805", + "machine_status": "available", + "id": 7056, + "last_updated": "2024-02-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.7362237, + 52.598591 + ] + }, + "properties": { + "name": "Merrivale Model Village", + "area": "England", + "address": "Marine Parade, NR30 3JG, NORFOLK - Great Yarmouth", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=422691", + "internal_url": "null", + "latitude": "52.598591", + "longitude": "1.7362237", + "machine_status": "available", + "id": 7057, + "last_updated": "2024-02-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.2009213, + 54.3018763 + ] + }, + "properties": { + "name": "Wensleydale Creamery Visitor Centre", + "area": "England", + "address": "Gayle Lane, NORTH YORKSHIRE - Hawes", + "external_url": "http://209.221.138.252/Details.aspx?location=101904", + "internal_url": "null", + "latitude": "54.3018763", + "longitude": "-2.2009213", + "machine_status": "retired", + "status": "unvisited", + "id": 1521, + "last_updated": "2024-02-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.4924936, + 52.6386096 + ] + }, + "properties": { + "name": "Ironbridge Gorge - Enginuity Museum", + "area": "England", + "address": "10 Wellington Rd, Coalbrookdale, Telford, SHROPSHIRE - Ironbridge", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=4274", + "internal_url": "null", + "latitude": "52.6386096", + "longitude": "-2.4924936", + "machine_status": "available", + "id": 7058, + "last_updated": "2024-02-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.0638419, + 51.2410146 + ] + }, + "properties": { + "name": "Godstone Farm", + "area": "England", + "address": "Tilburstow Hill Road, Surrey - Godstone", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=422693", + "internal_url": "null", + "latitude": "51.2410146", + "longitude": "-0.0638419", + "machine_status": "available", + "id": 7059, + "last_updated": "2024-02-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.387941, + 54.913899 + ] + }, + "properties": { + "name": "Sunderland Football Club", + "area": "England", + "address": "Stadium Of Light, Sunderland, TYNE & WEAR - Sunderland", + "external_url": "http://209.221.138.252/Details.aspx?location=234629", + "internal_url": "null", + "latitude": "54.913899", + "longitude": "-1.387941", + "machine_status": "retired", + "status": "unvisited", + "id": 1573, + "last_updated": "2024-02-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.421907999999999, + 43.7351765 + ] + }, + "properties": { + "name": "La Collection Automobiles de S.A.S. le Prince de Monaco", + "area": "Principality of Monaco", + "address": "54 Route de la Piscine, Monaco", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=422729", + "internal_url": "null", + "latitude": "43.7351765", + "longitude": "7.421907999999999", + "machine_status": "available", + "id": 7060, + "last_updated": "2024-02-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.9368657, + 39.98879220000001 + ] + }, + "properties": { + "name": "Cabela's", + "area": "Indiana", + "address": "13725 Cabela Pkwy, Noblesville, IN 46060, USA", + "external_url": "http://209.221.138.252/Details.aspx?location=269611", + "internal_url": "null", + "latitude": "39.98879220000001", + "longitude": "-85.9368657", + "machine_status": "retired", + "status": "retired", + "id": 2286, + "last_updated": "2024-03-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.6563596, + 54.6405449 + ] + }, + "properties": { + "name": "Oasis, Centre Parcs", + "area": "England", + "address": "Withnell Forest, CUMBRIA - Penrith", + "external_url": "http://209.221.138.252/Details.aspx?location=4267", + "internal_url": "null", + "latitude": "54.6405449", + "longitude": "-2.6563596", + "machine_status": "retired", + "status": "unvisited", + "id": 1361, + "last_updated": "2024-02-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.0759493, + 51.50811239999999 + ] + }, + "properties": { + "name": "Tower Of London", + "area": "England", + "address": "Tower Hill, LONDON - Tower Hill", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=423068", + "internal_url": "null", + "latitude": "51.50811239999999", + "longitude": "-0.0759493", + "machine_status": "available", + "id": 7061, + "last_updated": "2024-02-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.5291035, + 52.65243710000001 + ] + }, + "properties": { + "name": "Twycross Zoo (East Midland Zoological Society)", + "area": "England", + "address": "Burton Road, WARWICKSHIRE - Atherstone", + "external_url": "http://209.221.138.252/Details.aspx?location=99172", + "internal_url": "null", + "latitude": "52.65243710000001", + "longitude": "-1.5291035", + "machine_status": "retired", + "status": "unvisited", + "id": 1576, + "last_updated": "2024-02-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.2940493, + 39.2512168 + ] + }, + "properties": { + "name": "National Mining Hall of Fame and Museum", + "area": "Colorado", + "address": "120 West 9th (PO Box 981), Leadville", + "external_url": "http://209.221.138.252/Details.aspx?location=1031", + "internal_url": "null", + "latitude": "39.2512168", + "longitude": "-106.2940493", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 1894, + "last_updated": "2024-08-07", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 114.217477, + 22.286721 + ] + }, + "properties": { + "name": "Cityplaza", + "area": "Hong Kong", + "address": "18 Taikoo Shing Road, Taikoo Shing, Hong Kong", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=423201", + "internal_url": "null", + "latitude": "22.286721", + "longitude": "114.217477", + "machine_status": "available", + "id": 7062, + "last_updated": "2024-02-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.4178867, + 50.06442639999999 + ] + }, + "properties": { + "name": "Bazilika sv. Petra a Pavla ", + "area": "Czech Republic", + "address": "Vyehrade, Prague ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=423337", + "internal_url": "null", + "latitude": "50.06442639999999", + "longitude": "14.4178867", + "machine_status": "available", + "id": 7063, + "last_updated": "2024-02-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.4170518, + 50.0788688 + ] + }, + "properties": { + "name": "U Fleku", + "area": "Czech Republic", + "address": ", Prague", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=423349", + "internal_url": "null", + "latitude": "50.0788688", + "longitude": "14.4170518", + "machine_status": "available", + "id": 7064, + "last_updated": "2024-02-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.0356006, + 53.1764037 + ] + }, + "properties": { + "name": "Rufford Abbey Country Park", + "area": "England", + "address": "Ollerton, NOTTINGHAMSHIRE - Ollerton", + "external_url": "http://209.221.138.252/Details.aspx?location=254763", + "internal_url": "null", + "latitude": "53.1764037", + "longitude": "-1.0356006", + "machine_status": "retired", + "status": "unvisited", + "id": 1540, + "last_updated": "2024-02-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.422662000000001, + 43.7309432 + ] + }, + "properties": { + "name": "François Grimaldi - Il Malizia", + "area": "Principality of Monaco", + "address": "21 Rue Comte Félix Gastaldi, Monaco", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=423335", + "internal_url": "null", + "latitude": "43.7309432", + "longitude": "7.422662000000001", + "machine_status": "available", + "id": 7065, + "last_updated": "2024-02-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.4205976, + 43.730532 + ] + }, + "properties": { + "name": "Souvenirs Shop Monaco", + "area": "Principality of Monaco", + "address": "1 Place du Palais, Monaco", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=423336", + "internal_url": "null", + "latitude": "43.730532", + "longitude": "7.4205976", + "machine_status": "available", + "id": 7066, + "last_updated": "2024-02-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.4407537, + 25.1696076 + ] + }, + "properties": { + "name": "Tourist Shop on Huanhe Road", + "area": "Taiwan", + "address": "Huanhe Road , New Taipei City - Tamsui District", + "external_url": "http://209.221.138.252/Details.aspx?location=256912", + "internal_url": "null", + "latitude": "25.1696076", + "longitude": "121.4407537", + "machine_status": "retired", + "status": "unvisited", + "id": 2364, + "last_updated": "2024-02-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 120.1597835, + 23.0034467 + ] + }, + "properties": { + "name": "Anping Tree House / Former Tait & Co. Merchant House", + "area": "Taiwan", + "address": "No. 104, Gubao St, Anping District, Tainan City, 708, Tainan", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=423308", + "internal_url": "null", + "latitude": "23.0034467", + "longitude": "120.1597835", + "machine_status": "available", + "id": 7067, + "last_updated": "2024-02-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 120.2025232, + 22.9917925 + ] + }, + "properties": { + "name": "Hayashi Department Store", + "area": "Taiwan", + "address": "No. 63, Section 2, Zhongyi Rd, West Central District, Tainan City, 700, Tainan", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=423315", + "internal_url": "null", + "latitude": "22.9917925", + "longitude": "120.2025232", + "machine_status": "available", + "id": 7068, + "last_updated": "2024-02-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 120.1323961, + 23.018464 + ] + }, + "properties": { + "name": "Souvenir shop located near Sicao Green Tunnel ", + "area": "Taiwan", + "address": "No. 360, Dazhong Rd, Annan District, Tainan City, 70, Tainan", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=423309", + "internal_url": "null", + "latitude": "23.018464", + "longitude": "120.1323961", + "machine_status": "available", + "id": 7069, + "last_updated": "2024-02-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.84594, + 30.198561 + ] + }, + "properties": { + "name": "Casa Loma", + "area": "Florida", + "address": "13615 Front Beach Rd., Panama City Beach ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=423504", + "internal_url": "null", + "latitude": "30.198561", + "longitude": "-85.84594", + "machine_status": "available", + "id": 7070, + "last_updated": "2024-02-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.4369773, + 52.5215584 + ] + }, + "properties": { + "name": "Bataviawerf", + "area": "Netherlands", + "address": "Oostvaardersdijk 1, Lelystad", + "external_url": "http://209.221.138.252/Details.aspx?location=265301", + "internal_url": "null", + "latitude": "52.5215584", + "longitude": "5.4369773", + "machine_status": "available", + "status": "unvisited", + "id": 208, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.038198753360998, + 46.75413435722217 + ] + }, + "properties": { + "name": "Brienz Lake Quai", + "area": "Switzerland", + "address": "Quai 1, 3855 Brienz, Switzerland", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=442598", + "internal_url": "null", + "latitude": 46.75413435722217, + "longitude": 8.038198753360998, + "machine_status": "available", + "id": 7071, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.54332500000007, + 47.370296 + ] + }, + "properties": { + "name": "Wasserkirche (Zürich)", + "area": "Switzerland", + "address": "Teddy's Souvenir shop, Limmatquai 34, 8001 Zurich, Switzerland", + "external_url": "http://209.221.138.252/Details.aspx?location=103894", + "internal_url": "null", + "latitude": "47.370296", + "longitude": "8.54332500000007", + "machine_status": "available", + "status": "unvisited", + "id": 712, + "last_updated": "2024-10-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.1130718, + 51.4996102 + ] + }, + "properties": { + "name": "Westminster Souvenirs", + "area": "England", + "address": "248A Westminster Bridge Road, London - Westminster", + "external_url": "http://209.221.138.252/Details.aspx?location=3919", + "internal_url": "null", + "latitude": "51.4996102", + "longitude": "-0.1130718", + "machine_status": "available", + "status": "unvisited", + "id": 1499, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.0733989, + 43.090866 + ] + }, + "properties": { + "name": "Rainforest Cafe", + "area": "Canada", + "address": "4915 Clifton Hill, Ontario - Niagara Falls", + "external_url": "http://209.221.138.252/Details.aspx?location=235063", + "internal_url": "null", + "latitude": "43.090866", + "longitude": "-79.0733989", + "machine_status": "retired", + "status": "unvisited", + "id": 5012, + "last_updated": "2024-03-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -110.066262, + 31.712705 + ] + }, + "properties": { + "name": "Tombstone Ghosts & Legends Tour", + "area": "Arizona", + "address": "426 East Allen Street, Tombstone", + "external_url": "http://209.221.138.252/Details.aspx?location=112680", + "internal_url": "null", + "latitude": "31.712705", + "longitude": "-110.066262", + "machine_status": "available", + "status": "unvisited", + "id": 2704, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.4818101, + 40.7481219 + ] + }, + "properties": { + "name": "Scavi di Pompei", + "area": "Italy", + "address": "Via Villa dei Misteri 2, Pompei", + "external_url": "http://209.221.138.252/Details.aspx?location=272267", + "internal_url": "null", + "latitude": "40.7481219", + "longitude": "14.4818101", + "machine_status": "available", + "status": "unvisited", + "id": 5822, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.835258, + 46.557171 + ] + }, + "properties": { + "name": "Schilthorn - Piz Gloria", + "area": "Switzerland", + "address": "Piz Gloria Summit", + "external_url": "http://209.221.138.252/Details.aspx?location=236941", + "internal_url": "null", + "latitude": "46.557171", + "longitude": "7.835258", + "machine_status": "available", + "status": "unvisited", + "id": 727, + "last_updated": "2024-03-04", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.984993, + 46.547504 + ] + }, + "properties": { + "name": "Jungfraujoch", + "area": "Switzerland", + "address": "Jungfraujoch, Lauterbrunnen", + "external_url": "http://209.221.138.252/Details.aspx?location=104005", + "internal_url": "null", + "latitude": "46.547504", + "longitude": "7.984993", + "machine_status": "available", + "status": "unvisited", + "id": 715, + "last_updated": "2024-03-04", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -71.9660068, + 44.166968 + ] + }, + "properties": { + "name": "The Brick Store", + "area": "New Hampshire", + "address": "21 Lisbon Rd, Bath", + "external_url": "http://209.221.138.252/Details.aspx?location=290113", + "internal_url": "null", + "latitude": "44.166968", + "longitude": "-71.9660068", + "machine_status": "retired", + "status": "unvisited", + "id": 5061, + "last_updated": "2024-03-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.9920696, + 40.4468415 + ] + }, + "properties": { + "name": "Heinz History Center", + "area": "Pennsylvania", + "address": "1212 Smallman St, Pittsburgh", + "external_url": "http://209.221.138.252/Details.aspx?location=66336", + "internal_url": "null", + "latitude": "40.4468415", + "longitude": "-79.9920696", + "machine_status": "available", + "status": "unvisited", + "id": 4048, + "last_updated": "2024-03-04", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.4036502, + 42.6007437 + ] + }, + "properties": { + "name": "Timber Ridge Lodge & Waterpark", + "area": "Wisconsin", + "address": "7020 Grand Geneva Way, Lake Geneva ", + "external_url": "http://209.221.138.252/Details.aspx?location=323824", + "internal_url": "null", + "latitude": "42.6007437", + "longitude": "-88.4036502", + "machine_status": "retired", + "status": "unvisited", + "id": 2429, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.622011, + 51.4637269 + ] + }, + "properties": { + "name": "Bristol Zoo Gardens", + "area": "England", + "address": "Clifton Down Road, AVON - Bristol", + "external_url": "http://209.221.138.252/Details.aspx?location=188837", + "internal_url": "null", + "latitude": "51.4637269", + "longitude": "-2.622011", + "machine_status": "retired", + "status": "unvisited", + "id": 1324, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.7166366, + 51.5329097 + ] + }, + "properties": { + "name": "Adventure Island", + "area": "England", + "address": "Sunken Gardens, Western Esplanade, ESSEX - Southend on Sea", + "external_url": "http://209.221.138.252/Details.aspx?location=4280", + "internal_url": "null", + "latitude": "51.5329097", + "longitude": "0.7166366", + "machine_status": "retired", + "status": "unvisited", + "id": 1403, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.9971892, + 53.4045933 + ] + }, + "properties": { + "name": "The U-Boat Story", + "area": "England", + "address": "Woodside Ferry Terminal, Mersey Ferries, MERSEYSIDE - Birkenhead", + "external_url": "http://209.221.138.252/Details.aspx?location=62971", + "internal_url": "null", + "latitude": "53.4045933", + "longitude": "-2.9971892", + "machine_status": "retired", + "status": "unvisited", + "id": 1501, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.9971892, + 53.4045933 + ] + }, + "properties": { + "name": "Woodside Ferry Terminal - Mersey Ferries", + "area": "England", + "address": "Woodside Ferry Terminal, Mersey Ferries, MERSEYSIDE - Birkenhead", + "external_url": "http://209.221.138.252/Details.aspx?location=43111", + "internal_url": "null", + "latitude": "53.4045933", + "longitude": "-2.9971892", + "machine_status": "retired", + "status": "unvisited", + "id": 1502, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.7560463, + 53.7910952 + ] + }, + "properties": { + "name": "National Media Museum", + "area": "England", + "address": "Little Horton Lane, WEST YORKSHIRE - Bradford ", + "external_url": "http://209.221.138.252/Details.aspx?location=26766", + "internal_url": "null", + "latitude": "53.7910952", + "longitude": "-1.7560463", + "machine_status": "retired", + "status": "unvisited", + "id": 1595, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.5310005, + 53.7916146 + ] + }, + "properties": { + "name": "The Royal Armouries Museum, ", + "area": "England", + "address": "Armouries Drive, WEST YORKSHIRE - Leeds", + "external_url": "http://209.221.138.252/Details.aspx?location=100148", + "internal_url": "null", + "latitude": "53.7916146", + "longitude": "-1.5310005", + "machine_status": "retired", + "status": "unvisited", + "id": 1598, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.685321399999999, + 55.4258895 + ] + }, + "properties": { + "name": "Haven Holiday Camp ", + "area": "Scotland", + "address": "Dunure Road Ayr, Craig Tara", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=4183", + "internal_url": "null", + "latitude": "55.4258895", + "longitude": "-4.685321399999999", + "machine_status": "available", + "id": 7072, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.1744158, + 55.9505439 + ] + }, + "properties": { + "name": "Dynamic Earth", + "area": "Scotland", + "address": "Holyrood Road, Edinburgh", + "external_url": "http://209.221.138.252/Details.aspx?location=4187", + "internal_url": "null", + "latitude": "55.9505439", + "longitude": "-3.1744158", + "machine_status": "retired", + "status": "unvisited", + "id": 748, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.3706589, + 55.8784364 + ] + }, + "properties": { + "name": "Snow Factor (Was SNO!Zone)", + "area": "Scotland", + "address": "Kings Inch Road, Breahead, Renfrew., Glasgow", + "external_url": "http://209.221.138.252/Details.aspx?location=90250", + "internal_url": "null", + "latitude": "55.8784364", + "longitude": "-4.3706589", + "machine_status": "retired", + "status": "unvisited", + "id": 773, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.9778389, + 57.1072235 + ] + }, + "properties": { + "name": "Highland Wildlife Park", + "area": "Scotland", + "address": "Kincraig, Kingussie", + "external_url": "http://209.221.138.252/Details.aspx?location=97035", + "internal_url": "null", + "latitude": "57.1072235", + "longitude": "-3.9778389", + "machine_status": "retired", + "status": "unvisited", + "id": 779, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.491626, + 53.323314 + ] + }, + "properties": { + "name": "Seaquarium Rhyl", + "area": "Wales", + "address": "East Parade, NORTH WALES - Rhyl", + "external_url": "http://209.221.138.252/Details.aspx?location=32871", + "internal_url": "null", + "latitude": "53.323314", + "longitude": "-3.491626", + "machine_status": "retired", + "status": "unvisited", + "id": 10, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 144.7468663, + -36.1198565 + ] + }, + "properties": { + "name": "Historic Port of Echuca", + "area": "Australia", + "address": "74 Murray Esplanade , VIC - Echuca", + "external_url": "http://209.221.138.252/Details.aspx?location=193418", + "internal_url": "null", + "latitude": "-36.1198565", + "longitude": "144.7468663", + "machine_status": "retired", + "status": "unvisited", + "id": 2166, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.80763890000001, + 35.3292194 + ] + }, + "properties": { + "name": "The Hub", + "area": "North Carolina", + "address": "664 Rodney Orr Bypss, Robbinsville ", + "external_url": "http://209.221.138.252/Details.aspx?location=342181", + "internal_url": "null", + "latitude": "35.3292194", + "longitude": "-83.80763890000001", + "machine_status": "retired", + "status": "unvisited", + "id": 4150, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.7927235, + 57.4912436 + ] + }, + "properties": { + "name": "Peterhead Prison Museum", + "area": "Scotland", + "address": "South Road, , Peterhead", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=424183", + "internal_url": "null", + "latitude": "57.4912436", + "longitude": "-1.7927235", + "machine_status": "available", + "id": 7073, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.02935066861217, + 43.50037503274213 + ] + }, + "properties": { + "name": "Infinity Coins", + "area": "Idaho", + "address": "660 Northgate Mile. Idaho falls 83401", + "external_url": "http://209.221.138.252/Details.aspx?location=352239", + "internal_url": "null", + "latitude": "43.50037503274213", + "longitude": "-112.02935066861217", + "machine_status": "available", + "status": "unvisited", + "id": 5432, + "last_updated": "2024-03-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.7392512, + 30.2726451 + ] + }, + "properties": { + "name": "Capitol Visitor's Center", + "area": "Texas", + "address": "112 E 11th St., Austin", + "external_url": "http://209.221.138.252/Details.aspx?location=1764", + "internal_url": "null", + "latitude": "30.2726451", + "longitude": "-97.7392512", + "machine_status": "retired", + "status": "unvisited", + "id": 3650, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.1443012, + 36.0536965 + ] + }, + "properties": { + "name": "Maswik Lodge Store", + "area": "Arizona", + "address": "202 South Village Loop Drive, Grand Canyon National Park", + "external_url": "http://209.221.138.252/Details.aspx?location=286838", + "internal_url": "null", + "latitude": "36.0536965", + "longitude": "-112.1443012", + "machine_status": "retired", + "status": "unvisited", + "id": 2626, + "last_updated": "2024-03-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.4439984, + 35.0893254 + ] + }, + "properties": { + "name": "Faulker County History Museum", + "area": "Arkansas", + "address": "801 Locust St, Conway", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=40401", + "internal_url": "null", + "latitude": "35.0893254", + "longitude": "-92.4439984", + "machine_status": "available", + "id": 7074, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 101.7105795, + 3.1421073 + ] + }, + "properties": { + "name": "Berjaya Times Square Theme Park ", + "area": "Malaysia", + "address": "No. 09-103, 7th Floor, Berjaya Times Square, 1, Jln Imbi, Kuala Lumpur", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "3.1421073", + "longitude": "101.7105795", + "machine_status": "available", + "id": 7075, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.3925876, + 33.7625488 + ] + }, + "properties": { + "name": "World of Coca-Cola", + "area": "Georgia", + "address": "121 Baker Street NW, Atlanta", + "external_url": "http://209.221.138.252/Details.aspx?location=72071", + "internal_url": "null", + "latitude": "33.7625488", + "longitude": "-84.3925876", + "machine_status": "retired", + "status": "unvisited", + "id": 1623, + "last_updated": "2024-03-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.1209868016424, + 36.05336350691331 + ] + }, + "properties": { + "name": "General store", + "area": "Arizona", + "address": "1 Market Plaza Rd, Grand Canyon Village, AZ 86023, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 36.05336350691331, + "longitude": -112.1209868016424, + "machine_status": "available", + "id": 7076, + "last_updated": "2024-03-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.8550204, + 53.7200819 + ] + }, + "properties": { + "name": "EUREKA! The National Children's Museum", + "area": "England", + "address": "Discovery Road, WEST YORKSHIRE - Halifax", + "external_url": "http://209.221.138.252/Details.aspx?location=93147", + "internal_url": "null", + "latitude": "53.7200819", + "longitude": "-1.8550204", + "machine_status": "retired", + "status": "unvisited", + "id": 1596, + "last_updated": "2024-03-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.6427949, + 36.2571855 + ] + }, + "properties": { + "name": "Mount Charleston Visitor Center", + "area": "Nevada", + "address": "Mt Charleston, Mount Charleston", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=424548", + "internal_url": "null", + "latitude": "36.2571855", + "longitude": "-115.6427949", + "machine_status": "available", + "id": 7077, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.4678193, + 28.4743207 + ] + }, + "properties": { + "name": "Universal Studios Florida", + "area": "Florida", + "address": "1000 Universal Studios Plaza , Orlando", + "external_url": "null", + "internal_url": "null", + "latitude": "28.4743207", + "longitude": "-81.4678193", + "machine_status": "available", + "status": "unvisited", + "id": 5361, + "last_updated": "2024-03-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -110.1596603, + 34.890274 + ] + }, + "properties": { + "name": "Jim Gray's Petrified Wood Co.", + "area": "Arizona", + "address": "147 US Highway 180, Holbrook", + "external_url": "http://209.221.138.252/Details.aspx?location=339", + "internal_url": "null", + "latitude": "34.890274", + "longitude": "-110.1596603", + "machine_status": "available", + "status": "unvisited", + "id": 2636, + "last_updated": "2024-03-10", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.739556, + 32.519008 + ] + }, + "properties": { + "name": "Louisiana Boardwalk - Fuddruckers", + "area": "Louisiana", + "address": "390 Plaza Loop Dr, Bossier City", + "external_url": "http://209.221.138.252/Details.aspx?location=16098", + "internal_url": "null", + "latitude": "32.519008", + "longitude": "-93.739556", + "machine_status": "available", + "status": "unvisited", + "id": 3566, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.5322601, + 25.0107236 + ] + }, + "properties": { + "name": "Treasure Hill Artist Village", + "area": "Taiwan", + "address": "No. 1, Alley 16, Lane 230, Section 3, Tingzhou Road,, Taipei", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=424715", + "internal_url": "null", + "latitude": "25.0107236", + "longitude": "121.5322601", + "machine_status": "available", + "id": 7078, + "last_updated": "2024-03-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.7759664, + 24.8310132 + ] + }, + "properties": { + "name": "Jiaoxi Hot Springs Park", + "area": "Taiwan", + "address": "No. 60 , Yilan County - Jiaoxi Township", + "external_url": "http://209.221.138.252/Details.aspx?location=331397", + "internal_url": "null", + "latitude": "24.8310132", + "longitude": "121.7759664", + "machine_status": "retired", + "status": "unvisited", + "id": 2375, + "last_updated": "2024-03-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.86968710951791, + 32.377037706976 + ] + }, + "properties": { + "name": "Kilgore College East Texas Oil Museum", + "area": "Texas", + "address": "1301 S Henderson Blvd, Kilgore, TX 75662, USA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434296", + "internal_url": "null", + "latitude": 32.377037706976, + "longitude": -94.86968710951791, + "machine_status": "available", + "id": 7079, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.65261081635325, + 39.68323466768144 + ] + }, + "properties": { + "name": "Cabela’s Christiana, DE", + "area": "Delaware", + "address": "1100 Christiana Mall #1410, Newark, DE 19702", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 39.68323466768144, + "longitude": -75.65261081635325, + "machine_status": "available", + "id": 7080, + "last_updated": "2024-03-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.01797594048259, + 29.547785940629495 + ] + }, + "properties": { + "name": "Landry’s - Kemah", + "area": "Texas", + "address": "1b Waterfront Dr, Kemah, TX 77565, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 29.547785940629495, + "longitude": -95.01797594048259, + "machine_status": "retired", + "id": 7081, + "last_updated": "2024-03-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.01942520539558, + 29.547946499253847 + ] + }, + "properties": { + "name": "Joe’s Crab Shack - Kemah", + "area": "Texas", + "address": "7 Kemah Water Front, Kemah, TX 77565, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 29.547946499253847, + "longitude": -95.01942520539558, + "machine_status": "retired", + "id": 7082, + "last_updated": "2024-03-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.593546, + 30.394468 + ] + }, + "properties": { + "name": "Gulfarium Marine Adventure Park", + "area": "Florida", + "address": "1010 Miracle Strip Parkway, Ft. Walton Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=1807", + "internal_url": "null", + "latitude": "30.394468", + "longitude": "-86.593546", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 3307, + "last_updated": "2024-03-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.47316339999999, + 36.9530369 + ] + }, + "properties": { + "name": "Lost River Cave", + "area": "Kentucky", + "address": "2818 Nashville Rd, Bowling Green", + "external_url": "http://209.221.138.252/Details.aspx?location=2299", + "internal_url": "null", + "latitude": "36.9530369", + "longitude": "-86.47316339999999", + "machine_status": "available", + "status": "unvisited", + "id": 3515, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -70.88609989999999, + 42.521723 + ] + }, + "properties": { + "name": "Witch Way Gifts", + "area": "Massachusetts", + "address": "155 Derby Street, Salem", + "external_url": "http://209.221.138.252/Details.aspx?location=94214", + "internal_url": "null", + "latitude": "42.521723", + "longitude": "-70.88609989999999", + "machine_status": "available", + "status": "unvisited", + "id": 2922, + "last_updated": "2024-07-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.0213512, + 51.8164253 + ] + }, + "properties": { + "name": "Slot Loevestein", + "area": "Netherlands", + "address": "Loevestein 1 , Poederoijen", + "external_url": "http://209.221.138.252/Details.aspx?location=302672", + "internal_url": "null", + "latitude": "51.8164253", + "longitude": "5.0213512", + "machine_status": "available", + "status": "unvisited", + "id": 221, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.4974488, + 34.0089972 + ] + }, + "properties": { + "name": "Santa Monica Pier - Playland Arcade", + "area": "California", + "address": "350 Santa Monica Pier, Santa Monica", + "external_url": "http://209.221.138.252/Details.aspx?location=529", + "internal_url": "null", + "latitude": "34.0089972", + "longitude": "-118.4974488", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 5258, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -102.24216879731725, + 43.99284224086636 + ] + }, + "properties": { + "name": "Wall Discount Outlet store", + "area": "South Dakota", + "address": "537 Main Street, Wall SD 57790", + "external_url": "http://209.221.138.252/Details.aspx?location=318023", + "internal_url": "null", + "latitude": "43.99284224086636", + "longitude": "-102.24216879731725", + "machine_status": "available", + "status": "unvisited", + "id": 1318, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.3421874, + 47.6073853 + ] + }, + "properties": { + "name": "Pier 59 - Seattle Aquarium", + "area": "Washington", + "address": "1483 Alaskan Way suite 103, Seattle", + "external_url": "http://209.221.138.252/Details.aspx?location=1111", + "internal_url": "null", + "latitude": "47.6073853", + "longitude": "-122.3421874", + "machine_status": "available", + "status": "unvisited", + "id": 5145, + "last_updated": "2024-10-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -110.0666252, + 31.7124458 + ] + }, + "properties": { + "name": "Big Nose Kate's Saloon", + "area": "Arizona", + "address": "417 E Allen St, Tombstone", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=423565", + "internal_url": "null", + "latitude": "31.7124458", + "longitude": "-110.0666252", + "machine_status": "available", + "id": 7083, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.27608500000001, + 36.637734 + ] + }, + "properties": { + "name": "Music Road Mall, Mo's Old Time Photo", + "area": "Missouri", + "address": "3010 W. Highway 76, Branson", + "external_url": "http://209.221.138.252/Details.aspx?location=9488", + "internal_url": "null", + "latitude": "36.637734", + "longitude": "-93.27608500000001", + "machine_status": "retired", + "status": "unvisited", + "id": 1063, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.2946343, + 29.5503867 + ] + }, + "properties": { + "name": "Pollys Pet Shop", + "area": "Texas", + "address": "940 Pat Booker Road, Universal City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=424764", + "internal_url": "null", + "latitude": "29.5503867", + "longitude": "-98.2946343", + "machine_status": "available", + "id": 7084, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -119.006671, + 47.9412934 + ] + }, + "properties": { + "name": "Coulee Wall Variety Store", + "area": "Washington", + "address": "414 Midway Ave, Grand Coulee", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=424996", + "internal_url": "null", + "latitude": "47.9412934", + "longitude": "-119.006671", + "machine_status": "available", + "id": 7085, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.8784993, + 40.8502252 + ] + }, + "properties": { + "name": "Bronx Zoo/Wildlife Conservation Society", + "area": "New York", + "address": "2300 Southern Boulevard, New York City (Bronx)", + "external_url": "http://209.221.138.252/Details.aspx?location=3652", + "internal_url": "null", + "latitude": "40.8502252", + "longitude": "-73.8784993", + "machine_status": "retired", + "status": "unvisited", + "id": 3034, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 145.6387226, + -16.8183623 + ] + }, + "properties": { + "name": "Kuranda Scenic Railway", + "area": "Australia", + "address": "Coondoo Street, QLD - Kuranda ", + "external_url": "http://209.221.138.252/Details.aspx?location=207455", + "internal_url": "null", + "latitude": "-16.8183623", + "longitude": "145.6387226", + "machine_status": "retired", + "status": "unvisited", + "id": 2145, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.9150398, + 52.4791473 + ] + }, + "properties": { + "name": "Legoland Discovery Centre", + "area": "England", + "address": "King Edwards Road, WEST MIDLANDS - Birmingham", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=424984", + "internal_url": "null", + "latitude": "52.4791473", + "longitude": "-1.9150398", + "machine_status": "available", + "id": 7086, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -16.8863917, + 32.7346911 + ] + }, + "properties": { + "name": "Ribeiro Frio (Madeira Island)", + "area": "Portugal", + "address": "Souvenirs Ribeiro Frio , Funchal ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=424919", + "internal_url": "null", + "latitude": "32.7346911", + "longitude": "-16.8863917", + "machine_status": "available", + "id": 7087, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -16.9082357, + 32.6506129 + ] + }, + "properties": { + "name": "Pico do Arieiro", + "area": "Portugal", + "address": "Pico do Arieiro, Funchal (Madeira Island)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=424918", + "internal_url": "null", + "latitude": "32.6506129", + "longitude": "-16.9082357", + "machine_status": "available", + "id": 7088, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.8451827, + 25.1098695 + ] + }, + "properties": { + "name": "Jiufen Old Street Square", + "area": "Taiwan", + "address": "Shuqi Road, New Taipei City - Ruifang District", + "external_url": "http://209.221.138.252/Details.aspx?location=331548", + "internal_url": "null", + "latitude": "25.1098695", + "longitude": "121.8451827", + "machine_status": "retired", + "status": "unvisited", + "id": 2359, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -91.93991419999999, + 30.1170506 + ] + }, + "properties": { + "name": "Zoo of Acadiana", + "area": "Louisiana", + "address": "Highway 90 E, Broussard", + "external_url": "http://209.221.138.252/Details.aspx?location=430238", + "internal_url": "null", + "latitude": "30.1170506", + "longitude": "-91.93991419999999", + "machine_status": "available", + "status": "unvisited", + "id": 3568, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.6873931, + 41.4687292 + ] + }, + "properties": { + "name": "A Christmas Story House", + "area": "Ohio", + "address": "3169 W 11th St., Cleveland", + "external_url": "http://209.221.138.252/Details.aspx?location=196636", + "internal_url": "null", + "latitude": "41.4687292", + "longitude": "-81.6873931", + "machine_status": "retired", + "status": "unvisited", + "id": 1955, + "last_updated": "2024-03-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.7387906, + 43.3234653 + ] + }, + "properties": { + "name": "Michigan Shoppe", + "area": "Michigan", + "address": "925 South Main Street F-2, Frankenmuth", + "external_url": "http://209.221.138.252/Details.aspx?location=251709", + "internal_url": "null", + "latitude": "43.3234653", + "longitude": "-83.7387906", + "machine_status": "available", + "status": "unvisited", + "id": 2523, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.701222, + 40.0609036 + ] + }, + "properties": { + "name": "Uranus Fudge Factory (Gift Shop)", + "area": "Indiana", + "address": "1423 w 53rd street, Anderson", + "external_url": "http://209.221.138.252/Details.aspx?location=378730", + "internal_url": "null", + "latitude": "40.0609036", + "longitude": "-85.701222", + "machine_status": "available", + "status": "unvisited", + "id": 5460, + "last_updated": "2024-03-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.176387, + 51.5161284 + ] + }, + "properties": { + "name": "Paddington Bear Store", + "area": "England", + "address": "Praed St, Paddington, London , LONDON - Paddington", + "external_url": "http://209.221.138.252/Details.aspx?location=300813", + "internal_url": "null", + "latitude": "51.5161284", + "longitude": "-0.176387", + "machine_status": "retired", + "status": "unvisited", + "id": 1476, + "last_updated": "2024-08-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.502403, + 40.783588 + ] + }, + "properties": { + "name": "Ohio State Reformatory", + "area": "Ohio", + "address": "100 Reformatory Road, Mansfield", + "external_url": "http://209.221.138.252/Details.aspx?location=27802", + "internal_url": "null", + "latitude": "40.783588", + "longitude": "-82.502403", + "machine_status": "available", + "status": "unvisited", + "id": 1984, + "last_updated": "2024-03-17", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.7126134, + 41.4459344 + ] + }, + "properties": { + "name": "Cleveland Metroparks Zoo", + "area": "Ohio", + "address": "3900 Wildlife Way, Cleveland", + "external_url": "http://209.221.138.252/Details.aspx?location=3839", + "internal_url": "null", + "latitude": "41.4459344", + "longitude": "-81.7126134", + "machine_status": "available", + "status": "unvisited", + "id": 1956, + "last_updated": "2024-03-17", + "multimachine": 5 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.3859678, + 34.8474429 + ] + }, + "properties": { + "name": "Greenville Zoo", + "area": "South Carolina", + "address": "150 Cleveland Park Dr, Greenville", + "external_url": "http://209.221.138.252/Details.aspx?location=268714", + "internal_url": "null", + "latitude": "34.8474429", + "longitude": "-82.3859678", + "machine_status": "available", + "status": "unvisited", + "id": 2194, + "last_updated": "2024-03-18", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.2724435, + 31.1121164 + ] + }, + "properties": { + "name": "Kims Kitchen", + "area": "Louisiana", + "address": "3010 Colony Blvd, New Llano", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=425305", + "internal_url": "null", + "latitude": "31.1121164", + "longitude": "-93.2724435", + "machine_status": "available", + "id": 7089, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.6453421, + 41.9318509 + ] + }, + "properties": { + "name": "Corry Area Historical Society ", + "area": "Pennsylvania", + "address": "945 Mead Avenue , Corry", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=425311", + "internal_url": "null", + "latitude": "41.9318509", + "longitude": "-79.6453421", + "machine_status": "available", + "id": 7090, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -6.2411496, + 53.42558140000001 + ] + }, + "properties": { + "name": "Dublin Airport", + "area": "Ireland", + "address": "Treminal 2, Dublin", + "external_url": "http://209.221.138.252/Details.aspx?location=208660", + "internal_url": "null", + "latitude": "53.42558140000001", + "longitude": "-6.2411496", + "machine_status": "retired", + "status": "unvisited", + "id": 705, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.890325945819131, + 54.210092273560115 + ] + }, + "properties": { + "name": "Bon Bon Gift Shop", + "area": "Northern Ireland", + "address": "6 Central Promenade, COUNTY DOWN - Newcastle", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=425379", + "internal_url": "null", + "latitude": "54.210092273560115", + "longitude": "-5.890325945819131", + "machine_status": "out-of-order", + "id": 7091, + "last_updated": "2024-09-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.3711942, + 55.8790089 + ] + }, + "properties": { + "name": "Soar at INTU Shopping Centre", + "area": "Scotland", + "address": "King's Inch Rd, Glasgow", + "external_url": "http://209.221.138.252/Details.aspx?location=243593", + "internal_url": "null", + "latitude": "55.8790089", + "longitude": "-4.3711942", + "machine_status": "available", + "status": "retired", + "id": 774, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.451972, + 53.32908159999999 + ] + }, + "properties": { + "name": "Lyons Robin Hood ", + "area": "Wales", + "address": "Rhyl Coast Rd, NORTH WALES - Rhyl", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=425390", + "internal_url": "null", + "latitude": "53.32908159999999", + "longitude": "-3.451972", + "machine_status": "available", + "id": 7092, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.0950466, + 52.76122470000001 + ] + }, + "properties": { + "name": "Lyons Sunnysands Holiday Park", + "area": "Wales", + "address": "Sunnysands Caravan Park, Talybont, NORTH WALES - Talybont", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=425389", + "internal_url": "null", + "latitude": "52.76122470000001", + "longitude": "-4.0950466", + "machine_status": "available", + "id": 7093, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.7423237, + 51.5930921 + ] + }, + "properties": { + "name": "Caldicot Castle", + "area": "Wales", + "address": "Church Road, SOUTH WALES - Monmouthshire", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=425302", + "internal_url": "null", + "latitude": "51.5930921", + "longitude": "-2.7423237", + "machine_status": "available", + "id": 7094, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.7302019, + 52.0512575 + ] + }, + "properties": { + "name": "Gulliver's Land", + "area": "England", + "address": "Livingstone Drive Newlands , BUCKINGHAMSHIRE - Milton Keynes", + "external_url": "http://209.221.138.252/Details.aspx?location=192246", + "internal_url": "null", + "latitude": "52.0512575", + "longitude": "-0.7302019", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 1335, + "last_updated": "2024-03-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -158.1033888, + 21.5854686 + ] + }, + "properties": { + "name": "The Aloha General Store", + "area": "Hawaii", + "address": "66-250 Kamehameha Highway, Oahu - Haleiwa", + "external_url": "http://209.221.138.252/Details.aspx?location=18926", + "internal_url": "null", + "latitude": "21.5854686", + "longitude": "-158.1033888", + "machine_status": "available", + "status": "unvisited", + "id": 3844, + "last_updated": "2024-06-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.3492774, + 47.6205063 + ] + }, + "properties": { + "name": "Seattle Center - Space Needle Space Base Gift Shop", + "area": "Washington", + "address": "400 Broad Street, Seattle", + "external_url": "http://209.221.138.252/Details.aspx?location=1117", + "internal_url": "null", + "latitude": "47.6205063", + "longitude": "-122.3492774", + "machine_status": "available", + "status": "unvisited", + "id": 5149, + "last_updated": "2024-03-19", + "multimachine": 3 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.0810924, + 40.3083174 + ] + }, + "properties": { + "name": "Buc-ee's", + "area": "Colorado", + "address": "5201 Nugget Road, Berthoud", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "40.3083174", + "longitude": "-105.0810924", + "machine_status": "available", + "id": 7095, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.2456723, + 30.3137182 + ] + }, + "properties": { + "name": "Keith's Superstores", + "area": "Mississippi", + "address": "102 E. Beach Blvd, Pass Christian", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=425462", + "internal_url": "null", + "latitude": "30.3137182", + "longitude": "-89.2456723", + "machine_status": "available", + "id": 7096, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -99.21056519999999, + 19.2956057 + ] + }, + "properties": { + "name": "Six Flags Mexico", + "area": "Mexico", + "address": "Carretera Picacho Ajusco Km 1.5, Mexico City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=425565", + "internal_url": "null", + "latitude": "19.2956057", + "longitude": "-99.21056519999999", + "machine_status": "available", + "id": 7097, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 113.5377732, + 22.1799676 + ] + }, + "properties": { + "name": "Macau Tower", + "area": "Macao", + "address": ", Macau", + "external_url": "null", + "internal_url": "null", + "latitude": "22.1799676", + "longitude": "113.5377732", + "machine_status": "available", + "status": "unvisited", + "id": 2038, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 134.1720506, + 34.3253204 + ] + }, + "properties": { + "name": "Tsudanomatsubara SA (Heading Kobe)", + "area": "Japan", + "address": "935-5 Tsuruha, Tsuda, Sanuki City, Kagawa", + "external_url": "null", + "internal_url": "null", + "latitude": "34.3253204", + "longitude": "134.1720506", + "machine_status": "available", + "status": "unvisited", + "id": 2821, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 139.5997151, + 35.3484444 + ] + }, + "properties": { + "name": "Kanazawa Zoo", + "area": "Japan", + "address": "5-15-1 Kamariya-Higashi, Kanazawa-ku, Yokohama City - Kanagawa Prefecture", + "external_url": "null", + "internal_url": "null", + "latitude": "35.3484444", + "longitude": "139.5997151", + "machine_status": "available", + "status": "unvisited", + "id": 2882, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 141.3945073, + 42.9990682 + ] + }, + "properties": { + "name": "Hitsujigaoka Observation Hill", + "area": "Japan", + "address": "1 Hitsujigaoka Toyohira-ku, Sapporo Hokkaido", + "external_url": "null", + "internal_url": "null", + "latitude": "42.9990682", + "longitude": "141.3945073", + "machine_status": "available", + "status": "unvisited", + "id": 2825, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.9516264, + 36.972488 + ] + }, + "properties": { + "name": "Mercantile Shopping Mall - Carousel Taffy", + "area": "California", + "address": "115 San Jose Ave., Capitola (by the Sea)", + "external_url": "http://209.221.138.252/Details.aspx?location=5448", + "internal_url": "null", + "latitude": "36.972488", + "longitude": "-121.9516264", + "machine_status": "retired", + "status": "unvisited", + "id": 4588, + "last_updated": "2024-03-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.46370309999999, + 38.0087286 + ] + }, + "properties": { + "name": "Michie Tavern, General Store", + "area": "Virginia", + "address": "683 Thomas Jefferson Parkway, Charlottesville", + "external_url": "http://209.221.138.252/Details.aspx?location=31512", + "internal_url": "null", + "latitude": "38.0087286", + "longitude": "-78.46370309999999", + "machine_status": "retired", + "status": "unvisited", + "id": 4409, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.41859993570219, + 50.08206896400322 + ] + }, + "properties": { + "name": "Café Louvre souvenir coin", + "area": "Czech Republic", + "address": "Národní 1987/22, 110 00 Praha 1-Staré Město, Czechia", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 50.08206896400322, + "longitude": 14.41859993570219, + "machine_status": "available", + "id": 7098, + "last_updated": "2024-03-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.5979910384061, + 31.96003056460666 + ] + }, + "properties": { + "name": "Kitt Peak National Observatory", + "area": "Arizona", + "address": "About 56 miles west of Tucson on Kitt Peak, Tucson", + "external_url": "http://209.221.138.252/Details.aspx?location=263633", + "internal_url": "null", + "latitude": "31.96003056460666", + "longitude": "-111.5979910384061", + "machine_status": "available", + "status": "unvisited", + "id": 2711, + "last_updated": "2024-03-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.5229602, + 33.3936879 + ] + }, + "properties": { + "name": "International UFO Museum", + "area": "New Mexico", + "address": "114 North Main, Roswell", + "external_url": "http://209.221.138.252/Details.aspx?location=3490", + "internal_url": "null", + "latitude": "33.3936879", + "longitude": "-104.5229602", + "machine_status": "available", + "status": "unvisited", + "id": 4938, + "last_updated": "2024-03-21", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.7513054, + 53.1325947 + ] + }, + "properties": { + "name": "The Ice Cream Farm", + "area": "England", + "address": "Drumlan Hall, Newton Lane, CHESHIRE - Drumlan Hall", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=425740", + "internal_url": "null", + "latitude": "53.1325947", + "longitude": "-2.7513054", + "machine_status": "available", + "id": 7099, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.2373987, + 50.5529671 + ] + }, + "properties": { + "name": "Glasshutte Monshau", + "area": "Germany", + "address": ", Monschau", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=425734", + "internal_url": "null", + "latitude": "50.5529671", + "longitude": "6.2373987", + "machine_status": "available", + "id": 7100, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.7391938, + 43.32902199999999 + ] + }, + "properties": { + "name": "Frankenmuth Cheese Haus", + "area": "Michigan", + "address": "561 South Main Street , Frankenmuth", + "external_url": "http://209.221.138.252/Details.aspx?location=3029", + "internal_url": "null", + "latitude": "43.32902199999999", + "longitude": "-83.7391938", + "machine_status": "available", + "status": "retired", + "id": 2522, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.77575709999999, + 36.1609385 + ] + }, + "properties": { + "name": "The Johnny Cash Museum", + "area": "Tennessee", + "address": "119 3rd Ave S, Nashville", + "external_url": "http://209.221.138.252/Details.aspx?location=243912", + "internal_url": "null", + "latitude": "36.1609385", + "longitude": "-86.77575709999999", + "machine_status": "available", + "status": "unvisited", + "id": 4255, + "last_updated": "2024-08-01" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.7761258, + 36.1582632 + ] + }, + "properties": { + "name": "Country Music Hall of Fame and Museum", + "area": "Tennessee", + "address": "222 Fifth Avenue, Nashville", + "external_url": "http://209.221.138.252/Details.aspx?location=256976", + "internal_url": "null", + "latitude": "36.1582632", + "longitude": "-86.7761258", + "machine_status": "available", + "status": "unvisited", + "id": 5342, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.587245927213266, + 38.03822003473177 + ] + }, + "properties": { + "name": "Erice Tabacchi", + "area": "Italy", + "address": "Via Antonio Cordici 9, 91016 Erice, Italy", + "external_url": "http://209.221.138.252/Details.aspx?location=246287", + "internal_url": "null", + "latitude": "38.03822003473177", + "longitude": "12.587245927213266", + "machine_status": "available", + "status": "unvisited", + "id": 976, + "last_updated": "2024-03-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -124.418535, + 42.4215382 + ] + }, + "properties": { + "name": "Jerry's Rogue Jets", + "area": "Oregon", + "address": "29980 Harbor Way, Gold Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=425863", + "internal_url": "null", + "latitude": "42.4215382", + "longitude": "-124.418535", + "machine_status": "available", + "id": 7101, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.4311463, + 54.9988579 + ] + }, + "properties": { + "name": "South Shields Museum and Art Gallery", + "area": "England", + "address": "4 Ocean Road, TYNE & WEAR - South Shields", + "external_url": "http://209.221.138.252/Details.aspx?location=102092", + "internal_url": "null", + "latitude": "54.9988579", + "longitude": "-1.4311463", + "machine_status": "retired", + "status": "unvisited", + "id": 1572, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.903462, + 52.480111 + ] + }, + "properties": { + "name": "Birmingham Art Gallery & Museum", + "area": "England", + "address": "Chamberlain Square, , WEST MIDLANDS - Birmingham", + "external_url": "http://209.221.138.252/Details.aspx?location=101916", + "internal_url": "null", + "latitude": "52.480111", + "longitude": "-1.903462", + "machine_status": "retired", + "status": "unvisited", + "id": 1584, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -16.8881627, + 32.7390986 + ] + }, + "properties": { + "name": "Snack Bar Flor da Selva", + "area": "Portugal", + "address": "Vereda Promenade da Laurissilva, Balcões 4, Ribeiro Frio (Madeira Island)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=425843", + "internal_url": "null", + "latitude": "32.7390986", + "longitude": "-16.8881627", + "machine_status": "available", + "id": 7102, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.3902522, + 33.5261111 + ] + }, + "properties": { + "name": "Mercantile and Gift Shop", + "area": "Arizona", + "address": "1 Main St, Tortilla Flats", + "external_url": "http://209.221.138.252/Details.aspx?location=250086", + "internal_url": "null", + "latitude": "33.5261111", + "longitude": "-111.3902522", + "machine_status": "available", + "status": "unvisited", + "id": 2706, + "last_updated": "2024-03-24", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.98863399999999, + 40.756536 + ] + }, + "properties": { + "name": "Dave and Buster's", + "area": "New York", + "address": "234 W. 42nd St., 3rd Floor, New York City (Manhattan)", + "external_url": "http://209.221.138.252/Details.aspx?location=250087", + "internal_url": "null", + "latitude": "40.756536", + "longitude": "-73.98863399999999", + "machine_status": "retired", + "status": "unvisited", + "id": 3044, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.9854896, + 36.1229851 + ] + }, + "properties": { + "name": "The Gathering Place", + "area": "Oklahoma", + "address": "2950 S. John Williams Way, Tulsa", + "external_url": "http://209.221.138.252/Details.aspx?location=328778", + "internal_url": "null", + "latitude": "36.1229851", + "longitude": "-95.9854896", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 1809, + "last_updated": "2024-03-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.9064904, + 36.2130153 + ] + }, + "properties": { + "name": "Tulsa Zoo & Living Museum", + "area": "Oklahoma", + "address": "6421 East 36th Street North, Tulsa", + "external_url": "http://209.221.138.252/Details.aspx?location=3880", + "internal_url": "null", + "latitude": "36.2130153", + "longitude": "-95.9064904", + "machine_status": "retired", + "status": "unvisited", + "id": 1810, + "last_updated": "2024-03-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.79269, + 29.30917 + ] + }, + "properties": { + "name": "Great Storm Theater", + "area": "Texas", + "address": "Pier 21 (Near Wharf Rd), Galveston", + "external_url": "http://209.221.138.252/Details.aspx?location=2417", + "internal_url": "null", + "latitude": "29.30917", + "longitude": "-94.79269", + "machine_status": "retired", + "status": "unvisited", + "id": 3708, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.4877009, + 29.425728 + ] + }, + "properties": { + "name": "Losoya Marketplace", + "area": "Texas", + "address": "20 Losoya St, San Antonio ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=425983", + "internal_url": "null", + "latitude": "29.425728", + "longitude": "-98.4877009", + "machine_status": "available", + "id": 7103, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.9205853, + 36.5104429 + ] + }, + "properties": { + "name": "Cree Mee Drive In", + "area": "New Mexico", + "address": "31089 US Highway 64, Cimmaron.", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=426023", + "internal_url": "null", + "latitude": "36.5104429", + "longitude": "-104.9205853", + "machine_status": "retired", + "id": 7104, + "last_updated": "2024-07-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.7927697, + 50.3324407 + ] + }, + "properties": { + "name": "Heligan Lost Gardens", + "area": "England", + "address": "B3273, Pentewan, Saint Austell, CORNWALL - St Austell", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=425964", + "internal_url": "null", + "latitude": "50.3324407", + "longitude": "-4.7927697", + "machine_status": "retired", + "id": 7105, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.3861457, + 53.4196465 + ] + }, + "properties": { + "name": "Magna Science Adventure Centre", + "area": "England", + "address": "Sheffield Road, Templeborough, SOUTH YORKSHIRE - Rotherham", + "external_url": "http://209.221.138.252/Details.aspx?location=6869", + "internal_url": "null", + "latitude": "53.4196465", + "longitude": "-1.3861457", + "machine_status": "retired", + "status": "unvisited", + "id": 1553, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 19.0624765, + 47.4911983 + ] + }, + "properties": { + "name": "National Museum", + "area": "Hungary", + "address": "Múzeum krt. 1416.", + "external_url": "http://209.221.138.252/Details.aspx?location=259782", + "internal_url": "null", + "latitude": "47.4911983", + "longitude": "19.0624765", + "machine_status": "retired", + "status": "unvisited", + "id": 830, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 55.1171498, + 25.1304426 + ] + }, + "properties": { + "name": "Atlantis", + "area": "United Arab Emirates", + "address": "The Palm, Dubai", + "external_url": "http://209.221.138.252/Details.aspx?location=195659", + "internal_url": "null", + "latitude": "25.1304426", + "longitude": "55.1171498", + "machine_status": "retired", + "status": "unvisited", + "id": 3483, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.4641236, + 29.9838569 + ] + }, + "properties": { + "name": "Buc-ee's", + "area": "Florida", + "address": "200 World Commerce Parkway, St. Augustine", + "external_url": "http://209.221.138.252/Details.aspx?location=355401", + "internal_url": "null", + "latitude": "29.9838569", + "longitude": "-81.4641236", + "machine_status": "available", + "status": "unvisited", + "id": 5366, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.3013471, + 35.8808043 + ] + }, + "properties": { + "name": "Apsen Copies", + "area": "New Mexico", + "address": "1907 Central Avenue, Los Alamos", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=39884", + "internal_url": "null", + "latitude": "35.8808043", + "longitude": "-106.3013471", + "machine_status": "available", + "id": 7106, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.299273, + 43.535542 + ] + }, + "properties": { + "name": "Livorno - Acquario di Livorno", + "area": "Italy", + "address": "Piazza Mascagni, 1, Livorno", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=426063", + "internal_url": "null", + "latitude": "43.535542", + "longitude": "10.299273", + "machine_status": "available", + "id": 7107, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.158068, + 39.768403 + ] + }, + "properties": { + "name": "Indiana", + "area": "_Collector Books_", + "address": ", Indiana", + "external_url": "http://209.221.138.252/Details.aspx?location=106117", + "internal_url": "null", + "latitude": "39.768403", + "longitude": "-86.158068", + "machine_status": "retired", + "status": "unvisited", + "id": 5565, + "last_updated": "2024-03-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 174.7780965, + -41.2852716 + ] + }, + "properties": { + "name": "Wellington Museum", + "area": "New Zealand", + "address": "2 Jervois Quay, Wellington", + "external_url": "http://209.221.138.252/Details.aspx?location=310751", + "internal_url": "null", + "latitude": "-41.2852716", + "longitude": "174.7780965", + "machine_status": "available", + "status": "unvisited", + "id": 3884, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 174.7857493, + -41.2658237 + ] + }, + "properties": { + "name": "Interislander Ferries Aratere, Arahura, and Kaiitaki", + "area": "New Zealand", + "address": "Sails from Aotea Quay, 5 minutes north of Wellington Railway Station, Wellington to Picton", + "external_url": "http://209.221.138.252/Details.aspx?location=5597", + "internal_url": "null", + "latitude": "-41.2658237", + "longitude": "174.7857493", + "machine_status": "available", + "status": "unvisited", + "id": 3885, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.5186929690605, + 28.36951880005 + ] + }, + "properties": { + "name": "Disney Springs Town Square Firehouse", + "area": "Florida", + "address": "1486 buena vista dr, Lake Buena Vista, Florida 32830", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 28.36951880005, + "longitude": -81.5186929690605, + "machine_status": "available", + "id": 7108, + "last_updated": "2024-03-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.0541863, + 34.5138061 + ] + }, + "properties": { + "name": "National Park Gifts and Souvenirs", + "area": "Arkansas", + "address": "370 Central Ave, Hot Springs", + "external_url": "http://209.221.138.252/Details.aspx?location=498", + "internal_url": "null", + "latitude": "34.5138061", + "longitude": "-93.0541863", + "machine_status": "retired", + "status": "unvisited", + "id": 2308, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.8522655, + 29.2734805 + ] + }, + "properties": { + "name": "Moody Gardens Zoo and Aquarium", + "area": "Texas", + "address": "1 Hope Blvd., Galveston", + "external_url": "http://209.221.138.252/Details.aspx?location=2423", + "internal_url": "null", + "latitude": "29.2734805", + "longitude": "-94.8522655", + "machine_status": "available", + "status": "unvisited", + "id": 3711, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.9980337, + 37.1893221 + ] + }, + "properties": { + "name": "Zion Park Gifts and Deli", + "area": "Utah", + "address": "866 Zion Park Boulevard, Springdale", + "external_url": "http://209.221.138.252/Details.aspx?location=209212", + "internal_url": "null", + "latitude": "37.1893221", + "longitude": "-112.9980337", + "machine_status": "retired", + "status": "unvisited", + "id": 2097, + "last_updated": "2024-03-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1721488, + 36.1088418 + ] + }, + "properties": { + "name": "Harmon Corner - Rainforest Café", + "area": "Nevada", + "address": "3717 Las Vegas Boulevard South suite 275, Las Vegas", + "external_url": "http://209.221.138.252/Details.aspx?location=241578", + "internal_url": "null", + "latitude": "36.1088418", + "longitude": "-115.1721488", + "machine_status": "available", + "status": "unvisited", + "id": 4510, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.3771916, + 51.3852331 + ] + }, + "properties": { + "name": "Dreamland Margate ", + "area": "England", + "address": "Dreamland , KENT - Margate", + "external_url": "http://209.221.138.252/Details.aspx?location=363758", + "internal_url": "null", + "latitude": "51.3852331", + "longitude": "1.3771916", + "machine_status": "available", + "status": "unvisited", + "id": 5639, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.8972159, + 52.3764879 + ] + }, + "properties": { + "name": "The Bulldog Store", + "area": "Netherlands", + "address": "Damrak 21, Amsterdam", + "external_url": "http://209.221.138.252/Details.aspx?location=334707", + "internal_url": "null", + "latitude": "52.3764879", + "longitude": "4.8972159", + "machine_status": "available", + "status": "unvisited", + "id": 5859, + "last_updated": "2024-03-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.44420749999999, + 38.9109189 + ] + }, + "properties": { + "name": "Smithsonian National Air and Space Museum @ The Steven F. Udvar Hazy Center", + "area": "Virginia", + "address": "14390 Air & Space Museum Parkway, Chantilly", + "external_url": "http://209.221.138.252/Details.aspx?location=1208", + "internal_url": "null", + "latitude": "38.9109189", + "longitude": "-77.44420749999999", + "machine_status": "available", + "status": "unvisited", + "id": 4408, + "last_updated": "2024-08-01", + "multimachine": 4 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -114.3831516, + 35.0260078 + ] + }, + "properties": { + "name": "Fast Fanny's Place (Formerly Eagle's Nest Antiques)", + "area": "Arizona", + "address": "152 South Main Street, Oatman", + "external_url": "http://209.221.138.252/Details.aspx?location=327", + "internal_url": "null", + "latitude": "35.0260078", + "longitude": "-114.3831516", + "machine_status": "available", + "status": "unvisited", + "id": 2654, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -114.383125, + 35.0256213 + ] + }, + "properties": { + "name": "Main Street Emporium", + "area": "Arizona", + "address": "150 South Main Street, Oatman", + "external_url": "http://209.221.138.252/Details.aspx?location=183011", + "internal_url": "null", + "latitude": "35.0256213", + "longitude": "-114.383125", + "machine_status": "available", + "status": "unvisited", + "id": 2655, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.195797, + 32.753128 + ] + }, + "properties": { + "name": "Old Town - Kacha Inka's Art (was Cielito Lindo/ Old Town Trading Company", + "area": "California", + "address": "2543 San Diego Ave, Twigg Street, San Diego", + "external_url": "http://209.221.138.252/Details.aspx?location=1161", + "internal_url": "null", + "latitude": "32.753128", + "longitude": "-117.195797", + "machine_status": "available", + "status": "unvisited", + "id": 4780, + "last_updated": "2024-03-28", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.1524075, + 32.7274772 + ] + }, + "properties": { + "name": "Balboa Park - Future San Diego Comic-Con Museum", + "area": "California", + "address": "2131 Pan American Plaza, San Diego", + "external_url": "http://209.221.138.252/Details.aspx?location=322320", + "internal_url": "null", + "latitude": "32.7274772", + "longitude": "-117.1524075", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 4764, + "last_updated": "2024-03-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.739871657715225, + 47.50426751279994 + ] + }, + "properties": { + "name": "Bregenzer Festspiele", + "area": "Austria", + "address": "Seeanlagen 2, 6900 Bregenz", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 47.50426751279994, + "longitude": 9.739871657715225, + "machine_status": "available", + "id": 7109, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -131.474537390943, + 55.36564442877866 + ] + }, + "properties": { + "name": "George Inlet Lodge", + "area": "Alaska", + "address": "9.8 S Tongass Hwy, Ketchikan, AK 99901, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 55.36564442877866, + "longitude": -131.474537390943, + "machine_status": "available", + "id": 7110, + "last_updated": "2024-03-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.6701093951815753, + 54.958878197517386 + ] + }, + "properties": { + "name": "Namco Funscape angry birds", + "area": "England", + "address": "38 Scotswood View, Garden Court, Quadrant, Metrocentre, Gateshead NE11 9XY, UK", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=426560", + "internal_url": "null", + "latitude": 54.958878197517386, + "longitude": -1.6701093951815753, + "machine_status": "retired", + "id": 7111, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.9048689073673, + 32.80199420119954 + ] + }, + "properties": { + "name": "Mount Pleasant Memorial Waterfront Park", + "area": "South Carolina", + "address": "200 Wonder's Way, Charleston, SC 29403, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 32.80199420119954, + "longitude": -79.9048689073673, + "machine_status": "available", + "id": 7112, + "last_updated": "2024-03-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.4516723, + 31.2921789 + ] + }, + "properties": { + "name": "Silver Dollar Pawn & Jewelry Center", + "area": "Louisiana", + "address": "2417 Lee Street, Alexandria", + "external_url": "http://209.221.138.252/Details.aspx?location=135303", + "internal_url": "null", + "latitude": "31.2921789", + "longitude": "-92.4516723", + "machine_status": "retired", + "status": "unvisited", + "id": 3559, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.36820329999999, + 39.3680804 + ] + }, + "properties": { + "name": "Cabela's", + "area": "Ohio", + "address": "7250 Cabela Drive, West Chester Township", + "external_url": "http://209.221.138.252/Details.aspx?location=240772", + "internal_url": "null", + "latitude": "39.3680804", + "longitude": "-84.36820329999999", + "machine_status": "retired", + "status": "unvisited", + "id": 2018, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.8957281, + 36.2067509 + ] + }, + "properties": { + "name": "Tulsa Air and Space Museum and Planetarium", + "area": "Oklahoma", + "address": "3624 N. 74th E. Ave., Tulsa", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3881", + "internal_url": "null", + "latitude": "36.2067509", + "longitude": "-95.8957281", + "machine_status": "available", + "id": 7113, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.374563, + 33.746605 + ] + }, + "properties": { + "name": "Only You Tattoo", + "area": "Georgia", + "address": "401 Memorial Dr. SE, Atlanta", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=426393", + "internal_url": "null", + "latitude": "33.746605", + "longitude": "-84.374563", + "machine_status": "available", + "id": 7114, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 144.1865957, + -38.4103713 + ] + }, + "properties": { + "name": "Anglesea General Store", + "area": "Australia", + "address": "119 Great Ocean Rd, VIC - Anglesea", + "external_url": "http://209.221.138.252/Details.aspx?location=331010", + "internal_url": "null", + "latitude": "-38.4103713", + "longitude": "144.1865957", + "machine_status": "retired", + "status": "unvisited", + "id": 2163, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.365658, + 50.619028 + ] + }, + "properties": { + "name": "World Of Country Life", + "area": "England", + "address": "West Down Lane, Sandy Bay, DEVON - Exmouth", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=426207", + "internal_url": "null", + "latitude": "50.619028", + "longitude": "-3.365658", + "machine_status": "available", + "id": 7115, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.6794525, + 51.1676051 + ] + }, + "properties": { + "name": "Moritzburg Castle ", + "area": "Germany", + "address": "Gestüt, Schloßallee 1, 01468 Moritzburg, Germany, Moritzburg ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=426221", + "internal_url": "null", + "latitude": "51.1676051", + "longitude": "13.6794525", + "machine_status": "available", + "id": 7116, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 138.7795573, + 35.4836319 + ] + }, + "properties": { + "name": "Fujiyama Onsen", + "area": "Japan", + "address": "4-17-1 Shin-nishihara, Fuji-Yoshida, Yamanashi", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=426474", + "internal_url": "null", + "latitude": "35.4836319", + "longitude": "138.7795573", + "machine_status": "available", + "id": 7117, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 21.0560596, + 55.9068754 + ] + }, + "properties": { + "name": "Palanga Amber Museum ", + "area": "Lithuania", + "address": "17 Vytauto Gatve, Palanga, Palanga", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=426220", + "internal_url": "null", + "latitude": "55.9068754", + "longitude": "21.0560596", + "machine_status": "available", + "id": 7118, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.713174599999999, + 50.0657041 + ] + }, + "properties": { + "name": "West Country Shopping Village", + "area": "England", + "address": "Land's End, Sennen, Cornwall - Penzance ", + "external_url": "null", + "internal_url": "null", + "latitude": "50.0657041", + "longitude": "-5.713174599999999", + "machine_status": "available", + "status": "unvisited", + "id": 1352, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.982354, + 40.45208299999999 + ] + }, + "properties": { + "name": "Grandpa Joe's Candy Shop (Strip District)", + "area": "Pennsylvania", + "address": "2124 Penn Ave, Pittsburgh", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=426588", + "internal_url": "null", + "latitude": "40.45208299999999", + "longitude": "-79.982354", + "machine_status": "available", + "id": 7119, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.8678029, + 38.0434451 + ] + }, + "properties": { + "name": "Strataca", + "area": "Kansas", + "address": "3650 E Avenue G, Hutchinson", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=426611", + "internal_url": "null", + "latitude": "38.0434451", + "longitude": "-97.8678029", + "machine_status": "available", + "id": 7120, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.23420589999999, + 42.3034513 + ] + }, + "properties": { + "name": "Ford Rouge Factory Tour/Henry Ford Museum", + "area": "Michigan", + "address": "20900 Oakwood Blvd, Dearborn", + "external_url": "http://209.221.138.252/Details.aspx?location=11115", + "internal_url": "null", + "latitude": "42.3034513", + "longitude": "-83.23420589999999", + "machine_status": "available", + "status": "unvisited", + "id": 2506, + "last_updated": "2024-04-02", + "multimachine": 2, + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.15143599999999, + 39.985439 + ] + }, + "properties": { + "name": "Red Caboose Motel", + "area": "Pennsylvania", + "address": "312 Paradise Ln, Ronks", + "external_url": "http://209.221.138.252/Details.aspx?location=86824", + "internal_url": "null", + "latitude": "39.985439", + "longitude": "-76.15143599999999", + "machine_status": "available", + "status": "unvisited", + "id": 4060, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.6015896, + 43.1524853 + ] + }, + "properties": { + "name": "National Museum of Play (formally Strong Museum)", + "area": "New York", + "address": "1 Manhattan Square Drive, Rochester", + "external_url": "http://209.221.138.252/Details.aspx?location=78918", + "internal_url": "null", + "latitude": "43.1524853", + "longitude": "-77.6015896", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 3079, + "last_updated": "2024-04-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.1766899, + 34.5058989 + ] + }, + "properties": { + "name": "Chickasaw Nation Welcome Center", + "area": "Oklahoma", + "address": "35 N. Colbert Dr., Davis", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=426716", + "internal_url": "null", + "latitude": "34.5058989", + "longitude": "-97.1766899", + "machine_status": "available", + "id": 7121, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 100.5404413, + 13.7542097 + ] + }, + "properties": { + "name": "Baiyoke Sky Hotel", + "area": "Thailand", + "address": ", Bangkok", + "external_url": "http://209.221.138.252/Details.aspx?location=60988", + "internal_url": "null", + "latitude": "13.7542097", + "longitude": "100.5404413", + "machine_status": "retired", + "status": "unvisited", + "id": 3911, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.17375364862437, + 36.10160253927843 + ] + }, + "properties": { + "name": "New York New York Hotel & Casino - Hershey's Chocolate World", + "area": "Nevada", + "address": "3790 South Las Vegas Boulevard, Las Vegas", + "external_url": "http://209.221.138.252/Details.aspx?location=300780", + "internal_url": "null", + "latitude": "36.10160253927843", + "longitude": "-115.17375364862437", + "machine_status": "available", + "status": "unvisited", + "id": 4522, + "last_updated": "2024-10-13", + "multimachine": 3 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.7136937, + 39.9856299 + ] + }, + "properties": { + "name": "Harley Davidson Tour Center", + "area": "Pennsylvania", + "address": "1425 Eden Road, York", + "external_url": "http://209.221.138.252/Details.aspx?location=3985", + "internal_url": "null", + "latitude": "39.9856299", + "longitude": "-76.7136937", + "machine_status": "retired", + "status": "unvisited", + "id": 4076, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.1766899, + 34.5058989 + ] + }, + "properties": { + "name": "Chickasaw Nation Welcome Center ", + "area": "Oklahoma", + "address": "35 N. Colbert Rd, Davis", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=426809", + "internal_url": "null", + "latitude": "34.5058989", + "longitude": "-97.1766899", + "machine_status": "available", + "id": 7122, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.5149612, + 28.3725967 + ] + }, + "properties": { + "name": "Walt Disney World, Disney Springs, Marketplace, Star Wars Trading Post", + "area": "Florida", + "address": ", Lake Buena Vista", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=426901", + "internal_url": "null", + "latitude": "28.3725967", + "longitude": "-81.5149612", + "machine_status": "available", + "id": 7123, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.4717529, + 28.4487923 + ] + }, + "properties": { + "name": "Walt Disney World Store on International Drive", + "area": "Florida", + "address": "8050 International Dr, Orlando", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=426830", + "internal_url": "null", + "latitude": "28.4487923", + "longitude": "-81.4717529", + "machine_status": "available", + "id": 7124, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.17674199999999, + 32.6824175 + ] + }, + "properties": { + "name": "Caddo Lake State Park", + "area": "Texas", + "address": "245 Park Rd 2, Karnak ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=426800", + "internal_url": "null", + "latitude": "32.6824175", + "longitude": "-94.17674199999999", + "machine_status": "available", + "id": 7125, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -124.1670528, + 47.0067543 + ] + }, + "properties": { + "name": "Cloud Nine Gifts and Souvenirs", + "area": "Washington", + "address": "699 Ocean Shores Boulevard NW, Ocean Shores", + "external_url": "http://209.221.138.252/Details.aspx?location=326362", + "internal_url": "null", + "latitude": "47.0067543", + "longitude": "-124.1670528", + "machine_status": "retired", + "status": "unvisited", + "id": 5118, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.4049906, + 50.8964249 + ] + }, + "properties": { + "name": "Red Funnel Ferries Southampton - Isle of Wight ", + "area": "England", + "address": "Terminal 1 Dock Gate 7 off Town Quay Road, HAMPSHIRE - Southampton", + "external_url": "http://209.221.138.252/Details.aspx?location=282886", + "internal_url": "null", + "latitude": "50.8964249", + "longitude": "-1.4049906", + "machine_status": "retired", + "status": "unvisited", + "id": 1420, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.16588095343813, + 36.138014213995966 + ] + }, + "properties": { + "name": "Circus Circus-Adventure Dome Entrance", + "area": "Nevada", + "address": "2880 S Las Vegas Blvd, Las Vegas, Nevada", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 36.138014213995966, + "longitude": -115.16588095343813, + "machine_status": "available", + "id": 7126, + "last_updated": "2024-04-05", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 24.03591459538824, + 54.605766315575664 + ] + }, + "properties": { + "name": "Trail in Birston", + "area": "Lithuania", + "address": "Algirdo g. 13, 59204 Birštonas, Lithuania", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 54.605766315575664, + "longitude": 24.03591459538824, + "machine_status": "available", + "id": 7127, + "last_updated": "2024-04-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.18802278592193, + 38.628777199361835 + ] + }, + "properties": { + "name": "Economy Museum at the Federal Reserve Bank of St. Louis", + "area": "Missouri", + "address": "1 Federal Reserve Bank Plaza, St. Louis, MO 63102", + "external_url": "http://209.221.138.252/Details.aspx?location=231941", + "internal_url": "null", + "latitude": "38.628777199361835", + "longitude": "-90.18802278592193", + "machine_status": "retired", + "status": "unvisited", + "id": 1130, + "last_updated": "2024-04-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.10133033462617, + 37.18598179964637 + ] + }, + "properties": { + "name": "Mammoth Cave National Park", + "area": "Kentucky", + "address": "1 Mammoth Cave Pkwy, Mammoth Cave", + "external_url": "http://209.221.138.252/Details.aspx?location=15859", + "internal_url": "null", + "latitude": "37.18598179964637", + "longitude": "-86.10133033462617", + "machine_status": "available", + "status": "unvisited", + "id": 3537, + "last_updated": "2024-04-05", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.3535552, + 36.140933 + ] + }, + "properties": { + "name": "Piazza Grill, John Mackintosh Square.", + "area": "Gibraltar", + "address": "Main St in John Mackintosh Square, Gibraltar", + "external_url": "http://209.221.138.252/Details.aspx?location=319253", + "internal_url": "null", + "latitude": "36.140933", + "longitude": "-5.3535552", + "machine_status": "retired", + "status": "unvisited", + "id": 145, + "last_updated": "2024-04-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.3013471, + 35.8808043 + ] + }, + "properties": { + "name": "Aspen Copies & Office Supplies", + "area": "New Mexico", + "address": "1907 Trinity Dr, Los Alamos", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=426898", + "internal_url": "null", + "latitude": "35.8808043", + "longitude": "-106.3013471", + "machine_status": "available", + "id": 7128, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.0781923, + 38.7161725 + ] + }, + "properties": { + "name": "Snyder's Candy", + "area": "Delaware", + "address": "60 Rehoboth Ave., Rehoboth Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=255556", + "internal_url": "null", + "latitude": "38.7161725", + "longitude": "-75.0781923", + "machine_status": "available", + "status": "unvisited", + "id": 2246, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.08678110000001, + 38.3281238 + ] + }, + "properties": { + "name": "Dolle's Candyland", + "area": "Maryland", + "address": "500 South Boardwalk at Wicomico Street, Ocean City", + "external_url": "http://209.221.138.252/Details.aspx?location=79242", + "internal_url": "null", + "latitude": "38.3281238", + "longitude": "-75.08678110000001", + "machine_status": "available", + "status": "unvisited", + "id": 3624, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.01710716228666, + 30.231707649592426 + ] + }, + "properties": { + "name": "Fort Morgan State Historic Site", + "area": "Alabama", + "address": "453 AL-180, Gulf Shores, AL 36542", + "external_url": "http://209.221.138.252/Details.aspx?location=105496", + "internal_url": "null", + "latitude": "30.231707649592426", + "longitude": "-88.01710716228666", + "machine_status": "available", + "status": "unvisited", + "id": 1714, + "last_updated": "2024-04-12", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 150.3125806, + -33.7320908 + ] + }, + "properties": { + "name": "Echo Point Information Centre", + "area": "Australia", + "address": "2780 Echo Point Rd, NSW - Katoomba", + "external_url": "http://209.221.138.252/Details.aspx?location=249104", + "internal_url": "null", + "latitude": "-33.7320908", + "longitude": "150.3125806", + "machine_status": "available", + "status": "unvisited", + "id": 2116, + "last_updated": "2024-04-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.08647490000001, + 38.3281156 + ] + }, + "properties": { + "name": "Ripley's Believe It or Not - Ocean City", + "area": "Maryland", + "address": "401 Atlantic Avenue, Ocean City", + "external_url": "http://209.221.138.252/Details.aspx?location=2465", + "internal_url": "null", + "latitude": "38.3281156", + "longitude": "-75.08647490000001", + "machine_status": "available", + "status": "unvisited", + "id": 3627, + "last_updated": "2024-04-07", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.8158093, + 40.7526353 + ] + }, + "properties": { + "name": "This Is The Place State Park", + "area": "Utah", + "address": "2601 E. Sunnyside Ave. (800 South), Salt Lake City", + "external_url": "http://209.221.138.252/Details.aspx?location=1745", + "internal_url": "null", + "latitude": "40.7526353", + "longitude": "-111.8158093", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 2092, + "last_updated": "2024-04-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.6695211, + 35.097284 + ] + }, + "properties": { + "name": "Old Town - Wild West T's & Gifts", + "area": "New Mexico", + "address": "401 San Felipe Street Northwest (Old Town), Albuquerque", + "external_url": "http://209.221.138.252/Details.aspx?location=14777", + "internal_url": "null", + "latitude": "35.097284", + "longitude": "-106.6695211", + "machine_status": "available", + "status": "unvisited", + "id": 5465, + "last_updated": "2024-04-07", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.075655, + 42.097203 + ] + }, + "properties": { + "name": "Erie Zoo", + "area": "Pennsylvania", + "address": "423 W. 38th St., Erie", + "external_url": "http://209.221.138.252/Details.aspx?location=3850", + "internal_url": "null", + "latitude": "42.097203", + "longitude": "-80.075655", + "machine_status": "available", + "status": "unvisited", + "id": 3973, + "last_updated": "2024-04-07", + "multimachine": 3 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -74.0366255, + 40.0942012 + ] + }, + "properties": { + "name": "Jenkinsons Boardwalk - Pavilion Arcade", + "area": "New Jersey", + "address": "300 Ocean Ave, Point Pleasant Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=382086", + "internal_url": "null", + "latitude": "40.0942012", + "longitude": "-74.0366255", + "machine_status": "available", + "status": "unvisited", + "id": 5456, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.8874814, + 40.4261843 + ] + }, + "properties": { + "name": "Thanksgiving Point-Butterfly Biosphere", + "area": "Utah", + "address": "3003 N Thanksgiving Way, Lehi", + "external_url": "http://209.221.138.252/Details.aspx?location=320267", + "internal_url": "null", + "latitude": "40.4261843", + "longitude": "-111.8874814", + "machine_status": "available", + "status": "unvisited", + "id": 2074, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.9077203, + 40.4325364 + ] + }, + "properties": { + "name": "Thanksgiving Point - The Natural Curiosity Museum", + "area": "Utah", + "address": "3605 Garden Drive, Lehi", + "external_url": "http://209.221.138.252/Details.aspx?location=258573", + "internal_url": "null", + "latitude": "40.4325364", + "longitude": "-111.9077203", + "machine_status": "available", + "status": "unvisited", + "id": 2073, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -99.13308239999999, + 19.4343942 + ] + }, + "properties": { + "name": "Metropolitan Cathedral", + "area": "Mexico", + "address": "Downtown Mexico City, Zocalo, Mexico City", + "external_url": "http://209.221.138.252/Details.aspx?location=253573", + "internal_url": "null", + "latitude": "19.4343942", + "longitude": "-99.13308239999999", + "machine_status": "available", + "status": "unvisited", + "id": 3226, + "last_updated": "2024-04-08", + "multimachine": 3 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.85720119999999, + 33.5951327 + ] + }, + "properties": { + "name": "Covington Visitor Center", + "area": "Georgia", + "address": "1143 Oak St. SE , Covington", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=427061", + "internal_url": "null", + "latitude": "33.5951327", + "longitude": "-83.85720119999999", + "machine_status": "available", + "id": 7129, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.8705579, + 51.1610129 + ] + }, + "properties": { + "name": "Schloss Benrath", + "area": "Germany", + "address": "enrather Schlossallee 100-106, 40597 Düsseldorf, North Rhine-Westphalia Germany, Düsseldorf", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=427065", + "internal_url": "null", + "latitude": "51.1610129", + "longitude": "6.8705579", + "machine_status": "available", + "id": 7130, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.2405849, + 44.8541961 + ] + }, + "properties": { + "name": "Mall of America - The Neighborhood", + "area": "Minnesota", + "address": " 154 E Broadway , Bloomington", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=427156", + "internal_url": "null", + "latitude": "44.8541961", + "longitude": "-93.2405849", + "machine_status": "available", + "id": 7131, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.2620493, + 38.2914642 + ] + }, + "properties": { + "name": "Capitol Reef National Park Visitor Center", + "area": "Utah", + "address": ", Capitol Reef National Park/ Torrey", + "external_url": "null", + "internal_url": "null", + "latitude": "38.2914642", + "longitude": "-111.2620493", + "machine_status": "retired", + "status": "unvisited", + "id": 5404, + "last_updated": "2024-06-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.8262645, + 30.082569 + ] + }, + "properties": { + "name": "Cabela's World's Foremost Outfitter", + "area": "Texas", + "address": "15570 Interstate 35 (I-35 South Exit 220), Buda", + "external_url": "http://209.221.138.252/Details.aspx?location=4769", + "internal_url": "null", + "latitude": "30.082569", + "longitude": "-97.8262645", + "machine_status": "available", + "status": "unvisited", + "id": 3663, + "last_updated": "2024-04-10", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.7072576, + 55.4162524 + ] + }, + "properties": { + "name": "Fusiliers Museum of Northumberland", + "area": "England", + "address": "Alnwick Castle, Abbot's Tower, NORTHUMBERLAND - Alnwick", + "external_url": "http://209.221.138.252/Details.aspx?location=63572", + "internal_url": "null", + "latitude": "55.4162524", + "longitude": "-1.7072576", + "machine_status": "available", + "status": "unvisited", + "id": 1535, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.8697056, + 41.89247950000001 + ] + }, + "properties": { + "name": "Castro de Santa Tecla", + "area": "Spain", + "address": "Monte de Santa Trega, 36780, Pontevedra", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=427258", + "internal_url": "null", + "latitude": "41.89247950000001", + "longitude": "-8.8697056", + "machine_status": "available", + "id": 7132, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -9.3906089, + 38.7875851 + ] + }, + "properties": { + "name": "Pena Palace", + "area": "Portugal", + "address": ", Sintra", + "external_url": "null", + "internal_url": "null", + "latitude": "38.7875851", + "longitude": "-9.3906089", + "machine_status": "available", + "status": "unvisited", + "id": 5893, + "last_updated": "2024-03-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 15.2826965, + 37.8512631 + ] + }, + "properties": { + "name": "Stecco Taormina", + "area": "Italy", + "address": "Corso Umberto, 229 / Piazza Duomo, Sicily, Messina Province - Taormina", + "external_url": "http://209.221.138.252/Details.aspx?location=348316", + "internal_url": "null", + "latitude": "37.8512631", + "longitude": "15.2826965", + "machine_status": "retired", + "status": "unvisited", + "id": 5824, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.69044099999999, + 30.2504821 + ] + }, + "properties": { + "name": "Gulf Shores Souvenirs & Gifts (aka Purple Octopus)", + "area": "Alabama", + "address": "301 Gulf Shores Pkwy, Gulf Shores", + "external_url": "http://209.221.138.252/Details.aspx?location=37818", + "internal_url": "null", + "latitude": "30.2504821", + "longitude": "-87.69044099999999", + "machine_status": "available", + "status": "unvisited", + "id": 1715, + "last_updated": "2024-04-11", + "multimachine": 3 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 25.9604033, + 43.59341149999999 + ] + }, + "properties": { + "name": "Orlova Chuka Cave", + "area": "Bulgaria", + "address": "Orlova Chuka Cave, Pepelina, Dve Mogili", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=427328", + "internal_url": "null", + "latitude": "43.59341149999999", + "longitude": "25.9604033", + "machine_status": "available", + "id": 7133, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 25.9473025, + 43.844609 + ] + }, + "properties": { + "name": "EcoMuseum", + "area": "Bulgaria", + "address": "Ruse Center, ul. \"Alexandrovska\" 3, Ruse", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=427329", + "internal_url": "null", + "latitude": "43.844609", + "longitude": "25.9473025", + "machine_status": "available", + "id": 7134, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.9377719, + 30.2608711 + ] + }, + "properties": { + "name": "Austin Zoo & Animal Sanctuary", + "area": "Texas", + "address": "18807 Rawhide Trail, Austin", + "external_url": "http://209.221.138.252/Details.aspx?location=1762", + "internal_url": "null", + "latitude": "30.2608711", + "longitude": "-97.9377719", + "machine_status": "available", + "status": "unvisited", + "id": 3649, + "last_updated": "2024-04-11", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.682126, + 30.370783 + ] + }, + "properties": { + "name": "Lambert's Cafe", + "area": "Alabama", + "address": "2981 S. McKenzie, Foley", + "external_url": "http://209.221.138.252/Details.aspx?location=175", + "internal_url": "null", + "latitude": "30.370783", + "longitude": "-87.682126", + "machine_status": "available", + "status": "unvisited", + "id": 1710, + "last_updated": "2024-04-11", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.1561435, + 37.6735701 + ] + }, + "properties": { + "name": "Bryce Canyon General Store", + "area": "Utah", + "address": "26 S Main St, Bryce Canyon City", + "external_url": "http://209.221.138.252/Details.aspx?location=357798", + "internal_url": "null", + "latitude": "37.6735701", + "longitude": "-112.1561435", + "machine_status": "available", + "status": "unvisited", + "id": 5402, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.0846085, + 42.2819407 + ] + }, + "properties": { + "name": "Main Street Mercantile", + "area": "Arizona", + "address": "1020 N Main St A, Cottonwood", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=427372", + "internal_url": "null", + "latitude": "42.2819407", + "longitude": "-89.0846085", + "machine_status": "available", + "id": 7135, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.5230764, + 33.3974248 + ] + }, + "properties": { + "name": "Roswell Visitor Center", + "area": "New Mexico", + "address": "426 N Main St, Roswell", + "external_url": "http://209.221.138.252/Details.aspx?location=380343", + "internal_url": "null", + "latitude": "33.3974248", + "longitude": "-104.5230764", + "machine_status": "available", + "status": "unvisited", + "id": 5467, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 16.393286, + 48.211074 + ] + }, + "properties": { + "name": "Kunsthaus Wien (Hundertwasser museum)", + "area": "Austria", + "address": "Untere Weißgerberstraße 13, 1030 Vienna", + "external_url": "http://209.221.138.252/Details.aspx?location=285978", + "internal_url": "null", + "latitude": "48.211074", + "longitude": "16.393286", + "machine_status": "retired", + "status": "unvisited", + "id": 1020, + "last_updated": "2024-04-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.0170273, + 37.1092774 + ] + }, + "properties": { + "name": "Pea Soup Andersen's Restaurant ", + "area": "California", + "address": "12411 Highway 33 South, Santa Nella", + "external_url": "http://209.221.138.252/Details.aspx?location=523", + "internal_url": "null", + "latitude": "37.1092774", + "longitude": "-121.0170273", + "machine_status": "available", + "status": "unvisited", + "id": 4857, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 16.3181013, + 48.19092759999999 + ] + }, + "properties": { + "name": "Technisches Museum Wien", + "area": "Austria", + "address": "Mariahilfer Straße 212", + "external_url": "http://209.221.138.252/Details.aspx?location=227247", + "internal_url": "null", + "latitude": "48.19092759999999", + "longitude": "16.3181013", + "machine_status": "retired", + "status": "unvisited", + "id": 1025, + "last_updated": "2024-04-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.5463893, + 52.2700188 + ] + }, + "properties": { + "name": "Keukenhof Tulip Gardens", + "area": "Netherlands", + "address": "Stationsweg 166a, Lisse", + "external_url": "http://209.221.138.252/Details.aspx?location=55048", + "internal_url": "null", + "latitude": "52.2700188", + "longitude": "4.5463893", + "machine_status": "available", + "status": "unvisited", + "id": 209, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -91.1872714, + 30.4571913 + ] + }, + "properties": { + "name": "Louisiana State Capitol", + "area": "Louisiana", + "address": "24th Floor, Baton Rouge", + "external_url": "http://209.221.138.252/Details.aspx?location=90581", + "internal_url": "null", + "latitude": "30.4571913", + "longitude": "-91.1872714", + "machine_status": "available", + "status": "unvisited", + "id": 3563, + "last_updated": "2024-04-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.2921558, + 41.4456671 + ] + }, + "properties": { + "name": "Lar de Santa Estefânia (Convent)", + "area": "Portugal", + "address": "Largo Martins Sarmento 57, Guimarães", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=427540", + "internal_url": "null", + "latitude": "41.4456671", + "longitude": "-8.2921558", + "machine_status": "available", + "id": 7136, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.071366223888909, + 50.96242053937161 + ] + }, + "properties": { + "name": "Bastei Bridge", + "area": "Germany", + "address": "Basteiweg, 01824 Lohmen", + "external_url": "http://209.221.138.252/Details.aspx?location=328171", + "internal_url": "null", + "latitude": "50.96242053937161", + "longitude": "14.071366223888909", + "machine_status": "available", + "status": "unvisited", + "id": 601, + "last_updated": "2024-04-27", + "multimachine": 1 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.0650351, + 43.0837193 + ] + }, + "properties": { + "name": "Niagara Falls State Park Information Center", + "area": "New York", + "address": "332 Prospect St, Niagara Falls", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=427624", + "internal_url": "null", + "latitude": "43.0837193", + "longitude": "-79.0650351", + "machine_status": "available", + "id": 7137, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.3919688, + 27.813759 + ] + }, + "properties": { + "name": "Texas State Aquarium", + "area": "Texas", + "address": "2710 North Shoreline Blvd, Corpus Christi", + "external_url": "http://209.221.138.252/Details.aspx?location=2099", + "internal_url": "null", + "latitude": "27.813759", + "longitude": "-97.3919688", + "machine_status": "available", + "status": "unvisited", + "id": 3675, + "last_updated": "2024-04-16", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.0985366, + 54.3131711 + ] + }, + "properties": { + "name": "CITTI-Park", + "area": "Germany", + "address": "Mühlendamm 1, Kiel", + "external_url": "http://209.221.138.252/Details.aspx?location=384822", + "internal_url": "null", + "latitude": "54.3131711", + "longitude": "10.0985366", + "machine_status": "retired", + "status": "unvisited", + "id": 5727, + "last_updated": "2024-04-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -103.662525, + 30.35701629999999 + ] + }, + "properties": { + "name": "Javelinas on Holland", + "area": "Texas", + "address": "202 W. Holland Avenue, 79830", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=427799", + "internal_url": "null", + "latitude": "30.35701629999999", + "longitude": "-103.662525", + "machine_status": "available", + "id": 7138, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.0807114, + 29.749857 + ] + }, + "properties": { + "name": "San Jacinto Monument", + "area": "Texas", + "address": "One Monument Circle, La Porte", + "external_url": "http://209.221.138.252/Details.aspx?location=2511", + "internal_url": "null", + "latitude": "29.749857", + "longitude": "-95.0807114", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 3749, + "last_updated": "2024-04-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.4859543, + 53.09048929999999 + ] + }, + "properties": { + "name": "National Tramway Museum", + "area": "England", + "address": "Crich, DERBYSHIRE- Matlock", + "external_url": "http://209.221.138.252/Details.aspx?location=27061", + "internal_url": "null", + "latitude": "53.09048929999999", + "longitude": "-1.4859543", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 1365, + "last_updated": "2024-04-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.140636, + 36.056927 + ] + }, + "properties": { + "name": "Bright Angel Lodge", + "area": "Arizona", + "address": "Eastern side of the south rim of the Canyon, Grand Canyon National Park, South Rim", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=341", + "internal_url": "null", + "latitude": "36.056927", + "longitude": "-112.140636", + "machine_status": "available", + "id": 7139, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.983113, + 40.333878 + ] + }, + "properties": { + "name": "Buc-ees #60 - Johnstown, CO", + "area": "Colorado", + "address": "5201 Nugget Road, Berthoud", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=427886", + "internal_url": "null", + "latitude": "40.333878", + "longitude": "-104.983113", + "machine_status": "available", + "id": 7140, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 140.5940178, + 36.3335762 + ] + }, + "properties": { + "name": "Aqua World Ibaraki Prefecture Oarai Aquarium", + "area": "Japan", + "address": "8252-3 Isohama-cho, Oarai-cho, Higashiibaraki-gun, Ibaraki", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=427882", + "internal_url": "null", + "latitude": "36.3335762", + "longitude": "140.5940178", + "machine_status": "available", + "id": 7141, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 25.2865584, + 54.6380366 + ] + }, + "properties": { + "name": "Vilnius International Airport", + "area": "Lithunia", + "address": ", Vilnius", + "external_url": "http://209.221.138.252/Details.aspx?location=259200", + "internal_url": "null", + "latitude": "54.6380366", + "longitude": "25.2865584", + "machine_status": "retired", + "status": "unvisited", + "id": 800, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.4050706, + 35.1211917 + ] + }, + "properties": { + "name": "Pickles Gap Village", + "area": "Arkansas", + "address": "Highway 65 North, Conway", + "external_url": "http://209.221.138.252/Details.aspx?location=31612", + "internal_url": "null", + "latitude": "35.1211917", + "longitude": "-92.4050706", + "machine_status": "available", + "status": "unvisited", + "id": 2299, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.5964307, + 30.9525248 + ] + }, + "properties": { + "name": "Chevron #209169", + "area": "Mississippi", + "address": "6239 US-98, Lucedale", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=427968", + "internal_url": "null", + "latitude": "30.9525248", + "longitude": "-88.5964307", + "machine_status": "available", + "id": 7142, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.77829349999999, + 36.1607242 + ] + }, + "properties": { + "name": "Legends Gift Shop", + "area": "Tennessee", + "address": "424 Broadway, Nashville", + "external_url": "http://209.221.138.252/Details.aspx?location=2448", + "internal_url": "null", + "latitude": "36.1607242", + "longitude": "-86.77829349999999", + "machine_status": "available", + "status": "unvisited", + "id": 4246, + "last_updated": "2024-04-22", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.08839995974637, + 32.08083283921194 + ] + }, + "properties": { + "name": "Cinnamon Bear Country Store - Savannah", + "area": "Georgia", + "address": "205 E. River Street, Savannah", + "external_url": "http://209.221.138.252/Details.aspx?location=277151", + "internal_url": "null", + "latitude": "32.08083283921194", + "longitude": "-81.08839995974637", + "machine_status": "retired", + "status": "unvisited", + "id": 5393, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.209857, + 40.6909327 + ] + }, + "properties": { + "name": "Crayola Factory Store", + "area": "Pennsylvania", + "address": "Two Rivers Landing 30 Centre Square, Easton", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3845", + "internal_url": "null", + "latitude": "40.6909327", + "longitude": "-75.209857", + "machine_status": "available", + "id": 7143, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.1806044, + 24.8252617 + ] + }, + "properties": { + "name": "Leofoo Village Theme Park", + "area": "Taiwan", + "address": ", Guanxi, Hsinchu County", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=427969", + "internal_url": "null", + "latitude": "24.8252617", + "longitude": "121.1806044", + "machine_status": "available", + "id": 7144, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.8409271, + 35.229441 + ] + }, + "properties": { + "name": "Discovery Place", + "area": "North Carolina", + "address": "301 N Tryon St, Charlotte", + "external_url": "http://209.221.138.252/Details.aspx?location=78810", + "internal_url": "null", + "latitude": "35.229441", + "longitude": "-80.8409271", + "machine_status": "retired", + "status": "unvisited", + "id": 4091, + "last_updated": "2024-04-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.6482994, + 39.5674251 + ] + }, + "properties": { + "name": "Mallorca Cathedral", + "area": "Spain", + "address": "07001 Palma de Mallorca, Baleares, Mallorca", + "external_url": "http://209.221.138.252/Details.aspx?location=85589", + "internal_url": "null", + "latitude": "39.5674251", + "longitude": "2.6482994", + "machine_status": "available", + "status": "unvisited", + "id": 274, + "last_updated": "2024-04-23", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.390791438898958, + 36.8404928750403 + ] + }, + "properties": { + "name": "La Despensa de Zahara", + "area": "Spain", + "address": "2 C. San Juan, Zahara de la Sierra", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=428115", + "internal_url": "null", + "latitude": "36.8404928750403", + "longitude": "-5.390791438898958", + "machine_status": "available", + "id": 7145, + "last_updated": "2024-10-01" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.41087711166155, + 37.810463356823085 + ] + }, + "properties": { + "name": "Fisherman’s Wharf SF", + "area": "California", + "address": "1 Pier 39, San Francisco, CA 94133, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 37.810463356823085, + "longitude": -122.41087711166155, + "machine_status": "retired", + "id": 7146, + "last_updated": "2024-06-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.2576769, + 40.8504796 + ] + }, + "properties": { + "name": "Ferrigno Lucio Sas", + "area": "Italy", + "address": "Via San Gregorio Armeno 22", + "external_url": "http://209.221.138.252/Details.aspx?location=73080", + "internal_url": "null", + "latitude": "40.8504796", + "longitude": "14.2576769", + "machine_status": "retired", + "status": "unvisited", + "id": 935, + "last_updated": "2024-04-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.7312185, + 34.918064 + ] + }, + "properties": { + "name": "Dairy Queen Sedona", + "area": "Arizona", + "address": "4551 N Hwy 89A, Sedona", + "external_url": "http://209.221.138.252/Details.aspx?location=263420", + "internal_url": "null", + "latitude": "34.918064", + "longitude": "-111.7312185", + "machine_status": "available", + "status": "unvisited", + "id": 2683, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.1465369, + 36.6062861 + ] + }, + "properties": { + "name": "Stovepipe Wells Village Hotel Gift shop", + "area": "California", + "address": "Highway 190, Stovepipe Wells Village, Death Valley National Park", + "external_url": "http://209.221.138.252/Details.aspx?location=335970", + "internal_url": "null", + "latitude": "36.6062861", + "longitude": "-117.1465369", + "machine_status": "retired", + "status": "unvisited", + "id": 4611, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.0178234, + 36.9584522 + ] + }, + "properties": { + "name": "Municipal Wharf - Made in Santa Cruz", + "area": "California", + "address": "57 Municipal Wharf , Santa Cruz", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=248278", + "internal_url": "null", + "latitude": "36.9584522", + "longitude": "-122.0178234", + "machine_status": "available", + "id": 7147, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.165928699999999, + 36.7412046 + ] + }, + "properties": { + "name": "Puente nuevo souvenirs", + "area": "Spain", + "address": "2 C. Rosario, Ronda", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=428126", + "internal_url": "null", + "latitude": "36.7412046", + "longitude": "-5.165928699999999", + "machine_status": "available", + "id": 7148, + "last_updated": "2024-04-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.0598705, + 36.9823205 + ] + }, + "properties": { + "name": "UC Santa Cruz Arboretum and Botanic Garden", + "area": "California", + "address": "1 Arboretum Road, Santa Cruz", + "external_url": "http://209.221.138.252/Details.aspx?location=355320", + "internal_url": "null", + "latitude": "36.9823205", + "longitude": "-122.0598705", + "machine_status": "retired", + "status": "unvisited", + "id": 5256, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.3831652, + 50.9809934 + ] + }, + "properties": { + "name": "The Milky Way Adventure Park, Downland Farm", + "area": "England", + "address": "Higher Clovelly, Bideford , DEVON - Minehead", + "external_url": "http://209.221.138.252/Details.aspx?location=107409", + "internal_url": "null", + "latitude": "50.9809934", + "longitude": "-4.3831652", + "machine_status": "retired", + "status": "unvisited", + "id": 1372, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.07161266392583, + 50.96254281889971 + ] + }, + "properties": { + "name": "Bastei Bridge 2", + "area": "Germany", + "address": "Basteibrücke, 01824 Lohmen, Germany", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=328171", + "internal_url": "null", + "latitude": 50.96254281889971, + "longitude": 14.07161266392583, + "machine_status": "available", + "id": 7149, + "last_updated": "2024-04-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.066185067672375, + 50.965422719578484 + ] + }, + "properties": { + "name": "Bastei Bus Stop", + "area": "Germany", + "address": "Basteiweg, 01824 Lomen", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 50.965422719578484, + "longitude": 14.066185067672375, + "machine_status": "available", + "id": 7150, + "last_updated": "2024-04-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.7020524, + 40.41928559999999 + ] + }, + "properties": { + "name": "Souvenirs & Carcasa", + "area": "Spain", + "address": "C. de la Montera, 43, Centro, Madrid", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=428270", + "internal_url": "null", + "latitude": "40.41928559999999", + "longitude": "-3.7020524", + "machine_status": "available", + "id": 7151, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.9041389, + 52.3675734 + ] + }, + "properties": { + "name": "Unknown????", + "area": "Netherlands", + "address": ", Amsterdam", + "external_url": "null", + "internal_url": "null", + "latitude": "52.3675734", + "longitude": "4.9041389", + "machine_status": "available", + "status": "unvisited", + "id": 5862, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.796531, + 53.2014047 + ] + }, + "properties": { + "name": "Sint Jacobsstraat ", + "area": "Netherlands", + "address": "Sint Jacobsstraat 9, Leeuwarden", + "external_url": "null", + "internal_url": "null", + "latitude": "53.2014047", + "longitude": "5.796531", + "machine_status": "retired", + "status": "retired", + "id": 205, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.789752, + 53.2030251 + ] + }, + "properties": { + "name": "Oldehoven", + "area": "Netherlands", + "address": "Oldehoofsterkerkhof, 8911 DE , Leeuwarden", + "external_url": "null", + "internal_url": "null", + "latitude": "53.2030251", + "longitude": "5.789752", + "machine_status": "retired", + "status": "retired", + "id": 204, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.51323359999999, + 35.7132367 + ] + }, + "properties": { + "name": "Mountain Mall", + "area": "Tennessee", + "address": "611 Parkway Floor A outside Aunt Mahalia's, Gatlinburg", + "external_url": "http://209.221.138.252/Details.aspx?location=2155", + "internal_url": "null", + "latitude": "35.7132367", + "longitude": "-83.51323359999999", + "machine_status": "available", + "status": "unvisited", + "id": 4207, + "last_updated": "2024-07-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -114.83801450988334, + 35.97766985605265 + ] + }, + "properties": { + "name": "World Famous Coffee Cup Café", + "area": "Nevada", + "address": "512 Nevada Way Boulder City, NV 89005 United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=430711", + "internal_url": "null", + "latitude": 35.97766985605265, + "longitude": -114.83801450988334, + "machine_status": "available", + "id": 7152, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.40057279999999, + 42.8925863 + ] + }, + "properties": { + "name": "Yankton Mall", + "area": "South Dakota", + "address": "2101 Broadway Ave #10, Yankton, SD 57078", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "42.8925863", + "longitude": "-97.40057279999999", + "machine_status": "available", + "id": 7153, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.40057279999999, + 42.8925863 + ] + }, + "properties": { + "name": "Yankton Mall, - near the movie theater", + "area": "South Dakota", + "address": ", Yankton", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=428511", + "internal_url": "null", + "latitude": "42.8925863", + "longitude": "-97.40057279999999", + "machine_status": "available", + "id": 7154, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.3139403, + 35.0544016 + ] + }, + "properties": { + "name": "Chattanooga Lookouts AT&T Field", + "area": "Tennessee", + "address": "201 Power Alley, Chattanooga", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=389294", + "internal_url": "null", + "latitude": "35.0544016", + "longitude": "-85.3139403", + "machine_status": "available", + "id": 7155, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.1571498, + 37.6734133 + ] + }, + "properties": { + "name": "Ruby's Inn General Store", + "area": "Utah", + "address": "26 S Main St, Bryce Canyon City", + "external_url": "http://209.221.138.252/Details.aspx?location=350600", + "internal_url": "null", + "latitude": "37.6734133", + "longitude": "-112.1571498", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 5401, + "last_updated": "2024-04-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.38125285528737, + 38.06863930971662 + ] + }, + "properties": { + "name": "West Virginia Rest Area 69", + "area": "West Virginia", + "address": "West Virginia Turnpike Eskdale, WV 25075 United States", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 38.06863930971662, + "longitude": -81.38125285528737, + "machine_status": "available", + "id": 7156, + "last_updated": "2024-04-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -124.2680178, + 42.0521472 + ] + }, + "properties": { + "name": "Hip-Nautic Gifts", + "area": "Oregon", + "address": "16372 Lower Harbor Rd, Brookings", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=428588", + "internal_url": "null", + "latitude": "42.0521472", + "longitude": "-124.2680178", + "machine_status": "available", + "id": 7157, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -109.0726022, + 37.3837623 + ] + }, + "properties": { + "name": "Hovenweep National Monument", + "area": "Utah", + "address": ", Blanding", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=428761", + "internal_url": "null", + "latitude": "37.3837623", + "longitude": "-109.0726022", + "machine_status": "available", + "id": 7158, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.1564018, + 37.6739665 + ] + }, + "properties": { + "name": "Rubys Inn ", + "area": "Utah", + "address": "1000S. Main Hwy 63 (26 Main St??), Bryce City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=211260", + "internal_url": "null", + "latitude": "37.6739665", + "longitude": "-112.1564018", + "machine_status": "available", + "id": 7159, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 26.7211595, + 58.31846640000001 + ] + }, + "properties": { + "name": "Eesti Põllumajandusmuuseum", + "area": "Bulgaria", + "address": "Pargi 4, Ulenurme", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=428703", + "internal_url": "null", + "latitude": "58.31846640000001", + "longitude": "26.7211595", + "machine_status": "available", + "id": 7160, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 26.684982, + 58.57619219999999 + ] + }, + "properties": { + "name": "Elistvere Loomapark", + "area": "Estonia", + "address": ", Elistvere", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=428705", + "internal_url": "null", + "latitude": "58.57619219999999", + "longitude": "26.684982", + "machine_status": "available", + "id": 7161, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 23.7872654, + 46.5877459 + ] + }, + "properties": { + "name": "Turda Salt Mine", + "area": "Romania", + "address": ", Turda", + "external_url": "http://209.221.138.252/Details.aspx?location=97250", + "internal_url": "null", + "latitude": "46.5877459", + "longitude": "23.7872654", + "machine_status": "retired", + "status": "unvisited", + "id": 896, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 19.9618246, + 50.0474296 + ] + }, + "properties": { + "name": "Fabryka Schindlera", + "area": "Poland", + "address": "Lipowa 4, Krakow", + "external_url": "null", + "internal_url": "null", + "latitude": "50.0474296", + "longitude": "19.9618246", + "machine_status": "available", + "status": "unvisited", + "id": 3, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.079571564887294, + 54.179820643600344 + ] + }, + "properties": { + "name": "Leuchturm", + "area": "Germany", + "address": "Seepromenade Warnemünde", + "external_url": "http://209.221.138.252/Details.aspx?location=195719", + "internal_url": "null", + "latitude": "54.179820643600344", + "longitude": "12.079571564887294", + "machine_status": "available", + "status": "unvisited", + "id": 632, + "last_updated": "2024-05-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -72.40549102993613, + 43.636605080920454 + ] + }, + "properties": { + "name": "Quechee Gorge Visitor Center", + "area": "Vermont", + "address": "5966 Woodstock Road, Quechee", + "external_url": "http://209.221.138.252/Details.aspx?location=201237", + "internal_url": "null", + "latitude": "43.636605080920454", + "longitude": "-72.40549102993613", + "machine_status": "available", + "status": "unvisited", + "id": 1275, + "last_updated": "2024-05-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -120.7401386, + 47.7510741 + ] + }, + "properties": { + "name": "Washington", + "area": "_Collector Books_", + "address": ", Washington", + "external_url": "http://209.221.138.252/Details.aspx?location=106124", + "internal_url": "null", + "latitude": "47.7510741", + "longitude": "-120.7401386", + "machine_status": "retired", + "status": "unvisited", + "id": 5597, + "last_updated": "2024-05-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.59569119999999, + 39.1769697 + ] + }, + "properties": { + "name": "Sunset Zoo", + "area": "Kansas", + "address": "2333 Oak Street, Manhattan", + "external_url": "http://209.221.138.252/Details.aspx?location=2251", + "internal_url": "null", + "latitude": "39.1769697", + "longitude": "-96.59569119999999", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 3937, + "last_updated": "2024-05-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -91.3682720277433, + 47.202474629615864 + ] + }, + "properties": { + "name": "Split Rock Lighthouse Souvenir Pennys", + "area": "Minnesota", + "address": "3713 Split Rock Lighthouse Rd, Two Harbors, MN 55616", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 47.202474629615864, + "longitude": -91.3682720277433, + "machine_status": "retired", + "id": 7162, + "last_updated": "2024-09-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1740094, + 36.1014995 + ] + }, + "properties": { + "name": "New York New York Hotel & Casino - Big Apple Coaster Store", + "area": "Nevada", + "address": "3790 South Las Vegas Boulevard, Las Vegas", + "external_url": "http://209.221.138.252/Details.aspx?location=246057", + "internal_url": "null", + "latitude": "36.1014995", + "longitude": "-115.1740094", + "machine_status": "available", + "status": "unvisited", + "id": 4520, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 23.96213831358823, + 54.032147598646155 + ] + }, + "properties": { + "name": "Snow arena", + "area": "Lithuania", + "address": "\"Snow\" Arena, 67308, Lithuania", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 54.032147598646155, + "longitude": 23.96213831358823, + "machine_status": "available", + "id": 7163, + "last_updated": "2024-05-05", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.5295769, + 25.0308076 + ] + }, + "properties": { + "name": "Yongkang street market ", + "area": "Taiwan", + "address": "6 Yongkang street, Taipei", + "external_url": "null", + "internal_url": "null", + "latitude": "25.0308076", + "longitude": "121.5295769", + "machine_status": "available", + "status": "unvisited", + "id": 2371, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -135.3364047, + 57.0496422 + ] + }, + "properties": { + "name": "Russell's Gifts", + "area": "Alaska", + "address": "208 Lincoln St, Sitka", + "external_url": "http://209.221.138.252/Details.aspx?location=208", + "internal_url": "null", + "latitude": "57.0496422", + "longitude": "-135.3364047", + "machine_status": "available", + "status": "unvisited", + "id": 1176, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -134.4008514, + 58.2963293 + ] + }, + "properties": { + "name": "Mount Roberts Tramway", + "area": "Alaska", + "address": "490 S Franklin St,, Juneau", + "external_url": "http://209.221.138.252/Details.aspx?location=329426", + "internal_url": "null", + "latitude": "58.2963293", + "longitude": "-134.4008514", + "machine_status": "available", + "status": "unvisited", + "id": 1159, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 139.7805445, + 35.62058340000001 + ] + }, + "properties": { + "name": "Odaiba (????) ", + "area": "Japan", + "address": ", Odaiba", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "35.62058340000001", + "longitude": "139.7805445", + "machine_status": "available", + "id": 7164, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.09669373047906, + 39.61155499376937 + ] + }, + "properties": { + "name": "Sea Quest Interactive Aquarium", + "area": "Colorado", + "address": "8501 W. Bowles Avenue Suite 1000, Littleton", + "external_url": "http://209.221.138.252/Details.aspx?location=294271", + "internal_url": "null", + "latitude": "39.61155499376937", + "longitude": "-105.09669373047906", + "machine_status": "retired", + "status": "unvisited", + "id": 1897, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.0142238, + 42.461352 + ] + }, + "properties": { + "name": "Historic Auto Attractions", + "area": "Illinois", + "address": "13825 Metric Rd, Roscoe ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=429204", + "internal_url": "null", + "latitude": "42.461352", + "longitude": "-89.0142238", + "machine_status": "available", + "id": 7165, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.905531, + 52.4801595 + ] + }, + "properties": { + "name": "Birmingham Library", + "area": "England", + "address": "Birmingham, WEST MIDLANDS - Birmingham", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=429268", + "internal_url": "null", + "latitude": "52.4801595", + "longitude": "-1.905531", + "machine_status": "available", + "id": 7166, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.4417664, + 35.8277061 + ] + }, + "properties": { + "name": "Hagar qim souvenir shop", + "area": "Malta", + "address": "Il-Qrendi QRD 2501, Malta, Hagar qim", + "external_url": "http://209.221.138.252/Details.aspx?location=375509", + "internal_url": "null", + "latitude": "35.8277061", + "longitude": "14.4417664", + "machine_status": "retired", + "status": "unvisited", + "id": 5853, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.5087779, + 39.1433506 + ] + }, + "properties": { + "name": "Cincinnati Zoo & Botanical Garden", + "area": "Ohio", + "address": "3400 Vine Street, Cincinnati", + "external_url": "http://209.221.138.252/Details.aspx?location=3846", + "internal_url": "null", + "latitude": "39.1433506", + "longitude": "-84.5087779", + "machine_status": "available", + "status": "unvisited", + "id": 1954, + "last_updated": "2024-05-09", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.4974482, + 39.09466400000001 + ] + }, + "properties": { + "name": "Newport Aquarium", + "area": "Kentucky", + "address": "One Aquarium Way (At Newport-on-the-Levee), Newport", + "external_url": "http://209.221.138.252/Details.aspx?location=2275", + "internal_url": "null", + "latitude": "39.09466400000001", + "longitude": "-84.4974482", + "machine_status": "available", + "status": "unvisited", + "id": 3539, + "last_updated": "2024-05-10", + "multimachine": 4, + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.3662349, + 38.9530608 + ] + }, + "properties": { + "name": "The Jeep Guy Museum", + "area": "Utah", + "address": "860 Airway Dr, Fillmore", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=429278", + "internal_url": "null", + "latitude": "38.9530608", + "longitude": "-112.3662349", + "machine_status": "available", + "id": 7167, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.703147599999999, + 40.4161389 + ] + }, + "properties": { + "name": "From Madrid with Love", + "area": "Spain", + "address": "C. de Carretas, 11, Centro, Madrid ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=429279", + "internal_url": "null", + "latitude": "40.4161389", + "longitude": "-3.703147599999999", + "machine_status": "available", + "id": 7168, + "last_updated": "2024-04-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.78366620000001, + 39.0860427 + ] + }, + "properties": { + "name": "Creation Museum", + "area": "Kentucky", + "address": "2800 Bullittsburg Church Rd, Hebron", + "external_url": "http://209.221.138.252/Details.aspx?location=38402", + "internal_url": "null", + "latitude": "39.0860427", + "longitude": "-84.78366620000001", + "machine_status": "available", + "status": "unvisited", + "id": 3525, + "last_updated": "2024-05-10", + "multimachine": 3, + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 16.410018487085242, + 48.240347452642666 + ] + }, + "properties": { + "name": "Donauturm souvenier store", + "area": "Austria", + "address": "Donautumstraße 4", + "external_url": "http://209.221.138.252/Details.aspx?location=35889", + "internal_url": "null", + "latitude": "48.240347452642666", + "longitude": "16.410018487085242", + "machine_status": "available", + "status": "unvisited", + "id": 5980, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.5465548, + 36.8879282 + ] + }, + "properties": { + "name": "Lambert's Cafe", + "area": "Missouri", + "address": "2305 E. Malone Ave., Sikeston", + "external_url": "http://209.221.138.252/Details.aspx?location=3206", + "internal_url": "null", + "latitude": "36.8879282", + "longitude": "-89.5465548", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 1115, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.541369, + 37.088705 + ] + }, + "properties": { + "name": "Boomland", + "area": "Missouri", + "address": "6399 MO 77 Benton MOBenton, MO 63736, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 37.088705, + "longitude": -89.541369, + "machine_status": "available", + "id": 7169, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.3596146, + 43.83490399999999 + ] + }, + "properties": { + "name": "Arenas", + "area": "France", + "address": "Boulevard des Arènes, Nimes", + "external_url": "http://209.221.138.252/Details.aspx?location=269612", + "internal_url": "null", + "latitude": "43.83490399999999", + "longitude": "4.3596146", + "machine_status": "available", + "status": "unvisited", + "id": 82, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.4895426, + 41.9075272 + ] + }, + "properties": { + "name": "Edicola Intesa San Paolo (Newspaper kiosk)", + "area": "Italy", + "address": "Via Vittorio Veneto 78", + "external_url": "http://209.221.138.252/Details.aspx?location=56658", + "internal_url": "null", + "latitude": "41.9075272", + "longitude": "12.4895426", + "machine_status": "retired", + "status": "unvisited", + "id": 962, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.51922689999999, + 35.7109528 + ] + }, + "properties": { + "name": "Dick's Last Resort Gatlinburg", + "area": "Tennessee", + "address": "903 Parkway, Gatlinburg", + "external_url": "http://209.221.138.252/Details.aspx?location=262371", + "internal_url": "null", + "latitude": "35.7109528", + "longitude": "-83.51922689999999", + "machine_status": "available", + "status": "unvisited", + "id": 4202, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.3032127, + 29.0285539 + ] + }, + "properties": { + "name": "Pretty Little Things of DeLand", + "area": "Florida", + "address": "113 N Woodland Blvd, Deland", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=429328", + "internal_url": "null", + "latitude": "29.0285539", + "longitude": "-81.3032127", + "machine_status": "available", + "id": 7170, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 139.7759965, + 35.6290584 + ] + }, + "properties": { + "name": "Decks Tokyo Building", + "area": "Japan", + "address": "1-6-1 Daiba, Minato, Tokyo 135-0091, Japan, Tokyo", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=199635", + "internal_url": "null", + "latitude": "35.6290584", + "longitude": "139.7759965", + "machine_status": "available", + "id": 7171, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.0861753, + 38.707982 + ] + }, + "properties": { + "name": "George Washington's Mount Vernon Estate and Gardens", + "area": "Virginia", + "address": "3200 Mount Vernon Memorial Highway, Mount Vernon", + "external_url": "http://209.221.138.252/Details.aspx?location=44055", + "internal_url": "null", + "latitude": "38.707982", + "longitude": "-77.0861753", + "machine_status": "available", + "status": "unvisited", + "id": 4431, + "last_updated": "2024-05-12", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 16.308992, + 48.3791707 + ] + }, + "properties": { + "name": "Kreuzenstein Burg / Castle", + "area": "Austria", + "address": "Kreuzensteiner Str. 2100, Leobendorf", + "external_url": "http://209.221.138.252/Details.aspx?location=333280", + "internal_url": "null", + "latitude": "48.3791707", + "longitude": "16.308992", + "machine_status": "available", + "status": "unvisited", + "id": 5611, + "last_updated": "2024-05-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.189208000000001, + 46.1625007 + ] + }, + "properties": { + "name": "Téléphérique du Salève", + "area": "France", + "address": "Etrembières, Geneva", + "external_url": "http://209.221.138.252/Details.aspx?location=214498", + "internal_url": "null", + "latitude": "46.1625007", + "longitude": "6.189208000000001", + "machine_status": "available", + "status": "unvisited", + "id": 69, + "last_updated": "2024-05-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.9926158, + 32.9597153 + ] + }, + "properties": { + "name": "Other Elongated Penny Related Items (Pennybandz)", + "area": "_Collector Books_", + "address": ", Pennycollector", + "external_url": "http://209.221.138.252/Details.aspx?location=261158", + "internal_url": "null", + "latitude": "32.9597153", + "longitude": "-96.9926158", + "machine_status": "retired", + "status": "unvisited", + "id": 5588, + "last_updated": "2024-05-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.724777967709953, + 45.19866752339188 + ] + }, + "properties": { + "name": "Grenoble Bastille", + "area": "France", + "address": "la Bastille, Grenoble", + "external_url": "http://209.221.138.252/Details.aspx?location=72630", + "internal_url": "null", + "latitude": "45.19866752339188", + "longitude": "5.724777967709953", + "machine_status": "available", + "status": "unvisited", + "id": 73, + "last_updated": "2024-05-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.7754903, + 36.1627024 + ] + }, + "properties": { + "name": "Wildhorse Saloon", + "area": "Tennessee", + "address": "120 2nd Ave. North, Nashville", + "external_url": "http://209.221.138.252/Details.aspx?location=39935", + "internal_url": "null", + "latitude": "36.1627024", + "longitude": "-86.7754903", + "machine_status": "retired", + "status": "unvisited", + "id": 4257, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.4509587, + 28.4755669 + ] + }, + "properties": { + "name": "Disney's Character Warehouse", + "area": "Florida", + "address": "4951 International Dr, Orlando", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=429498", + "internal_url": "null", + "latitude": "28.4755669", + "longitude": "-81.4509587", + "machine_status": "available", + "id": 7172, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.3879824, + 33.7489954 + ] + }, + "properties": { + "name": "The Dungeon Shanghai ", + "area": "China", + "address": ", Shanghai ", + "external_url": "http://209.221.138.252/Details.aspx?location=317524", + "internal_url": "null", + "latitude": "33.7489954", + "longitude": "-84.3879824", + "machine_status": "retired", + "status": "unvisited", + "id": 2949, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.60738049999999, + 36.5005774 + ] + }, + "properties": { + "name": "Mayberry Market and Souvenirs ", + "area": "North Carolina", + "address": "182 N Main St., Mount Airy", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=429554", + "internal_url": "null", + "latitude": "36.5005774", + "longitude": "-80.60738049999999", + "machine_status": "available", + "id": 7173, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.27964639999999, + 45.050791 + ] + }, + "properties": { + "name": "From the Forty LLC - Main Street Shops", + "area": "Wisconsin", + "address": "7828 State Highway 42 - Unit 2E, Egg Harbor", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=429563", + "internal_url": "null", + "latitude": "45.050791", + "longitude": "-87.27964639999999", + "machine_status": "available", + "id": 7174, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 145.3277171, + -42.1601677 + ] + }, + "properties": { + "name": "West Coast Wilderness Railway", + "area": "Australia", + "address": "Regatta Point Station, 62 Esplanade, Strahan, TAS - Strahan", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=429547", + "internal_url": "null", + "latitude": "-42.1601677", + "longitude": "145.3277171", + "machine_status": "available", + "id": 7175, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.6448022, + 51.4773885 + ] + }, + "properties": { + "name": "Haven Holiday Park", + "area": "England", + "address": "Allhallows on Sea, near Rochester, KENT - Allhallows On Sea", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=429555", + "internal_url": "null", + "latitude": "51.4773885", + "longitude": "0.6448022", + "machine_status": "available", + "id": 7176, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.499669122981683, + 54.34153335114027 + ] + }, + "properties": { + "name": "Lauterbach Mole", + "area": "Germany", + "address": "Hafenstraße 3C, 18581 Putbus, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 54.34153335114027, + "longitude": 13.499669122981683, + "machine_status": "available", + "id": 7177, + "last_updated": "2024-05-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.1440887, + 41.003334 + ] + }, + "properties": { + "name": "Odd-Lot Outlet Superstore", + "area": "Pennsylvania", + "address": "Route 209, Marshalls Creek", + "external_url": "http://209.221.138.252/Details.aspx?location=4053", + "internal_url": "null", + "latitude": "41.003334", + "longitude": "-75.1440887", + "machine_status": "available", + "status": "unvisited", + "id": 4018, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -64.8351383, + 32.3264743 + ] + }, + "properties": { + "name": "Makin Waves", + "area": "Bermuda", + "address": "5 Camber Road, Dockyard", + "external_url": "http://209.221.138.252/Details.aspx?location=408", + "internal_url": "null", + "latitude": "32.3264743", + "longitude": "-64.8351383", + "machine_status": "retired", + "status": "unvisited", + "id": 1684, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.1334032, + 51.5200679 + ] + }, + "properties": { + "name": "Monopoly Lifesized", + "area": "England", + "address": "213-215 Tottenham Court Road, LONDON - Camden", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=429612", + "internal_url": "null", + "latitude": "51.5200679", + "longitude": "-0.1334032", + "machine_status": "available", + "id": 7178, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.694824323346122, + 50.849334222545906 + ] + }, + "properties": { + "name": "Sint Servaasbrug Maastricht", + "area": "Netherlands", + "address": "Maastrichter Brugstraat 1, 6211 ES Maastricht", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 50.849334222545906, + "longitude": 5.694824323346122, + "machine_status": "available", + "id": 7179, + "last_updated": "2024-05-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.8025451571108, + 36.02961914836139 + ] + }, + "properties": { + "name": "M&NA Railroad Station Depot", + "area": "Arkansas", + "address": "110 Highway 65, St. Joe", + "external_url": "http://209.221.138.252/Details.aspx?location=314829", + "internal_url": "null", + "latitude": "36.02961914836139", + "longitude": "-92.8025451571108", + "machine_status": "available", + "status": "unvisited", + "id": 2325, + "last_updated": "2024-05-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.27418399999999, + 32.823393 + ] + }, + "properties": { + "name": "Clown Hamburgers", + "area": "Texas", + "address": "5020 Stanley Keller Rd, Haltom City", + "external_url": "http://209.221.138.252/Details.aspx?location=288236", + "internal_url": "null", + "latitude": "32.823393", + "longitude": "-97.27418399999999", + "machine_status": "retired", + "status": "unvisited", + "id": 3733, + "last_updated": "2024-07-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.52693824281752, + 32.55209599360457 + ] + }, + "properties": { + "name": "Buc-ee's", + "area": "Alabama", + "address": "2500 Buc-ees Blvd, Auburn, AL 36832, Auburn", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=429691", + "internal_url": "null", + "latitude": "32.55209599360457", + "longitude": "-85.52693824281752", + "machine_status": "available", + "id": 7180, + "last_updated": "2024-08-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -60.1995598, + 46.1417902 + ] + }, + "properties": { + "name": "Joan Harriss Cruise Pavilion", + "area": "Canada", + "address": "74 Esplanade St, Nova Scotia - Sydney", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=429688", + "internal_url": "null", + "latitude": "46.1417902", + "longitude": "-60.1995598", + "machine_status": "available", + "id": 7181, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 136.535676, + 36.5079648 + ] + }, + "properties": { + "name": "Train Park Hakusan", + "area": "Japan", + "address": "2828-1 Miyabomachi, Hakusan-shi, Ishikawa Prefecture", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=429683", + "internal_url": "null", + "latitude": "36.5079648", + "longitude": "136.535676", + "machine_status": "available", + "id": 7182, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.30188059999999, + 29.6739639 + ] + }, + "properties": { + "name": "Satchel's Pizza", + "area": "Florida", + "address": "1800 NE 23rd Ave, Gainesville", + "external_url": "http://209.221.138.252/Details.aspx?location=227251", + "internal_url": "null", + "latitude": "29.6739639", + "longitude": "-82.30188059999999", + "machine_status": "available", + "status": "unvisited", + "id": 3310, + "last_updated": "2024-05-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.1643665, + 39.7645005 + ] + }, + "properties": { + "name": "Indiana Convention Center, GenCon in the Dealer Hall", + "area": "Indiana", + "address": "100 South Capitol Avenue, Indianapolis", + "external_url": "http://209.221.138.252/Details.aspx?location=365503", + "internal_url": "null", + "latitude": "39.7645005", + "longitude": "-86.1643665", + "machine_status": "retired", + "status": "unvisited", + "id": 5462, + "last_updated": "2024-05-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.42441339217271, + 51.181463684128694 + ] + }, + "properties": { + "name": "Bautzen Hauptmarkt", + "area": "Germany", + "address": "Kornstraße 2, 02625 Bautzen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 51.181463684128694, + "longitude": 14.42441339217271, + "machine_status": "available", + "id": 7183, + "last_updated": "2024-05-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.390765803720344, + 52.50824236599061 + ] + }, + "properties": { + "name": "Checkpoint Charlie, Berlin Black Box Exhibit", + "area": "Germany", + "address": "Fiedrichstrasse, Berlin", + "external_url": "http://209.221.138.252/Details.aspx?location=33876", + "internal_url": "null", + "latitude": "52.50824236599061", + "longitude": "13.390765803720344", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 5681, + "last_updated": "2024-05-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.0074329, + 38.8730102 + ] + }, + "properties": { + "name": "Nationals Park / Washington Nationals Baseball", + "area": "Washington DC", + "address": "1500 South Capitol Street, SE, Washington", + "external_url": "http://209.221.138.252/Details.aspx?location=38927", + "internal_url": "null", + "latitude": "38.8730102", + "longitude": "-77.0074329", + "machine_status": "retired", + "status": "unvisited", + "id": 3241, + "last_updated": "2024-05-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.3880967, + 52.51661319999999 + ] + }, + "properties": { + "name": "Stadtrunfahrten Souvenirs", + "area": "Germany", + "address": "Unter den Linden 24, 10117 Berlin, Germany", + "external_url": "http://209.221.138.252/Details.aspx?location=259087", + "internal_url": "null", + "latitude": "52.51661319999999", + "longitude": "13.3880967", + "machine_status": "retired", + "status": "unvisited", + "id": 442, + "last_updated": "2024-05-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.3787127, + 52.5139474 + ] + }, + "properties": { + "name": "Holocaust Memorial", + "area": "Germany", + "address": "Cora-Berliner-Straße 1, 10117 Berlin", + "external_url": "http://209.221.138.252/Details.aspx?location=64734", + "internal_url": "null", + "latitude": "52.5139474", + "longitude": "13.3787127", + "machine_status": "retired", + "status": "unvisited", + "id": 432, + "last_updated": "2024-05-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.3802624, + 52.5161619 + ] + }, + "properties": { + "name": "Brandenburg Gate Shop", + "area": "Germany", + "address": "Brandenburger Tor, Unter den Linden, 10117 Berlin", + "external_url": "http://209.221.138.252/Details.aspx?location=49919", + "internal_url": "null", + "latitude": "52.5161619", + "longitude": "13.3802624", + "machine_status": "retired", + "status": "unvisited", + "id": 427, + "last_updated": "2024-05-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.4031191, + 52.5195322 + ] + }, + "properties": { + "name": "I Love Berlin Shop", + "area": "Germany", + "address": "Karl-Liebknecht-Str. 5", + "external_url": "http://209.221.138.252/Details.aspx?location=260929", + "internal_url": "null", + "latitude": "52.5195322", + "longitude": "13.4031191", + "machine_status": "retired", + "status": "unvisited", + "id": 434, + "last_updated": "2024-05-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.32986, + 52.503294 + ] + }, + "properties": { + "name": "I Love Berlin Souvenir Shop", + "area": "Germany", + "address": "Kurfürstendamm 224, 10719", + "external_url": "http://209.221.138.252/Details.aspx?location=108529", + "internal_url": "null", + "latitude": "52.503294", + "longitude": "13.32986", + "machine_status": "retired", + "status": "unvisited", + "id": 435, + "last_updated": "2024-05-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.4360682, + 32.7400276 + ] + }, + "properties": { + "name": "Sea Quest Interactive Aquarium", + "area": "Texas", + "address": "1974 Green Oaks Rd, Fort Worth", + "external_url": "http://209.221.138.252/Details.aspx?location=282852", + "internal_url": "null", + "latitude": "32.7400276", + "longitude": "-97.4360682", + "machine_status": "available", + "status": "unvisited", + "id": 3693, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.4307307, + 37.7849485 + ] + }, + "properties": { + "name": "Japantown - Katachi (Anime & Sword Shop)", + "area": "California", + "address": "1737 Post Street, West Mall, #326, San Francisco", + "external_url": "http://209.221.138.252/Details.aspx?location=102621", + "internal_url": "null", + "latitude": "37.7849485", + "longitude": "-122.4307307", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 4821, + "last_updated": "2024-09-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.511764302612525, + 42.64812579768244 + ] + }, + "properties": { + "name": "Thermalquellen von Saturnia", + "area": "Italy", + "address": "Località Mulino del Bagno - Cascate di, 58014 Saturnia GR", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 42.64812579768244, + "longitude": 11.511764302612525, + "machine_status": "available", + "id": 7184, + "last_updated": "2024-05-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.7123907, + 44.12810899999999 + ] + }, + "properties": { + "name": "National Park of Cinque Terre", + "area": "Italy", + "address": "Info point train station", + "external_url": "http://209.221.138.252/Details.aspx?location=54915", + "internal_url": "null", + "latitude": "44.12810899999999", + "longitude": "9.7123907", + "machine_status": "retired", + "status": "unvisited", + "id": 927, + "last_updated": "2024-05-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.450208699999999, + 51.49375449999999 + ] + }, + "properties": { + "name": "BVB museum and fan shop", + "area": "Germany", + "address": "Signal Iduna Park", + "external_url": "http://209.221.138.252/Details.aspx?location=189033", + "internal_url": "null", + "latitude": "51.49375449999999", + "longitude": "7.450208699999999", + "machine_status": "retired", + "status": "unvisited", + "id": 474, + "last_updated": "2024-05-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.0218478, + 52.0743017 + ] + }, + "properties": { + "name": "Silverstone Museum", + "area": "England", + "address": "Silverstone Circuit, Luffield Abbey, Northamptonshire - Silverstone", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=429770", + "internal_url": "null", + "latitude": "52.0743017", + "longitude": "-1.0218478", + "machine_status": "retired", + "id": 7185, + "last_updated": "2024-07-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -71.126617, + 44.0516875 + ] + }, + "properties": { + "name": "The Rugged Mill", + "area": "New Hampshire", + "address": "2633 White Mountain Highway / PO Box 997, North Conway", + "external_url": "http://209.221.138.252/Details.aspx?location=196011", + "internal_url": "null", + "latitude": "44.0516875", + "longitude": "-71.126617", + "machine_status": "available", + "status": "unvisited", + "id": 5082, + "last_updated": "2024-05-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -71.1287719, + 44.0519703 + ] + }, + "properties": { + "name": "Conway Scenic Railway", + "area": "New Hampshire", + "address": "38 Norcross Circle, North Conway", + "external_url": "http://209.221.138.252/Details.aspx?location=3398", + "internal_url": "null", + "latitude": "44.0519703", + "longitude": "-71.1287719", + "machine_status": "available", + "status": "unvisited", + "id": 5081, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -6.855922429100783, + 53.41145217288905 + ] + }, + "properties": { + "name": "Enfield M4 Services West", + "area": "Ireland", + "address": ", Enfield", + "external_url": "http://209.221.138.252/Details.aspx?location=367712", + "internal_url": "null", + "latitude": "53.41145217288905", + "longitude": "-6.855922429100783", + "machine_status": "available", + "status": "unvisited", + "id": 5813, + "last_updated": "2024-05-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.763648, + 39.64951800000001 + ] + }, + "properties": { + "name": "Western Maryland Scenic Railroad", + "area": "Maryland", + "address": "I 68 exit 43C or P.O. Box 1168, Cumberland", + "external_url": "http://209.221.138.252/Details.aspx?location=2553", + "internal_url": "null", + "latitude": "39.64951800000001", + "longitude": "-78.763648", + "machine_status": "available", + "status": "unvisited", + "id": 3615, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.57996709999999, + 38.6289142 + ] + }, + "properties": { + "name": "The Ark Encounter", + "area": "Kentucky", + "address": "1 Ark Encounter Drive, Williamstown", + "external_url": "http://209.221.138.252/Details.aspx?location=277372", + "internal_url": "null", + "latitude": "38.6289142", + "longitude": "-84.57996709999999", + "machine_status": "available", + "status": "unvisited", + "id": 3544, + "last_updated": "2024-05-21", + "multimachine": 2, + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.9711601, + 36.8435831 + ] + }, + "properties": { + "name": "Virginia Beach Fishing Pier - Bait & Tackle shop", + "area": "Virginia", + "address": "15th Street, Virginia Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=1615", + "internal_url": "null", + "latitude": "36.8435831", + "longitude": "-75.9711601", + "machine_status": "retired", + "status": "unvisited", + "id": 4459, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.37595910454804193, + 39.47385864373218 + ] + }, + "properties": { + "name": "Souvenirs la Reina", + "area": "Spain", + "address": "12 Placa de la Reina, Valencia", + "external_url": "http://209.221.138.252/Details.aspx?location=263134", + "internal_url": "null", + "latitude": "39.47385864373218", + "longitude": "-0.37595910454804193", + "machine_status": "available", + "status": "unvisited", + "id": 396, + "last_updated": "2024-05-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.575270765739969, + 44.07735899463516 + ] + }, + "properties": { + "name": "Rimini „La Ruota Panoramica“", + "area": "Italy", + "address": "L.go Ruggero Boscovich, 6, 47921 Rimini RN, Italy", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 44.07735899463516, + "longitude": 12.575270765739969, + "machine_status": "available", + "id": 7186, + "last_updated": "2024-05-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.5151116559611, + 28.37307898078706 + ] + }, + "properties": { + "name": "Walt Disney World, Disney Springs, Days of Christmas", + "area": "Florida", + "address": "1486 Buena Vista Dr, Lake Buena Vista", + "external_url": "http://209.221.138.252/Details.aspx?location=284011", + "internal_url": "null", + "latitude": "28.37307898078706", + "longitude": "-81.5151116559611", + "machine_status": "available", + "status": "unvisited", + "id": 3352, + "last_updated": "2024-05-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.637334800000001, + 52.3810724 + ] + }, + "properties": { + "name": "Grote Kerk ", + "area": "Netherlands", + "address": "Grote Markt 22, Haarlem ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=430006", + "internal_url": "null", + "latitude": "52.3810724", + "longitude": "4.637334800000001", + "machine_status": "available", + "id": 7187, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -110.8278615, + 44.4569017 + ] + }, + "properties": { + "name": "Yellowstone - Old Faithful General Store", + "area": "Wyoming", + "address": "West Entrance Road , Yellowstone National Park", + "external_url": "http://209.221.138.252/Details.aspx?location=435822", + "internal_url": "null", + "latitude": "44.4569017", + "longitude": "-110.8278615", + "machine_status": "available", + "status": "unvisited", + "id": 3125, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.2298292, + 45.2803067 + ] + }, + "properties": { + "name": "Castle Farms ", + "area": "Michigan", + "address": "5052 M 66 N, Charlevoix,", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=430120", + "internal_url": "null", + "latitude": "45.2803067", + "longitude": "-85.2298292", + "machine_status": "available", + "id": 7189, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.5210989, + 25.0523201 + ] + }, + "properties": { + "name": "Shin Kong Mitsukoshi Nanxi Store One", + "area": "Taiwan", + "address": "No. 12, Nanjing W Rd, Zhongshan District, Taipei City, 10491, Taipei", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=430094", + "internal_url": "null", + "latitude": "25.0523201", + "longitude": "121.5210989", + "machine_status": "available", + "id": 7190, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.4489739, + 35.1321877 + ] + }, + "properties": { + "name": "John and Nancy Wooten", + "area": "Private Rollers", + "address": "Tehachapi, , CA", + "external_url": "http://209.221.138.252/Details.aspx?location=199759", + "internal_url": "null", + "latitude": "35.1321877", + "longitude": "-118.4489739", + "machine_status": "retired", + "status": "unvisited", + "id": 5519, + "last_updated": "2024-05-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.9809849, + 47.9565529 + ] + }, + "properties": { + "name": "Grand Coulee Dam Visitor's Arrival Center", + "area": "Washington", + "address": "Base of the Dam, Coulee Dam", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=1074", + "internal_url": "null", + "latitude": "47.9565529", + "longitude": "-118.9809849", + "machine_status": "retired", + "id": 7191, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.8558499, + 32.5762874 + ] + }, + "properties": { + "name": "Dairy Palace", + "area": "Texas", + "address": "2301 N Trade Days Blvd, Canton", + "external_url": "http://209.221.138.252/Details.aspx?location=267234", + "internal_url": "null", + "latitude": "32.5762874", + "longitude": "-95.8558499", + "machine_status": "available", + "status": "unvisited", + "id": 3666, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.474477, + 37.558324 + ] + }, + "properties": { + "name": "Virginia Museum of History & Culture (Was Virginia Historical Society)", + "area": "Virginia", + "address": "428 N Arthur Ashe Boulevard, Richmond", + "external_url": "http://209.221.138.252/Details.aspx?location=111621", + "internal_url": "null", + "latitude": "37.558324", + "longitude": "-77.474477", + "machine_status": "retired", + "status": "unvisited", + "id": 4445, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -74.8064341, + 38.9892691 + ] + }, + "properties": { + "name": "Tributes and Traditions Retro Arcade and Fascination", + "area": "New Jersey", + "address": "2900-2904 Boardwalk, Wildwood", + "external_url": "http://209.221.138.252/Details.aspx?location=343805", + "internal_url": "null", + "latitude": "38.9892691", + "longitude": "-74.8064341", + "machine_status": "out-of-order", + "status": "retired", + "id": 2408, + "last_updated": "2024-08-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.26221799999999, + 26.751506 + ] + }, + "properties": { + "name": "Pink Pony Ice Cream Shop", + "area": "Florida", + "address": "471 Park Avenue, Boca Grande", + "external_url": "http://209.221.138.252/Details.aspx?location=284435", + "internal_url": "null", + "latitude": "26.751506", + "longitude": "-82.26221799999999", + "machine_status": "available", + "status": "unvisited", + "id": 3267, + "last_updated": "2024-06-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.05521, + 53.8128854 + ] + }, + "properties": { + "name": "Gruffalo & Friends Clubhouse", + "area": "England", + "address": "The Promanade, LANCASHIRE - Blackpool", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=430283", + "internal_url": "null", + "latitude": "53.8128854", + "longitude": "-3.05521", + "machine_status": "available", + "id": 7192, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.9156747, + 33.7796259 + ] + }, + "properties": { + "name": "Great Wolf Lodge - Southern CA", + "area": "California", + "address": "12681 Harbor Boulevard, Garden Grove", + "external_url": "http://209.221.138.252/Details.aspx?location=248380", + "internal_url": "null", + "latitude": "33.7796259", + "longitude": "-117.9156747", + "machine_status": "retired", + "status": "unvisited", + "id": 4631, + "last_updated": "2024-05-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.2247355, + 37.06930140000001 + ] + }, + "properties": { + "name": "Lamberts Cafe", + "area": "Missouri", + "address": "1800 W. State HWY J , Ozark", + "external_url": "http://209.221.138.252/Details.aspx?location=342444", + "internal_url": "null", + "latitude": "37.06930140000001", + "longitude": "-93.2247355", + "machine_status": "available", + "status": "unvisited", + "id": 1111, + "last_updated": "2024-07-10", + "multimachine": 1 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.4049299, + 36.74986 + ] + }, + "properties": { + "name": "Mabry Mill Restaurant and Gift Shop", + "area": "Virginia", + "address": "266 Mabry Mill Rd., Meadows of Dan", + "external_url": "http://209.221.138.252/Details.aspx?location=209384", + "internal_url": "null", + "latitude": "36.74986", + "longitude": "-80.4049299", + "machine_status": "available", + "status": "unvisited", + "id": 4429, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -124.0111967, + 44.97748319999999 + ] + }, + "properties": { + "name": "Beachcomber Gifts", + "area": "Oregon", + "address": "1736 NE Highway 101, Lincoln City", + "external_url": "http://209.221.138.252/Details.aspx?location=3965", + "internal_url": "null", + "latitude": "44.97748319999999", + "longitude": "-124.0111967", + "machine_status": "retired", + "status": "unvisited", + "id": 4368, + "last_updated": "2024-05-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.8007586, + 24.5618651 + ] + }, + "properties": { + "name": "Key West Turtle Museum", + "area": "Florida", + "address": "200 Margaret Street, Key West", + "external_url": "http://209.221.138.252/Details.aspx?location=23068", + "internal_url": "null", + "latitude": "24.5618651", + "longitude": "-81.8007586", + "machine_status": "retired", + "status": "unvisited", + "id": 3323, + "last_updated": "2024-05-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -116.9112762, + 34.2401798 + ] + }, + "properties": { + "name": "Beary Bliss", + "area": "California", + "address": "685 Pine Knot Ave, Unit A, Big Bear Lake", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=430405", + "internal_url": "null", + "latitude": "34.2401798", + "longitude": "-116.9112762", + "machine_status": "available", + "id": 7193, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.9446972, + 42.3836083 + ] + }, + "properties": { + "name": "Great Wolf Lodge", + "area": "Illinois", + "address": "1700 Nations Drive , Gurnee", + "external_url": "http://209.221.138.252/Details.aspx?location=295376", + "internal_url": "null", + "latitude": "42.3836083", + "longitude": "-87.9446972", + "machine_status": "retired", + "status": "unvisited", + "id": 1227, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.1598457, + 32.7127904 + ] + }, + "properties": { + "name": "San Diego Trading Company", + "area": "California", + "address": "568 5th Ave, San Diego", + "external_url": "http://209.221.138.252/Details.aspx?location=350201", + "internal_url": "null", + "latitude": "32.7127904", + "longitude": "-117.1598457", + "machine_status": "retired", + "status": "unvisited", + "id": 4788, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.1590667, + 32.7135 + ] + }, + "properties": { + "name": "Coin-op Game Room", + "area": "California", + "address": "789 Sixth Avenue (Gaslamp Area), San Diego", + "external_url": "http://209.221.138.252/Details.aspx?location=280212", + "internal_url": "null", + "latitude": "32.7135", + "longitude": "-117.1590667", + "machine_status": "retired", + "status": "unvisited", + "id": 4774, + "last_updated": "2024-05-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.963188, + 48.77656870000001 + ] + }, + "properties": { + "name": "France Miniature", + "area": "France", + "address": "Boulevard André Malraux, Elancourt", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=430624", + "internal_url": "null", + "latitude": "48.77656870000001", + "longitude": "1.963188", + "machine_status": "available", + "id": 7194, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 116.39617417630774, + 39.91851829902906 + ] + }, + "properties": { + "name": "Little Big City", + "area": "China", + "address": ", Beijing", + "external_url": "http://209.221.138.252/Details.aspx?location=317522", + "internal_url": "null", + "latitude": "39.91851829902906", + "longitude": "116.39617417630774", + "machine_status": "available", + "status": "unvisited", + "id": 2939, + "last_updated": "2024-06-01" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.1543613, + 51.5230174 + ] + }, + "properties": { + "name": "Madame Tussaud's", + "area": "England", + "address": "Marylebone Road, London", + "external_url": "http://209.221.138.252/Details.aspx?location=3917", + "internal_url": "null", + "latitude": "51.5230174", + "longitude": "-0.1543613", + "machine_status": "available", + "status": "unvisited", + "id": 1458, + "last_updated": "2024-06-02", + "multimachine": 3, + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -91.66365479999999, + 47.0259497 + ] + }, + "properties": { + "name": "Two Harbors Area Chamber Of Commerce \"Tourist Information\" Center", + "area": "Minnesota", + "address": "1330 MN-61, Two Harbors", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=430674", + "internal_url": "null", + "latitude": "47.0259497", + "longitude": "-91.66365479999999", + "machine_status": "available", + "id": 7195, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.8201017, + 48.25931569999999 + ] + }, + "properties": { + "name": "Burg Kreuzen", + "area": "Austria", + "address": ", Bad Kreuzen", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=430673", + "internal_url": "null", + "latitude": "48.25931569999999", + "longitude": "14.8201017", + "machine_status": "available", + "id": 7196, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.442341, + 39.083438 + ] + }, + "properties": { + "name": "Cova de can Marça", + "area": "Spain", + "address": "Port de Balansat , Puerto san Miguel", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "39.083438", + "longitude": "1.442341", + "machine_status": "available", + "id": 7197, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.4420012, + 57.32413989999999 + ] + }, + "properties": { + "name": "Urquhart Castle", + "area": "Scotland", + "address": "By Drumnadrochit, Drumnadrochit", + "external_url": "http://209.221.138.252/Details.aspx?location=269018", + "internal_url": "null", + "latitude": "57.32413989999999", + "longitude": "-4.4420012", + "machine_status": "available", + "status": "unvisited", + "id": 741, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.412609, + 31.315864 + ] + }, + "properties": { + "name": "Keith's Superstore", + "area": "Mississippi", + "address": "5331 Old HWY 11, Hattiesburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=430892", + "internal_url": "null", + "latitude": "31.315864", + "longitude": "-89.412609", + "machine_status": "available", + "id": 7198, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.7100404, + 52.0111047 + ] + }, + "properties": { + "name": "Souvenirs shop", + "area": "Netherlands", + "address": "Wijdstraat 41, Gouda", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=430800", + "internal_url": "null", + "latitude": "52.0111047", + "longitude": "4.7100404", + "machine_status": "available", + "id": 7199, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.54883679999999, + 28.3499354 + ] + }, + "properties": { + "name": "Walt Disney World, Art of Animation Resort,", + "area": "Florida", + "address": "Landscape of Flavors Food Court, Lake Buena Vista", + "external_url": "http://209.221.138.252/Details.aspx?location=211245", + "internal_url": "null", + "latitude": "28.3499354", + "longitude": "-81.54883679999999", + "machine_status": "available", + "status": "unvisited", + "id": 3345, + "last_updated": "2024-06-04", + "multimachine": 3 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.54297489999999, + 28.3507881 + ] + }, + "properties": { + "name": "Walt Disney World, Pop Century Resort", + "area": "Florida", + "address": "1050 Century Drive, Kissimmee, FL, Lake Buena Vista", + "external_url": "http://209.221.138.252/Details.aspx?location=1634", + "internal_url": "null", + "latitude": "28.3507881", + "longitude": "-81.54297489999999", + "machine_status": "available", + "status": "unvisited", + "id": 3372, + "last_updated": "2024-06-04", + "multimachine": 4 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.5549243, + 28.3616941 + ] + }, + "properties": { + "name": "Walt Disney World, *Hollywood Studios* (formerly MGM Studios)", + "area": "Florida", + "address": "Hollywood Studios Resort, Lake Buena Vista", + "external_url": "http://209.221.138.252/Details.aspx?location=1715", + "internal_url": "null", + "latitude": "28.3616941", + "longitude": "-81.5549243", + "machine_status": "available", + "status": "unvisited", + "id": 3338, + "last_updated": "2024-06-04", + "multimachine": 24, + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.5584959, + 28.3653655 + ] + }, + "properties": { + "name": "Walt Disney World, *Epcot*", + "area": "Florida", + "address": "Epcot Resort, Lake Buena Vista", + "external_url": "http://209.221.138.252/Details.aspx?location=11469", + "internal_url": "null", + "latitude": "28.3653655", + "longitude": "-81.5584959", + "machine_status": "available", + "status": "unvisited", + "id": 3337, + "last_updated": "2024-06-04", + "multimachine": 27, + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.55583229999999, + 28.366159 + ] + }, + "properties": { + "name": "Walt Disney World, Boardwalk Inn Resort", + "area": "Florida", + "address": ", Lake Buena Vista", + "external_url": "http://209.221.138.252/Details.aspx?location=2984", + "internal_url": "null", + "latitude": "28.366159", + "longitude": "-81.55583229999999", + "machine_status": "available", + "status": "unvisited", + "id": 3347, + "last_updated": "2024-06-04", + "multimachine": 3 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.5368923, + 28.3858689 + ] + }, + "properties": { + "name": "Walt Disney World, Port Orleans, Riverside Resort", + "area": "Florida", + "address": "Disney Springs Resort Area, Lake Buena Vista", + "external_url": "http://209.221.138.252/Details.aspx?location=1632", + "internal_url": "null", + "latitude": "28.3858689", + "longitude": "-81.5368923", + "machine_status": "available", + "status": "unvisited", + "id": 3373, + "last_updated": "2024-06-04", + "multimachine": 5 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.5147338, + 28.3726663 + ] + }, + "properties": { + "name": "Walt Disney World, Disney Springs, Disney Pin Traders", + "area": "Florida", + "address": "Disney Springs Shopping Area, Lake Buena Vista", + "external_url": "http://209.221.138.252/Details.aspx?location=285667", + "internal_url": "null", + "latitude": "28.3726663", + "longitude": "-81.5147338", + "machine_status": "available", + "status": "unvisited", + "id": 3353, + "last_updated": "2024-06-04", + "multimachine": 5 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.514287, + 28.372642 + ] + }, + "properties": { + "name": "Walt Disney World, Disney Springs, Once Upon A Toy (store)", + "area": "Florida", + "address": "Disney Springs Shopping Area, Lake Buena Vista", + "external_url": "http://209.221.138.252/Details.aspx?location=26904", + "internal_url": "null", + "latitude": "28.372642", + "longitude": "-81.514287", + "machine_status": "available", + "status": "unvisited", + "id": 3360, + "last_updated": "2024-06-04", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.5143135, + 28.3738582 + ] + }, + "properties": { + "name": "Walt Disney World, Disney Springs, Rainforest Cafe", + "area": "Florida", + "address": "1800 East Buena Vista Drive, Lake Buena Vista", + "external_url": "http://209.221.138.252/Details.aspx?location=1732", + "internal_url": "null", + "latitude": "28.3738582", + "longitude": "-81.5143135", + "machine_status": "available", + "status": "unvisited", + "id": 3361, + "last_updated": "2024-06-04", + "multimachine": 3 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.5119119, + 28.3752792 + ] + }, + "properties": { + "name": "Disney Springs Resort area, Wyndham Garden Lake Buena Vista", + "area": "Florida", + "address": "1850B Hotel Plaza Boulevard, Lake Buena Vista", + "external_url": "http://209.221.138.252/Details.aspx?location=297225", + "internal_url": "null", + "latitude": "28.3752792", + "longitude": "-81.5119119", + "machine_status": "available", + "status": "unvisited", + "id": 3335, + "last_updated": "2024-06-04", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.6035192, + 28.3524485 + ] + }, + "properties": { + "name": "Walt Disney World, *Animal Kingdom*", + "area": "Florida", + "address": "Animal Kingdom Resort, Lake Buena Vista", + "external_url": "http://209.221.138.252/Details.aspx?location=17865", + "internal_url": "null", + "latitude": "28.3524485", + "longitude": "-81.6035192", + "machine_status": "available", + "status": "unvisited", + "id": 3336, + "last_updated": "2024-06-04", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -109.5506071, + 38.5739283 + ] + }, + "properties": { + "name": "The T-Shirt Shop", + "area": "Utah", + "address": "38 North Main Street, Moab", + "external_url": "http://209.221.138.252/Details.aspx?location=376989", + "internal_url": "null", + "latitude": "38.5739283", + "longitude": "-109.5506071", + "machine_status": "retired", + "status": "unvisited", + "id": 5410, + "last_updated": "2024-06-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.38044, + 52.5165 + ] + }, + "properties": { + "name": "Brandenburg Gate Shop 2", + "area": "Germany", + "address": "Brandenburger Tor, Unter den Linden 78, 10117 Berlin", + "external_url": "http://209.221.138.252/Details.aspx?location=430884", + "internal_url": "null", + "latitude": "52.516500", + "longitude": "13.380440", + "machine_status": "available", + "status": "unvisited", + "id": 5055, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.33238709999999, + 43.2297193 + ] + }, + "properties": { + "name": "USS Silversides Submarine Museum", + "area": "Michigan", + "address": "1346 Bluff Street, Muskegon", + "external_url": "http://209.221.138.252/Details.aspx?location=354336", + "internal_url": "null", + "latitude": "43.2297193", + "longitude": "-86.33238709999999", + "machine_status": "retired", + "status": "unvisited", + "id": 5277, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -103.5086529, + 44.414571 + ] + }, + "properties": { + "name": "Sturgis Motorcycle Museum and Hall of Fame", + "area": "South Dakota", + "address": "999 Main Street, Sturgis", + "external_url": "http://209.221.138.252/Details.aspx?location=341998", + "internal_url": "null", + "latitude": "44.414571", + "longitude": "-103.5086529", + "machine_status": "available", + "status": "retired", + "id": 1317, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.03538745391836, + 28.057304179650565 + ] + }, + "properties": { + "name": "Fulton Mansion Historical Site", + "area": "Texas", + "address": "317 S Fulton Beach Rd Rockport", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 28.057304179650565, + "longitude": -97.03538745391836, + "machine_status": "available", + "id": 7200, + "last_updated": "2024-06-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -131.6440827, + 55.3398117 + ] + }, + "properties": { + "name": "Ketchikan Outlet Store", + "area": "Alaska", + "address": "5 Salmon Landing, Ketchikan", + "external_url": "http://209.221.138.252/Details.aspx?location=41716", + "internal_url": "null", + "latitude": "55.3398117", + "longitude": "-131.6440827", + "machine_status": "retired", + "status": "unvisited", + "id": 1164, + "last_updated": "2024-06-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -109.5509713, + 38.5738956 + ] + }, + "properties": { + "name": "Dirt Shirts", + "area": "Utah", + "address": "78 South Main St., Moab", + "external_url": "http://209.221.138.252/Details.aspx?location=110195", + "internal_url": "null", + "latitude": "38.5738956", + "longitude": "-109.5509713", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 2079, + "last_updated": "2024-09-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1756473, + 36.0955849 + ] + }, + "properties": { + "name": "Luxor Hotel Casino - Titanic Exhibition", + "area": "Nevada", + "address": "3900 Las Vegas Boulevard, Las Vegas", + "external_url": "http://209.221.138.252/Details.aspx?location=203390", + "internal_url": "null", + "latitude": "36.0955849", + "longitude": "-115.1756473", + "machine_status": "available", + "status": "unvisited", + "id": 4514, + "last_updated": "2024-07-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.9624746, + 41.3730797 + ] + }, + "properties": { + "name": "West Point Military Academy Visitors Center", + "area": "New York", + "address": "Building 2107, West Point Hwy, West Point", + "external_url": "http://209.221.138.252/Details.aspx?location=3523", + "internal_url": "null", + "latitude": "41.3730797", + "longitude": "-73.9624746", + "machine_status": "retired", + "status": "unvisited", + "id": 3095, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -110.8295324, + 44.4566373 + ] + }, + "properties": { + "name": "Old Faithful Snow Lodge", + "area": "Wyoming", + "address": "2051 Snow Lodge Ave. , Yellowstone National Park", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=431066", + "internal_url": "null", + "latitude": "44.4566373", + "longitude": "-110.8295324", + "machine_status": "available", + "id": 7201, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 18.6531641, + 54.3498001 + ] + }, + "properties": { + "name": "St. Mary's Church Bazylika Mariacka Wniebowziecia Najswietszej Maryi Panny ", + "area": "Poland", + "address": "Podkramarska 5, Gdansk", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=431111", + "internal_url": "null", + "latitude": "54.3498001", + "longitude": "18.6531641", + "machine_status": "available", + "id": 7202, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.7957261, + 33.7774946 + ] + }, + "properties": { + "name": "The Original Benjamin's (Calabash Seafood Restaurant)", + "area": "South Carolina", + "address": "9593 North Kings Highway , Myrtle Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=3151", + "internal_url": "null", + "latitude": "33.7774946", + "longitude": "-78.7957261", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 2224, + "last_updated": "2024-06-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.931258, + 38.8560737 + ] + }, + "properties": { + "name": "Manitou & Pikes Peak Cog Railway", + "area": "Colorado", + "address": "515 Ruxton Avenue, Manitou Springs", + "external_url": "http://209.221.138.252/Details.aspx?location=484", + "internal_url": "null", + "latitude": "38.8560737", + "longitude": "-104.931258", + "machine_status": "available", + "status": "unvisited", + "id": 1903, + "last_updated": "2024-06-09", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.5762545599509, + 27.33534397507246 + ] + }, + "properties": { + "name": "Ann & Alfred Goldstein building 2", + "area": "Florida", + "address": "1703 Ken Thompson Pkwy, Sarasota, FL 34236, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 27.33534397507246, + "longitude": -82.5762545599509, + "machine_status": "available", + "id": 7203, + "last_updated": "2024-06-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.9150306, + 54.6047085 + ] + }, + "properties": { + "name": "W5 @ Odessey, The Odyssey", + "area": "Northern Ireland", + "address": "2 Queen's Quay, , COUNTY ANTRIM - Belfast", + "external_url": "http://209.221.138.252/Details.aspx?location=93142", + "internal_url": "null", + "latitude": "54.6047085", + "longitude": "-5.9150306", + "machine_status": "available", + "status": "retired", + "id": 875, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.2079374, + 52.9514874 + ] + }, + "properties": { + "name": "Wollaton Hall Gift Shop", + "area": "England", + "address": "Wollaton Park, Nottinghamshire - Nottingham", + "external_url": "http://209.221.138.252/Details.aspx?location=336269", + "internal_url": "null", + "latitude": "52.9514874", + "longitude": "-1.2079374", + "machine_status": "available", + "status": "unvisited", + "id": 1539, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.948953, + 39.7501637 + ] + }, + "properties": { + "name": "Denver Zoo", + "area": "Colorado", + "address": "2300 Steele St, Denver", + "external_url": "http://209.221.138.252/Details.aspx?location=205666", + "internal_url": "null", + "latitude": "39.7501637", + "longitude": "-104.948953", + "machine_status": "available", + "status": "unvisited", + "id": 1847, + "last_updated": "2024-06-10", + "multimachine": 4, + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.886191, + 33.684028 + ] + }, + "properties": { + "name": "2nd Avenue Fishing Pier", + "area": "South Carolina", + "address": "110 North Ocean Boulevard, Myrtle Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=3135", + "internal_url": "null", + "latitude": "33.684028", + "longitude": "-78.886191", + "machine_status": "retired", + "status": "unvisited", + "id": 2208, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.7045591, + 33.8116154 + ] + }, + "properties": { + "name": "Lost Treasure Golf (Professor Hacker's)", + "area": "South Carolina", + "address": "1705 Highway 17 South (near 18th Ave), North Myrtle Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=5862", + "internal_url": "null", + "latitude": "33.8116154", + "longitude": "-78.7045591", + "machine_status": "available", + "status": "unvisited", + "id": 2232, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.2018521, + 32.1294267 + ] + }, + "properties": { + "name": "Savannah/Hilton Head International Airport", + "area": "Georgia", + "address": "400 Airways Ave, Savannah", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=431391", + "internal_url": "null", + "latitude": "32.1294267", + "longitude": "-81.2018521", + "machine_status": "available", + "id": 7204, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.0849865, + 32.080052 + ] + }, + "properties": { + "name": "The Cinnamon Bear Country Store", + "area": "Georgia", + "address": "508 E. River Street, Savannah", + "external_url": "http://209.221.138.252/Details.aspx?location=364436", + "internal_url": "null", + "latitude": "32.080052", + "longitude": "-81.0849865", + "machine_status": "retired", + "status": "unvisited", + "id": 5394, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.1967038, + 33.7625243 + ] + }, + "properties": { + "name": "Aquarium of the Pacific", + "area": "California", + "address": "100 Aquarium Way, Long Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=1334", + "internal_url": "null", + "latitude": "33.7625243", + "longitude": "-118.1967038", + "machine_status": "retired", + "status": "unvisited", + "id": 4662, + "last_updated": "2024-06-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 16.606523599844937, + 40.66654072293267 + ] + }, + "properties": { + "name": "Tina Maragno Souvenir Shop", + "area": "Italy", + "address": "Piazza Vittorio Veneto 42, Matera, Italy", + "external_url": "http://209.221.138.252/Details.aspx?location=291577", + "internal_url": "null", + "latitude": "40.66654072293267", + "longitude": "16.606523599844937", + "machine_status": "retired", + "status": "unvisited", + "id": 904, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.1725, + 32.779688 + ] + }, + "properties": { + "name": "White Sands Trading Company", + "area": "New Mexico", + "address": "19955 Highway 70 West , Alamogordo", + "external_url": "http://209.221.138.252/Details.aspx?location=293348", + "internal_url": "null", + "latitude": "32.779688", + "longitude": "-106.1725", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 4902, + "last_updated": "2024-06-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.522878, + 40.3761745 + ] + }, + "properties": { + "name": "Moosely T's and Sports (Rocky Mountain Trader)", + "area": "Colorado", + "address": "124 East Elkhorn Avenue, Estes Park", + "external_url": "http://209.221.138.252/Details.aspx?location=1044", + "internal_url": "null", + "latitude": "40.3761745", + "longitude": "-105.522878", + "machine_status": "retired", + "status": "unvisited", + "id": 1858, + "last_updated": "2024-06-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.7158264, + 45.5100569 + ] + }, + "properties": { + "name": "Washington Park - Oregon Zoo (Formerly Washington Park Zoo)", + "area": "Oregon", + "address": "4001 SW Canyon Road, Portland", + "external_url": "http://209.221.138.252/Details.aspx?location=3943", + "internal_url": "null", + "latitude": "45.5100569", + "longitude": "-122.7158264", + "machine_status": "available", + "status": "unvisited", + "id": 4385, + "last_updated": "2024-07-07", + "multimachine": 3 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.8930816, + 42.216587 + ] + }, + "properties": { + "name": "Klassic Arcade 3.0", + "area": "Michigan", + "address": "200 South Gremps Street , Paw Paw", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=431573", + "internal_url": "null", + "latitude": "42.216587", + "longitude": "-85.8930816", + "machine_status": "available", + "id": 7205, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.4409426, + 44.4380052 + ] + }, + "properties": { + "name": "Lakeside Lodge", + "area": "Idaho", + "address": "3857 Lakeside Dr, Island Park", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=431551", + "internal_url": "null", + "latitude": "44.4380052", + "longitude": "-111.4409426", + "machine_status": "available", + "id": 7206, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.788091, + 46.7791793 + ] + }, + "properties": { + "name": "The Beach Club (On Madeline Island)", + "area": "Wisconsin", + "address": "715 Main street, La Pointe ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=431583", + "internal_url": "null", + "latitude": "46.7791793", + "longitude": "-90.788091", + "machine_status": "available", + "id": 7207, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.82582959461817, + 36.043207999829505 + ] + }, + "properties": { + "name": "Desert View Trading Post", + "area": "Arizona", + "address": "909 Desert Vw Rd, Grand Canyon Village, AZ 86023, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 36.043207999829505, + "longitude": -111.82582959461817, + "machine_status": "available", + "id": 7208, + "last_updated": "2024-06-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.3402453, + 47.6054427 + ] + }, + "properties": { + "name": "Pier 56 - The Seattle Shop", + "area": "Washington", + "address": "1201 Alaskan Way suite 102, Seattle", + "external_url": "http://209.221.138.252/Details.aspx?location=237103", + "internal_url": "null", + "latitude": "47.6054427", + "longitude": "-122.3402453", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 5142, + "last_updated": "2024-06-13", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.18718653401035, + 42.18990199848279 + ] + }, + "properties": { + "name": "Klassic Arcade 3.0", + "area": "Michigan", + "address": "200 south Gremps st Paw paw, mi 49079", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "42.18990199848279", + "longitude": "-86.18718653401035", + "machine_status": "available", + "id": 7209, + "last_updated": "2024-06-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.872988, + 35.32606500000001 + ] + }, + "properties": { + "name": "Delgadillo's Snow Cap Drive In", + "area": "Arizona", + "address": "301 Arizona 66, Seligman", + "external_url": "http://209.221.138.252/Details.aspx?location=385232", + "internal_url": "null", + "latitude": "35.32606500000001", + "longitude": "-112.872988", + "machine_status": "available", + "status": "unvisited", + "id": 5200, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.1496841, + 33.4942797 + ] + }, + "properties": { + "name": "Coin-Op Game Room Temecula", + "area": "California", + "address": "28588 Old Town Front St, Temecula", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=431700", + "internal_url": "null", + "latitude": "33.4942797", + "longitude": "-117.1496841", + "machine_status": "available", + "id": 7210, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -64.5786586, + 45.8171575 + ] + }, + "properties": { + "name": "Hopewell Rocks", + "area": "Canada", + "address": "131 Discovery Lane, NB - Hopewell Cape", + "external_url": "http://209.221.138.252/Details.aspx?location=258069", + "internal_url": "null", + "latitude": "45.8171575", + "longitude": "-64.5786586", + "machine_status": "retired", + "status": "unvisited", + "id": 4982, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.5838497, + 55.6802207 + ] + }, + "properties": { + "name": "Guinness World Records Museum", + "area": "Denmark", + "address": "Østergade 16, Copenhagen (København)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=431697", + "internal_url": "null", + "latitude": "55.6802207", + "longitude": "12.5838497", + "machine_status": "available", + "id": 7211, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.5701299, + 55.676193 + ] + }, + "properties": { + "name": "Ripleys Believe It or Not Copenhagen", + "area": "Denmark", + "address": "Rådhuspladsen 57, Copenhagen (København)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=431698", + "internal_url": "null", + "latitude": "55.676193", + "longitude": "12.5701299", + "machine_status": "available", + "id": 7212, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.860430099999999, + 46.6877328 + ] + }, + "properties": { + "name": "Ticket-Shop, Interlaken Souvenirs & Travel Services", + "area": "Switzerland", + "address": "Höheweg 95, Interlaken", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=431734", + "internal_url": "null", + "latitude": "46.6877328", + "longitude": "7.860430099999999", + "machine_status": "available", + "id": 7213, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.7993754, + 30.17825819999999 + ] + }, + "properties": { + "name": "Ripley's Believe It Or Not - Panama City Beach", + "area": "Florida", + "address": "9907 Front Beach Road, Panama City Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=77398", + "internal_url": "null", + "latitude": "30.17825819999999", + "longitude": "-85.7993754", + "machine_status": "retired", + "status": "unvisited", + "id": 3429, + "last_updated": "2024-06-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.1887471, + 35.2507535 + ] + }, + "properties": { + "name": "Pine Country Restaurant", + "area": "Arizona", + "address": "107 North Grand Canyon Boulevard, Williams", + "external_url": "http://209.221.138.252/Details.aspx?location=239", + "internal_url": "null", + "latitude": "35.2507535", + "longitude": "-112.1887471", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 2733, + "last_updated": "2024-06-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.1743558, + 41.4036299 + ] + }, + "properties": { + "name": "Sagrada Família", + "area": "Spain", + "address": "Carrer de Mallorca 401, Barcelona - Catalonia Region Barcelona Province -", + "external_url": "http://209.221.138.252/Details.aspx?location=109031", + "internal_url": "null", + "latitude": "41.4036299", + "longitude": "2.1743558", + "machine_status": "available", + "status": "unvisited", + "id": 286, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 23.33153100837956, + 42.65878905577905 + ] + }, + "properties": { + "name": "Coin machine", + "area": "Bulgaria", + "address": "Sofia, Srebarna St, Loven, 1, 1700 Sofia, Bulgaria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 42.65878905577905, + "longitude": 23.33153100837956, + "machine_status": "available", + "id": 7214, + "last_updated": "2024-06-15", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.1401332, + 35.6531212 + ] + }, + "properties": { + "name": "Raptor Ranch", + "area": "Arizona", + "address": "332 South State Hwy 64, Valle (Williams)", + "external_url": "http://209.221.138.252/Details.aspx?location=355391", + "internal_url": "null", + "latitude": "35.6531212", + "longitude": "-112.1401332", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 5203, + "last_updated": "2024-06-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.6910809, + 39.6622958 + ] + }, + "properties": { + "name": "Delaware House Travel Plaza", + "area": "Delaware", + "address": "530 JFK Memorial Highway", + "external_url": "http://209.221.138.252/Details.aspx?location=4846", + "internal_url": "null", + "latitude": "39.6622958", + "longitude": "-75.6910809", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 2243, + "last_updated": "2024-06-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.42922901590077, + 39.021317009972805 + ] + }, + "properties": { + "name": "Serpent Mound", + "area": "Ohio", + "address": "3850 OH-73, Peebles, OH 45660", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 39.021317009972805, + "longitude": -83.42922901590077, + "machine_status": "available", + "id": 7215, + "last_updated": "2024-06-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.8760404, + 35.3264405 + ] + }, + "properties": { + "name": "Historic Seligman Sundries", + "area": "Arizona", + "address": "22405 Route 66, Seligman", + "external_url": "http://209.221.138.252/Details.aspx?location=208152", + "internal_url": "null", + "latitude": "35.3264405", + "longitude": "-112.8760404", + "machine_status": "retired", + "status": "unvisited", + "id": 5982, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.930067, + 45.162884 + ] + }, + "properties": { + "name": "Boyne Mountain Resort", + "area": "Michigan", + "address": "1 Boyne Mountain Rd, Boyne Falls", + "external_url": "http://209.221.138.252/Details.aspx?location=241894", + "internal_url": "null", + "latitude": "45.162884", + "longitude": "-84.930067", + "machine_status": "retired", + "status": "unvisited", + "id": 2498, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 35.387983, + 31.4664 + ] + }, + "properties": { + "name": "En Gedi National Park", + "area": "Israel", + "address": "Route 90, En Gedi", + "external_url": "http://209.221.138.252/Details.aspx?location=14638", + "internal_url": "null", + "latitude": "31.4664", + "longitude": "35.387983", + "machine_status": "retired", + "status": "unvisited", + "id": 1041, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 35.5495859, + 31.8374644 + ] + }, + "properties": { + "name": "Baptismal Site on the Jordan River - Qasr al-Yahud", + "area": "Israel", + "address": "Take road 1 east to the junction with the Jericho detour road (road 90), Jericho", + "external_url": "http://209.221.138.252/Details.aspx?location=198981", + "internal_url": "null", + "latitude": "31.8374644", + "longitude": "35.5495859", + "machine_status": "retired", + "status": "unvisited", + "id": 1042, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 34.849103, + 31.990144 + ] + }, + "properties": { + "name": " Gan Israel (Garden of Israel)", + "area": "Israel", + "address": ", Kfar Chabad", + "external_url": "http://209.221.138.252/Details.aspx?location=188139", + "internal_url": "null", + "latitude": "31.990144", + "longitude": "34.849103", + "machine_status": "retired", + "status": "unvisited", + "id": 1043, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 34.9690158, + 31.8421649 + ] + }, + "properties": { + "name": "Mini Isarel", + "area": "Israel", + "address": "road 424 near Latrun, Latrun", + "external_url": "http://209.221.138.252/Details.aspx?location=198983", + "internal_url": "null", + "latitude": "31.8421649", + "longitude": "34.9690158", + "machine_status": "retired", + "status": "unvisited", + "id": 1044, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 35.0031576, + 29.7882452 + ] + }, + "properties": { + "name": "King Solomon's Mines Timna", + "area": "Israel", + "address": ", Timna", + "external_url": "http://209.221.138.252/Details.aspx?location=22170", + "internal_url": "null", + "latitude": "29.7882452", + "longitude": "35.0031576", + "machine_status": "retired", + "status": "unvisited", + "id": 1047, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -119.9437376, + 38.9553202 + ] + }, + "properties": { + "name": "Blue Pebbles", + "area": "California", + "address": "1001 Heavenly Village Way, Unit 1B, South Lake Tahoe", + "external_url": "http://209.221.138.252/Details.aspx?location=375513", + "internal_url": "null", + "latitude": "38.9553202", + "longitude": "-119.9437376", + "machine_status": "available", + "status": "unvisited", + "id": 5259, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.8258079251137, + 36.04330877351062 + ] + }, + "properties": { + "name": "Desert View trading post", + "area": "Arizona", + "address": "909 Desert Vw Rd, Grand Canyon Village, AZ 86023, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 36.04330877351062, + "longitude": -111.8258079251137, + "machine_status": "available", + "id": 7216, + "last_updated": "2024-06-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.21711601294768, + 37.80151102222 + ] + }, + "properties": { + "name": "Tamarack", + "area": "West Virginia", + "address": "TamarackBeckley, WV 25801, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 37.80151102222, + "longitude": -81.21711601294768, + "machine_status": "available", + "id": 7217, + "last_updated": "2024-06-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.9644911, + 40.6657246 + ] + }, + "properties": { + "name": "Prospect Park Zoo", + "area": "New York", + "address": "450 Flatbush Avenue, New York City (Brooklyn)", + "external_url": "http://209.221.138.252/Details.aspx?location=3649", + "internal_url": "null", + "latitude": "40.6657246", + "longitude": "-73.9644911", + "machine_status": "retired", + "status": "unvisited", + "id": 3038, + "last_updated": "2024-06-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.18790249999999, + 43.27816259999999 + ] + }, + "properties": { + "name": "Cabela's Outdoor Gear", + "area": "Wisconsin", + "address": "3048 Pioneer Rd., Richfield", + "external_url": "http://209.221.138.252/Details.aspx?location=20214", + "internal_url": "null", + "latitude": "43.27816259999999", + "longitude": "-88.18790249999999", + "machine_status": "available", + "status": "unvisited", + "id": 2456, + "last_updated": "2024-06-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.41923089220788, + 32.37520135703253 + ] + }, + "properties": { + "name": "Texas Beat Smokehouse", + "area": "Texas", + "address": "2825 Nolan River Rd, Cleburne, TX 76033, USA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=433524", + "internal_url": "null", + "latitude": 32.37520135703253, + "longitude": -97.41923089220788, + "machine_status": "available", + "id": 7218, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.9761953, + 40.7586117 + ] + }, + "properties": { + "name": "St. Patrick's Cathedral", + "area": "New York", + "address": "5th Avenue between 50th/51st, New York City (Manhattan)", + "external_url": "http://209.221.138.252/Details.aspx?location=194272", + "internal_url": "null", + "latitude": "40.7586117", + "longitude": "-73.9761953", + "machine_status": "retired", + "status": "unvisited", + "id": 3054, + "last_updated": "2024-06-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.360972, + 51.841365 + ] + }, + "properties": { + "name": "Blenheim Palace", + "area": "England", + "address": "Oxfordshire, Woodstock", + "external_url": "http://209.221.138.252/Details.aspx?location=324414", + "internal_url": "null", + "latitude": "51.841365", + "longitude": "-1.360972", + "machine_status": "available", + "status": "unvisited", + "id": 1543, + "last_updated": "2024-06-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -116.9112436, + 34.2416662 + ] + }, + "properties": { + "name": "Scenic Outfitters ", + "area": "California", + "address": ", Big Bear Lake", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432197", + "internal_url": "null", + "latitude": "34.2416662", + "longitude": "-116.9112436", + "machine_status": "available", + "id": 7219, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.5897934, + 40.8012872 + ] + }, + "properties": { + "name": "Red Feather Trading Post", + "area": "Colorado", + "address": "41 Main St, Red Feather Lakes", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432198", + "internal_url": "null", + "latitude": "40.8012872", + "longitude": "-105.5897934", + "machine_status": "available", + "id": 7220, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -103.4182455, + 43.8955436 + ] + }, + "properties": { + "name": "The Emporium", + "area": "South Dakota", + "address": "160 w. Winter Street, Keystone", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432056", + "internal_url": "null", + "latitude": "43.8955436", + "longitude": "-103.4182455", + "machine_status": "available", + "id": 7221, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -109.932158, + 45.0202366 + ] + }, + "properties": { + "name": "Yellowstone Trading Post", + "area": "Montana", + "address": "101 Main St, Cooke City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432037", + "internal_url": "null", + "latitude": "45.0202366", + "longitude": "-109.932158", + "machine_status": "available", + "id": 7222, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.6963384, + 33.0089095 + ] + }, + "properties": { + "name": "Daingerfield State Park", + "area": "Texas", + "address": "455 Park RD 17, Daingerfield", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432039", + "internal_url": "null", + "latitude": "33.0089095", + "longitude": "-94.6963384", + "machine_status": "available", + "id": 7223, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 16.9423091, + 48.9059191 + ] + }, + "properties": { + "name": "Chateau Cejkovice", + "area": "Czech Republic", + "address": ", Cejkovice", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432013", + "internal_url": "null", + "latitude": "48.9059191", + "longitude": "16.9423091", + "machine_status": "available", + "id": 7224, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.2843698, + 46.9817244 + ] + }, + "properties": { + "name": "Castle Sümeg", + "area": "Hungary", + "address": "Sumeg Varoldal utca 12 8330, Sümeg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432012", + "internal_url": "null", + "latitude": "46.9817244", + "longitude": "17.2843698", + "machine_status": "available", + "id": 7225, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.0957797, + 62.4655165 + ] + }, + "properties": { + "name": "Atlanterhavsparken, The Atlantic Sea Park", + "area": "Norway", + "address": "Tueneset, 2090 skarbøvik, 6006 , Alesund", + "external_url": "null", + "internal_url": "null", + "latitude": "62.4655165", + "longitude": "6.0957797", + "machine_status": "retired", + "status": "unvisited", + "id": 42, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -110.8278615, + 44.4569017 + ] + }, + "properties": { + "name": "Old Faithful General Store", + "area": "Montana", + "address": "2 Old Faithful Loop Road, West Yellowstone", + "external_url": "null", + "internal_url": "null", + "latitude": "44.4569017", + "longitude": "-110.8278615", + "machine_status": "available", + "status": "unvisited", + "id": 2980, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -116.6141062, + 33.8370537 + ] + }, + "properties": { + "name": "Palm Springs Aerial Tramway", + "area": "California", + "address": "One Tram Way, Palm Springs", + "external_url": "http://209.221.138.252/Details.aspx?location=222613", + "internal_url": "null", + "latitude": "33.8370537", + "longitude": "-116.6141062", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 4722, + "last_updated": "2024-06-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.61710099999999, + 45.849446 + ] + }, + "properties": { + "name": "Star Line Mackinac Island Ferry - Mackinac Islan", + "area": "Michigan", + "address": "7271 Main St., Mackinac Island", + "external_url": "http://209.221.138.252/Details.aspx?location=296690", + "internal_url": "null", + "latitude": "45.849446", + "longitude": "-84.61710099999999", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 2550, + "last_updated": "2024-06-19" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.261586, + 51.75094439999999 + ] + }, + "properties": { + "name": "Oxford Castle (gift shop)", + "area": "England", + "address": "Castle Street, Oxfordshire, Oxford", + "external_url": "http://209.221.138.252/Details.aspx?location=51143", + "internal_url": "null", + "latitude": "51.75094439999999", + "longitude": "-1.261586", + "machine_status": "available", + "status": "unvisited", + "id": 1542, + "last_updated": "2024-06-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.9510491, + 37.3183318 + ] + }, + "properties": { + "name": "Winchester Mystery House", + "area": "California", + "address": "525 S. Winchester Boulevard, San Jose", + "external_url": "http://209.221.138.252/Details.aspx?location=575", + "internal_url": "null", + "latitude": "37.3183318", + "longitude": "-121.9510491", + "machine_status": "available", + "status": "unvisited", + "id": 4827, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.25340687876712, + 46.5785913580913 + ] + }, + "properties": { + "name": "Upper Tahquamenon Falls", + "area": "Michigan", + "address": "Tahquamenon Falls State Park, 41382 W. M 123, Paradise", + "external_url": "http://209.221.138.252/Details.aspx?location=30056", + "internal_url": "null", + "latitude": "46.5785913580913", + "longitude": "-85.25340687876712", + "machine_status": "available", + "status": "unvisited", + "id": 2581, + "last_updated": "2024-06-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.6275658, + 45.8683129 + ] + }, + "properties": { + "name": "Highstones Discount Family Clothing", + "area": "Michigan", + "address": "7463 Main St - Star Line Ferry Dock, Mackinac Island", + "external_url": "http://209.221.138.252/Details.aspx?location=2832", + "internal_url": "null", + "latitude": "45.8683129", + "longitude": "-84.6275658", + "machine_status": "retired", + "status": "unvisited", + "id": 2546, + "last_updated": "2024-06-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.41062002853917, + 37.810362334047625 + ] + }, + "properties": { + "name": "Lefty’s Store", + "area": "California", + "address": "1 Pier 39, San Francisco, CA 94133, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 37.810362334047625, + "longitude": -122.41062002853917, + "machine_status": "available", + "id": 7226, + "last_updated": "2024-06-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -110.0673994, + 31.7129501 + ] + }, + "properties": { + "name": "Superstition Sue Gifts", + "area": "Arizona", + "address": "332 E. Allen St., Tombstone", + "external_url": "http://209.221.138.252/Details.aspx?location=259540", + "internal_url": "null", + "latitude": "31.7129501", + "longitude": "-110.0673994", + "machine_status": "retired", + "status": "unvisited", + "id": 2703, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.6618459, + 45.4736956 + ] + }, + "properties": { + "name": "Oaks Park - Skating Rink", + "area": "Oregon", + "address": "7805 SE Oaks Park Way, Portland", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=4369", + "internal_url": "null", + "latitude": "45.4736956", + "longitude": "-122.6618459", + "machine_status": "available", + "id": 7227, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.71392150000001, + 43.423324 + ] + }, + "properties": { + "name": "Waterfront Living/ Lake George", + "area": "New York", + "address": "155 Canada St., Lake George", + "external_url": "http://209.221.138.252/Details.aspx?location=251587", + "internal_url": "null", + "latitude": "43.423324", + "longitude": "-73.71392150000001", + "machine_status": "retired", + "status": "unvisited", + "id": 3025, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 18.4912117, + 40.1441077 + ] + }, + "properties": { + "name": "Nilogi Souvenir Shop ", + "area": "Italy", + "address": "62 Corso Garribaldi , Otranto", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432251", + "internal_url": "null", + "latitude": "40.1441077", + "longitude": "18.4912117", + "machine_status": "available", + "id": 7228, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.4724799, + 41.9005412 + ] + }, + "properties": { + "name": "News kiosk", + "area": "Italy", + "address": "Near Via Giuseppe Zanardelli, 22-16, 00186, Rome (Roma) RM", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "41.9005412", + "longitude": "12.4724799", + "machine_status": "available", + "id": 7229, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.924920500000001, + 49.9779388 + ] + }, + "properties": { + "name": "Rüdesheim Tourist AG", + "area": "Germany", + "address": "Rheinstraße 29a", + "external_url": "http://209.221.138.252/Details.aspx?location=212247", + "internal_url": "null", + "latitude": "49.9779388", + "longitude": "7.924920500000001", + "machine_status": "retired", + "status": "unvisited", + "id": 599, + "last_updated": "2024-06-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.83462639999999, + 38.2590439 + ] + }, + "properties": { + "name": "Grand Caverns", + "area": "Virginia", + "address": "Dogwood Avenue, Grottoes", + "external_url": "http://209.221.138.252/Details.aspx?location=40188", + "internal_url": "null", + "latitude": "38.2590439", + "longitude": "-78.83462639999999", + "machine_status": "retired", + "status": "unvisited", + "id": 4417, + "last_updated": "2024-06-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.1787223, + 32.6826771 + ] + }, + "properties": { + "name": "Coronado Resort Wear Company", + "area": "California", + "address": "1340 Orange Avenue, Coronado", + "external_url": "http://209.221.138.252/Details.aspx?location=93008", + "internal_url": "null", + "latitude": "32.6826771", + "longitude": "-117.1787223", + "machine_status": "retired", + "status": "unvisited", + "id": 4603, + "last_updated": "2024-06-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.63865229999999, + 30.2650669 + ] + }, + "properties": { + "name": "Gulf State Park", + "area": "Alabama", + "address": "243 Campground Road, Orange Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=254610", + "internal_url": "null", + "latitude": "30.2650669", + "longitude": "-87.63865229999999", + "machine_status": "available", + "id": 7230, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.8374765, + 30.1938087 + ] + }, + "properties": { + "name": "Days Inn, Beach", + "area": "Florida", + "address": "12818 Front Beach Rd, Panama City Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432489", + "internal_url": "null", + "latitude": "30.1938087", + "longitude": "-85.8374765", + "machine_status": "available", + "id": 7231, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.6281291, + 38.440401 + ] + }, + "properties": { + "name": "Kansas Wetlands Education Center", + "area": "Kansas", + "address": "592 NE K-156 Highway, Great Bend", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432499", + "internal_url": "null", + "latitude": "38.440401", + "longitude": "-98.6281291", + "machine_status": "available", + "id": 7232, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.54277840000002, + 43.8250211 + ] + }, + "properties": { + "name": "Bass Pro Shop Canada", + "area": "Canada", + "address": " 1 Bass Pro Mills Dr, Ontario - Vaughan", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432423", + "internal_url": "null", + "latitude": "43.8250211", + "longitude": "-79.54277840000002", + "machine_status": "available", + "id": 7233, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 171.3300356, + -42.11532769999999 + ] + }, + "properties": { + "name": "Footlite and Sole Punakaiki Gift Shop", + "area": "New Zealand", + "address": "4296 State Highway 6, Punakaiki 7873, Punakaiki, West Coast", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432432", + "internal_url": "null", + "latitude": "-42.11532769999999", + "longitude": "171.3300356", + "machine_status": "available", + "id": 7234, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.05628899999999, + 35.1448685 + ] + }, + "properties": { + "name": "Island Queen", + "area": "Tennessee", + "address": "45 Riverside Dr, Memphis", + "external_url": "http://209.221.138.252/Details.aspx?location=361174", + "internal_url": "null", + "latitude": "35.1448685", + "longitude": "-90.05628899999999", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 5341, + "last_updated": "2024-06-22", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.1733529, + 32.7163836 + ] + }, + "properties": { + "name": "San Diego Harbor - Old Town Trolley Tours of San Diego", + "area": "California", + "address": "996 N. Harbor Dr, San Diego", + "external_url": "http://209.221.138.252/Details.aspx?location=244707", + "internal_url": "null", + "latitude": "32.7163836", + "longitude": "-117.1733529", + "machine_status": "available", + "status": "unvisited", + "id": 4786, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.0254588, + 38.8838726 + ] + }, + "properties": { + "name": "International Spy Museum at L'Enfant", + "area": "Washington DC", + "address": "700 L'Enfant Plaza, SW , Washington", + "external_url": "http://209.221.138.252/Details.aspx?location=235978", + "internal_url": "null", + "latitude": "38.8838726", + "longitude": "-77.0254588", + "machine_status": "available", + "status": "unvisited", + "id": 3236, + "last_updated": "2024-06-24", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.0561903, + 44.8116328 + ] + }, + "properties": { + "name": "Phillip A Hart Visitors Center", + "area": "Michigan", + "address": "922 Front St, Empire", + "external_url": "http://209.221.138.252/Details.aspx?location=377882", + "internal_url": "null", + "latitude": "44.8116328", + "longitude": "-86.0561903", + "machine_status": "retired", + "status": "unvisited", + "id": 5266, + "last_updated": "2024-06-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.5887569, + 40.772133 + ] + }, + "properties": { + "name": "Showcase Coins and Bullion", + "area": "Ohio", + "address": "2071 W. 4th St., Ontario", + "external_url": "http://209.221.138.252/Details.aspx?location=58402", + "internal_url": "null", + "latitude": "40.772133", + "longitude": "-82.5887569", + "machine_status": "retired", + "status": "unvisited", + "id": 1997, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -123.0344366, + 44.046946 + ] + }, + "properties": { + "name": "Roaring Rapids Pizza Company", + "area": "Oregon", + "address": "4006 Franklin Boulevard, Eugene", + "external_url": "http://209.221.138.252/Details.aspx?location=4686", + "internal_url": "null", + "latitude": "44.046946", + "longitude": "-123.0344366", + "machine_status": "retired", + "status": "unvisited", + "id": 4355, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.52828249999999, + 45.6592706 + ] + }, + "properties": { + "name": "Fort Sisseton Historic State Park", + "area": "South Dakota", + "address": "11907 434th Ave, Lake City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432577", + "internal_url": "null", + "latitude": "45.6592706", + "longitude": "-97.52828249999999", + "machine_status": "available", + "id": 7235, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.5219303, + 35.7338368 + ] + }, + "properties": { + "name": "Gatlinburg Visitor Center", + "area": "Tennessee", + "address": "1011 Banner Rd, Gatlinburg", + "external_url": "http://209.221.138.252/Details.aspx?location=317500", + "internal_url": "null", + "latitude": "35.7338368", + "longitude": "-83.5219303", + "machine_status": "available", + "status": "unvisited", + "id": 4205, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 139.7748008, + 35.6277345 + ] + }, + "properties": { + "name": "FUJI TV, The Odaiba Observatory", + "area": "Japan", + "address": ", Tokyo - Odaiba Minato Ward", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432687", + "internal_url": "null", + "latitude": "35.6277345", + "longitude": "139.7748008", + "machine_status": "available", + "id": 7236, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.694347790987369, + 50.70634107009974 + ] + }, + "properties": { + "name": "Skisportarena (Ski & Biathlon)", + "area": "Germany", + "address": "Am Grenzadler 7 98559 Oberhof Deutschland", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 50.70634107009974, + "longitude": 10.694347790987369, + "machine_status": "available", + "id": 7237, + "last_updated": "2024-06-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.11655929999999, + 34.515753 + ] + }, + "properties": { + "name": "Mid America Science Museum", + "area": "Arkansas", + "address": "500 Mid-America Boulevard, Hot Springs", + "external_url": "http://209.221.138.252/Details.aspx?location=14520", + "internal_url": "null", + "latitude": "34.515753", + "longitude": "-93.11655929999999", + "machine_status": "available", + "status": "retired", + "id": 2306, + "last_updated": "2024-06-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.641256, + 45.448041 + ] + }, + "properties": { + "name": "Pietros Pizza", + "area": "Oregon", + "address": "10300 SE Main St, Milwaukie, OR, Milwaukie", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432726", + "internal_url": "null", + "latitude": "45.448041", + "longitude": "-122.641256", + "machine_status": "retired", + "id": 7238, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.77644339999999, + 42.6768875 + ] + }, + "properties": { + "name": "Sparks Pinball Museum", + "area": "Michigan", + "address": "33151 23 mile road, New Baltimore ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432779", + "internal_url": "null", + "latitude": "42.6768875", + "longitude": "-82.77644339999999", + "machine_status": "available", + "id": 7239, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.6064983, + 32.3230556 + ] + }, + "properties": { + "name": "Buc-ees", + "area": "Texas", + "address": "1402 S IH-45 , Ennis", + "external_url": "http://209.221.138.252/Details.aspx?location=369220", + "internal_url": "null", + "latitude": "32.3230556", + "longitude": "-96.6064983", + "machine_status": "available", + "status": "unvisited", + "id": 5378, + "last_updated": "2024-07-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.4871028, + 29.4263031 + ] + }, + "properties": { + "name": "Ripley's Haunted Adventure", + "area": "Texas", + "address": "329 Alamo Plaza, San Antonio", + "external_url": "http://209.221.138.252/Details.aspx?location=2613", + "internal_url": "null", + "latitude": "29.4263031", + "longitude": "-98.4871028", + "machine_status": "retired", + "status": "unvisited", + "id": 3788, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.5473692, + 38.6446737 + ] + }, + "properties": { + "name": "Dukes of Hazzard Museum (Was Cooters in the Valley)", + "area": "Virginia", + "address": "4768 US Hwy 211 West, Luray", + "external_url": "http://209.221.138.252/Details.aspx?location=268762", + "internal_url": "null", + "latitude": "38.6446737", + "longitude": "-78.5473692", + "machine_status": "retired", + "status": "unvisited", + "id": 4422, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.392338, + 38.673392 + ] + }, + "properties": { + "name": "Jellystone Park Campground", + "area": "Virginia", + "address": "2250 US Hwy 211 East, Luray", + "external_url": "http://209.221.138.252/Details.aspx?location=1217", + "internal_url": "null", + "latitude": "38.673392", + "longitude": "-78.392338", + "machine_status": "retired", + "status": "unvisited", + "id": 4423, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.666787, + 38.713124 + ] + }, + "properties": { + "name": "Yellow Barn at Shenandoah Caverns", + "area": "Virginia", + "address": "261 Caverns Road (I-81 Exit #269), Shenandoah Caverns", + "external_url": "http://209.221.138.252/Details.aspx?location=46820", + "internal_url": "null", + "latitude": "38.713124", + "longitude": "-78.666787", + "machine_status": "retired", + "status": "unvisited", + "id": 4450, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -123.0480097, + 49.3279618 + ] + }, + "properties": { + "name": "Tsawwassen Ferry Terminal", + "area": "Canada", + "address": "919 21st St E, North Vancouver, BC, Delta", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "49.3279618", + "longitude": "-123.0480097", + "machine_status": "available", + "id": 7240, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -149.6103874, + -17.5598646 + ] + }, + "properties": { + "name": "Tahiti Faa'a International Airport", + "area": "France", + "address": ", Tahiti Faa'a", + "external_url": "http://209.221.138.252/Details.aspx?location=266650", + "internal_url": "null", + "latitude": "-17.5598646", + "longitude": "-149.6103874", + "machine_status": "retired", + "status": "unvisited", + "id": 116, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -6.2594587, + 53.3466669 + ] + }, + "properties": { + "name": "Carroll's Gift Store", + "area": "Ireland", + "address": "Westmoreland Street, , Dublin", + "external_url": "http://209.221.138.252/Details.aspx?location=96570", + "internal_url": "null", + "latitude": "53.3466669", + "longitude": "-6.2594587", + "machine_status": "retired", + "status": "unvisited", + "id": 701, + "last_updated": "2024-06-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.3238765, + 30.3898669 + ] + }, + "properties": { + "name": "Baytowne Wharf", + "area": "Florida", + "address": ", Miramar Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432970", + "internal_url": "null", + "latitude": "30.3898669", + "longitude": "-86.3238765", + "machine_status": "available", + "id": 7241, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.345243, + 32.7884369 + ] + }, + "properties": { + "name": "Texas Hot Stuff", + "area": "Texas", + "address": "140 East Exchange Ste 105, Fort Worth", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432952", + "internal_url": "null", + "latitude": "32.7884369", + "longitude": "-97.345243", + "machine_status": "available", + "id": 7242, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.38311999999999, + 34.00385139999999 + ] + }, + "properties": { + "name": "Chattahoochee Nature Center", + "area": "Georgia", + "address": "9135 Willeo RD, Roswell", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432951", + "internal_url": "null", + "latitude": "34.00385139999999", + "longitude": "-84.38311999999999", + "machine_status": "available", + "id": 7243, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.3539254, + 37.9259463 + ] + }, + "properties": { + "name": "Pony Tails Chincoteague's Sweets Superstore", + "area": "Virginia", + "address": "7011 Maddox Blvd., Chincoteague", + "external_url": "http://209.221.138.252/Details.aspx?location=295864", + "internal_url": "null", + "latitude": "37.9259463", + "longitude": "-75.3539254", + "machine_status": "available", + "status": "unvisited", + "id": 5437, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -123.0675384, + 47.3473964 + ] + }, + "properties": { + "name": "Alderbrook Resort and Spa", + "area": "Washington", + "address": "10 E Alderbrook Dr., Union", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432959", + "internal_url": "null", + "latitude": "47.3473964", + "longitude": "-123.0675384", + "machine_status": "available", + "id": 7244, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.114485, + 39.563747 + ] + }, + "properties": { + "name": "Amelia Earhart Birthplace Museum", + "area": "Kansas", + "address": "223 N. Terrace, Atchison", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432961", + "internal_url": "null", + "latitude": "39.563747", + "longitude": "-95.114485", + "machine_status": "available", + "id": 7245, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.1781275, + 39.56845939999999 + ] + }, + "properties": { + "name": "Amelia Earhart Hanger Museum", + "area": "Kansas", + "address": "16701 286th Road Atchison, Kansas 66002, Atchison", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432960", + "internal_url": "null", + "latitude": "39.56845939999999", + "longitude": "-95.1781275", + "machine_status": "available", + "id": 7246, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.8077958, + 43.9525693 + ] + }, + "properties": { + "name": "Buvette du Rocher des Doms", + "area": "France", + "address": "2 Montée des Moulins , Avignon", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=432947", + "internal_url": "null", + "latitude": "43.9525693", + "longitude": "4.8077958", + "machine_status": "available", + "id": 7247, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.64720489999999, + 37.2358375 + ] + }, + "properties": { + "name": "Busch Gardens", + "area": "Virginia", + "address": "One Busch Gardens Blvd, Williamsburg", + "external_url": "http://209.221.138.252/Details.aspx?location=1619", + "internal_url": "null", + "latitude": "37.2358375", + "longitude": "-76.64720489999999", + "machine_status": "available", + "status": "unvisited", + "id": 4460, + "last_updated": "2024-06-28", + "multimachine": 5 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.1788549, + 41.3753031 + ] + }, + "properties": { + "name": "Las Golondrinas", + "area": "Spain", + "address": ", Barcelona", + "external_url": "http://209.221.138.252/Details.aspx?location=374366", + "internal_url": "null", + "latitude": "41.3753031", + "longitude": "2.1788549", + "machine_status": "retired", + "status": "unvisited", + "id": 5915, + "last_updated": "2024-06-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.66907719999999, + 40.8709471 + ] + }, + "properties": { + "name": "Wallys", + "area": "Illinois", + "address": "1 Holiday Road, Pontiac", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=433096", + "internal_url": "null", + "latitude": "40.8709471", + "longitude": "-88.66907719999999", + "machine_status": "available", + "id": 7248, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 127.0979392, + 37.5112862 + ] + }, + "properties": { + "name": "Lotte World Adventure", + "area": "South Korea", + "address": "40-1 Jamsil-dong, Songpa-gu, Seoul, South Korea, Seoul", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=209454", + "internal_url": "null", + "latitude": "37.5112862", + "longitude": "127.0979392", + "machine_status": "available", + "id": 7249, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.710372759838037, + 49.4119011660754 + ] + }, + "properties": { + "name": "Marktplatz", + "area": "Germany", + "address": "Hauptstraße 198 Altstadt 69117 Heidelberg Deutschland", + "external_url": "http://209.221.138.252/Details.aspx?location=5680", + "internal_url": "null", + "latitude": "49.4119011660754", + "longitude": "8.710372759838037", + "machine_status": "available", + "status": "unvisited", + "id": 509, + "last_updated": "2024-06-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.709651862819841, + 49.411953257182034 + ] + }, + "properties": { + "name": "Heiligeistkirche Souvenir Market", + "area": "Germany", + "address": "Die Heiliggeistkirche Hauptstraße 189G Altstadt 69117 Heidelberg Deutschland", + "external_url": "http://209.221.138.252/Details.aspx?location=242697", + "internal_url": "null", + "latitude": "49.411953257182034", + "longitude": "8.709651862819841", + "machine_status": "available", + "status": "unvisited", + "id": 508, + "last_updated": "2024-06-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.727221272379238, + 49.4039027611124 + ] + }, + "properties": { + "name": "Heidelberg Konigstuhl", + "area": "Germany", + "address": "Bergstraße - Mitte Königstuhl 2 69117 Heidelberg Deutschland", + "external_url": "http://209.221.138.252/Details.aspx?location=30034", + "internal_url": "null", + "latitude": "49.4039027611124", + "longitude": "8.727221272379238", + "machine_status": "available", + "status": "unvisited", + "id": 507, + "last_updated": "2024-06-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.2019907, + 39.7886347 + ] + }, + "properties": { + "name": "Boonshoft Museum of Discovery", + "area": "Ohio", + "address": "2600 DeWeese Parkway , Dayton", + "external_url": "http://209.221.138.252/Details.aspx?location=3827", + "internal_url": "null", + "latitude": "39.7886347", + "longitude": "-84.2019907", + "machine_status": "available", + "status": "unvisited", + "id": 1968, + "last_updated": "2024-06-28", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.72679049999999, + 40.25105430000001 + ] + }, + "properties": { + "name": "Piatt Castles", + "area": "Ohio", + "address": "10051 Twp. Rd. 47, West Liberty", + "external_url": "http://209.221.138.252/Details.aspx?location=13714", + "internal_url": "null", + "latitude": "40.25105430000001", + "longitude": "-83.72679049999999", + "machine_status": "available", + "status": "unvisited", + "id": 2020, + "last_updated": "2024-06-28", + "multimachine": 2, + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.1852802, + 39.7677381 + ] + }, + "properties": { + "name": "Indianapolis Zoo", + "area": "Indiana", + "address": "1200 West Washington Street, Indianapolis", + "external_url": "http://209.221.138.252/Details.aspx?location=2137", + "internal_url": "null", + "latitude": "39.7677381", + "longitude": "-86.1852802", + "machine_status": "available", + "status": "unvisited", + "id": 2271, + "last_updated": "2024-06-28", + "multimachine": 7, + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -124.1665819, + 47.0065087 + ] + }, + "properties": { + "name": "Sharky's", + "area": "Washington", + "address": "695 Ocean Shores Blvd NW, Ocean Shores", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=433229", + "internal_url": "null", + "latitude": "47.0065087", + "longitude": "-124.1665819", + "machine_status": "available", + "id": 7250, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 20.993481, + 52.2494958 + ] + }, + "properties": { + "name": "Museum of the History of Polish Jews", + "area": "Poland", + "address": "Mordechaja Anielewicza 6, 00-157, Warsaw", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=433213", + "internal_url": "null", + "latitude": "52.2494958", + "longitude": "20.993481", + "machine_status": "available", + "id": 7251, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 21.0215756, + 52.2581092 + ] + }, + "properties": { + "name": "Warsaw Zoo", + "area": "Poland", + "address": "Ratuszowa 1/3, 03-461 Warszawa, Poland, Warsaw", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=433214", + "internal_url": "null", + "latitude": "52.2581092", + "longitude": "21.0215756", + "machine_status": "available", + "id": 7252, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 127.1048655, + 37.5134856 + ] + }, + "properties": { + "name": "Lotte World Aquarium", + "area": "South Korea", + "address": "300, Olympic-ro, Songpa-gu, Seoul", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=433208", + "internal_url": "null", + "latitude": "37.5134856", + "longitude": "127.1048655", + "machine_status": "available", + "id": 7253, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -114.38313352797147, + 35.026043061810405 + ] + }, + "properties": { + "name": "Fast Fanny’s place", + "area": "Arizona", + "address": "151 S Oatman Hwy Oatman, AZ 86433 United States", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 35.026043061810405, + "longitude": -114.38313352797147, + "machine_status": "available", + "id": 7254, + "last_updated": "2024-06-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -114.38304076166368, + 35.02569253105915 + ] + }, + "properties": { + "name": "Native Touch", + "area": "Arizona", + "address": "150 S Oatman Hwy Oatman, AZ 86426 United States", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 35.02569253105915, + "longitude": -114.38304076166368, + "machine_status": "available", + "id": 7255, + "last_updated": "2024-06-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.98490823168817, + 40.45193921891792 + ] + }, + "properties": { + "name": "Strip District Terminal Building", + "area": "Pennsylvania", + "address": "2001 Smallman St, Pittsburgh, PA 15222, USA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435221", + "internal_url": "null", + "latitude": 40.45193921891792, + "longitude": -79.98490823168817, + "machine_status": "available", + "id": 7256, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.4818661, + 51.0179663 + ] + }, + "properties": { + "name": "cafe het profke", + "area": "Belgium", + "address": "Koning Albertplein 13, Mechelen", + "external_url": "http://209.221.138.252/Details.aspx?location=272696", + "internal_url": "null", + "latitude": "51.0179663", + "longitude": "4.4818661", + "machine_status": "retired", + "status": "unvisited", + "id": 142, + "last_updated": "2024-06-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.18793150036367, + 25.7855531117283 + ] + }, + "properties": { + "name": "Frost Science Museum", + "area": "Florida", + "address": "1101 Biscayne Blvd, Miami, FL 33130, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 25.7855531117283, + "longitude": -80.18793150036367, + "machine_status": "available", + "id": 7257, + "last_updated": "2024-06-30", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.709481, + 42.5940407 + ] + }, + "properties": { + "name": "Ponca State Park", + "area": "Nebraska", + "address": "88090 Spur 26 E, Ponca", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=433311", + "internal_url": "null", + "latitude": "42.5940407", + "longitude": "-96.709481", + "machine_status": "available", + "id": 7258, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.863538211299923, + 54.12749912640985 + ] + }, + "properties": { + "name": "Aquarium am Hafen", + "area": "Germany", + "address": "Alte Hafeninsel 9, 25761 Büsum, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 54.12749912640985, + "longitude": 8.863538211299923, + "machine_status": "available", + "id": 7259, + "last_updated": "2024-07-01", + "multimachine": "?" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -149.7658334, + 61.23527780000001 + ] + }, + "properties": { + "name": "Military Mall", + "area": "Alaska", + "address": "Elmendorf AFB, Anchorage", + "external_url": "http://209.221.138.252/Details.aspx?location=232", + "internal_url": "null", + "latitude": "61.23527780000001", + "longitude": "-149.7658334", + "machine_status": "retired", + "status": "unvisited", + "id": 1150, + "last_updated": "2024-07-01" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -71.4396629, + 42.642032 + ] + }, + "properties": { + "name": "Butterfly Place, The", + "area": "Massachusetts", + "address": "120 Tyngsboro Road, Westford", + "external_url": "http://209.221.138.252/Details.aspx?location=2639", + "internal_url": "null", + "latitude": "42.642032", + "longitude": "-71.4396629", + "machine_status": "retired", + "status": "unvisited", + "id": 2935, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.0208206, + 39.8163966 + ] + }, + "properties": { + "name": "Meyersdale Train Station ", + "area": "Pennsylvania", + "address": "527 Main Street, Meyersdale ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=433422", + "internal_url": "null", + "latitude": "39.8163966", + "longitude": "-79.0208206", + "machine_status": "available", + "id": 7260, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.2913401, + 53.4630589 + ] + }, + "properties": { + "name": "Manchester United Museum", + "area": "England", + "address": "Old Trafford, Sir Matt Busby Wy, LANCASHIRE - Manchester", + "external_url": "http://209.221.138.252/Details.aspx?location=49724", + "internal_url": "null", + "latitude": "53.4630589", + "longitude": "-2.2913401", + "machine_status": "available", + "status": "unvisited", + "id": 1449, + "last_updated": "2024-07-02", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.3917402, + 28.4448741 + ] + }, + "properties": { + "name": "Crayola Experience Orlando", + "area": "Florida", + "address": "8001 S. Orange Blossom Trail, Orlando", + "external_url": "http://209.221.138.252/Details.aspx?location=236923", + "internal_url": "null", + "latitude": "28.4448741", + "longitude": "-81.3917402", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 3401, + "last_updated": "2024-07-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.5291644, + 39.0068733 + ] + }, + "properties": { + "name": "Kansas City Zoo", + "area": "Missouri", + "address": "6800 Zoo Drive in Swope Park, Kansas City", + "external_url": "http://209.221.138.252/Details.aspx?location=3215", + "internal_url": "null", + "latitude": "39.0068733", + "longitude": "-94.5291644", + "machine_status": "available", + "status": "unvisited", + "id": 1097, + "last_updated": "2024-07-02", + "multimachine": 5 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.9564297, + 37.2501554 + ] + }, + "properties": { + "name": "Zion Lodge / Zion National Park", + "area": "Utah", + "address": "1 Zion Canyon Scenic Drive, Springdale", + "external_url": "http://209.221.138.252/Details.aspx?location=109673", + "internal_url": "null", + "latitude": "37.2501554", + "longitude": "-112.9564297", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 2096, + "last_updated": "2024-07-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -70.427795, + 43.5280584 + ] + }, + "properties": { + "name": "Funtown Splashton USA", + "area": "Maine", + "address": "774 Portland Rd , Saco", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=433541", + "internal_url": "null", + "latitude": "43.5280584", + "longitude": "-70.427795", + "machine_status": "available", + "id": 7261, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.230648, + 39.823306 + ] + }, + "properties": { + "name": "Jennie Wade House", + "area": "Pennsylvania", + "address": "548 Baltimore Street , Gettysburg", + "external_url": "http://209.221.138.252/Details.aspx?location=3866", + "internal_url": "null", + "latitude": "39.823306", + "longitude": "-77.230648", + "machine_status": "retired", + "status": "unvisited", + "id": 3989, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.2420255, + 44.8547397 + ] + }, + "properties": { + "name": "Mall of America - Nickelodeon Universe", + "area": "Minnesota", + "address": "5000 Center Court, Bloomington", + "external_url": "http://209.221.138.252/Details.aspx?location=45780", + "internal_url": "null", + "latitude": "44.8547397", + "longitude": "-93.2420255", + "machine_status": "available", + "status": "retired", + "id": 3140, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.1455233, + 44.4406949 + ] + }, + "properties": { + "name": "Laura Ingalls Wilder Museum", + "area": "Wisconsin", + "address": "306 Third Street, Pepin", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=433532", + "internal_url": "null", + "latitude": "44.4406949", + "longitude": "-92.1455233", + "machine_status": "available", + "id": 7262, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.90072, + 46.87973 + ] + }, + "properties": { + "name": "Szantod Port", + "area": "Hungary", + "address": "Szantod, Tihany u. 9 (Balaton), 8622 Hungary", + "external_url": "http://209.221.138.252/Details.aspx?location=433544", + "internal_url": "null", + "latitude": "46.879730", + "longitude": "17.900720", + "logs": { + "2021-11-14": "Requires 2x 100 + 5 Hungarian forint." + }, + "machine_status": "available", + "status": "unvisited", + "id": 5041, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.8923111, + 46.9171247 + ] + }, + "properties": { + "name": "Tihany - By the Molo Cafe & Bar.", + "area": "Hungary", + "address": ", Tihany", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=433542", + "internal_url": "null", + "latitude": "46.9171247", + "longitude": "17.8923111", + "machine_status": "available", + "id": 7263, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.3784285, + 51.45045 + ] + }, + "properties": { + "name": "Eindhoven Airport", + "area": "Netherlands", + "address": "Luchthavenweg 25, Eindhoven", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=433639", + "internal_url": "null", + "latitude": "51.45045", + "longitude": "5.3784285", + "machine_status": "available", + "id": 7264, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 24.744551194832937, + 59.43642202242601 + ] + }, + "properties": { + "name": "Town Hall Square in Old Town", + "area": "Estonia", + "address": "Kullasepe Street, Tallinn", + "external_url": "http://209.221.138.252/Details.aspx?location=105947", + "internal_url": "null", + "latitude": "59.43642202242601", + "longitude": "24.744551194832937", + "machine_status": "available", + "status": "unvisited", + "id": 260, + "last_updated": "2024-07-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 24.751668048445005, + 59.43654416215917 + ] + }, + "properties": { + "name": "Viru Gates", + "area": "Estonia", + "address": "Viru Street, Tallinn", + "external_url": "http://209.221.138.252/Details.aspx?location=112582", + "internal_url": "null", + "latitude": "59.43654416215917", + "longitude": "24.751668048445005", + "machine_status": "available", + "status": "unvisited", + "id": 261, + "last_updated": "2024-07-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 24.74293037844277, + 59.43773981057849 + ] + }, + "properties": { + "name": "Tallink Silja Line - MS Romantika Ferry", + "area": "Estonia", + "address": "Nunne 1, Tallinn", + "external_url": "http://209.221.138.252/Details.aspx?location=254085", + "internal_url": "null", + "latitude": "59.43773981057849", + "longitude": "24.74293037844277", + "machine_status": "available", + "status": "unvisited", + "id": 256, + "last_updated": "2024-07-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.12088397614399, + 36.05327210128528 + ] + }, + "properties": { + "name": "Grand Canyon General Store", + "area": "Arizona", + "address": "1 Market Plaza Rd, Grand Canyon Village, AZ 86023, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 36.05327210128528, + "longitude": -112.12088397614399, + "machine_status": "available", + "id": 7265, + "last_updated": "2024-07-03", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 24.7409419, + 59.43631539999999 + ] + }, + "properties": { + "name": "Pikajala", + "area": "Estonia", + "address": "14 Pikk Jalg, Tallinn", + "external_url": "http://209.221.138.252/Details.aspx?location=258997", + "internal_url": "null", + "latitude": "59.43631539999999", + "longitude": "24.7409419", + "machine_status": "available", + "status": "unvisited", + "id": 255, + "last_updated": "2024-07-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.5738596, + 45.4357857 + ] + }, + "properties": { + "name": "Clakamas Town Center - Made in Oregon", + "area": "Oregon", + "address": "12000 SE 82nd Avenue #2078, Happy Valley", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=433660", + "internal_url": "null", + "latitude": "45.4357857", + "longitude": "-122.5738596", + "machine_status": "available", + "id": 7266, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1706876, + 36.11774 + ] + }, + "properties": { + "name": "Museum of Selfies", + "area": "Nevada", + "address": "LINQ Promenade, 3545 S Las Vegas Blvd Suite L-07B, Las Vegas, NV 89109, Las Vegas", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=433686", + "internal_url": "null", + "latitude": "36.11774", + "longitude": "-115.1706876", + "machine_status": "retired", + "id": 7267, + "last_updated": "2024-07-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.9760005, + 40.5740101 + ] + }, + "properties": { + "name": "New York Aquarium", + "area": "New York", + "address": "Boardwalk at West 8th Street, New York City (Brooklyn)", + "external_url": "http://209.221.138.252/Details.aspx?location=3650", + "internal_url": "null", + "latitude": "40.5740101", + "longitude": "-73.9760005", + "machine_status": "retired", + "status": "unvisited", + "id": 3037, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.2360968, + 38.9635818 + ] + }, + "properties": { + "name": "Mass Street Soda & Sweets", + "area": "Kansas", + "address": "1103 Massachusetts St, Lawrence, KS 66044, Lawrence", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=433680", + "internal_url": "null", + "latitude": "38.9635818", + "longitude": "-95.2360968", + "machine_status": "available", + "id": 7268, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.121314, + 52.090695 + ] + }, + "properties": { + "name": "Domtower", + "area": "Netherlands", + "address": "Domplein 9 , Utrecht", + "external_url": "http://209.221.138.252/Details.aspx?location=36987", + "internal_url": "null", + "latitude": "52.090695", + "longitude": "5.121314", + "machine_status": "retired", + "status": "unvisited", + "id": 237, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 24.74939254291038, + 59.44253393695872 + ] + }, + "properties": { + "name": "Maritiem Museum", + "area": "Estonia", + "address": "Pikk 70, 10133 Tallinn, Estonia", + "external_url": "http://209.221.138.252/Details.aspx?location=301626", + "internal_url": "null", + "latitude": "59.44253393695872", + "longitude": "24.74939254291038", + "machine_status": "retired", + "status": "unvisited", + "id": 253, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 24.671431, + 59.395884 + ] + }, + "properties": { + "name": "Tallinn Technical University", + "area": "Estonia", + "address": "Ehitaja tee 5, Tallinn", + "external_url": "http://209.221.138.252/Details.aspx?location=181877", + "internal_url": "null", + "latitude": "59.395884", + "longitude": "24.671431", + "machine_status": "retired", + "status": "unvisited", + "id": 257, + "last_updated": "2024-07-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.419427, + 39.086769 + ] + }, + "properties": { + "name": "National Frontier Trails Museum", + "area": "Missouri", + "address": "318 W. Pacific Ave, Independence", + "external_url": "http://209.221.138.252/Details.aspx?location=15528", + "internal_url": "null", + "latitude": "39.086769", + "longitude": "-94.419427", + "machine_status": "retired", + "status": "unvisited", + "id": 1093, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.360941700000001, + 43.7292336 + ] + }, + "properties": { + "name": "Tourist Information", + "area": "France", + "address": "Place du Général de Gaulle, Eze Le Village", + "external_url": "http://209.221.138.252/Details.aspx?location=197005", + "internal_url": "null", + "latitude": "43.7292336", + "longitude": "7.360941700000001", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 70, + "last_updated": "2024-07-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -103.2632553, + 44.072026 + ] + }, + "properties": { + "name": "Storybook Island", + "area": "South Dakota", + "address": "1301 Sheridan Lake Rd, Rapid City", + "external_url": "http://209.221.138.252/Details.aspx?location=2913", + "internal_url": "null", + "latitude": "44.072026", + "longitude": "-103.2632553", + "machine_status": "available", + "status": "unvisited", + "id": 5323, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.794593, + 51.5624771 + ] + }, + "properties": { + "name": "Steam Museum Of The Great Western Railways", + "area": "England", + "address": "Fire Fly Avenue, WILTSHIRE - Swindon", + "external_url": "http://209.221.138.252/Details.aspx?location=107478", + "internal_url": "null", + "latitude": "51.5624771", + "longitude": "-1.794593", + "machine_status": "available", + "status": "unvisited", + "id": 1603, + "last_updated": "2024-07-06", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.1364389, + 49.9000253 + ] + }, + "properties": { + "name": "Manitoba Museum", + "area": "Canada", + "address": "190 Rupert Avenue, Manitoba - Winnipeg", + "external_url": "http://209.221.138.252/Details.aspx?location=4238", + "internal_url": "null", + "latitude": "49.9000253", + "longitude": "-97.1364389", + "machine_status": "retired", + "status": "unvisited", + "id": 4980, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 24.7492626, + 59.44249799999999 + ] + }, + "properties": { + "name": "Maritime Museum Tallinn", + "area": "Estonia", + "address": "Pikk 70, Tallinn", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=181886", + "internal_url": "null", + "latitude": "59.44249799999999", + "longitude": "24.7492626", + "machine_status": "available", + "id": 7269, + "last_updated": "2024-05-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.2108966, + 38.9115919 + ] + }, + "properties": { + "name": "Eisenhower Presidential Library, Museum & Boyhood Home", + "area": "Kansas", + "address": "200 S.E. 4th, Abilene", + "external_url": "http://209.221.138.252/Details.aspx?location=4691", + "internal_url": "null", + "latitude": "38.9115919", + "longitude": "-97.2108966", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 3921, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.3393388221332, + 35.019003798205446 + ] + }, + "properties": { + "name": "Ruby Falls, Lookout Mountain Tower Gift Shop", + "area": "Tennessee", + "address": "1720 South Scenic Highway , Chattanooga", + "external_url": "http://209.221.138.252/Details.aspx?location=2147", + "internal_url": "null", + "latitude": "35.019003798205446", + "longitude": "-85.3393388221332", + "machine_status": "available", + "status": "unvisited", + "id": 4191, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.31316869999999, + 29.8945009 + ] + }, + "properties": { + "name": "St. George's Row Shops", + "area": "Florida", + "address": "106 St. George St., St. Augustine", + "external_url": "http://209.221.138.252/Details.aspx?location=1553", + "internal_url": "null", + "latitude": "29.8945009", + "longitude": "-81.31316869999999", + "machine_status": "retired", + "status": "unvisited", + "id": 3457, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.3131434, + 29.8944976 + ] + }, + "properties": { + "name": "Aunt Matilda's Steampunk Trunk", + "area": "Florida", + "address": "142 Saint George Street, St Augustine", + "external_url": "http://209.221.138.252/Details.aspx?location=373434", + "internal_url": "null", + "latitude": "29.8944976", + "longitude": "-81.3131434", + "machine_status": "retired", + "status": "unvisited", + "id": 5365, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.592602869255959, + 37.31578954604758 + ] + }, + "properties": { + "name": "Miradouro da Foia", + "area": "Portugal", + "address": "8550, Monchique, Algarve, Portugal", + "external_url": "http://209.221.138.252/Details.aspx?location=336733", + "internal_url": "null", + "latitude": "37.31578954604758", + "longitude": "-8.592602869255959", + "machine_status": "available", + "status": "unvisited", + "id": 5885, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -120.1927651, + 34.6140583 + ] + }, + "properties": { + "name": "Pea Soup Andersen's Restaurant", + "area": "California", + "address": "376 Avenue of the Flags, Buellton", + "external_url": "http://209.221.138.252/Details.aspx?location=1441", + "internal_url": "null", + "latitude": "34.6140583", + "longitude": "-120.1927651", + "machine_status": "retired", + "status": "unvisited", + "id": 4581, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.1912676, + 33.7598278 + ] + }, + "properties": { + "name": "Shoreline Village - Santa's Workshop", + "area": "California", + "address": "419 A Shoreline Village Drive, Long Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=433927", + "internal_url": "null", + "latitude": "33.7598278", + "longitude": "-118.1912676", + "machine_status": "available", + "id": 7270, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.86568470000002, + 47.4662976 + ] + }, + "properties": { + "name": "Sundae in the Park - Fort Wilkins ", + "area": "Michigan", + "address": "15223 US Highway 41 (c/o Fort Wilkins State Park 15318 US 41) , Copper Harbor", + "external_url": "http://209.221.138.252/Details.aspx?location=319907", + "internal_url": "null", + "latitude": "47.4662976", + "longitude": "-87.86568470000002", + "machine_status": "retired", + "status": "unvisited", + "id": 2504, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.9308547, + 45.3734512 + ] + }, + "properties": { + "name": "Susie's Sweets and Souvenirs", + "area": "Wisconsin", + "address": "1219 Main Road, Washington Island", + "external_url": "http://209.221.138.252/Details.aspx?location=339906", + "internal_url": "null", + "latitude": "45.3734512", + "longitude": "-86.9308547", + "machine_status": "available", + "status": "unvisited", + "id": 2463, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.3364522718414, + 29.938881962885574 + ] + }, + "properties": { + "name": "Buc-ee’s - St. Augustine", + "area": "Florida", + "address": "200 World Commerce Pkwy, St. Augustine, FL 32092", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 29.938881962885574, + "longitude": -81.3364522718414, + "machine_status": "available", + "id": 7271, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.33884259999999, + 36.6670294 + ] + }, + "properties": { + "name": "Silver Dollar City", + "area": "Missouri", + "address": "1383 State Highway 376, Branson", + "external_url": "http://209.221.138.252/Details.aspx?location=3260", + "internal_url": "null", + "latitude": "36.6670294", + "longitude": "-93.33884259999999", + "machine_status": "available", + "status": "unvisited", + "id": 1070, + "last_updated": "2024-07-12", + "multimachine": 12, + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -71.3824374, + 42.4072107 + ] + }, + "properties": { + "name": "Massachusetts", + "area": "_Collector Books_", + "address": ", Massachusetts", + "external_url": "http://209.221.138.252/Details.aspx?location=106109", + "internal_url": "null", + "latitude": "42.4072107", + "longitude": "-71.3824374", + "machine_status": "retired", + "status": "unvisited", + "id": 5572, + "last_updated": "2024-07-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.25524999999999, + 44.6912923 + ] + }, + "properties": { + "name": "Point Betsie Lighthouse", + "area": "Michigan", + "address": "3701 Point Betsie Rd, Frankfort", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434025", + "internal_url": "null", + "latitude": "44.6912923", + "longitude": "-86.25524999999999", + "machine_status": "available", + "id": 7272, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.02758241219149, + 35.04641060527552 + ] + }, + "properties": { + "name": "The Kid's Store", + "area": "Tennessee", + "address": ", Memphis", + "external_url": "http://209.221.138.252/Details.aspx?location=386903", + "internal_url": "null", + "latitude": "35.04641060527552", + "longitude": "-90.02758241219149", + "machine_status": "available", + "status": "unvisited", + "id": 5974, + "last_updated": "2024-07-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.74567549999999, + 35.6781762 + ] + }, + "properties": { + "name": "Little River Village Marathon Gas Station", + "area": "Tennessee", + "address": "8533 State Hwy. 73 , Townsend", + "external_url": "http://209.221.138.252/Details.aspx?location=2690", + "internal_url": "null", + "latitude": "35.6781762", + "longitude": "-83.74567549999999", + "machine_status": "available", + "status": "unvisited", + "id": 4297, + "last_updated": "2024-07-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.3741087, + 35.2825237 + ] + }, + "properties": { + "name": "Courthouse Square - Cowboy Jacks", + "area": "Tennessee", + "address": "50 Hiles St. Lynchburg, TN , 37352", + "external_url": "http://209.221.138.252/Details.aspx?location=2176", + "internal_url": "null", + "latitude": "35.2825237", + "longitude": "-86.3741087", + "machine_status": "available", + "status": "unvisited", + "id": 4227, + "last_updated": "2024-07-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.9987611, + 37.1887934 + ] + }, + "properties": { + "name": "Bumbleberry Gift Shop & Bakery", + "area": "Utah", + "address": "897 Zion Park Rd, Springdale", + "external_url": "http://209.221.138.252/Details.aspx?location=371575", + "internal_url": "null", + "latitude": "37.1887934", + "longitude": "-112.9987611", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 5413, + "last_updated": "2024-07-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.5497250684859667, + 42.57071290947021 + ] + }, + "properties": { + "name": "Jaca cathedral", + "area": "Spain", + "address": "Jaca", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 42.57071290947021, + "longitude": -0.5497250684859667, + "machine_status": "available", + "id": 7273, + "last_updated": "2024-07-09", + "multimachine": "1x3 prints (I only got 2/3)", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 16.3542387, + 48.5318371 + ] + }, + "properties": { + "name": "Ernstbrunn Wildlife Park", + "area": "Austria", + "address": "Hollabrunnerstrasse, Ernstbrunn", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434105", + "internal_url": "null", + "latitude": "48.5318371", + "longitude": "16.3542387", + "machine_status": "available", + "id": 7274, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -63.4070892, + 46.4846611 + ] + }, + "properties": { + "name": "Cavendish Beach Adventure Zone", + "area": "Canada", + "address": "18 Moore Rd, PEI - Cavendish", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434110", + "internal_url": "null", + "latitude": "46.4846611", + "longitude": "-63.4070892", + "machine_status": "available", + "id": 7275, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.092801, + 50.731913 + ] + }, + "properties": { + "name": "LVR-Museum Bonn", + "area": "Germany", + "address": "Colmantstr. 14-16 ", + "external_url": "http://209.221.138.252/Details.aspx?location=182123", + "internal_url": "null", + "latitude": "50.731913", + "longitude": "7.092801", + "machine_status": "retired", + "status": "unvisited", + "id": 451, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.9001437, + 33.6031719 + ] + }, + "properties": { + "name": "ExplorOcean - Balboa Arcade (Was Balboa Fun Zone- Game Arcade)", + "area": "California", + "address": "600 E. Bay Ave, Newport Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=1282", + "internal_url": "null", + "latitude": "33.6031719", + "longitude": "-117.9001437", + "machine_status": "retired", + "status": "unvisited", + "id": 4707, + "last_updated": "2024-07-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 20.62489739168428, + 37.85955722301916 + ] + }, + "properties": { + "name": "Shipwreck", + "area": "Greece", + "address": "VJ5F+R4, Elation 290 91, Greece", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 37.85955722301916, + "longitude": 20.62489739168428, + "machine_status": "available", + "id": 7276, + "last_updated": "2024-07-10", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.783789400000001, + 51.4806122 + ] + }, + "properties": { + "name": "Landschaftspark Nord", + "area": "Germany", + "address": "Emscherstraße 71, Duisburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434171", + "internal_url": "null", + "latitude": "51.4806122", + "longitude": "6.783789400000001", + "machine_status": "available", + "id": 7277, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.7937917, + 51.4110449 + ] + }, + "properties": { + "name": "Pippolino", + "area": "Germany", + "address": "Masurenallee 21-23, Duisburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434172", + "internal_url": "null", + "latitude": "51.4110449", + "longitude": "6.7937917", + "machine_status": "available", + "id": 7278, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.7814089, + 51.4098357 + ] + }, + "properties": { + "name": "Sportpark", + "area": "Germany", + "address": "Bertaallee 7, Duisburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434174", + "internal_url": "null", + "latitude": "51.4098357", + "longitude": "6.7814089", + "machine_status": "available", + "id": 7279, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.7773898, + 51.4090456 + ] + }, + "properties": { + "name": "Zebrashop at SchauInsLand Reisen Arena", + "area": "Germany", + "address": "Margaretenstraße 5-7, Duisburg ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434175", + "internal_url": "null", + "latitude": "51.4090456", + "longitude": "6.7773898", + "machine_status": "available", + "id": 7280, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.801687800000001, + 51.491122 + ] + }, + "properties": { + "name": "Zoo Zajac", + "area": "Germany", + "address": "Konrad-Adenauer-Ring 6, Duisburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434173", + "internal_url": "null", + "latitude": "51.491122", + "longitude": "6.801687800000001", + "machine_status": "available", + "id": 7281, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.1883096, + 45.46458320000001 + ] + }, + "properties": { + "name": "Milano Souvenir", + "area": "Italy", + "address": "Piazza Duomo dal 1982, Milan (Milano) - Lombardy Region (MI) Milano Province", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434169", + "internal_url": "null", + "latitude": "45.46458320000001", + "longitude": "9.1883096", + "machine_status": "available", + "id": 7282, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 139.7627094, + 35.6542566 + ] + }, + "properties": { + "name": "Tokyo Bay Night Cruise aboard Sarubia-maru", + "area": "Japan", + "address": "Takeshiba Terminal 1-12-2 Kaigan Minato-ku, Tokyo", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434177", + "internal_url": "null", + "latitude": "35.6542566", + "longitude": "139.7627094", + "machine_status": "available", + "id": 7283, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -72.0992342, + 42.1089429 + ] + }, + "properties": { + "name": "Old Sturbridge Village", + "area": "Massachusetts", + "address": "1 Old Sturbridge Village Road, Sturbridge", + "external_url": "http://209.221.138.252/Details.aspx?location=2642", + "internal_url": "null", + "latitude": "42.1089429", + "longitude": "-72.0992342", + "machine_status": "retired", + "status": "unvisited", + "id": 2931, + "last_updated": "2024-07-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.09616177554015, + 43.65137276854406 + ] + }, + "properties": { + "name": "Blue Earth Welcome Center/ Green Giant Museum", + "area": "Minnesota", + "address": "1134 Giant Lane, Blue Earth, MN 56103", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 43.65137276854406, + "longitude": -94.09616177554015, + "machine_status": "available", + "id": 7284, + "last_updated": "2024-07-11" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -123.790066, + 40.009875 + ] + }, + "properties": { + "name": "One Log House Espresso & Gifts", + "area": "California", + "address": "705 US HWY 101, Garberville", + "external_url": "http://209.221.138.252/Details.aspx?location=1250", + "internal_url": "null", + "latitude": "40.009875", + "longitude": "-123.790066", + "machine_status": "retired", + "status": "unvisited", + "id": 4630, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.2558081, + 32.7942171 + ] + }, + "properties": { + "name": "Pacific Beach ", + "area": "California", + "address": "4343 Ocean Blvd, Pacific Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434283", + "internal_url": "null", + "latitude": "32.7942171", + "longitude": "-117.2558081", + "machine_status": "available", + "id": 7285, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.54651899999999, + 35.779833 + ] + }, + "properties": { + "name": "Dolly Parton's Stampede", + "area": "Tennessee", + "address": "3849 Parkway (Between E Mill Creek Rd and Conner Dr), Pigeon Forge", + "external_url": "http://209.221.138.252/Details.aspx?location=2634", + "internal_url": "null", + "latitude": "35.779833", + "longitude": "-83.54651899999999", + "machine_status": "available", + "status": "unvisited", + "id": 4265, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.0087684, + 47.7228201 + ] + }, + "properties": { + "name": "Untersbergbahn Bergstation", + "area": "Austria", + "address": "Hochalm 496/9, 5083, Austria, Salzburg (Grödig)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434353", + "internal_url": "null", + "latitude": "47.7228201", + "longitude": "13.0087684", + "machine_status": "available", + "id": 7286, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.121053, + 47.482133 + ] + }, + "properties": { + "name": "Compagnie Océane Ferry Building Quiberon", + "area": "France", + "address": "Gare Maritime, Port Maria, BRITTANY - Quiberon", + "external_url": "http://209.221.138.252/Details.aspx?location=286565", + "internal_url": "null", + "latitude": "47.482133", + "longitude": "-3.121053", + "machine_status": "retired", + "status": "unvisited", + "id": 63, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.353753899999999, + 51.2983378 + ] + }, + "properties": { + "name": "Haus Ennepetal - Kluterthöhle", + "area": "Germany", + "address": "Gasstraße 10, Ennepetal", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434348", + "internal_url": "null", + "latitude": "51.2983378", + "longitude": "7.353753899999999", + "machine_status": "available", + "id": 7287, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.185200999999999, + 51.39672299999999 + ] + }, + "properties": { + "name": "Fahrräder Hecken", + "area": "Germany", + "address": "Steinhagen 14, Hattingen", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434345", + "internal_url": "null", + "latitude": "51.39672299999999", + "longitude": "7.185200999999999", + "machine_status": "available", + "id": 7288, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.188746699999999, + 51.4074748 + ] + }, + "properties": { + "name": "Henrichshütte", + "area": "Germany", + "address": "Werksstraße 31-33, Hattingen", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434346", + "internal_url": "null", + "latitude": "51.4074748", + "longitude": "7.188746699999999", + "machine_status": "available", + "id": 7289, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.0966803, + 49.020896 + ] + }, + "properties": { + "name": "Regensburger Wundertüte", + "area": "Germany", + "address": "Goldene-Bären-Straße 12, Regensburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434351", + "internal_url": "null", + "latitude": "49.020896", + "longitude": "12.0966803", + "machine_status": "available", + "id": 7290, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.0871992, + 51.3128209 + ] + }, + "properties": { + "name": "Mariendom ", + "area": "Germany", + "address": "Elberfelder Str. 12, Velbert-Neviges", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434341", + "internal_url": "null", + "latitude": "51.3128209", + "longitude": "7.0871992", + "machine_status": "available", + "id": 7291, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.1048263, + 51.2392133 + ] + }, + "properties": { + "name": "Stadion am Zoo", + "area": "Germany", + "address": "Hubertusallee 4, Wuppertal ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434347", + "internal_url": "null", + "latitude": "51.2392133", + "longitude": "7.1048263", + "machine_status": "available", + "id": 7292, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.7470722438666815, + 52.50775184200053 + ] + }, + "properties": { + "name": "Pleasurewood Hills", + "area": "England", + "address": "90 B1385, Lowestoft NR32 5HN, UK", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 52.50775184200053, + "longitude": 1.7470722438666815, + "machine_status": "available", + "id": 7293, + "last_updated": "2024-07-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.35102552825898, + 47.8561666331915 + ] + }, + "properties": { + "name": "Sound Of Music Church", + "area": "Austria", + "address": "Werde Platz 3, 5310 Mondsee", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 47.8561666331915, + "longitude": 13.35102552825898, + "machine_status": "available", + "id": 7294, + "last_updated": "2024-07-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.33222839999999, + 42.8170563 + ] + }, + "properties": { + "name": "Boulder Ridge Wild Animal Park", + "area": "Michigan", + "address": "8313 Pratt Lake Rd, Alto", + "external_url": "http://209.221.138.252/Details.aspx?location=190559", + "internal_url": "null", + "latitude": "42.8170563", + "longitude": "-85.33222839999999", + "machine_status": "available", + "status": "unvisited", + "id": 2486, + "last_updated": "2024-07-13", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -123.1409820831797, + 45.20436177454018 + ] + }, + "properties": { + "name": "Evergreen Aviation & Space Museum", + "area": "Oregon", + "address": "510 NE Captain Michael King Smith Way, McMinnville, OR 97128, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 45.20436177454018, + "longitude": -123.1409820831797, + "machine_status": "available", + "id": 7295, + "last_updated": "2024-07-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.21236894884932, + 37.040674217803115 + ] + }, + "properties": { + "name": "Buc-ee’s", + "area": "Kentucky", + "address": "4005 Smiths Grove- Scottsville Rd, Smiths Grove, KY 42171, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 37.040674217803115, + "longitude": -86.21236894884932, + "machine_status": "available", + "id": 7296, + "last_updated": "2024-07-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -123.0142862, + 48.5349606 + ] + }, + "properties": { + "name": "Dockside Treasures", + "area": "Washington", + "address": "100 Front Street #6, Friday Harbor on San Juan Island", + "external_url": "http://209.221.138.252/Details.aspx?location=74355", + "internal_url": "null", + "latitude": "48.5349606", + "longitude": "-123.0142862", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 5102, + "last_updated": "2024-07-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.153505157940209, + 41.08514278767115 + ] + }, + "properties": { + "name": "Souvenir shop entrance portaventura world", + "area": "Spain", + "address": "Av. Pere molas tarragona43840 Salou, Tarragona, Spain", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 41.08514278767115, + "longitude": 1.153505157940209, + "machine_status": "available", + "id": 7297, + "last_updated": "2024-07-15", + "multimachine": 4, + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -70.6030665, + 41.45492420000001 + ] + }, + "properties": { + "name": "Mardells gift shop", + "area": "Massachusetts", + "address": "50 Main St, Vineyard Haven (Marthas Vineyard)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434554", + "internal_url": "null", + "latitude": "41.45492420000001", + "longitude": "-70.6030665", + "machine_status": "available", + "id": 7298, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.02816, + 35.4752693 + ] + }, + "properties": { + "name": "Farmers Furniture ", + "area": "Tennessee", + "address": "200 Able Drive, Dayton", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434538", + "internal_url": "null", + "latitude": "35.4752693", + "longitude": "-85.02816", + "machine_status": "available", + "id": 7299, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.480263, + 44.229329 + ] + }, + "properties": { + "name": "Kingston and Pembroke Railway Station Visitor Information Center", + "area": "Canada", + "address": "209 Ontario Street, Ontario - Kingston", + "external_url": "http://209.221.138.252/Details.aspx?location=105212", + "internal_url": "null", + "latitude": "44.229329", + "longitude": "-76.480263", + "machine_status": "retired", + "status": "unvisited", + "id": 5000, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.7766757, + 25.0426687 + ] + }, + "properties": { + "name": "????DAEBAK (Shifen Old Street)", + "area": "Taiwan", + "address": "No. 106 , Shifen Street, Pingxi District, New Taipei City, New Taipei City - Pingxi District", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434520", + "internal_url": "null", + "latitude": "25.0426687", + "longitude": "121.7766757", + "machine_status": "available", + "id": 7300, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.5055717, + 25.0451617 + ] + }, + "properties": { + "name": "Spy x Family Cafe (inside Eslite Spectrum Wuchang Mall)", + "area": "Taiwan", + "address": "No. 77, Section 2, Wuchang St, Wanhua District, Taipei City, 108, Taipei (Ximen Shopping District)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434519", + "internal_url": "null", + "latitude": "25.0451617", + "longitude": "121.5055717", + "machine_status": "available", + "id": 7301, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.0890219, + 39.99893429999999 + ] + }, + "properties": { + "name": "WOW! Children's Museum", + "area": "Colorado", + "address": "110 N. Harrison Ave., Lafayette", + "external_url": "http://209.221.138.252/Details.aspx?location=306429", + "internal_url": "null", + "latitude": "39.99893429999999", + "longitude": "-105.0890219", + "machine_status": "retired", + "status": "unvisited", + "id": 1889, + "last_updated": "2024-07-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.7743614, + 38.945846 + ] + }, + "properties": { + "name": "George Orthodontics", + "area": "Colorado", + "address": "7770 N Union Blvd, Suite B, Colorado Springs", + "external_url": "http://209.221.138.252/Details.aspx?location=196082", + "internal_url": "null", + "latitude": "38.945846", + "longitude": "-104.7743614", + "machine_status": "available", + "status": "unvisited", + "id": 5281, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.2862464, + 47.5101885 + ] + }, + "properties": { + "name": "C.M. Russell Museum", + "area": "Montana", + "address": "400 13th St N, Great Falls", + "external_url": "http://209.221.138.252/Details.aspx?location=317535", + "internal_url": "null", + "latitude": "47.5101885", + "longitude": "-111.2862464", + "machine_status": "retired", + "status": "unvisited", + "id": 2963, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.7277117510711, + 45.78081647886706 + ] + }, + "properties": { + "name": "Mackinaw Crossing", + "area": "Michigan", + "address": "182 S Huron Ave, Mackinaw City, MI 49701, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 45.78081647886706, + "longitude": -84.7277117510711, + "machine_status": "available", + "id": 7302, + "last_updated": "2024-07-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.5072025, + 46.05189439999999 + ] + }, + "properties": { + "name": "Barbara Souvenirs 'E' Gifts", + "area": "Slovenia", + "address": "Vicino a Doprsni kip Antona Trstenjaka, Trubarjeva cesta 7, 1000 Ljubljana, Slovenia, Lubiana", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434665", + "internal_url": "null", + "latitude": "46.05189439999999", + "longitude": "14.5072025", + "machine_status": "retired", + "id": 7303, + "last_updated": "2024-09-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 121.510553, + 25.137255 + ] + }, + "properties": { + "name": "Tea Colors Cafe - Thermal Valley ", + "area": "Taiwan", + "address": "No. 28-1, Zhongshan Road, Beitou District, Taipei City, Taipei - Beitou District", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434666", + "internal_url": "null", + "latitude": "25.137255", + "longitude": "121.510553", + "machine_status": "available", + "id": 7304, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 120.9300411, + 23.848537 + ] + }, + "properties": { + "name": "The Cyrstal Inn", + "area": "Taiwan", + "address": "No. 110, Wenhua Street, Yuchi Township, Nantou County, Yuchi Township - Ita Thao Shopping District", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434521", + "internal_url": "null", + "latitude": "23.848537", + "longitude": "120.9300411", + "machine_status": "available", + "id": 7305, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 120.9311185, + 23.8479442 + ] + }, + "properties": { + "name": "Yiyong Street", + "area": "Taiwan", + "address": "No. 76 , Yiyong Street, Riyue Village, Yuchi Township, Nantou County, Yuchi Township - Ita Thao Shopping District", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434522", + "internal_url": "null", + "latitude": "23.8479442", + "longitude": "120.9311185", + "machine_status": "available", + "id": 7306, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 120.9114, + 23.86666 + ] + }, + "properties": { + "name": "Shuishe Visitor Center/ Mall", + "area": "Taiwan", + "address": "No. 163 , Zhongshan Road, Yuchi Township, Nantou County, Yuchi Township - Shuishe", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434523", + "internal_url": "null", + "latitude": "23.86666", + "longitude": "120.9114", + "machine_status": "available", + "id": 7307, + "last_updated": "2024-07-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -151.4224173, + 59.60238940000001 + ] + }, + "properties": { + "name": "Fish Connection ", + "area": "Alaska", + "address": ", Homer", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "59.60238940000001", + "longitude": "-151.4224173", + "machine_status": "available", + "id": 7308, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -151.4224173, + 59.60238940000001 + ] + }, + "properties": { + "name": "Fish Connection ", + "area": "Alaska", + "address": ", Homer", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": "59.60238940000001", + "longitude": "-151.4224173", + "machine_status": "available", + "id": 7309, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -114.346973, + 34.4727777 + ] + }, + "properties": { + "name": "Lake Havasu City Visitor Center", + "area": "Arizona", + "address": "422 English Village, Lake Havasu City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434937", + "internal_url": "null", + "latitude": "34.4727777", + "longitude": "-114.346973", + "machine_status": "available", + "id": 7310, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.404954, + 52.52000659999999 + ] + }, + "properties": { + "name": "Western Pressed Penny Souvenir shop ", + "area": "Maryland", + "address": ", Berlin", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435107", + "internal_url": "null", + "latitude": "52.52000659999999", + "longitude": "13.404954", + "machine_status": "available", + "id": 7311, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.5365599, + 45.18765500000001 + ] + }, + "properties": { + "name": "Cabela's", + "area": "Minnesota", + "address": "20200 Rogers Drive, Rogers", + "external_url": "http://209.221.138.252/Details.aspx?location=8154", + "internal_url": "null", + "latitude": "45.18765500000001", + "longitude": "-93.5365599", + "machine_status": "retired", + "status": "unvisited", + "id": 3170, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.8819491, + 33.7156173 + ] + }, + "properties": { + "name": "Broadway at the Beach - Klig's Kites", + "area": "South Carolina", + "address": "1325 Celebrity Circle, #M146, Myrtle Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3140", + "internal_url": "null", + "latitude": "33.7156173", + "longitude": "-78.8819491", + "machine_status": "available", + "id": 7312, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.87653399999999, + 33.715809 + ] + }, + "properties": { + "name": "Broadway at the Beach - River Street Sweets", + "area": "South Carolina", + "address": "1116 Celebrity Circle, #C310, Myrtle Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=19316", + "internal_url": "null", + "latitude": "33.715809", + "longitude": "-78.87653399999999", + "machine_status": "retired", + "status": "unvisited", + "id": 2213, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.7444031, + 52.50703189999999 + ] + }, + "properties": { + "name": "Pleasurewood Hills Family Theme Park", + "area": "England", + "address": "Leisure Way, SUFFOLK - Lowestoft", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434750", + "internal_url": "null", + "latitude": "52.50703189999999", + "longitude": "1.7444031", + "machine_status": "available", + "id": 7313, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 19.0391045, + 47.4981912 + ] + }, + "properties": { + "name": "Buda Castle Funicular", + "area": "Hungary", + "address": "Castle District", + "external_url": "http://209.221.138.252/Details.aspx?location=9750", + "internal_url": "null", + "latitude": "47.4981912", + "longitude": "19.0391045", + "machine_status": "retired", + "status": "unvisited", + "id": 818, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 19.0501225, + 47.530426 + ] + }, + "properties": { + "name": "Margit Sziget Szabadtéri Színpad", + "area": "Hungary", + "address": "Budapest, Zielinski Szilárd stny., 1007, Budapest", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434762", + "internal_url": "null", + "latitude": "47.530426", + "longitude": "19.0501225", + "machine_status": "available", + "id": 7314, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 21.3965517, + 47.4435369 + ] + }, + "properties": { + "name": "Aqua Szuvenír", + "area": "Hungary", + "address": ", Hajdúszoboszló", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434763", + "internal_url": "null", + "latitude": "47.4435369", + "longitude": "21.3965517", + "machine_status": "available", + "id": 7315, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.3872339, + 52.1554695 + ] + }, + "properties": { + "name": "Tourist Office Amersfoort (VVV)", + "area": "Netherlands", + "address": "Breestraat 1, Amersfoort", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=434765", + "internal_url": "null", + "latitude": "52.1554695", + "longitude": "5.3872339", + "machine_status": "available", + "id": 7316, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.613984499999999, + 41.1458213 + ] + }, + "properties": { + "name": "Clérigos Church Tower", + "area": "Portugal", + "address": "R. de São Filipe de Nery, 4050-546 Porto, Porto", + "external_url": "http://209.221.138.252/Details.aspx?location=287470", + "internal_url": "null", + "latitude": "41.1458213", + "longitude": "-8.613984499999999", + "machine_status": "retired", + "status": "unvisited", + "id": 675, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.6279881, + 46.7579868 + ] + }, + "properties": { + "name": "Thun Boat Dock", + "area": "Switzerland", + "address": ", Thun", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435085", + "internal_url": "null", + "latitude": "46.7579868", + "longitude": "7.6279881", + "machine_status": "available", + "id": 7317, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.2070644, + 38.0932834 + ] + }, + "properties": { + "name": "Assateague Island gifts and merchandise", + "area": "Maryland", + "address": ", Asseteague ", + "external_url": "null", + "internal_url": "null", + "latitude": "38.0932834", + "longitude": "-75.2070644", + "machine_status": "available", + "status": "unvisited", + "id": 5208, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.8226881, + 40.7641297 + ] + }, + "properties": { + "name": "National History Museum of Utah", + "area": "Utah", + "address": "301 Wakara Way, Salt Lake City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435216", + "internal_url": "null", + "latitude": "40.7641297", + "longitude": "-111.8226881", + "machine_status": "available", + "id": 7318, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.240494, + 38.4409764 + ] + }, + "properties": { + "name": "Pizza Madness", + "area": "Colorado", + "address": "509 Main St, Cañon City", + "external_url": "null", + "internal_url": "null", + "latitude": "38.4409764", + "longitude": "-105.240494", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 1818, + "last_updated": "2024-07-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.1454166, + 37.7486635 + ] + }, + "properties": { + "name": "Oakland Zoo", + "area": "California", + "address": "9777 Golf Links Road, Oakland", + "external_url": "http://209.221.138.252/Details.aspx?location=104736", + "internal_url": "null", + "latitude": "37.7486635", + "longitude": "-122.1454166", + "machine_status": "available", + "status": "retired", + "id": 4715, + "last_updated": "2024-07-23", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.1902941, + 33.7607682 + ] + }, + "properties": { + "name": "Pelican Pier", + "area": "California", + "address": "411 Shoreline Village Dr,, Long Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435363", + "internal_url": "null", + "latitude": "33.7607682", + "longitude": "-118.1902941", + "machine_status": "available", + "id": 7319, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.4876731, + 43.6678515 + ] + }, + "properties": { + "name": "Silver Town Mini Golf", + "area": "Michigan", + "address": "8424 West Hazel Rd., Mears", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435302", + "internal_url": "null", + "latitude": "43.6678515", + "longitude": "-86.4876731", + "machine_status": "available", + "id": 7320, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.1451175, + 48.94568109999999 + ] + }, + "properties": { + "name": "Office de Tourisme de Maisons - Laffitte", + "area": "France", + "address": "41 Av. de Longueil , Maisons-Laffitte", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435304", + "internal_url": "null", + "latitude": "48.94568109999999", + "longitude": "2.1451175", + "machine_status": "available", + "id": 7321, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.09336773168765, + 32.04675559665894 + ] + }, + "properties": { + "name": "Buc-ee’s", + "area": "Texas", + "address": "165 US-77, Hillsboro, TX 76645, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 32.04675559665894, + "longitude": -97.09336773168765, + "machine_status": "available", + "id": 7322, + "last_updated": "2024-07-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -147.3431398, + 64.75489859999999 + ] + }, + "properties": { + "name": "Santa Claus House North Pole", + "area": "Alaska", + "address": "101 St. Nicholas Dr, North Pole", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435436", + "internal_url": "null", + "latitude": "64.75489859999999", + "longitude": "-147.3431398", + "machine_status": "available", + "id": 7323, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.04608, + 34.517285 + ] + }, + "properties": { + "name": "Hot Springs Mountain Tower", + "area": "Arkansas", + "address": "401 Hot Springs Mountain Drive, Hot Springs", + "external_url": "http://209.221.138.252/Details.aspx?location=500", + "internal_url": "null", + "latitude": "34.517285", + "longitude": "-93.04608", + "machine_status": "available", + "status": "unvisited", + "id": 2304, + "last_updated": "2024-09-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.1560721, + 42.1082542 + ] + }, + "properties": { + "name": "Waldameer Park & Waterworld", + "area": "Pennsylvania", + "address": ", Erie", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=3854", + "internal_url": "null", + "latitude": "42.1082542", + "longitude": "-80.1560721", + "machine_status": "available", + "id": 7324, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.1440898, + 26.0494753 + ] + }, + "properties": { + "name": "Jaxson's Ice Cream Parlor", + "area": "Florida", + "address": "128 S Federal Hwy, Dania Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=20695", + "internal_url": "null", + "latitude": "26.0494753", + "longitude": "-80.1440898", + "machine_status": "retired", + "status": "unvisited", + "id": 3276, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.7243266, + 38.54761999999999 + ] + }, + "properties": { + "name": "Fish Lake Lodge General Store", + "area": "Utah", + "address": "2 North State Route 25, Fish Lake (Close to Richfield and Burrville)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435437", + "internal_url": "null", + "latitude": "38.54761999999999", + "longitude": "-111.7243266", + "machine_status": "available", + "id": 7325, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -71.3249108, + 43.3076073 + ] + }, + "properties": { + "name": "Drake Field", + "area": "New Hampshire", + "address": "17 Fayette St, Pittsfield", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435536", + "internal_url": "null", + "latitude": "43.3076073", + "longitude": "-71.3249108", + "machine_status": "available", + "id": 7326, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.7310343, + 39.3235965 + ] + }, + "properties": { + "name": "The Hodge Podge", + "area": "West Virginia", + "address": "148 High Street, Harpers Ferry", + "external_url": "http://209.221.138.252/Details.aspx?location=16162", + "internal_url": "null", + "latitude": "39.3235965", + "longitude": "-77.7310343", + "machine_status": "retired", + "status": "unvisited", + "id": 3897, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -104.8576874, + 41.11916009999999 + ] + }, + "properties": { + "name": "Little Americas Cheyenne Gas Station", + "area": "Wyoming", + "address": "2800 W Lincoln Way,, Cheyenne", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435537", + "internal_url": "null", + "latitude": "41.11916009999999", + "longitude": "-104.8576874", + "machine_status": "available", + "id": 7327, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.2038369, + 49.70782149999999 + ] + }, + "properties": { + "name": "Normandie - Etretat", + "area": "France", + "address": "Le Vieux Marché, Etretat", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435411", + "internal_url": "null", + "latitude": "49.70782149999999", + "longitude": "0.2038369", + "machine_status": "available", + "id": 7328, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 145.08510430844294, + -37.88688872176615 + ] + }, + "properties": { + "name": "Legoland", + "area": "Australia", + "address": "1341 Dandenong Rd Malvern East 3145", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": -37.88688872176615, + "longitude": 145.08510430844294, + "machine_status": "available", + "id": 7329, + "last_updated": "2024-07-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 11.5711408, + 48.1384249 + ] + }, + "properties": { + "name": "Max Krug", + "area": "Germany", + "address": "Neuhauser Strasse 2", + "external_url": "http://209.221.138.252/Details.aspx?location=284293", + "internal_url": "null", + "latitude": "48.1384249", + "longitude": "11.5711408", + "machine_status": "retired", + "status": "unvisited", + "id": 564, + "last_updated": "2024-07-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.27013343649705, + 33.923535627584386 + ] + }, + "properties": { + "name": "Beach Mart/Cubelet Ice", + "area": "North Carolina", + "address": "3368 Holden Beach Rd. SW, Holden Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=5406", + "internal_url": "null", + "latitude": "33.923535627584386", + "longitude": "-78.27013343649705", + "machine_status": "available", + "status": "unvisited", + "id": 4115, + "last_updated": "2024-07-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.3905042, + 53.0412118 + ] + }, + "properties": { + "name": "Gevangenismuseum Veenhuizen", + "area": "Netherlands", + "address": "Oude Gracht 1, Veenhuizen ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435586", + "internal_url": "null", + "latitude": "53.0412118", + "longitude": "6.3905042", + "machine_status": "available", + "id": 7330, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.1214154, + 39.4095814 + ] + }, + "properties": { + "name": "Campo de Criptana Windmills", + "area": "Spain", + "address": "C. Rocinante, 13, 13610 Campo de Criptana, Ciudad Real, Campo de Criptana (Castilla la Mancha) ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435583", + "internal_url": "null", + "latitude": "39.4095814", + "longitude": "-3.1214154", + "machine_status": "available", + "id": 7331, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.0098019, + 43.321319 + ] + }, + "properties": { + "name": "Monte Igueldo Amusement Park", + "area": "Spain", + "address": "De Igeldo Ibilbidea, 183, San Sebastian", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435597", + "internal_url": "null", + "latitude": "43.321319", + "longitude": "-2.0098019", + "machine_status": "available", + "id": 7332, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.30579589999999, + 30.1069809 + ] + }, + "properties": { + "name": "Buc-ee's", + "area": "Texas", + "address": "1700 Highway 71 East, Bastrop", + "external_url": "http://209.221.138.252/Details.aspx?location=209282", + "internal_url": "null", + "latitude": "30.1069809", + "longitude": "-97.30579589999999", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 3654, + "last_updated": "2024-07-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.875656212643214, + 51.88878197137526 + ] + }, + "properties": { + "name": "Adlerwarte Berlebeck - 1", + "area": "Germany", + "address": "Adlerwarte Berlebeck", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 51.88878197137526, + "longitude": 8.875656212643214, + "machine_status": "available", + "id": 7334, + "last_updated": "2024-07-27", + "multimachine": 2, + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.874172350622736, + 51.89057849760274 + ] + }, + "properties": { + "name": "Adlerwarte Berlebeck - 2", + "area": "Germany", + "address": "Berlebeck", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 51.89057849760274, + "longitude": 8.874172350622736, + "machine_status": "available", + "id": 7335, + "last_updated": "2024-07-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 15.318461749653643, + 47.77332453392757 + ] + }, + "properties": { + "name": "Basilika Mariazell", + "area": "Austria", + "address": "Kardinal Eugen Tisserant-Platz 45a, 8630 Mariazell, Austria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 47.77332453392757, + "longitude": 15.318461749653643, + "machine_status": "available", + "id": 7336, + "last_updated": "2024-07-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 15.473334597650455, + 47.9260257544319 + ] + }, + "properties": { + "name": "Eybl Jet", + "area": "Austria", + "address": "Eiblstraße 12a, 3184 Schildbachrotte, Austria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 47.9260257544319, + "longitude": 15.473334597650455, + "machine_status": "available", + "id": 7337, + "last_updated": "2024-07-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.73282689999999, + 45.7794809 + ] + }, + "properties": { + "name": "Mystery Town, USA", + "area": "Michigan", + "address": "200 S Nicolet St, Mackinaw City", + "external_url": "http://209.221.138.252/Details.aspx?location=279985", + "internal_url": "null", + "latitude": "45.7794809", + "longitude": "-84.73282689999999", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 2557, + "last_updated": "2024-07-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.03005089999999, + 38.89127930000001 + ] + }, + "properties": { + "name": "Smithsonian National Museum of American History", + "area": "Washington DC", + "address": "14th Street & Constitution Avenue, N.W., MRC 189., Washington", + "external_url": "http://209.221.138.252/Details.aspx?location=992", + "internal_url": "null", + "latitude": "38.89127930000001", + "longitude": "-77.03005089999999", + "machine_status": "available", + "status": "unvisited", + "id": 3245, + "last_updated": "2024-07-27", + "multimachine": 3 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.5736557, + 35.8016963 + ] + }, + "properties": { + "name": "Beef Jerky Outlet Pigeon Forge", + "area": "Tennessee", + "address": "2726 Parkway, Pigeon Forge", + "external_url": "http://209.221.138.252/Details.aspx?location=129676", + "internal_url": "null", + "latitude": "35.8016963", + "longitude": "-83.5736557", + "machine_status": "retired", + "status": "unvisited", + "id": 4261, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -99.6049177, + 18.5563431 + ] + }, + "properties": { + "name": "Iglesia de Santa Prisca", + "area": "Mexico", + "address": "Pajaritos 3 De Cenaobscuras 40200 Taxco, Gro., Taxco", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435717", + "internal_url": "null", + "latitude": "18.5563431", + "longitude": "-99.6049177", + "machine_status": "available", + "id": 7338, + "last_updated": "2024-07-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.06422147051848, + 43.08627789630425 + ] + }, + "properties": { + "name": "Niagara Wax Museum", + "area": "New York", + "address": "301 Prospect St, Niagara Falls, NY 14303, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 43.08627789630425, + "longitude": -79.06422147051848, + "machine_status": "available", + "id": 7339, + "last_updated": "2024-07-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.57154700000001, + 35.8040891 + ] + }, + "properties": { + "name": "The Island - Patriot Peddler store", + "area": "Tennessee", + "address": "131 Island Dr, Ste 3103, Pigeon Forge", + "external_url": "http://209.221.138.252/Details.aspx?location=317282", + "internal_url": "null", + "latitude": "35.8040891", + "longitude": "-83.57154700000001", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 4279, + "last_updated": "2024-07-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.82140228087975, + 30.242250199330215 + ] + }, + "properties": { + "name": "Stuckey\"s", + "area": "Louisiana", + "address": "604 N Adams St, Welsh", + "external_url": "http://209.221.138.252/Details.aspx?location=378078", + "internal_url": "null", + "latitude": "30.242250199330215", + "longitude": "-92.82140228087975", + "machine_status": "available", + "status": "unvisited", + "id": 5174, + "last_updated": "2024-07-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.779285984711432, + 47.506216553914 + ] + }, + "properties": { + "name": "Pfänderbahn Bergstation 1", + "area": "Austria", + "address": "Pfänder 2, 6911 Lochau, Austria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 47.506216553914, + "longitude": 9.779285984711432, + "machine_status": "available", + "id": 7340, + "last_updated": "2024-07-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.779028243502275, + 47.506033652747284 + ] + }, + "properties": { + "name": "Pfänderbahn Bergstation - Machine 2", + "area": "Austria", + "address": "Pfänder 2, 6911 Lochau, Austria", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 47.506033652747284, + "longitude": 9.779028243502275, + "machine_status": "available", + "id": 7341, + "last_updated": "2024-07-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.51967629906319, + 28.37039182372141 + ] + }, + "properties": { + "name": "Disney Springs stage", + "area": "Florida", + "address": "1501 E Buena Vista Dr, Lake Buena Vista, FL 32830, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 28.37039182372141, + "longitude": -81.51967629906319, + "machine_status": "available", + "id": 7342, + "last_updated": "2024-07-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.52033032915215, + 28.370397804801154 + ] + }, + "properties": { + "name": "Disney Springs Food court", + "area": "Florida", + "address": "Walt Disney WorldLake Buena Vista, FL 32830, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 28.370397804801154, + "longitude": -81.52033032915215, + "machine_status": "available", + "id": 7343, + "last_updated": "2024-07-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -113.9828658714673, + 48.496017035071354 + ] + }, + "properties": { + "name": "West Glacier Gift Shop", + "area": "Montana", + "address": "150 Going-To-The-Sun Rd West Glacier, MT 59936 United States", + "external_url": "http://209.221.138.252/Details.aspx?location=376491", + "internal_url": "null", + "latitude": "48.496017035071354", + "longitude": "-113.9828658714673", + "machine_status": "available", + "status": "unvisited", + "id": 5374, + "last_updated": "2024-07-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -70.25347169999999, + 43.6565001 + ] + }, + "properties": { + "name": "Maine Souvenir shop", + "area": "Maine", + "address": "2 Exchange ST,, Portland", + "external_url": "http://209.221.138.252/Details.aspx?location=370512", + "internal_url": "null", + "latitude": "43.6565001", + "longitude": "-70.25347169999999", + "machine_status": "retired", + "status": "unvisited", + "id": 5185, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.6714044, + 41.2926282 + ] + }, + "properties": { + "name": "Ohio Turnpike @ Great Lakes", + "area": "Ohio", + "address": "Mile 170 Westbound, Broadview Heights", + "external_url": "http://209.221.138.252/Details.aspx?location=3858", + "internal_url": "null", + "latitude": "41.2926282", + "longitude": "-81.6714044", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 1949, + "last_updated": "2024-07-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -124.01743197576906, + 44.964537860424215 + ] + }, + "properties": { + "name": "The Chocolate Frog", + "area": "Oregon", + "address": "3521 SW Hwy 101 (Milepost 117), Lincoln City", + "external_url": "http://209.221.138.252/Details.aspx?location=330384", + "internal_url": "null", + "latitude": "44.964537860424215", + "longitude": "-124.01743197576906", + "machine_status": "available", + "status": "unvisited", + "id": 4371, + "last_updated": "2024-07-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.984556409444995, + 47.42088698162563 + ] + }, + "properties": { + "name": "Zugspitze - Alte Zollhütte", + "area": "Germany", + "address": "Zugspitze", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 47.42088698162563, + "longitude": 10.984556409444995, + "machine_status": "available", + "id": 7345, + "last_updated": "2024-07-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.99960759999999, + 40.7645266 + ] + }, + "properties": { + "name": "U.S.S. Intrepid Sea, Air & Space Museum", + "area": "New York", + "address": "Pier 86, West 46th Street & 12th Avenue, New York City (Manhattan)", + "external_url": "http://209.221.138.252/Details.aspx?location=3595", + "internal_url": "null", + "latitude": "40.7645266", + "longitude": "-73.99960759999999", + "machine_status": "retired", + "status": "unvisited", + "id": 3055, + "last_updated": "2024-07-31" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -68.27333459999997, + 44.33855589999998 + ] + }, + "properties": { + "name": "Hulls Cove Visitor Center", + "area": "Maine", + "address": "25 visitors center road, Bar Harbor", + "external_url": "http://209.221.138.252/Details.aspx?location=370304", + "internal_url": "null", + "latitude": "44.33855589999998", + "longitude": "-68.27333459999997", + "machine_status": "available", + "status": "unvisited", + "id": 5183, + "last_updated": "2024-08-01" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.2052116, + 39.6655381 + ] + }, + "properties": { + "name": "Red Rocks Park and Amphitheatre", + "area": "Colorado", + "address": "18300 Visitors Center Drive, Morrison", + "external_url": "http://209.221.138.252/Details.aspx?location=449", + "internal_url": "null", + "latitude": "39.6655381", + "longitude": "-105.2052116", + "machine_status": "available", + "status": "unvisited", + "id": 1911, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.0928937, + 50.78019459999999 + ] + }, + "properties": { + "name": "Blue Reef Aquarium", + "area": "England", + "address": "Clarence Esplenade, HAMPSHIRE - Portsmouth", + "external_url": "http://209.221.138.252/Details.aspx?location=22529", + "internal_url": "null", + "latitude": "50.78019459999999", + "longitude": "-1.0928937", + "machine_status": "available", + "status": "unvisited", + "id": 1411, + "last_updated": "2024-09-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.3568923, + 35.654771 + ] + }, + "properties": { + "name": "Fall Creek Falls State Park", + "area": "Tennessee", + "address": "2009 Village Camp Road, Pikeville", + "external_url": "http://209.221.138.252/Details.aspx?location=2662", + "internal_url": "null", + "latitude": "35.654771", + "longitude": "-85.3568923", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 4287, + "last_updated": "2024-08-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.34748882107909, + 49.480952206456905 + ] + }, + "properties": { + "name": "Eberstadter Tropfsteinhöhle", + "area": "Germany", + "address": "Höhlenweg 8, 74722 Buchen, Deutschland", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 49.480952206456905, + "longitude": 9.34748882107909, + "machine_status": "available", + "id": 7346, + "last_updated": "2024-08-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.1945247, + 41.2033216 + ] + }, + "properties": { + "name": "Pennsylvania", + "area": "_Collector Books_", + "address": ", Pennsylvania", + "external_url": "http://209.221.138.252/Details.aspx?location=106099", + "internal_url": "null", + "latitude": "41.2033216", + "longitude": "-77.1945247", + "machine_status": "retired", + "status": "unvisited", + "id": 5587, + "last_updated": "2024-08-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -74.4056612, + 40.0583238 + ] + }, + "properties": { + "name": "New Jersey", + "area": "_Collector Books_", + "address": ", New Jersey", + "external_url": "http://209.221.138.252/Details.aspx?location=331969", + "internal_url": "null", + "latitude": "40.0583238", + "longitude": "-74.4056612", + "machine_status": "retired", + "status": "unvisited", + "id": 5580, + "last_updated": "2024-08-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.90712300000001, + 40.4172871 + ] + }, + "properties": { + "name": "Ohio", + "area": "_Collector Books_", + "address": ", Ohio", + "external_url": "http://209.221.138.252/Details.aspx?location=106101", + "internal_url": "null", + "latitude": "40.4172871", + "longitude": "-82.90712300000001", + "machine_status": "retired", + "status": "unvisited", + "id": 5584, + "last_updated": "2024-08-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.29972047255046, + 42.74246845081325 + ] + }, + "properties": { + "name": "Hidden Valley Animal Adventure", + "area": "New York", + "address": "2862 Royce Rd, Varysburg, NY 14167, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 42.74246845081325, + "longitude": -78.29972047255046, + "machine_status": "available", + "id": 7347, + "last_updated": "2024-08-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -130.32140688588382, + 54.31811810353812 + ] + }, + "properties": { + "name": "Prince Rupert Cruise Line Port", + "area": "Canada", + "address": "209 Cow Bay Rd, Prince Rupert, BC V8J 1A4, Canada", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 54.31811810353812, + "longitude": -130.32140688588382, + "machine_status": "available", + "id": 7348, + "last_updated": "2024-08-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.344959297779346, + 50.10298475859425 + ] + }, + "properties": { + "name": "Geierlay Hänge-Seilbrücke", + "area": "Germany", + "address": ", Mörsdorf", + "external_url": "http://209.221.138.252/Details.aspx?location=380745", + "internal_url": "null", + "latitude": "50.10298475859425", + "longitude": "7.344959297779346", + "machine_status": "available", + "status": "unvisited", + "id": 5739, + "last_updated": "2024-08-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.193642, + 55.653071 + ] + }, + "properties": { + "name": "Serpent Mound Gift Shop", + "area": "Ohio", + "address": ", Peebles", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435981", + "internal_url": "null", + "latitude": "55.653071", + "longitude": "-3.193642", + "machine_status": "available", + "id": 7349, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.33547999999999, + 35.65827700000001 + ] + }, + "properties": { + "name": "Pops Soda Ranch", + "area": "Oklahoma", + "address": "660 W. hwy 66, Arcadia", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436270", + "internal_url": "null", + "latitude": "35.65827700000001", + "longitude": "-97.33547999999999", + "machine_status": "available", + "id": 7350, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.3988789, + 34.6186385 + ] + }, + "properties": { + "name": "Comanche National Museum & Cultural Center", + "area": "Oklahoma", + "address": "701 NW Ferris Ave, Lawton", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436385", + "internal_url": "null", + "latitude": "34.6186385", + "longitude": "-98.3988789", + "machine_status": "available", + "id": 7351, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.547663, + 40.591728 + ] + }, + "properties": { + "name": "DiLeo Oral Surgery", + "area": "Pennsylvania", + "address": "4104 Tilghman St, Allentown", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435763", + "internal_url": "null", + "latitude": "40.591728", + "longitude": "-75.547663", + "machine_status": "available", + "id": 7352, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.2302931, + 39.8224172 + ] + }, + "properties": { + "name": "Gettysburg Tours", + "area": "Pennsylvania", + "address": "778 Baltimore Street, Gettysburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436274", + "internal_url": "null", + "latitude": "39.8224172", + "longitude": "-77.2302931", + "machine_status": "available", + "id": 7353, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.39771499999999, + 40.092595 + ] + }, + "properties": { + "name": "King Of Prussia Stadium 16 & IMAX", + "area": "Pennsylvania", + "address": "300 Goddard Boulevard, King of Prussia", + "external_url": "http://209.221.138.252/Details.aspx?location=109391", + "internal_url": "null", + "latitude": "40.092595", + "longitude": "-75.39771499999999", + "machine_status": "retired", + "status": "unvisited", + "id": 4009, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -108.5601305, + 39.0807187 + ] + }, + "properties": { + "name": "Eureka McConnell Science Museum", + "area": "Colorado", + "address": "1400 North 7th Street, Grand Junction ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435739", + "internal_url": "null", + "latitude": "39.0807187", + "longitude": "-108.5601305", + "machine_status": "available", + "id": 7354, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -103.2126531, + 44.1070816 + ] + }, + "properties": { + "name": "Rapid City Mall - Uptown Rapid ", + "area": "South Dakota", + "address": "2200 North Maple Avenue, Rapid City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435910", + "internal_url": "null", + "latitude": "44.1070816", + "longitude": "-103.2126531", + "machine_status": "available", + "id": 7355, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.46421389999999, + 38.5442877 + ] + }, + "properties": { + "name": "Wallys ", + "area": "Missouri", + "address": "950 Assembly Pkwy, Fenton", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436200", + "internal_url": "null", + "latitude": "38.5442877", + "longitude": "-90.46421389999999", + "machine_status": "available", + "id": 7356, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.9982988, + 33.0467023 + ] + }, + "properties": { + "name": "Lewisville Visitor Center", + "area": "Texas", + "address": "247 West Main Street, Lewisville", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436646", + "internal_url": "null", + "latitude": "33.0467023", + "longitude": "-96.9982988", + "machine_status": "available", + "id": 7357, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.62545139999999, + 29.3813904 + ] + }, + "properties": { + "name": "Lackland Air Force Base (Mini Mall - Bldg. 7025)", + "area": "Texas", + "address": ", San Antonio", + "external_url": "http://209.221.138.252/Details.aspx?location=2600", + "internal_url": "null", + "latitude": "29.3813904", + "longitude": "-98.62545139999999", + "machine_status": "retired", + "status": "unvisited", + "id": 3782, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.3930511, + 41.94756659999999 + ] + }, + "properties": { + "name": "Blue Clothing Company", + "area": "Utah", + "address": "58 N Bear Lake Blvd, Garden City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435992", + "internal_url": "null", + "latitude": "41.94756659999999", + "longitude": "-111.3930511", + "machine_status": "available", + "id": 7358, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -156.4536393, + 20.7352345 + ] + }, + "properties": { + "name": "Violets Toy Box ", + "area": "Hawaii", + "address": "1794 S Kihei Rd, Maui - Kihei", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436202", + "internal_url": "null", + "latitude": "20.7352345", + "longitude": "-156.4536393", + "machine_status": "available", + "id": 7359, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.5993031, + 38.7970129 + ] + }, + "properties": { + "name": "Cabela's", + "area": "Virginia", + "address": "5291 Wellington Branch Drive, Gainesville", + "external_url": "http://209.221.138.252/Details.aspx?location=266646", + "internal_url": "null", + "latitude": "38.7970129", + "longitude": "-77.5993031", + "machine_status": "retired", + "status": "unvisited", + "id": 4416, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.9376529, + 32.789416 + ] + }, + "properties": { + "name": "Childrens Museum of the Low Counrty", + "area": "West Virginia", + "address": "25 Ann St, Charleston", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435747", + "internal_url": "null", + "latitude": "32.789416", + "longitude": "-79.9376529", + "machine_status": "available", + "id": 7360, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.15223759999999, + 44.4424826 + ] + }, + "properties": { + "name": "Pepin Depot Museum", + "area": "Wisconsin", + "address": "806 3rd St, Pepin", + "external_url": "http://209.221.138.252/Details.aspx?location=304654", + "internal_url": "null", + "latitude": "44.4424826", + "longitude": "-92.15223759999999", + "machine_status": "retired", + "status": "unvisited", + "id": 2452, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -110.8292436, + 44.4586009 + ] + }, + "properties": { + "name": "Old Faithful Visitor and Education Center Gift Shop", + "area": "Wyoming", + "address": "View Avenue, Yellowstone National Park - Old Faithful ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435829", + "internal_url": "null", + "latitude": "44.4586009", + "longitude": "-110.8292436", + "machine_status": "available", + "id": 7361, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.0460184, + 47.7964272 + ] + }, + "properties": { + "name": "Museum Almkanal", + "area": "Austria", + "address": "Festungsgasse, 5020 Salzburg, Austria, Salzburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435754", + "internal_url": "null", + "latitude": "47.7964272", + "longitude": "13.0460184", + "machine_status": "available", + "id": 7362, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.5349349, + 43.8250158 + ] + }, + "properties": { + "name": "LEGOLAND® Discovery Centre", + "area": "Canada", + "address": "1 Bass Pro Mills Drive (Vaughan Mills) , Ontario - Vaughan", + "external_url": "http://209.221.138.252/Details.aspx?location=228895", + "internal_url": "null", + "latitude": "43.8250158", + "longitude": "-79.5349349", + "machine_status": "retired", + "status": "unvisited", + "id": 5032, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.8908738, + 53.19008359999999 + ] + }, + "properties": { + "name": "The Hole In Wand", + "area": "England", + "address": "12 Eastgate Street, Chester, CHESHIRE - Chester", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435973", + "internal_url": "null", + "latitude": "53.19008359999999", + "longitude": "-2.8908738", + "machine_status": "available", + "id": 7363, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.1380195, + 49.2455253 + ] + }, + "properties": { + "name": "Zoo dAmnéville", + "area": "France", + "address": "1 Rue du Tigre , Amnéville", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435972", + "internal_url": "null", + "latitude": "49.2455253", + "longitude": "6.1380195", + "machine_status": "available", + "id": 7364, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.879688199999999, + 48.2232561 + ] + }, + "properties": { + "name": "Mémorial Charles De Gaulle", + "area": "France", + "address": ", Colombey-les-Deux-Églises", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436520", + "internal_url": "null", + "latitude": "48.2232561", + "longitude": "4.879688199999999", + "machine_status": "available", + "id": 7365, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.7679209, + 48.5537345 + ] + }, + "properties": { + "name": "Office de Tourisme du Lac du Der", + "area": "France", + "address": "1 bis rue de La Cachotte, Giffaumont - Champaubert", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436516", + "internal_url": "null", + "latitude": "48.5537345", + "longitude": "4.7679209", + "machine_status": "available", + "id": 7366, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.239924000000002, + 48.15733969999999 + ] + }, + "properties": { + "name": "(in front of shop of 1000 clocks)", + "area": "Germany", + "address": "Am Bach 17 (in front of shop of 1000 clocks), Triberg im Schwarzwald", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436603", + "internal_url": "null", + "latitude": "48.15733969999999", + "longitude": "8.239924000000002", + "machine_status": "available", + "id": 7367, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.475551, + 41.8994661 + ] + }, + "properties": { + "name": "Souvenir shop (near the Pantheon)", + "area": "Italy", + "address": "Via Giustiniani, 15/15 A, Rome", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435890", + "internal_url": "null", + "latitude": "41.8994661", + "longitude": "12.475551", + "machine_status": "available", + "id": 7368, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 140.1168939, + 35.1138051 + ] + }, + "properties": { + "name": "Kamogawa Sea World Hotel", + "area": "Japan", + "address": "1464-18 Higashi-cho, Chiba - Kamogawa", + "external_url": "http://209.221.138.252/Details.aspx?location=318195", + "internal_url": "null", + "latitude": "35.1138051", + "longitude": "140.1168939", + "machine_status": "retired", + "status": "unvisited", + "id": 2756, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 140.1203229, + 35.115895 + ] + }, + "properties": { + "name": "Kamogawa Seaworld", + "area": "Japan", + "address": "1464-18 Higashi-cho, Chiba - Kamogawa", + "external_url": "http://209.221.138.252/Details.aspx?location=93635", + "internal_url": "null", + "latitude": "35.115895", + "longitude": "140.1203229", + "machine_status": "retired", + "status": "unvisited", + "id": 2757, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -16.8408436, + 28.2446806 + ] + }, + "properties": { + "name": "Verde´s Lotería y Apuestas del Estado", + "area": "Spain", + "address": "C. Flor de Pascua, 2, local 2, Acantilados de Los Gigantes, Santa Cruz de Tenerife", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436016", + "internal_url": "null", + "latitude": "28.2446806", + "longitude": "-16.8408436", + "machine_status": "available", + "id": 7369, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.7831371, + 43.4408712 + ] + }, + "properties": { + "name": "Gaztelugatxe Nature Preserve", + "area": "Spain", + "address": "Gibelorratzagako San Pelaio Auzoa, 79, Bakio, Bizkaia", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435998", + "internal_url": "null", + "latitude": "43.4408712", + "longitude": "-2.7831371", + "machine_status": "available", + "id": 7370, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -6.3711663, + 39.4747644 + ] + }, + "properties": { + "name": "Plaza Mayor Souvenir Shop", + "area": "Spain", + "address": "Pl. Mayor, 7, Centro-Casco Antiguo, 10003 Cáceres, Spain, Cáceres", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436393", + "internal_url": "null", + "latitude": "39.4747644", + "longitude": "-6.3711663", + "machine_status": "available", + "id": 7371, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -6.3419716, + 38.9177678 + ] + }, + "properties": { + "name": "Caramelos Convenience Store", + "area": "Spain", + "address": "C/ José Ramón Mélida, 13, 06800 Mérida, Badajoz, Spain, Mérida", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436398", + "internal_url": "null", + "latitude": "38.9177678", + "longitude": "-6.3419716", + "machine_status": "available", + "id": 7372, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -6.3411107, + 38.9174052 + ] + }, + "properties": { + "name": "Taller de Artesania y Cerámica Terracota Mérida Extremadura", + "area": "Spain", + "address": "C/ José Ramón Mélida, 26, 06800 Mérida, Badajoz, Spain, Mérida", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436394", + "internal_url": "null", + "latitude": "38.9174052", + "longitude": "-6.3411107", + "machine_status": "available", + "id": 7373, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.1213879, + 31.5475092 + ] + }, + "properties": { + "name": "Baylor Bear Habitat", + "area": "Texas", + "address": "Baylor University 501 M P Daniel Esplanade, Waco", + "external_url": "http://209.221.138.252/Details.aspx?location=379659", + "internal_url": "null", + "latitude": "31.5475092", + "longitude": "-97.1213879", + "machine_status": "available", + "status": "unvisited", + "id": 5386, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.587106112362113, + 38.038281504142084 + ] + }, + "properties": { + "name": "Ristorante Bar Nuovo Edelweiss", + "area": "Italy", + "address": "Piazza della Loggia, 1, 91016 Erice TP, Italy", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439919", + "internal_url": "null", + "latitude": 38.038281504142084, + "longitude": 12.587106112362113, + "machine_status": "available", + "id": 7374, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.0391504, + 30.6903928 + ] + }, + "properties": { + "name": "Gulf Coast Exploreum Science Center", + "area": "Alabama", + "address": "65 Government Street (Interstate 10 Exit 26-B [Water Street]) , Mobile", + "external_url": "http://209.221.138.252/Details.aspx?location=17767", + "internal_url": "null", + "latitude": "30.6903928", + "longitude": "-88.0391504", + "machine_status": "retired", + "status": "unvisited", + "id": 1726, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.3951463, + 33.7600874 + ] + }, + "properties": { + "name": "College Football Hall of Fame", + "area": "Georgia", + "address": "250 Marietta St. NW, Atlanta", + "external_url": "http://209.221.138.252/Details.aspx?location=284416", + "internal_url": "null", + "latitude": "33.7600874", + "longitude": "-84.3951463", + "machine_status": "retired", + "status": "unvisited", + "id": 1616, + "last_updated": "2024-08-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.423644, + 30.402754 + ] + }, + "properties": { + "name": "LuLu's Destin", + "area": "Florida", + "address": "4607 Legendary Marina Drive, Destin", + "external_url": "http://209.221.138.252/Details.aspx?location=271751", + "internal_url": "null", + "latitude": "30.402754", + "longitude": "-86.423644", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 3292, + "last_updated": "2024-08-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.619653699999999, + 41.5309687 + ] + }, + "properties": { + "name": "Barcelos, Braga", + "area": "Portugal", + "address": "Largo da Porta Nova 19, 4750-329 Barcelos, Portogallo, Barcelos", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436717", + "internal_url": "null", + "latitude": "41.5309687", + "longitude": "-8.619653699999999", + "machine_status": "available", + "id": 7375, + "last_updated": "2024-08-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.2874674, + 39.250902 + ] + }, + "properties": { + "name": "Leadville, Colorado & Southern Railroad", + "area": "Colorado", + "address": "326 E 7th St, Leadville", + "external_url": "http://209.221.138.252/Details.aspx?location=271942", + "internal_url": "null", + "latitude": "39.250902", + "longitude": "-106.2874674", + "machine_status": "available", + "status": "unvisited", + "id": 1893, + "last_updated": "2024-08-07", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.1179609, + 40.1561609 + ] + }, + "properties": { + "name": "Columbus Zoo and Aquarium", + "area": "Ohio", + "address": "9990 Riverside Drive, Powell", + "external_url": "http://209.221.138.252/Details.aspx?location=3796", + "internal_url": "null", + "latitude": "40.1561609", + "longitude": "-83.1179609", + "machine_status": "available", + "status": "unvisited", + "id": 2002, + "last_updated": "2024-08-07", + "multimachine": 6, + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -15.597929, + 27.7361271 + ] + }, + "properties": { + "name": "Maspalomas", + "area": "Spain", + "address": "Paseo del Faro 2, Maspalomas, San Bartolomé de Tirajana", + "external_url": "http://209.221.138.252/Details.aspx?location=363451", + "internal_url": "null", + "latitude": "27.7361271", + "longitude": "-15.597929", + "machine_status": "retired", + "status": "unvisited", + "id": 5938, + "last_updated": "2024-08-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.447237299999999, + 52.9085642 + ] + }, + "properties": { + "name": "Speelstad Oranje", + "area": "Netherlands", + "address": "9416 TC, Oranje (Midden-Drenthe)", + "external_url": "http://209.221.138.252/Details.aspx?location=104003", + "internal_url": "null", + "latitude": "52.9085642", + "longitude": "6.447237299999999", + "machine_status": "retired", + "status": "unvisited", + "id": 215, + "last_updated": "2024-08-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.1825620291430505, + 55.95439388367951 + ] + }, + "properties": { + "name": "Nelson’s Monument", + "area": "Scotland", + "address": "Nelson’s MonumentRegent Terrace, Edinburgh EH7 5BN, UK", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436874", + "internal_url": "null", + "latitude": 55.95439388367951, + "longitude": -3.1825620291430505, + "machine_status": "available", + "id": 7376, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.193367, + 30.4176097 + ] + }, + "properties": { + "name": "Visitor Information Center", + "area": "Florida", + "address": "1401 E Gregory St., Pensacola", + "external_url": "http://209.221.138.252/Details.aspx?location=242619", + "internal_url": "null", + "latitude": "30.4176097", + "longitude": "-87.193367", + "machine_status": "available", + "status": "unvisited", + "id": 3433, + "last_updated": "2024-09-01" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.77109452682734, + 43.62775602681171 + ] + }, + "properties": { + "name": "Dells mining company", + "area": "Wisconsin", + "address": "427 State Hwy 13, Wisconsin Dells, WI 53965, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 43.62775602681171, + "longitude": -89.77109452682734, + "machine_status": "available", + "id": 7448, + "last_updated": "2024-08-27" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.65749148131677, + 30.37355925775665 + ] + }, + "properties": { + "name": "OWA Gift Shop (located inside the park)", + "area": "Alabama", + "address": "106 S Owa Blvd, Foley, AL 36535, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 30.37355925775665, + "longitude": -87.65749148131677, + "machine_status": "available", + "id": 7449, + "last_updated": "2024-08-27", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.551464, + 41.6003411 + ] + }, + "properties": { + "name": "Iowa State Fair", + "area": "Iowa", + "address": ", Des Moines", + "external_url": "http://209.221.138.252/Details.aspx?location=17907", + "internal_url": "null", + "latitude": "41.6003411", + "longitude": "-93.551464", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 2337, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.5025579, + 34.7292358 + ] + }, + "properties": { + "name": "Cobblestone Creamery ", + "area": "Oklahoma", + "address": "139 Upper E. Dr. Suite B, Medicine Park", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436838", + "internal_url": "null", + "latitude": "34.7292358", + "longitude": "-98.5025579", + "machine_status": "available", + "id": 7450, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -123.4741756, + 42.4902431 + ] + }, + "properties": { + "name": "Wildlife Images", + "area": "Oregon", + "address": "11845 lower River road, Grants pass", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=437272", + "internal_url": "null", + "latitude": "42.4902431", + "longitude": "-123.4741756", + "machine_status": "available", + "id": 7451, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.2583824, + 34.7464097 + ] + }, + "properties": { + "name": "Clinton Presidential Center", + "area": "Arkansas", + "address": "1200 President Clinton Ave, Little Rock", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436883", + "internal_url": "null", + "latitude": "34.7464097", + "longitude": "-92.2583824", + "machine_status": "available", + "id": 7452, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -71.0584927, + 42.35717959999999 + ] + }, + "properties": { + "name": "Old South Meeting House", + "area": "Massachusetts", + "address": "310 Washington Street, Boston", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=437539", + "internal_url": "null", + "latitude": "42.35717959999999", + "longitude": "-71.0584927", + "machine_status": "available", + "id": 7453, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -71.07963219999999, + 42.3948506 + ] + }, + "properties": { + "name": "Legoland Discovery Center", + "area": "Massachusetts", + "address": "598 Assembly Row, Somerville", + "external_url": "http://209.221.138.252/Details.aspx?location=209386", + "internal_url": "null", + "latitude": "42.3948506", + "longitude": "-71.07963219999999", + "machine_status": "retired", + "status": "unvisited", + "id": 2924, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.07588590000002, + 40.3810679 + ] + }, + "properties": { + "name": "Raystown Lake Welcome Center", + "area": "Pennsylvania", + "address": "6993 Seven Points Rd, Hesston", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436948", + "internal_url": "null", + "latitude": "40.3810679", + "longitude": "-78.07588590000002", + "machine_status": "available", + "id": 7454, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.0208262, + 39.8163911 + ] + }, + "properties": { + "name": "Meyersdale Area Historical Society", + "area": "Pennsylvania", + "address": "527 Main St, Meyersdale", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=437582", + "internal_url": "null", + "latitude": "39.8163911", + "longitude": "-79.0208262", + "machine_status": "available", + "id": 7455, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.0157603, + 40.4467648 + ] + }, + "properties": { + "name": "Acrisure Stadium", + "area": "Pennsylvania", + "address": "100 Art Rooney Ave , Pittsburgh ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436854", + "internal_url": "null", + "latitude": "40.4467648", + "longitude": "-80.0157603", + "machine_status": "available", + "id": 7456, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.72590699999999, + 39.9625888 + ] + }, + "properties": { + "name": "Yorktown Hotel", + "area": "Pennsylvania", + "address": "48 E Market St, , York", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=437368", + "internal_url": "null", + "latitude": "39.9625888", + "longitude": "-76.72590699999999", + "machine_status": "available", + "id": 7457, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -120.6379334, + 35.1342374 + ] + }, + "properties": { + "name": "Pismo Coast Village RV Resort", + "area": "California", + "address": "165 S Dolliver St., Pismo Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438801", + "internal_url": "null", + "latitude": "35.1342374", + "longitude": "-120.6379334", + "machine_status": "available", + "id": 7458, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -119.9590949, + 38.9491291 + ] + }, + "properties": { + "name": "Empanash ", + "area": "California", + "address": "900 Ski Run Blvd #106, South Lake Tahoe ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438020", + "internal_url": "null", + "latitude": "38.9491291", + "longitude": "-119.9590949", + "machine_status": "available", + "id": 7459, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -120.0804043, + 38.8002432 + ] + }, + "properties": { + "name": "Sierra at Tahoe Ski Resort", + "area": "California", + "address": "4045 Highway 50, South Lake Tahoe", + "external_url": "http://209.221.138.252/Details.aspx?location=294710", + "internal_url": "null", + "latitude": "38.8002432", + "longitude": "-120.0804043", + "machine_status": "retired", + "status": "unvisited", + "id": 4876, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.2421109, + 44.8547985 + ] + }, + "properties": { + "name": "Mall of America - Legacy Toys", + "area": "Minnesota", + "address": "301 North Garden - Level 3 N301, Bloomington ", + "external_url": "http://209.221.138.252/Details.aspx?location=368358", + "internal_url": "null", + "latitude": "44.8547985", + "longitude": "-93.2421109", + "machine_status": "retired", + "status": "unvisited", + "id": 5292, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.16629189999999, + 47.1925067 + ] + }, + "properties": { + "name": "Itasca State Park", + "area": "Minnesota", + "address": "36750 Main Park Drive, Park Rapids", + "external_url": "http://209.221.138.252/Details.aspx?location=12869", + "internal_url": "null", + "latitude": "47.1925067", + "longitude": "-95.16629189999999", + "machine_status": "retired", + "status": "unvisited", + "id": 3169, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -79.9291356, + 32.7804891 + ] + }, + "properties": { + "name": "Palmettoville", + "area": "South Carolina", + "address": "51-B S Market St, Charleston", + "external_url": "http://209.221.138.252/Details.aspx?location=377876", + "internal_url": "null", + "latitude": "32.7804891", + "longitude": "-79.9291356", + "machine_status": "retired", + "status": "unvisited", + "id": 5299, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.8913201, + 33.7184475 + ] + }, + "properties": { + "name": "Broadway Grand Prix", + "area": "South Carolina", + "address": "1820 21st Ave N, Myrtle Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=437056", + "internal_url": "null", + "latitude": "33.7184475", + "longitude": "-78.8913201", + "machine_status": "available", + "id": 7460, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -89.350788, + 36.9060686 + ] + }, + "properties": { + "name": "Boomland Fireworks Gifts & Collectibles", + "area": "Missouri", + "address": "Hwy 105 S. at I-57 N Exit 10, Charleston", + "external_url": "http://209.221.138.252/Details.aspx?location=27764", + "internal_url": "null", + "latitude": "36.9060686", + "longitude": "-89.350788", + "machine_status": "available", + "status": "retired", + "id": 1082, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.5580671, + 39.8004066 + ] + }, + "properties": { + "name": "Grand River Historical Society & Museum", + "area": "Missouri", + "address": "1401 Forest Drive, Chillicothe", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436936", + "internal_url": "null", + "latitude": "39.8004066", + "longitude": "-93.5580671", + "machine_status": "available", + "id": 7461, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.5506197, + 37.0876824 + ] + }, + "properties": { + "name": "Joplin History and Mineral Museum", + "area": "Missouri", + "address": "504 S Schifferdecker, Joplin", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=437369", + "internal_url": "null", + "latitude": "37.0876824", + "longitude": "-94.5506197", + "machine_status": "available", + "id": 7462, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.6030188, + 36.1584115 + ] + }, + "properties": { + "name": "Nashville Shores Lakeside Resort ", + "area": "Tennessee", + "address": "4001 Bell Rd, Hermitage", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438129", + "internal_url": "null", + "latitude": "36.1584115", + "longitude": "-86.6030188", + "machine_status": "available", + "id": 7463, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.43399099999999, + 35.8505827 + ] + }, + "properties": { + "name": "GO USA Fun Park", + "area": "Tennessee", + "address": "2270 Armory Dr., Murfreesboro ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438761", + "internal_url": "null", + "latitude": "35.8505827", + "longitude": "-86.43399099999999", + "machine_status": "available", + "id": 7464, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.46877630000002, + 28.4508418 + ] + }, + "properties": { + "name": "Worlds Largest Entertainment McDonalds", + "area": "Florida", + "address": "6687 Sand Lake Road, Orlando", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438800", + "internal_url": "null", + "latitude": "28.4508418", + "longitude": "-81.46877630000002", + "machine_status": "available", + "id": 7465, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -102.092519, + 31.993304 + ] + }, + "properties": { + "name": "Museum of the Southwest", + "area": "Texas", + "address": "1705 W Missouri Ave, Midland", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=437972", + "internal_url": "null", + "latitude": "31.993304", + "longitude": "-102.092519", + "machine_status": "available", + "id": 7466, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -119.9483855, + 39.0068062 + ] + }, + "properties": { + "name": "M.S. Dixie II", + "area": "Nevada", + "address": "760 Hwy 50, Zephyr Cove, Lake Tahoe", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438168", + "internal_url": "null", + "latitude": "39.0068062", + "longitude": "-119.9483855", + "machine_status": "available", + "id": 7467, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.3859302, + 35.6102674 + ] + }, + "properties": { + "name": "Primm Valley Resort & Casino", + "area": "Nevada", + "address": "31900 Las Vegas Boulevard South, Primm", + "external_url": "http://209.221.138.252/Details.aspx?location=2990", + "internal_url": "null", + "latitude": "35.6102674", + "longitude": "-115.3859302", + "machine_status": "retired", + "status": "unvisited", + "id": 5429, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -71.6336041, + 44.0563456 + ] + }, + "properties": { + "name": "Loon Mountain Resort ", + "area": "New Hampshire", + "address": "60 Loon Mountain Rd, Lincoln", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=437848", + "internal_url": "null", + "latitude": "44.0563456", + "longitude": "-71.6336041", + "machine_status": "available", + "id": 7468, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.5308905, + 38.0223543 + ] + }, + "properties": { + "name": "Department of Forestry", + "area": "Virginia", + "address": "900 Natural Resources Dr #800, Charlottesville", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438195", + "internal_url": "null", + "latitude": "38.0223543", + "longitude": "-78.5308905", + "machine_status": "available", + "id": 7469, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.17034679999999, + 38.72270690000001 + ] + }, + "properties": { + "name": "National Museum of the United States Army ", + "area": "Virginia", + "address": "1775 Liberty Dr, , Fort Belvoir,", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438124", + "internal_url": "null", + "latitude": "38.72270690000001", + "longitude": "-77.17034679999999", + "machine_status": "available", + "id": 7470, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.7158571, + 38.4067483 + ] + }, + "properties": { + "name": "Massanutten Resort", + "area": "Virginia", + "address": "1822 Resort Dr,, Massanutten", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=437866", + "internal_url": "null", + "latitude": "38.4067483", + "longitude": "-78.7158571", + "machine_status": "retired", + "id": 7471, + "last_updated": "2024-10-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -74.45796659999999, + 39.4953034 + ] + }, + "properties": { + "name": "Historic Smithville", + "area": "New Jersey", + "address": "1 N. New York Rd., Smithville", + "external_url": "http://209.221.138.252/Details.aspx?location=3422", + "internal_url": "null", + "latitude": "39.4953034", + "longitude": "-74.45796659999999", + "machine_status": "retired", + "status": "unvisited", + "id": 2402, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -119.7406188, + 39.5386055 + ] + }, + "properties": { + "name": "Mahanay Memorial Carillon Tower", + "area": "Iowa", + "address": "100 E. Lincoln Way, Jefferson", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=437704", + "internal_url": "null", + "latitude": "39.5386055", + "longitude": "-119.7406188", + "machine_status": "available", + "id": 7472, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.5423996, + 43.2319762 + ] + }, + "properties": { + "name": "Seabreeze Amusement Park", + "area": "New York", + "address": "4600 Culver Road, Rochester ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438196", + "internal_url": "null", + "latitude": "43.2319762", + "longitude": "-77.5423996", + "machine_status": "available", + "id": 7473, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.62744979786899, + 38.35216931668957 + ] + }, + "properties": { + "name": "Capital Market", + "area": "West Virginia", + "address": "800 Smith St, Charlston, West Virginia", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=437169", + "internal_url": "null", + "latitude": "38.35216931668957", + "longitude": "-81.62744979786899", + "machine_status": "available", + "id": 7474, + "last_updated": "2024-09-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.90172766148352, + 44.26537721045426 + ] + }, + "properties": { + "name": "Yogi Bear Jellystone Park", + "area": "Wisconsin", + "address": "E6506 WI-110, Fremont, WI 54940, United States", + "external_url": "http://209.221.138.252/Details.aspx?location=4777", + "internal_url": "null", + "latitude": "44.26537721045426", + "longitude": "-88.90172766148352", + "machine_status": "retired", + "status": "unvisited", + "id": 2419, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.14924, + 47.55397 + ] + }, + "properties": { + "name": "Wörschach", + "area": "Austria", + "address": "Klammweg, 8942, Oostenrijk, Wörschach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436879", + "internal_url": "null", + "latitude": "47.55397", + "longitude": "14.14924", + "machine_status": "available", + "id": 7475, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.4857157, + 44.23216 + ] + }, + "properties": { + "name": "End of the Thread Cafe", + "area": "Canada", + "address": "15 Main Street, Ontario - Brighton", + "external_url": "http://209.221.138.252/Details.aspx?location=127665", + "internal_url": "null", + "latitude": "44.23216", + "longitude": "-76.4857157", + "machine_status": "retired", + "status": "unvisited", + "id": 4985, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -130.3208187, + 54.3150367 + ] + }, + "properties": { + "name": "Prince Rupert Dock", + "area": "Canada", + "address": ", Prince Rupert", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438432", + "internal_url": "null", + "latitude": "54.3150367", + "longitude": "-130.3208187", + "machine_status": "available", + "id": 7476, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.843269, + 50.719797 + ] + }, + "properties": { + "name": "Boscombe Pier", + "area": "England", + "address": "Undercliff Drive, DORSET - Bournemouth", + "external_url": "http://209.221.138.252/Details.aspx?location=272718", + "internal_url": "null", + "latitude": "50.719797", + "longitude": "-1.843269", + "machine_status": "retired", + "status": "unvisited", + "id": 1381, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.1740078, + 50.6262544 + ] + }, + "properties": { + "name": "Fishermans Cottage ", + "area": "England", + "address": "Fishermans cottage, Shanklin esplanade (furthest end), Shanklin", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=437684", + "internal_url": "null", + "latitude": "50.6262544", + "longitude": "-1.1740078", + "machine_status": "available", + "id": 7477, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.5659429, + 53.8020141 + ] + }, + "properties": { + "name": "Emmerdale Studio Experience Tour (Emmerdale Production Centre)", + "area": "England", + "address": "27 Burley Rd., WEST YORKSHIRE - Leeds", + "external_url": "http://209.221.138.252/Details.aspx?location=258216", + "internal_url": "null", + "latitude": "53.8020141", + "longitude": "-1.5659429", + "machine_status": "retired", + "status": "unvisited", + "id": 1597, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.1430474, + 49.9765897 + ] + }, + "properties": { + "name": "Aschaffenburg Information Center ", + "area": "Germany", + "address": "Schloßplatz 2, 63739, Aschaffenburg ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436824", + "internal_url": "null", + "latitude": "49.9765897", + "longitude": "9.1430474", + "machine_status": "available", + "id": 7478, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 25.4807115, + 36.3770012 + ] + }, + "properties": { + "name": "Santorini/Thira", + "area": "Greece", + "address": "Kamari 847 00, Kamari", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438493", + "internal_url": "null", + "latitude": "36.3770012", + "longitude": "25.4807115", + "machine_status": "available", + "id": 7479, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.2989737, + 51.8489477 + ] + }, + "properties": { + "name": "The Queenstown Story", + "area": "Ireland", + "address": "Cobh Heritage Centre, COUNTY CORK - Cobh", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438760", + "internal_url": "null", + "latitude": "51.8489477", + "longitude": "-8.2989737", + "machine_status": "available", + "id": 7480, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.5060138, + 43.8453685 + ] + }, + "properties": { + "name": "Vi-Ta Playtime! Gadget and Souvenir", + "area": "Italy", + "address": "Piazza Anfiteatro 35", + "external_url": "http://209.221.138.252/Details.aspx?location=258748", + "internal_url": "null", + "latitude": "43.8453685", + "longitude": "10.5060138", + "machine_status": "retired", + "status": "unvisited", + "id": 929, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.5780989, + 40.732566 + ] + }, + "properties": { + "name": "L'Erbavoglio", + "area": "Italy", + "address": "Via Cattedrale, 3", + "external_url": "http://209.221.138.252/Details.aspx?location=73135", + "internal_url": "null", + "latitude": "40.732566", + "longitude": "17.5780989", + "machine_status": "retired", + "status": "unvisited", + "id": 941, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 17.5784586, + 40.7332739 + ] + }, + "properties": { + "name": "Ottica Glamour", + "area": "Italy", + "address": "Piazza Pierre Sansone 5 to Antica Sartoria at Piazza Pietro Sansone 3., Ostuni BR", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438406", + "internal_url": "null", + "latitude": "40.7332739", + "longitude": "17.5784586", + "machine_status": "available", + "id": 7481, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.4768729, + 41.8986108 + ] + }, + "properties": { + "name": "Edicola Pantheon (Newspaper kiosk)", + "area": "Italy", + "address": "Salita dei Crescenzi 25", + "external_url": "http://209.221.138.252/Details.aspx?location=53872", + "internal_url": "null", + "latitude": "41.8986108", + "longitude": "12.4768729", + "machine_status": "available", + "status": "retired", + "id": 963, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 140.3908475, + 35.2508913 + ] + }, + "properties": { + "name": "Isumi Railway Ohara Station", + "area": "Japan", + "address": "Isumi-shi, Ohara, Chiba", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438425", + "internal_url": "null", + "latitude": "35.2508913", + "longitude": "140.3908475", + "machine_status": "available", + "id": 7482, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 139.0453449, + 35.239629 + ] + }, + "properties": { + "name": "Hakone Kowakien Yunessun", + "area": "Japan", + "address": "1297 Ninotaira, Hakone, Ashigarashimo District, Kanagawa 250-0407, Hakone", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438037", + "internal_url": "null", + "latitude": "35.239629", + "longitude": "139.0453449", + "machine_status": "available", + "id": 7483, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -99.1895256, + 19.4232085 + ] + }, + "properties": { + "name": "Zoológico de Chapultepec ", + "area": "Mexico", + "address": "Calz. Chivatito s/n, Bosque de Chapultepec I secc. , Mexico City ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=437590", + "internal_url": "null", + "latitude": "19.4232085", + "longitude": "-99.1895256", + "machine_status": "available", + "id": 7484, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.096753199999999, + 62.46538140000001 + ] + }, + "properties": { + "name": "Atlanterhavsparken (Atlantic Sea-Park)", + "area": "Norway", + "address": "Tuenesvegen 200, Alesund (Ålesund)", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438759", + "internal_url": "null", + "latitude": "62.46538140000001", + "longitude": "6.096753199999999", + "machine_status": "available", + "id": 7485, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 19.9366806, + 50.0576552 + ] + }, + "properties": { + "name": "The Archeological Museum of Krakow", + "area": "Poland", + "address": "Senacka 3, 31-002, Krakow", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436881", + "internal_url": "null", + "latitude": "50.0576552", + "longitude": "19.9366806", + "machine_status": "available", + "id": 7486, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 19.9454401, + 49.298524 + ] + }, + "properties": { + "name": "Gubalówka Funicular Railway", + "area": "Poland", + "address": "Na Gubalówke st. 34-500, Zakopane", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436882", + "internal_url": "null", + "latitude": "49.298524", + "longitude": "19.9454401", + "machine_status": "available", + "id": 7487, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -27.0587656, + 38.7319375 + ] + }, + "properties": { + "name": "Marina Souvenirs", + "area": "Portugal", + "address": "Praia da Vitória, Praia da Vitória", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=437168", + "internal_url": "null", + "latitude": "38.7319375", + "longitude": "-27.0587656", + "machine_status": "available", + "id": 7488, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.1956707, + 55.9489544 + ] + }, + "properties": { + "name": "Camera Obscura ", + "area": "Scotland", + "address": "The Royal Mile 549 Castlehill , Edinburgh", + "external_url": "http://209.221.138.252/Details.aspx?location=98115", + "internal_url": "null", + "latitude": "55.9489544", + "longitude": "-3.1956707", + "machine_status": "retired", + "status": "unvisited", + "id": 746, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 129.1610038, + 35.1592713 + ] + }, + "properties": { + "name": "Sea Life Busan Aquarium", + "area": "South Korea", + "address": "266, Haeundaehaebyeon-ro, Haeundae-gu, Busan, Republic of Korea, Busan", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=437752", + "internal_url": "null", + "latitude": "35.1592713", + "longitude": "129.1610038", + "machine_status": "available", + "id": 7489, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.0680893, + 41.5866743 + ] + }, + "properties": { + "name": "El Burgo de Osma (Soria) ", + "area": "Spain", + "address": "Calle Mayor 17, El Burgo de Osma", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438428", + "internal_url": "null", + "latitude": "41.5866743", + "longitude": "-3.0680893", + "machine_status": "available", + "id": 7490, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.6362648, + 42.419572 + ] + }, + "properties": { + "name": "Pontevedra, Albergues Virxe Peregrina", + "area": "Spain", + "address": "Rúa de Ramón Otero Pedraio, s/n, 36004 Pontevedra, Spagna, Pontevedra", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=437023", + "internal_url": "null", + "latitude": "42.419572", + "longitude": "-8.6362648", + "machine_status": "available", + "id": 7491, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.4652316, + 41.7639316 + ] + }, + "properties": { + "name": "Don Caramelo", + "area": "Spain", + "address": "Calle Collado 12, Soria", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438534", + "internal_url": "null", + "latitude": "41.7639316", + "longitude": "-2.4652316", + "machine_status": "available", + "id": 7492, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.7699995, + 46.0170939 + ] + }, + "properties": { + "name": "Sunnegga Train Station", + "area": "Switzerland", + "address": ", Zermatt", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=436821", + "internal_url": "null", + "latitude": "46.0170939", + "longitude": "7.7699995", + "machine_status": "available", + "id": 7493, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -110.375252, + 44.564758 + ] + }, + "properties": { + "name": "Fishing Bridge General Store", + "area": "Montana", + "address": "1 NE Entrance, Yellowstone National Park, West Yellowstone", + "external_url": "null", + "internal_url": "null", + "latitude": "44.564758", + "longitude": "-110.375252", + "machine_status": "available", + "status": "unvisited", + "id": 2975, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.59553330000001, + 35.9100731 + ] + }, + "properties": { + "name": "Jennette's Pier", + "area": "North Carolina", + "address": "7223 South Virginia Dare Trail., Nags Head", + "external_url": "http://209.221.138.252/Details.aspx?location=95439", + "internal_url": "null", + "latitude": "35.9100731", + "longitude": "-75.59553330000001", + "machine_status": "retired", + "status": "unvisited", + "id": 4134, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -103.7072063, + 41.8343571 + ] + }, + "properties": { + "name": "Scotts Bluff National Monument", + "area": "Nebraska", + "address": "190276 Old Oregon Trail, Gering", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=438926", + "internal_url": "null", + "latitude": "41.8343571", + "longitude": "-103.7072063", + "machine_status": "available", + "id": 7494, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -95.38598999999999, + 29.721698 + ] + }, + "properties": { + "name": "Houston Museum of Health & Medical Science", + "area": "Texas", + "address": "1515 Hermann Dr. , Houston", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=2493", + "internal_url": "null", + "latitude": "29.721698", + "longitude": "-95.38598999999999", + "machine_status": "available", + "id": 7495, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.00721488340805, + 40.436185712155385 + ] + }, + "properties": { + "name": "Gateway Clipper Fleet", + "area": "Japan", + "address": "350 West Station Square Drive Pittsburgh", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 40.436185712155385, + "longitude": -80.00721488340805, + "machine_status": "available", + "id": 7496, + "last_updated": "2024-08-30", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.4148825, + 37.8082059 + ] + }, + "properties": { + "name": "Fisherman's Wharf - Jefferson St. - Madame Tussauds", + "area": "California", + "address": "145 Jefferson St, San Francisco", + "external_url": "http://209.221.138.252/Details.aspx?location=210901", + "internal_url": "null", + "latitude": "37.8082059", + "longitude": "-122.4148825", + "machine_status": "retired", + "status": "unvisited", + "id": 5252, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.0171127, + 42.698246 + ] + }, + "properties": { + "name": "Charcoal Corral", + "area": "New York", + "address": "7037 Chapman Ave,, Perry", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439058", + "internal_url": "null", + "latitude": "42.698246", + "longitude": "-78.0171127", + "machine_status": "available", + "id": 7497, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.9077458, + 53.97633949999999 + ] + }, + "properties": { + "name": "Embsay & Bolton Abbey Railway", + "area": "England", + "address": "Bolton Abbey Railway Station, NORTH YORKSHIRE - Skipton", + "external_url": "http://209.221.138.252/Details.aspx?location=181521", + "internal_url": "null", + "latitude": "53.97633949999999", + "longitude": "-1.9077458", + "machine_status": "retired", + "status": "unvisited", + "id": 1526, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -70.0071228, + 41.920362 + ] + }, + "properties": { + "name": "Good vibes, Good, Great Finds", + "area": "Massachusetts", + "address": "464 State Highway Route 6, Wellfleet", + "external_url": "null", + "internal_url": "null", + "latitude": "41.920362", + "longitude": "-70.0071228", + "machine_status": "available", + "status": "unvisited", + "id": 5229, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.6728534, + 35.4411845 + ] + }, + "properties": { + "name": "Cima Mining Company / Shell Gas Station", + "area": "California", + "address": "65845 Cima Road, Nipton", + "external_url": "http://209.221.138.252/Details.aspx?location=256238", + "internal_url": "null", + "latitude": "35.4411845", + "longitude": "-115.6728534", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 4708, + "last_updated": "2024-08-31" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.74854932338398, + 34.150459957822385 + ] + }, + "properties": { + "name": "Hochatown saloon", + "area": "Oklahoma", + "address": "88 Old Hochatown Rd, Broken Bow, OK 74728, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 34.150459957822385, + "longitude": -94.74854932338398, + "machine_status": "available", + "id": 7498, + "last_updated": "2024-08-31", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -72.67445479999999, + 41.771362 + ] + }, + "properties": { + "name": "Dunkin Donuts Park / Yard Goats Baseball", + "area": "Connecticut", + "address": "1214 Main St, Hartford", + "external_url": "null", + "internal_url": "null", + "latitude": "41.771362", + "longitude": "-72.67445479999999", + "machine_status": "available", + "status": "unvisited", + "id": 5306, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 1.1550229, + 51.7864488 + ] + }, + "properties": { + "name": "Clacton Pier Arcade", + "area": "England", + "address": "1 North Sea Clacton-on-Sea Essex, ESSEX - Clacton", + "external_url": "http://209.221.138.252/Details.aspx?location=274876", + "internal_url": "null", + "latitude": "51.7864488", + "longitude": "1.1550229", + "machine_status": "available", + "status": "unvisited", + "id": 1400, + "last_updated": "2024-09-01", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.81676845672858, + 36.32846571166521 + ] + }, + "properties": { + "name": "Arcade Mania", + "area": "North Carolina", + "address": "813a Ocean Trail, Corolla, NC 27927, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 36.32846571166521, + "longitude": -75.81676845672858, + "machine_status": "available", + "id": 7499, + "last_updated": "2024-09-14", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -72.71477829999999, + 41.4972633 + ] + }, + "properties": { + "name": "Lyman Orchard Farm Store ", + "area": "Connecticut", + "address": "32 Reeds Gap Rd, Middlefield", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439316", + "internal_url": "null", + "latitude": "41.4972633", + "longitude": "-72.71477829999999", + "machine_status": "available", + "id": 7500, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.3328481, + 47.6061389 + ] + }, + "properties": { + "name": "Royal Caribbean Cruise Line, 'Quantum of the Seas'", + "area": "Washington", + "address": ", Seattle ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439361", + "internal_url": "null", + "latitude": "47.6061389", + "longitude": "-122.3328481", + "machine_status": "available", + "id": 7501, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 12.8366554, + 37.5842251 + ] + }, + "properties": { + "name": "Selinunte Archaeological Park ", + "area": "Italy", + "address": "Piazzale Bovio Marconi, sicily, Marinella", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439398", + "internal_url": "null", + "latitude": "37.5842251", + "longitude": "12.8366554", + "machine_status": "available", + "id": 7502, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.3173108, + 52.0798347 + ] + }, + "properties": { + "name": "Holland Souvenirs", + "area": "Netherlands", + "address": "Korte Poten 13, Den Haag", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439300", + "internal_url": "null", + "latitude": "52.0798347", + "longitude": "4.3173108", + "machine_status": "available", + "id": 7503, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.5849203, + 36.8834305 + ] + }, + "properties": { + "name": "Chama Valley Chamber of Commerce and Welcome Center", + "area": "New Mexico", + "address": "2372 South Highway 17, P.O. Box 306, Charma", + "external_url": "http://209.221.138.252/Details.aspx?location=304830", + "internal_url": "null", + "latitude": "36.8834305", + "longitude": "-106.5849203", + "machine_status": "retired", + "status": "unvisited", + "id": 4921, + "last_updated": "2024-09-02" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.865142, + 37.466735 + ] + }, + "properties": { + "name": "Colorado Welcome Center at Alamosa", + "area": "Colorado", + "address": "610 State St. , Alamosa", + "external_url": "http://209.221.138.252/Details.aspx?location=340695", + "internal_url": "null", + "latitude": "37.466735", + "longitude": "-105.865142", + "machine_status": "available", + "status": "unvisited", + "id": 1813, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.1550118, + 29.8606974 + ] + }, + "properties": { + "name": "Camp Fimfo Texas Hill Country", + "area": "Texas", + "address": "520 Whitewater Way, New Braunfels", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439388", + "internal_url": "null", + "latitude": "29.8606974", + "longitude": "-98.1550118", + "machine_status": "available", + "id": 7504, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.3926044, + 29.5391049 + ] + }, + "properties": { + "name": "Morgan's Wonderland ", + "area": "Texas", + "address": "5223 David Edward Dr, San Antonio", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439503", + "internal_url": "null", + "latitude": "29.5391049", + "longitude": "-98.3926044", + "machine_status": "available", + "id": 7505, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -4.7809441, + 37.87953 + ] + }, + "properties": { + "name": "C. Judería, 4", + "area": "Spain", + "address": "C. Judería, 4, Centro, 14003, Cordoba", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439390", + "internal_url": "null", + "latitude": "37.87953", + "longitude": "-4.7809441", + "machine_status": "available", + "id": 7506, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.992712999999999, + 37.389406 + ] + }, + "properties": { + "name": "Azahar", + "area": "Spain", + "address": "C. Francos, 12, 6, Casco Antiguo, 41004 Sevilla, Sevilla", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439392", + "internal_url": "null", + "latitude": "37.389406", + "longitude": "-5.992712999999999", + "machine_status": "available", + "id": 7507, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.192621300000001, + 50.6732488 + ] + }, + "properties": { + "name": "Sea Life Center Königswinter", + "area": "Germany", + "address": "Rheinallee 8", + "external_url": "http://209.221.138.252/Details.aspx?location=40905", + "internal_url": "null", + "latitude": "50.6732488", + "longitude": "7.192621300000001", + "machine_status": "retired", + "status": "unvisited", + "id": 531, + "last_updated": "2024-09-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 8.5875179, + 50.0515536 + ] + }, + "properties": { + "name": "Frankfurt Airport, Ludwigs Pizza", + "area": "Germany", + "address": "Frankfurt Airport, Frankfurt", + "external_url": "http://209.221.138.252/Details.aspx?location=196471", + "internal_url": "null", + "latitude": "50.0515536", + "longitude": "8.5875179", + "machine_status": "retired", + "status": "unvisited", + "id": 5706, + "last_updated": "2024-09-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.3113164, + 48.4250473 + ] + }, + "properties": { + "name": "Legoland Deutschland", + "area": "Germany", + "address": "LEGOLAND Allee", + "external_url": "http://209.221.138.252/Details.aspx?location=83138", + "internal_url": "null", + "latitude": "48.4250473", + "longitude": "10.3113164", + "machine_status": "available", + "status": "unvisited", + "id": 488, + "last_updated": "2024-09-03", + "multimachine": 10 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -105.93842525794786, + 40.08564180859688 + ] + }, + "properties": { + "name": "Granby Grand Mountain Trading Co", + "area": "Colorado", + "address": "E Agate", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 40.08564180859688, + "longitude": -105.93842525794786, + "machine_status": "available", + "id": 7508, + "last_updated": "2024-09-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.073876, + 39.59153939999999 + ] + }, + "properties": { + "name": "Great Wolf Lodge", + "area": "Maryland", + "address": "1240 Chesapeake Overlook Pkwy,, Perryville", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439592", + "internal_url": "null", + "latitude": "39.59153939999999", + "longitude": "-76.073876", + "machine_status": "available", + "id": 7509, + "last_updated": "2024-09-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.3994878, + 40.5139259 + ] + }, + "properties": { + "name": "Horseshoe Curve National Historic Landmark", + "area": "Pennsylvania", + "address": "1300 Ninth Ave, Altoona", + "external_url": "http://209.221.138.252/Details.aspx?location=3758", + "internal_url": "null", + "latitude": "40.5139259", + "longitude": "-78.3994878", + "machine_status": "retired", + "status": "unvisited", + "id": 3953, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.32207489999999, + 41.0598488 + ] + }, + "properties": { + "name": "Great Wolf Lodge Poconos", + "area": "Pennsylvania", + "address": "1 Great Wolf Dr,, Scotrun", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439596", + "internal_url": "null", + "latitude": "41.0598488", + "longitude": "-75.32207489999999", + "machine_status": "available", + "id": 7510, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -117.096898, + 32.7912981 + ] + }, + "properties": { + "name": "The Mart (Antique Mall)", + "area": "California", + "address": "6505 Mission Gorge Road, San Diego ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439502", + "internal_url": "null", + "latitude": "32.7912981", + "longitude": "-117.096898", + "machine_status": "available", + "id": 7511, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.8010931, + 34.2746834 + ] + }, + "properties": { + "name": "Strathern Historical Park", + "area": "California", + "address": "137 Strathern Pl, Simi Valley", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439531", + "internal_url": "null", + "latitude": "34.2746834", + "longitude": "-118.8010931", + "machine_status": "available", + "id": 7512, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.17339369999999, + 45.0133352 + ] + }, + "properties": { + "name": "SeaQuest Roseville Aquarium & Petting Zoo ", + "area": "Minnesota", + "address": "Rosedale Center, 1595 Highway 36 W, Roseville", + "external_url": "http://209.221.138.252/Details.aspx?location=337867", + "internal_url": "null", + "latitude": "45.0133352", + "longitude": "-93.17339369999999", + "machine_status": "retired", + "status": "unvisited", + "id": 3171, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.6766967, + 26.1677684 + ] + }, + "properties": { + "name": "Great Wolf Lodge Water Park - Southwest Florida", + "area": "Florida", + "address": "3900 City Gate Blvd,, Naples", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439586", + "internal_url": "null", + "latitude": "26.1677684", + "longitude": "-81.6766967", + "machine_status": "available", + "id": 7513, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.1561862, + 37.67328620000001 + ] + }, + "properties": { + "name": "Old Bryce Town Ice Cream and Candy Shop", + "area": "Utah", + "address": "26 UT-63, Bryce Canyon City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439560", + "internal_url": "null", + "latitude": "37.67328620000001", + "longitude": "-112.1561862", + "machine_status": "available", + "id": 7514, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -158.1031943, + 21.5894099 + ] + }, + "properties": { + "name": "Scoop of Paradise", + "area": "Hawaii", + "address": "66-145 Kamehameha Hwy, Oahu - Haleiwa", + "external_url": "http://209.221.138.252/Details.aspx?location=56178", + "internal_url": "null", + "latitude": "21.5894099", + "longitude": "-158.1031943", + "machine_status": "retired", + "status": "unvisited", + "id": 3843, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.5190853, + 38.0563417 + ] + }, + "properties": { + "name": "Barrel House Distilling Co.", + "area": "Kentucky", + "address": "1200 Manchester St. , Lexington", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439660", + "internal_url": "null", + "latitude": "38.0563417", + "longitude": "-84.5190853", + "machine_status": "available", + "id": 7515, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -85.6230617, + 44.7642663 + ] + }, + "properties": { + "name": "Rocket Fizz", + "area": "Michigan", + "address": "111-B E Front St, Traverse City", + "external_url": "http://209.221.138.252/Details.aspx?location=342752", + "internal_url": "null", + "latitude": "44.7642663", + "longitude": "-85.6230617", + "machine_status": "retired", + "status": "unvisited", + "id": 2605, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.8463958, + 32.0138101 + ] + }, + "properties": { + "name": "Wave Surf Shop (second location)", + "area": "Georgia", + "address": "704 1st St, Tybee Island", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439773", + "internal_url": "null", + "latitude": "32.0138101", + "longitude": "-80.8463958", + "machine_status": "available", + "id": 7516, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1868109, + 36.1162893 + ] + }, + "properties": { + "name": "Rio Suite Hotel & Casino, Paradise Island Wear,", + "area": "Nevada", + "address": "3700 West Flamingo Road, Las Vegas", + "external_url": "http://209.221.138.252/Details.aspx?location=2991", + "internal_url": "null", + "latitude": "36.1162893", + "longitude": "-115.1868109", + "machine_status": "retired", + "status": "unvisited", + "id": 4525, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 24.1266926, + 45.7580131 + ] + }, + "properties": { + "name": "ASTRA Museum", + "area": "Romania", + "address": "Strada Padurea Dumbrava 16, Sibiu", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439568", + "internal_url": "null", + "latitude": "45.7580131", + "longitude": "24.1266926", + "machine_status": "available", + "id": 7517, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -75.7039834, + 35.9176536 + ] + }, + "properties": { + "name": "North Carolina Aquarium on Roanoke Island", + "area": "North Carolina", + "address": "374 Airport Road, Manteo", + "external_url": "http://209.221.138.252/Details.aspx?location=3683", + "internal_url": "null", + "latitude": "35.9176536", + "longitude": "-75.7039834", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 4125, + "last_updated": "2024-09-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -66.5117261, + 45.8454607 + ] + }, + "properties": { + "name": "Kings Landing", + "area": "Canada", + "address": "New Brunswick 102, Prince William, New Brunswick - Fredricton - Prince William", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439886", + "internal_url": "null", + "latitude": "45.8454607", + "longitude": "-66.5117261", + "machine_status": "available", + "id": 7518, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.464345, + 51.354512 + ] + }, + "properties": { + "name": "Brooklands Museum", + "area": "England", + "address": "Brooklands Drive, Weybridge, SURREY - Weybridge", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439883", + "internal_url": "null", + "latitude": "51.354512", + "longitude": "-0.464345", + "machine_status": "available", + "id": 7519, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.8805165, + 33.7151179 + ] + }, + "properties": { + "name": "Broadway at the Beach - Broadway Magic", + "area": "South Carolina", + "address": "1215 Celebrity Cir, #150, Myrtle Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=79963", + "internal_url": "null", + "latitude": "33.7151179", + "longitude": "-78.8805165", + "machine_status": "available", + "status": "unvisited", + "id": 2210, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -98.3325496, + 40.9072655 + ] + }, + "properties": { + "name": "Nebraska State Fair ", + "area": "Nebraska", + "address": "501 East Fonner Road #200, Grand Island ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=440044", + "internal_url": "null", + "latitude": "40.9072655", + "longitude": "-98.3325496", + "machine_status": "available", + "id": 7520, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -2.4438502, + 50.6073806 + ] + }, + "properties": { + "name": "Nothe Fort", + "area": "England", + "address": "Barrack Road , DORSET - Weymouth", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439928", + "internal_url": "null", + "latitude": "50.6073806", + "longitude": "-2.4438502", + "machine_status": "available", + "id": 7521, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.210042, + 50.80750399999999 + ] + }, + "properties": { + "name": "Hovercraft Museum", + "area": "England", + "address": "Seaplane Square, Marine Parade West, Lee-on-the-Solent, HAMPSHIRE - Lee-on-the-Solent", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439927", + "internal_url": "null", + "latitude": "50.80750399999999", + "longitude": "-1.210042", + "machine_status": "available", + "id": 7522, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.74616922001717, + 33.79836867456132 + ] + }, + "properties": { + "name": "Barefoot Landing - Black Market Minerals", + "area": "South Carolina", + "address": "4892 Hwy 17 S, store #20 , North Myrtle Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=51289", + "internal_url": "null", + "latitude": "33.79836867456132", + "longitude": "-78.74616922001717", + "machine_status": "available", + "status": "unvisited", + "id": 2229, + "last_updated": "2024-09-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.071508, + 47.8928908 + ] + }, + "properties": { + "name": "Scheels Sporting Goods", + "area": "North Dakota", + "address": "2800 South Columbia Road , Grand Forks", + "external_url": "http://209.221.138.252/Details.aspx?location=356560", + "internal_url": "null", + "latitude": "47.8928908", + "longitude": "-97.071508", + "machine_status": "retired", + "status": "unvisited", + "id": 5503, + "last_updated": "2024-09-07" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.18809809999999, + 38.6245316 + ] + }, + "properties": { + "name": "Jefferson National Parks Association", + "area": "Missouri", + "address": "2nd & Walnut Streets, South Leg Service Entrance, St. Louis", + "external_url": "http://209.221.138.252/Details.aspx?location=250842", + "internal_url": "null", + "latitude": "38.6245316", + "longitude": "-90.18809809999999", + "machine_status": "available", + "status": "unvisited", + "id": 1129, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.8557361, + 40.8109523 + ] + }, + "properties": { + "name": "Penn State All Sports Museum", + "area": "Pennsylvania", + "address": "1 Beaver Stadium, University Park", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=440125", + "internal_url": "null", + "latitude": "40.8109523", + "longitude": "-77.8557361", + "machine_status": "available", + "id": 7523, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.63657834086965, + 40.10703565910185 + ] + }, + "properties": { + "name": "The Garst Museum", + "area": "Ohio", + "address": "205 N Broadway St,", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 40.10703565910185, + "longitude": -84.63657834086965, + "machine_status": "available", + "id": 7524, + "last_updated": "2024-09-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.02755228636828, + 43.634703369837624 + ] + }, + "properties": { + "name": "Bank of Montpelier", + "area": "Idaho", + "address": "833 Washington Street, Montpelier", + "external_url": "http://209.221.138.252/Details.aspx?location=344000", + "internal_url": "null", + "latitude": "43.634703369837624", + "longitude": "-112.02755228636828", + "machine_status": "available", + "status": "unvisited", + "id": 4319, + "last_updated": "2024-09-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.5129342, + 46.0506773 + ] + }, + "properties": { + "name": "Paviljon Zvoncek", + "area": "Slovenia", + "address": "Adamic-Lundrovo nabreje 1", + "external_url": "http://209.221.138.252/Details.aspx?location=249127", + "internal_url": "null", + "latitude": "46.0506773", + "longitude": "14.5129342", + "machine_status": "retired", + "status": "unvisited", + "id": 808, + "last_updated": "2024-09-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.50400410000003, + 38.53927909999999 + ] + }, + "properties": { + "name": "William Land Park - Sacramento Zoo", + "area": "California", + "address": "3930 West Land Park Dr., Sacramento", + "external_url": "http://209.221.138.252/Details.aspx?location=1198", + "internal_url": "null", + "latitude": "38.53927909999999", + "longitude": "-121.50400410000003", + "machine_status": "available", + "status": "unvisited", + "id": 4759, + "last_updated": "2024-09-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.73280372961088, + 45.77950874151858 + ] + }, + "properties": { + "name": "Mystery Town", + "area": "Michigan", + "address": "200 S Nicolet St Mackinaw City, MI, 49701", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 45.77950874151858, + "longitude": -84.73280372961088, + "machine_status": "available", + "id": 7525, + "last_updated": "2024-09-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.2550533, + 36.6594865 + ] + }, + "properties": { + "name": "Made In The USA Store", + "area": "Missouri", + "address": "4270 Gretna Rd, Branson ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=440258", + "internal_url": "null", + "latitude": "36.6594865", + "longitude": "-93.2550533", + "machine_status": "available", + "id": 7526, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.6045773, + 35.9812258 + ] + }, + "properties": { + "name": "Buc-ee's", + "area": "Tennessee", + "address": "170 Buc-ee's Boulevard (I-40 at exit 407), Sevierville", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=440144", + "internal_url": "null", + "latitude": "35.9812258", + "longitude": "-83.6045773", + "machine_status": "available", + "id": 7527, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.61226359999999, + 39.2857251 + ] + }, + "properties": { + "name": "Harborplace - Light Street Pavillion", + "area": "Maryland", + "address": "301 Light Street, Baltimore", + "external_url": "http://209.221.138.252/Details.aspx?location=8618", + "internal_url": "null", + "latitude": "39.2857251", + "longitude": "-76.61226359999999", + "machine_status": "retired", + "status": "unvisited", + "id": 3607, + "last_updated": "2024-09-09" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.7337491, + 46.7866928 + ] + }, + "properties": { + "name": "Mount Rainier National Park - Paradise Inn Gift Shop", + "area": "Washington", + "address": "52807 Paradise Valley Road East, Ashford", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=440325", + "internal_url": "null", + "latitude": "46.7866928", + "longitude": "-121.7337491", + "machine_status": "available", + "id": 7528, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.060168, + 36.209524 + ] + }, + "properties": { + "name": "North Rim Lodge", + "area": "Arizona", + "address": "End of Highway 67, Grand Canyon National Park, North Rim", + "external_url": "http://209.221.138.252/Details.aspx?location=329", + "internal_url": "null", + "latitude": "36.209524", + "longitude": "-112.060168", + "machine_status": "available", + "status": "unvisited", + "id": 2628, + "last_updated": "2024-09-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.21421409999999, + 36.6440054 + ] + }, + "properties": { + "name": "Branson Landing", + "area": "Missouri", + "address": "100 Branson Landing, Branson", + "external_url": "http://209.221.138.252/Details.aspx?location=24161", + "internal_url": "null", + "latitude": "36.6440054", + "longitude": "-93.21421409999999", + "machine_status": "retired", + "status": "unvisited", + "id": 1054, + "last_updated": "2024-09-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.2135224, + 36.6414441 + ] + }, + "properties": { + "name": "Bass Pro Shops, Branson Landing", + "area": "Missouri", + "address": "1 Bass Pro Drive, Branson", + "external_url": "http://209.221.138.252/Details.aspx?location=27218", + "internal_url": "null", + "latitude": "36.6414441", + "longitude": "-93.2135224", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 1051, + "last_updated": "2024-09-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -106.8348669, + 40.4864408 + ] + }, + "properties": { + "name": "Steamboat Trading Company", + "area": "Colorado", + "address": "810 Lincoln Avenue, Steamboat Springs", + "external_url": "http://209.221.138.252/Details.aspx?location=53315", + "internal_url": "null", + "latitude": "40.4864408", + "longitude": "-106.8348669", + "machine_status": "retired", + "status": "unvisited", + "id": 1932, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.81257629999999, + 32.138651 + ] + }, + "properties": { + "name": "Harbourtown Lighthouse", + "area": "South Carolina", + "address": "149 Lighthouse Road, Hilton Head", + "external_url": "http://209.221.138.252/Details.aspx?location=3129", + "internal_url": "null", + "latitude": "32.138651", + "longitude": "-80.81257629999999", + "machine_status": "retired", + "status": "unvisited", + "id": 2200, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.3193872, + 37.7461316 + ] + }, + "properties": { + "name": "Red Canyon Visitor Center", + "area": "Utah", + "address": "5375 UT-12, Panguitch", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=440586", + "internal_url": "null", + "latitude": "37.7461316", + "longitude": "-112.3193872", + "machine_status": "available", + "id": 7529, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1761257, + 36.119001 + ] + }, + "properties": { + "name": "Caesars Place Hotel Casino", + "area": "Nevada", + "address": "Forum Shops - Welcome to Las Vegas Store, Las Vegas", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=440532", + "internal_url": "null", + "latitude": "36.119001", + "longitude": "-115.1761257", + "machine_status": "available", + "id": 7530, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1754312, + 36.0987973 + ] + }, + "properties": { + "name": "Excalibur Hotel & Casino - Below the Knee", + "area": "Nevada", + "address": "3850 Las Vegas Boulevard South, Las Vegas", + "external_url": "http://209.221.138.252/Details.aspx?location=305786", + "internal_url": "null", + "latitude": "36.0987973", + "longitude": "-115.1754312", + "machine_status": "retired", + "status": "unvisited", + "id": 4506, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.5124951, + 35.8975921 + ] + }, + "properties": { + "name": "St. John's Cathedral, Valletta", + "area": "Malta", + "address": ", Valletta", + "external_url": "http://209.221.138.252/Details.aspx?location=108559", + "internal_url": "null", + "latitude": "35.8975921", + "longitude": "14.5124951", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 1032, + "last_updated": "2024-09-14", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 15.29266729938709, + 37.06429594834581 + ] + }, + "properties": { + "name": "Penny Souvenir Ortigia", + "area": "Italy", + "address": "Via Trento, 24, 96100 Siracusa SR, Italy", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 37.06429594834581, + "longitude": 15.29266729938709, + "machine_status": "available", + "id": 7531, + "last_updated": "2024-09-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 15.0848433, + 37.5031814 + ] + }, + "properties": { + "name": "Giorgio Venezian clothing store", + "area": "Italy", + "address": "Via dei Crociferi 8/8A", + "external_url": "http://209.221.138.252/Details.aspx?location=280516", + "internal_url": "null", + "latitude": "37.5031814", + "longitude": "15.0848433", + "machine_status": "retired", + "status": "unvisited", + "id": 965, + "last_updated": "2024-09-14" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.8739631, + 51.14510070000001 + ] + }, + "properties": { + "name": "National Park Inn General Store", + "area": "Washington", + "address": "47009 Paradise Valley Road East, Mount Rainier National Park - Ashford", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=440716", + "internal_url": "null", + "latitude": "51.14510070000001", + "longitude": "0.8739631", + "machine_status": "available", + "id": 7532, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.054623918749019, + 53.811969052603736 + ] + }, + "properties": { + "name": "Madame Tussauds Waxworks. (Formally Louis Tussauds)", + "area": "England", + "address": "85-89 Promenade, City Centre, , LANCASHIRE - Blackpool", + "external_url": "http://209.221.138.252/Details.aspx?location=93853", + "internal_url": "null", + "latitude": "53.811969052603736", + "longitude": "-3.054623918749019", + "machine_status": "available", + "status": "unvisited", + "id": 1442, + "last_updated": "2024-09-15", + "multimachine": 1, + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -71.1287038383537, + 44.05189774883827 + ] + }, + "properties": { + "name": "Conway scenic railroad", + "area": "New Hampshire", + "address": "26 Norcross Cir, North Conway, NH 03860, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 44.05189774883827, + "longitude": -71.1287038383537, + "machine_status": "available", + "id": 7533, + "last_updated": "2024-09-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.021811, + 52.029418 + ] + }, + "properties": { + "name": "Paviljoen de Posbank", + "area": "Netherlands", + "address": "Beekhuizenseweg 1, Rheden", + "external_url": "http://209.221.138.252/Details.aspx?location=326466", + "internal_url": "null", + "latitude": "52.029418", + "longitude": "6.021811", + "machine_status": "retired", + "status": "unvisited", + "id": 5870, + "last_updated": "2024-09-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.296254, + 51.363583 + ] + }, + "properties": { + "name": "Chessington Safari Hotel", + "area": "England", + "address": "Leatherhead Rd, , SURREY - Chessington", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=440823", + "internal_url": "null", + "latitude": "51.363583", + "longitude": "-0.296254", + "machine_status": "available", + "id": 7534, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.841152, + 54.473217 + ] + }, + "properties": { + "name": "Beach Eckernförde", + "area": "Germany", + "address": "Jungfernstieg 110, Eckernförde", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=440889", + "internal_url": "null", + "latitude": "54.473217", + "longitude": "9.841152", + "machine_status": "available", + "id": 7535, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.1344041, + 54.31834 + ] + }, + "properties": { + "name": "Kiel Welcome Center", + "area": "Germany", + "address": "Stresemannplatz 1-3, Kiel", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=440885", + "internal_url": "null", + "latitude": "54.31834", + "longitude": "10.1344041", + "machine_status": "available", + "id": 7536, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.0734926, + 54.4781765 + ] + }, + "properties": { + "name": "Beach Surendorf", + "area": "Germany", + "address": "Zum Kurstrand 5, Surendorf", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=440888", + "internal_url": "null", + "latitude": "54.4781765", + "longitude": "10.0734926", + "machine_status": "available", + "id": 7537, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.700515, + 55.414098 + ] + }, + "properties": { + "name": "The Alnwick Garden", + "area": "England", + "address": "Denwick Lane, NORTHUMBERLAND - Alnwick", + "external_url": "http://209.221.138.252/Details.aspx?location=256485", + "internal_url": "null", + "latitude": "55.414098", + "longitude": "-1.700515", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 1536, + "last_updated": "2024-09-16", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.117545199999999, + 49.3506063 + ] + }, + "properties": { + "name": "GONDWANA - the Prehistoric Museum", + "area": "Germany", + "address": "Bildstockstraße, , Schiffweiler", + "external_url": "http://209.221.138.252/Details.aspx?location=334304", + "internal_url": "null", + "latitude": "49.3506063", + "longitude": "7.117545199999999", + "machine_status": "available", + "status": "unvisited", + "id": 5761, + "last_updated": "2024-09-16", + "multimachine": 3 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 136.8449709, + 34.4901521 + ] + }, + "properties": { + "name": "Dolphin Island", + "area": "Japan", + "address": "Toba Marine Terminal 2F 1-2383-51 Toba, Toba City, Mie Prefecture", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=440824", + "internal_url": "null", + "latitude": "34.4901521", + "longitude": "136.8449709", + "machine_status": "available", + "id": 7538, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.04158969999999, + 32.96823 + ] + }, + "properties": { + "name": "Grapevine Mills - LEGOLAND® Discovery Center", + "area": "Texas", + "address": "3000 Grapevine Mills Pkwy, Grapevine", + "external_url": "http://209.221.138.252/Details.aspx?location=93991", + "internal_url": "null", + "latitude": "32.96823", + "longitude": "-97.04158969999999", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 3728, + "last_updated": "2024-09-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 3.2100832, + 51.3363235 + ] + }, + "properties": { + "name": "Zeebrugge Cruise Terminal", + "area": "Belgium", + "address": "Zweedse Kaai, Zeebrugge", + "external_url": "http://209.221.138.252/Details.aspx?location=310753", + "internal_url": "null", + "latitude": "51.3363235", + "longitude": "3.2100832", + "machine_status": "retired", + "status": "unvisited", + "id": 143, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.34237636674091, + 35.65473217448297 + ] + }, + "properties": { + "name": "Lake Isabella/Kern River KOA Holiday", + "area": "California", + "address": "15627 Hwy 178 Weldon, CA 93283", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 35.65473217448297, + "longitude": -118.34237636674091, + "machine_status": "available", + "id": 7539, + "last_updated": "2024-09-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.9498151, + 40.7959634 + ] + }, + "properties": { + "name": "Wayne County Fair", + "area": "Ohio", + "address": "199 Vanover St,, Wooster", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=441381", + "internal_url": "null", + "latitude": "40.7959634", + "longitude": "-81.9498151", + "machine_status": "available", + "id": 7540, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 4.721994, + 52.95078900000001 + ] + }, + "properties": { + "name": "Fort Kijkduun", + "area": "Netherlands", + "address": ", Den Helder", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=441369", + "internal_url": "null", + "latitude": "52.95078900000001", + "longitude": "4.721994", + "machine_status": "available", + "id": 7541, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.32557182866604, + 38.79527500701513 + ] + }, + "properties": { + "name": "Hendel’s Restaurant", + "area": "Missouri", + "address": "599 St Denis St, Florissant, MO 63031, USA", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=441459", + "internal_url": "null", + "latitude": 38.79527500701513, + "longitude": -90.32557182866604, + "machine_status": "available", + "id": 7542, + "last_updated": "2024-08-28", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.7763954, + 36.1577547 + ] + }, + "properties": { + "name": "Hatch Show Print Shop", + "area": "Tennessee", + "address": "224 5th Ave S, Nashville", + "external_url": "http://209.221.138.252/Details.aspx?location=229042", + "internal_url": "null", + "latitude": "36.1577547", + "longitude": "-86.7763954", + "machine_status": "retired", + "status": "unvisited", + "id": 4245, + "last_updated": "2024-09-20" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.17516959999999, + 37.2524026 + ] + }, + "properties": { + "name": "Dixie Caverns", + "area": "Virginia", + "address": "5753 West Main Street, Salem", + "external_url": "http://209.221.138.252/Details.aspx?location=1402", + "internal_url": "null", + "latitude": "37.2524026", + "longitude": "-80.17516959999999", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 4449, + "last_updated": "2024-09-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -74.04450039999999, + 40.6892494 + ] + }, + "properties": { + "name": "Statue of Liberty National Monument", + "area": "New York", + "address": "Liberty Island, New York Harbor", + "external_url": "http://209.221.138.252/Details.aspx?location=4559", + "internal_url": "null", + "latitude": "40.6892494", + "longitude": "-74.04450039999999", + "machine_status": "retired", + "status": "unvisited", + "id": 3060, + "last_updated": "2024-09-21" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -120.260725, + 37.968937 + ] + }, + "properties": { + "name": "Covers Apple Ranch", + "area": "California", + "address": "19211 Cherokee Road, Tuolumne", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=441603", + "internal_url": "null", + "latitude": "37.968937", + "longitude": "-120.260725", + "machine_status": "available", + "id": 7543, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.1835583, + 38.6230306 + ] + }, + "properties": { + "name": "Gateway Arch Riverboat Tours", + "area": "Missouri", + "address": "50 N Leonor K Sullivan Blvd, St. Louis", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=7099", + "internal_url": "null", + "latitude": "38.6230306", + "longitude": "-90.1835583", + "machine_status": "available", + "id": 7544, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.8470425, + 47.04254 + ] + }, + "properties": { + "name": "Insert Coin - Arcade & Bar", + "area": "Washington", + "address": "3430 Pacific Ave SE D1, Olympia", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=441455", + "internal_url": "null", + "latitude": "47.04254", + "longitude": "-122.8470425", + "machine_status": "available", + "id": 7545, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 25.4324902, + 36.4180039 + ] + }, + "properties": { + "name": "Bookstore and More, Thira", + "area": "Greece", + "address": "25is Martiou 847 00 Thira Santorini Greece, Thira", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=441563", + "internal_url": "null", + "latitude": "36.4180039", + "longitude": "25.4324902", + "machine_status": "available", + "id": 7546, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.0999892052688933, + 50.785163908500465 + ] + }, + "properties": { + "name": "Hovertravel", + "area": "England", + "address": "Hovertravel, Clarence Esplanade, Southsea, Portsmouth, Southsea PO5 3AD, UK", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 50.785163908500465, + "longitude": -1.0999892052688933, + "machine_status": "available", + "id": 7547, + "last_updated": "2024-09-22" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1816039, + 36.1318636 + ] + }, + "properties": { + "name": "Area 15", + "area": "Nevada", + "address": "3215 S Rancho Dr, Las Vegas", + "external_url": "http://209.221.138.252/Details.aspx?location=368007", + "internal_url": "null", + "latitude": "36.1318636", + "longitude": "-115.1816039", + "machine_status": "available", + "status": "unvisited", + "id": 5419, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 9.6487863, + 51.418691 + ] + }, + "properties": { + "name": "Hannoversch Münden", + "area": "Germany", + "address": "Tanzwerder 12, Hannoversch Münden", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=441689", + "internal_url": "null", + "latitude": "51.418691", + "longitude": "9.6487863", + "machine_status": "available", + "id": 7548, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -109.551141, + 38.57430799999999 + ] + }, + "properties": { + "name": "Desert Dreams", + "area": "Utah", + "address": "71 N. Main, Moab", + "external_url": "http://209.221.138.252/Details.aspx?location=1678", + "internal_url": "null", + "latitude": "38.57430799999999", + "longitude": "-109.551141", + "machine_status": "available", + "status": "unvisited", + "id": 2078, + "last_updated": "2024-09-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.089395559986837, + 50.77963088364591 + ] + }, + "properties": { + "name": "The D-Day Story", + "area": "England", + "address": "D-day Museum, Southsea, Portsmouth, Southsea PO5, UK", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 50.77963088364591, + "longitude": -1.089395559986837, + "machine_status": "available", + "id": 7549, + "last_updated": "2024-09-23" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.6668449, + 47.6354882 + ] + }, + "properties": { + "name": "Burg Rötteln", + "area": "Germany", + "address": "Burg Rötteln, Lörrach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=441730", + "internal_url": "null", + "latitude": "47.6354882", + "longitude": "7.6668449", + "machine_status": "available", + "id": 7550, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 14.512858145126945, + 35.897210953647125 + ] + }, + "properties": { + "name": "St John’s Co-Cathedral", + "area": "Malta", + "address": "32 Merchants St, Valletta, Malta", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 35.897210953647125, + "longitude": 14.512858145126945, + "machine_status": "available", + "id": 7551, + "last_updated": "2024-09-24" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.2852554, + 36.6391372 + ] + }, + "properties": { + "name": "Starvin` Marvin Restaurant", + "area": "Missouri", + "address": "3400 west 76 country Blvd, Branson", + "external_url": "http://209.221.138.252/Details.aspx?location=3259", + "internal_url": "null", + "latitude": "36.6391372", + "longitude": "-93.2852554", + "machine_status": "available", + "status": "unvisited", + "id": 1071, + "last_updated": "2024-09-24", + "multimachine": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 5.3238984, + 60.3970369 + ] + }, + "properties": { + "name": "Knut Skurveit", + "area": "Norway", + "address": "Bryggen 21, Bergen", + "external_url": "http://209.221.138.252/Details.aspx?location=254455", + "internal_url": "null", + "latitude": "60.3970369", + "longitude": "5.3238984", + "machine_status": "retired", + "status": "unvisited", + "id": 43, + "last_updated": "2024-09-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.2145767, + 38.5989418 + ] + }, + "properties": { + "name": "Budweiser Brewery Experience", + "area": "Missouri", + "address": "12th and Lynch Street, St. Louis", + "external_url": "http://209.221.138.252/Details.aspx?location=324440", + "internal_url": "null", + "latitude": "38.5989418", + "longitude": "-90.2145767", + "machine_status": "retired", + "status": "unvisited", + "id": 1124, + "last_updated": "2024-09-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.35413469999999, + 38.5496852 + ] + }, + "properties": { + "name": "Grant's Farm", + "area": "Missouri", + "address": "10501 Gravois Rd, St. Louis", + "external_url": "http://209.221.138.252/Details.aspx?location=3200", + "internal_url": "null", + "latitude": "38.5496852", + "longitude": "-90.35413469999999", + "machine_status": "available", + "status": "unvisited", + "id": 1128, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -90.40503919999999, + 38.5737669 + ] + }, + "properties": { + "name": "St. Louis Children's Museum, The Magic House", + "area": "Missouri", + "address": "516 S Kirkwood Rd, St. Louis", + "external_url": "http://209.221.138.252/Details.aspx?location=12513", + "internal_url": "null", + "latitude": "38.5737669", + "longitude": "-90.40503919999999", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 1134, + "last_updated": "2024-09-25" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -72.61909469999999, + 42.0924038 + ] + }, + "properties": { + "name": "Eastern States Expo", + "area": "Massachusetts", + "address": "1305 Memorial Avenue, West Springfield", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=83922", + "internal_url": "null", + "latitude": "42.0924038", + "longitude": "-72.61909469999999", + "machine_status": "available", + "id": 7552, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -118.3463194, + 37.4005889 + ] + }, + "properties": { + "name": "Laws Railroad Museum and Historical Site", + "area": "California", + "address": ", Bishop", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=441887", + "internal_url": "null", + "latitude": "37.4005889", + "longitude": "-118.3463194", + "machine_status": "available", + "id": 7553, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.80827010000002, + 33.5149464 + ] + }, + "properties": { + "name": "McWane Science Center", + "area": "Alabama", + "address": "200 Nineteenth Street North, Birmingham", + "external_url": "http://209.221.138.252/Details.aspx?location=171", + "internal_url": "null", + "latitude": "33.5149464", + "longitude": "-86.80827010000002", + "machine_status": "retired", + "status": "unvisited", + "id": 1701, + "last_updated": "2024-09-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -86.27375147349628, + 42.403074153473746 + ] + }, + "properties": { + "name": "Oh My Darlings", + "area": "Michigan", + "address": "508 Phoenix St, South Haven, MI 49090 アメリカ合衆国", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 42.403074153473746, + "longitude": -86.27375147349628, + "machine_status": "available", + "id": 7554, + "last_updated": "2024-09-26" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.5763921, + 54.7732329 + ] + }, + "properties": { + "name": "Durham Cathedral", + "area": "England", + "address": "Durham, DURHAM - Durham City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=441968", + "internal_url": "null", + "latitude": "54.7732329", + "longitude": "-1.5763921", + "machine_status": "available", + "id": 7555, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -8.673263600000002, + 37.1025695 + ] + }, + "properties": { + "name": "Tabacaria Garrett", + "area": "Portugal", + "address": "R. Garrett 10, 8600-315 Lagos, Portugal, Lagos", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=441995", + "internal_url": "null", + "latitude": "37.1025695", + "longitude": "-8.673263600000002", + "machine_status": "available", + "id": 7556, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -16.7356395, + 28.0816116 + ] + }, + "properties": { + "name": "Tenerife", + "area": "Spain", + "address": "Located in souvenir shop next to blue cactus restaurant , Costa Adeje", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=441969", + "internal_url": "null", + "latitude": "28.0816116", + "longitude": "-16.7356395", + "machine_status": "available", + "id": 7557, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -111.955197, + 40.692861 + ] + }, + "properties": { + "name": "Valley Fair Mall, The Candy Barrel", + "area": "Utah", + "address": "3601 S 2700 W,, West Valley City", + "external_url": "http://209.221.138.252/Details.aspx?location=342156", + "internal_url": "null", + "latitude": "40.692861", + "longitude": "-111.955197", + "machine_status": "retired", + "status": "unvisited", + "id": 2104, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 18.9375081, + 42.2080434 + ] + }, + "properties": { + "name": "Petrovac, Montenegro", + "area": "Croatia", + "address": "II 85300 Petrovac Montenegro, Petrovac", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=442088", + "internal_url": "null", + "latitude": "42.2080434", + "longitude": "18.9375081", + "machine_status": "available", + "id": 7558, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.794472, + 51.068785 + ] + }, + "properties": { + "name": "Stonehenge - English Heritage Visitor Center", + "area": "England", + "address": "Near Salisbury, Wiltshire, SP4 7DE, WILTSHIRE - Salisbury", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=442089", + "internal_url": "null", + "latitude": "51.068785", + "longitude": "-1.794472", + "machine_status": "available", + "id": 7559, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 135.843012, + 34.685047 + ] + }, + "properties": { + "name": "Nara Park", + "area": "Japan", + "address": "Nara Park, Nara Park", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=442079", + "internal_url": "null", + "latitude": "34.685047", + "longitude": "135.843012", + "machine_status": "available", + "id": 7560, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -101.97371568551999, + 35.18659082873749 + ] + }, + "properties": { + "name": "Cadillac RV Park/Cadillac Gift Store", + "area": "Australia", + "address": "11651 I-40 Frontage Rd, Amarillo, TX 79124, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 35.18659082873749, + "longitude": -101.97371568551999, + "machine_status": "available", + "id": 7561, + "last_updated": "2024-09-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.28784888491383, + 39.06716073514247 + ] + }, + "properties": { + "name": "Plaza of the Flint Hills", + "area": "Kansas", + "address": "32691 K99 Hwy, Alma, KS 66401", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 39.06716073514247, + "longitude": -96.28784888491383, + "machine_status": "available", + "id": 7562, + "last_updated": "2024-09-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.996367966711067, + 37.383037522903024 + ] + }, + "properties": { + "name": "Sevilla Shop", + "area": "Spain", + "address": "C. Postigo del Carbón, 23, Casco Antiguo, 41001 Sevilla, Spain", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 37.383037522903024, + "longitude": -5.996367966711067, + "machine_status": "available", + "id": 7563, + "last_updated": "2024-09-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.94248056148516, + 43.52797400170426 + ] + }, + "properties": { + "name": "Cedar Valley Cheese Store", + "area": "Australia", + "address": "W3111 Jay Rd, Belgium, WI 53004, USA", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 43.52797400170426, + "longitude": -87.94248056148516, + "machine_status": "available", + "id": 7564, + "last_updated": "2024-09-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.6530813, + 38.2929063 + ] + }, + "properties": { + "name": "Flying J Store", + "area": "Utah", + "address": "653 W 1400 N, Beaver", + "external_url": "http://209.221.138.252/Details.aspx?location=384443", + "internal_url": "null", + "latitude": "38.2929063", + "longitude": "-112.6530813", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 5400, + "last_updated": "2024-09-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.78811144416021, + 32.77254227718849 + ] + }, + "properties": { + "name": "Dallas Heritage Village", + "area": "Texas", + "address": "1515 S. Harwood, Dallas", + "external_url": "http://209.221.138.252/Details.aspx?location=11462", + "internal_url": "null", + "latitude": "32.77254227718849", + "longitude": "-96.78811144416021", + "machine_status": "available", + "status": "unvisited", + "id": 3677, + "last_updated": "2024-09-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -93.2173092, + 36.6439901 + ] + }, + "properties": { + "name": "Alex and Alainas Treasure Chest", + "area": "Missouri", + "address": "102 West Main Street, Branson", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=442285", + "internal_url": "null", + "latitude": "36.6439901", + "longitude": "-93.2173092", + "machine_status": "available", + "id": 7565, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -94.6050572, + 39.0503194 + ] + }, + "properties": { + "name": "Supernatural Body Piercing", + "area": "Missouri", + "address": "1624 Westport Rd, Kansas City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=442178", + "internal_url": "null", + "latitude": "39.0503194", + "longitude": "-94.6050572", + "machine_status": "available", + "id": 7566, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -119.6501305, + 39.3087172 + ] + }, + "properties": { + "name": "Zepha's Cove", + "area": "Nevada", + "address": "145 South C Street, Virginia City", + "external_url": "http://209.221.138.252/Details.aspx?location=3194", + "internal_url": "null", + "latitude": "39.3087172", + "longitude": "-119.6501305", + "machine_status": "retired", + "status": "unvisited", + "id": 4548, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.3591538, + 39.4941469 + ] + }, + "properties": { + "name": "The Play Zone", + "area": "Indiana", + "address": "1251 N Fruitridge Avenue, Terre Haute", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=442360", + "internal_url": "null", + "latitude": "39.4941469", + "longitude": "-87.3591538", + "machine_status": "available", + "id": 7567, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -130.3279953, + 54.31174189999999 + ] + }, + "properties": { + "name": "Gary's Lock & Security Shop Ltd", + "area": "Canada", + "address": "617 2 Ave W, BC - Prince Rupert", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=442355", + "internal_url": "null", + "latitude": "54.31174189999999", + "longitude": "-130.3279953", + "machine_status": "available", + "id": 7568, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 140.110603, + 36.086693 + ] + }, + "properties": { + "name": "Tsukuba Expo Center", + "area": "Japan", + "address": "305-0031Tsukuba - 2-9 Azuma, Tsukuba City, Ibaraki Prefecture", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=442361", + "internal_url": "null", + "latitude": "36.086693", + "longitude": "140.110603", + "machine_status": "available", + "id": 7569, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 2.1187873, + 41.42207519999999 + ] + }, + "properties": { + "name": "Temple of the Sacred Heart of Jesus", + "area": "Spain", + "address": "Ctra. de Vallvidrera al Tibidabo, 111, Sarrià-Sant Gervasi, 08035 Barcelona, Spain, Barcelona", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=442167", + "internal_url": "null", + "latitude": "41.42207519999999", + "longitude": "2.1187873", + "machine_status": "available", + "id": 7570, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -121.92263962175929, + 37.33343195806126 + ] + }, + "properties": { + "name": "Rosicrucian Egyptian Museum", + "area": "Australia", + "address": "1660 Park Ave San Jose, CA 95191", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 37.33343195806126, + "longitude": -121.92263962175929, + "machine_status": "available", + "id": 7571, + "last_updated": "2024-09-29" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -6.295115173852949, + 36.52967388069284 + ] + }, + "properties": { + "name": "Kiosko La Catedrale", + "area": "Spain", + "address": "Pl. Catedral, 9, 11005 Cádiz, Spain", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 36.52967388069284, + "longitude": -6.295115173852949, + "machine_status": "available", + "id": 7572, + "last_updated": "2024-09-30" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.165667208472308, + 36.74000162016611 + ] + }, + "properties": { + "name": "Los arcos artesania", + "area": "Spain", + "address": "C. Armiñán, 8, 29400 Ronda, Málaga, Spain", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 36.74000162016611, + "longitude": -5.165667208472308, + "machine_status": "available", + "id": 7573, + "last_updated": "2024-10-01" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -5.165291974690667, + 36.737322182061234 + ] + }, + "properties": { + "name": "Iglesia de Santa María la Mayor", + "area": "Spain", + "address": "Pl. Duquesa de Parcent, 13, 29400 Ronda, Málaga, Spain", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 36.737322182061234, + "longitude": -5.165291974690667, + "machine_status": "available", + "id": 7574, + "last_updated": "2024-10-01" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.396233, + 39.3571517 + ] + }, + "properties": { + "name": "The Cone in West", + "area": "Ohio", + "address": "6855 Tylersville Rd., West Chester", + "external_url": "http://209.221.138.252/Details.aspx?location=194647", + "internal_url": "null", + "latitude": "39.3571517", + "longitude": "-84.396233", + "machine_status": "retired", + "status": "unvisited", + "id": 2017, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.8983011184916276, + 36.79252679996346 + ] + }, + "properties": { + "name": "Toca Madera Artesana", + "area": "Spain", + "address": "Frigiliana", + "external_url": "http://209.221.138.252/Details.aspx?location=231589", + "internal_url": "null", + "latitude": "36.79252679996346", + "longitude": "-3.8983011184916276", + "machine_status": "available", + "status": "unvisited", + "id": 334, + "last_updated": "2024-10-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.599623, + 37.1754371 + ] + }, + "properties": { + "name": "Color de la Tierra", + "area": "Spain", + "address": "Plaza Bib-rambia, Kiosco nº 20, Granada", + "external_url": "http://209.221.138.252/Details.aspx?location=223329", + "internal_url": "null", + "latitude": "37.1754371", + "longitude": "-3.599623", + "machine_status": "retired", + "status": "unvisited", + "id": 316, + "last_updated": "2024-10-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.5990820257464775, + 37.17568945825209 + ] + }, + "properties": { + "name": "Cruz de Elvira - Catedral de Granada", + "area": "Spain", + "address": "Calle Oficios / Calle del Estribo, Granada", + "external_url": "http://209.221.138.252/Details.aspx?location=54548", + "internal_url": "null", + "latitude": "37.17568945825209", + "longitude": "-3.5990820257464775", + "machine_status": "available", + "status": "unvisited", + "id": 315, + "last_updated": "2024-10-03" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.6065303, + 37.1628956 + ] + }, + "properties": { + "name": "Parque de Ciências", + "area": "Spain", + "address": ", Granada", + "external_url": "http://209.221.138.252/Details.aspx?location=245689", + "internal_url": "null", + "latitude": "37.1628956", + "longitude": "-3.6065303", + "machine_status": "retired", + "status": "unvisited", + "id": 318, + "last_updated": "2024-10-04" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -80.3358532, + 25.8072486 + ] + }, + "properties": { + "name": "Carnival Cruise Lines/Freedom", + "area": "Florida", + "address": "3655 NW 87th Avenue, Miami", + "external_url": "http://209.221.138.252/Details.aspx?location=373394", + "internal_url": "null", + "latitude": "25.8072486", + "longitude": "-80.3358532", + "machine_status": "retired", + "status": "unvisited", + "id": 5355, + "last_updated": "2024-10-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.5727362, + 40.0161633 + ] + }, + "properties": { + "name": "Cones and Clubs Mini Golf", + "area": "Pennsylvania", + "address": "5745 Lincoln Hwy, York", + "external_url": "http://209.221.138.252/Details.aspx?location=77758", + "internal_url": "null", + "latitude": "40.0161633", + "longitude": "-76.5727362", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 4075, + "last_updated": "2024-10-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -74.0394053, + 40.699329 + ] + }, + "properties": { + "name": "Ellis Island Immigration Museum", + "area": "New York", + "address": "Ellis Island, New York Harbor", + "external_url": "http://209.221.138.252/Details.aspx?location=3611", + "internal_url": "null", + "latitude": "40.699329", + "longitude": "-74.0394053", + "machine_status": "retired", + "status": "unvisited", + "id": 3059, + "last_updated": "2024-10-05" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -82.25296519999999, + 40.8582111 + ] + }, + "properties": { + "name": "Grandpa's Cheesebarn Inc.", + "area": "Ohio", + "address": "668 U.S. 250, Ashland", + "external_url": "http://209.221.138.252/Details.aspx?location=204343", + "internal_url": "null", + "latitude": "40.8582111", + "longitude": "-82.25296519999999", + "machine_status": "available", + "status": "unvisited", + "id": 1941, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.983367245204561, + 50.938994578045794 + ] + }, + "properties": { + "name": "Lanxess Arena", + "area": "Germany", + "address": "Willy-Brandt-Platz 3, 50679 Köln, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 50.938994578045794, + "longitude": 6.983367245204561, + "machine_status": "available", + "id": 7575, + "last_updated": "2024-10-06", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -3.8955646205053833, + 36.79159149510764 + ] + }, + "properties": { + "name": "Lola la de los vinos de Frigiliana", + "area": "Spain", + "address": "C. Real, 4, 29788 Frigiliana, Málaga, Spain", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 36.79159149510764, + "longitude": -3.8955646205053833, + "machine_status": "available", + "id": 7576, + "last_updated": "2024-10-06" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.7343822, + 33.8001975 + ] + }, + "properties": { + "name": "Klig's Kites Superstore", + "area": "South Carolina", + "address": "4505 N Kings Hwy (US-17), North Myrtle Beach", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=442830", + "internal_url": "null", + "latitude": "33.8001975", + "longitude": "-78.7343822", + "machine_status": "available", + "id": 7577, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.5137252, + 35.7128548 + ] + }, + "properties": { + "name": "Buckboard Too Shop", + "area": "Tennessee", + "address": "612 Parkway, Gatlinburg", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=442869", + "internal_url": "null", + "latitude": "35.7128548", + "longitude": "-83.5137252", + "machine_status": "available", + "id": 7578, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -88.1472105, + 41.3090552 + ] + }, + "properties": { + "name": "Mimi's Cafe (Was Milltown Market)", + "area": "Illinois", + "address": "209 N Water St, Wilmington", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=435292", + "internal_url": "null", + "latitude": "41.3090552", + "longitude": "-88.1472105", + "machine_status": "available", + "id": 7579, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 127.8504781, + 26.5052353 + ] + }, + "properties": { + "name": "Cape Manzamo", + "area": "Japan", + "address": "Manzamo Co., Ltd. 2767 Onna Onnason, Kunigamigun, Okinawa", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=442813", + "internal_url": "null", + "latitude": "26.5052353", + "longitude": "127.8504781", + "machine_status": "available", + "id": 7580, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.5137252, + 35.7128548 + ] + }, + "properties": { + "name": "Buckboard Too", + "area": "Tennessee", + "address": "612 Parkway, Gatlinburg", + "external_url": "null", + "internal_url": "null", + "latitude": "35.7128548", + "longitude": "-83.5137252", + "machine_status": "available", + "status": "unvisited", + "id": 4201, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 13.2124265, + 52.5401639 + ] + }, + "properties": { + "name": "Zitadelle Spandau", + "area": "Germany", + "address": "Am Juliusturm 64, Berlin", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=442897", + "internal_url": "null", + "latitude": "52.5401639", + "longitude": "13.2124265", + "machine_status": "available", + "id": 7581, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -119.6857157, + 34.4104119 + ] + }, + "properties": { + "name": "Stearns Wharf - Santa Barbara Museum of Natural History, Sea Center", + "area": "California", + "address": "211 Stearns Wharf , Santa Barbara", + "external_url": "http://209.221.138.252/Details.aspx?location=14420", + "internal_url": "null", + "latitude": "34.4104119", + "longitude": "-119.6857157", + "machine_status": "retired", + "status": "unvisited", + "id": 4844, + "last_updated": "2024-10-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.11819958892882752, + 52.20621681044941 + ] + }, + "properties": { + "name": "Cambridge Gift Shop", + "area": "England", + "address": "Guild Hall. Unit 3 Peas Hill, CAMBRIDGESHIRE - Cambridge", + "external_url": "http://209.221.138.252/Details.aspx?location=231302", + "internal_url": "null", + "latitude": "52.20621681044941", + "longitude": "0.11819958892882752", + "machine_status": "available", + "status": "unvisited", + "id": 1336, + "last_updated": "2024-10-08" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.11885699999999, + 33.8185861 + ] + }, + "properties": { + "name": "Escape the Netherworld", + "area": "Georgia", + "address": "2076 West Park Place Blvd., Stone Mountain", + "external_url": "http://209.221.138.252/Details.aspx?location=129525", + "internal_url": "null", + "latitude": "33.8185861", + "longitude": "-84.11885699999999", + "machine_status": "retired", + "status": "unvisited", + "id": 1670, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.568159, + 42.9848886 + ] + }, + "properties": { + "name": "The Great Pumpkin Farm", + "area": "New York", + "address": "11199 Main St, Clarence", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=442943", + "internal_url": "null", + "latitude": "42.9848886", + "longitude": "-78.568159", + "machine_status": "available", + "id": 7582, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -66.0879822, + 45.2588526 + ] + }, + "properties": { + "name": "Reversing Falls Restaurant at Stonehammer UNESCO Global Geopark", + "area": "Canada", + "address": "200 Bridge Rd,, New Brunswick - Saint John", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=442948", + "internal_url": "null", + "latitude": "45.2588526", + "longitude": "-66.0879822", + "machine_status": "available", + "id": 7583, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -97.3248526, + 32.6866701 + ] + }, + "properties": { + "name": "La Gran Plaza", + "area": "Texas", + "address": "4200 S. Freeway, Fort Worth", + "external_url": "http://209.221.138.252/Details.aspx?location=247418", + "internal_url": "null", + "latitude": "32.6866701", + "longitude": "-97.3248526", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 3691, + "last_updated": "2024-10-10" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -1.119596, + 50.7882151 + ] + }, + "properties": { + "name": "Submarine Museum/ Gosport ", + "area": "England", + "address": "Hampshire - Portsmouth", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=443055", + "internal_url": "null", + "latitude": "50.7882151", + "longitude": "-1.119596", + "machine_status": "available", + "id": 7584, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -114.8506755, + 35.9715692 + ] + }, + "properties": { + "name": "Tom Devlin's Monster Museum", + "area": "Nevada", + "address": "1310 Nevada Highway, Boulder City", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=443108", + "internal_url": "null", + "latitude": "35.9715692", + "longitude": "-114.8506755", + "machine_status": "available", + "id": 7585, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 19.0425706, + 47.49489639999999 + ] + }, + "properties": { + "name": "Várkert Bazár", + "area": "Hungary", + "address": "Ybl Miklós tér", + "external_url": "http://209.221.138.252/Details.aspx?location=252316", + "internal_url": "null", + "latitude": "47.49489639999999", + "longitude": "19.0425706", + "machine_status": "available", + "status": "unvisited", + "id": 836, + "last_updated": "2024-10-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 19.039620388876557, + 47.496544984658605 + ] + }, + "properties": { + "name": "Budavari Palota/Castle", + "area": "Hungary", + "address": "Budapest, Szent György tér 2, 1013 Hungary", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 47.496544984658605, + "longitude": 19.039620388876557, + "machine_status": "available", + "id": 7586, + "last_updated": "2024-10-12" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -78.88374879999999, + 33.7161889 + ] + }, + "properties": { + "name": "Broadway at the Beach - Tervis store (Was Body & Bath Cafe)", + "area": "South Carolina", + "address": "1325 Celebrity Circle, #A111, Myrtle Beach", + "external_url": "http://209.221.138.252/Details.aspx?location=17570", + "internal_url": "null", + "latitude": "33.7161889", + "longitude": "-78.88374879999999", + "machine_status": "available", + "status": "unvisited", + "id": 2214, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 6.0581648, + 50.8610759 + ] + }, + "properties": { + "name": "Continium Discovery Center (former industrion)", + "area": "Netherlands", + "address": "Museumplein 2, Kerkrade", + "external_url": "http://209.221.138.252/Details.aspx?location=42607", + "internal_url": "null", + "latitude": "50.8610759", + "longitude": "6.0581648", + "machine_status": "retired", + "status": "unvisited", + "id": 5868, + "last_updated": "2024-10-13" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.664411677892323, + 50.02908251052284 + ] + }, + "properties": { + "name": "Tierpark Rheinböllen", + "area": "Germany", + "address": "Hochwildschutzpark 1, 55494 Rheinböllen, Germany", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 50.02908251052284, + "longitude": 7.664411677892323, + "machine_status": "available", + "id": 7587, + "last_updated": "2024-10-13", + "paywall": true + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -103.6419734, + 43.8290678 + ] + }, + "properties": { + "name": "Boyds World Famous Antiques", + "area": "South Dakota", + "address": "24671 US-385, Custer", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=443187", + "internal_url": "null", + "latitude": "43.8290678", + "longitude": "-103.6419734", + "machine_status": "available", + "id": 7588, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -87.89325782771036, + 42.523759313620914 + ] + }, + "properties": { + "name": "Jelly Belly Center", + "area": "Australia", + "address": "10100 Jelly Belly Lane Pleasant Prairie, WI 53158", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 42.523759313620914, + "longitude": -87.89325782771036, + "machine_status": "available", + "id": 7589, + "last_updated": "2024-10-15" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -25.500675992512484, + 37.78436461647052 + ] + }, + "properties": { + "name": "Caldeira Velha", + "area": "Portugal", + "address": "EN5-2A 9600, 9600, Portugal", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 37.78436461647052, + "longitude": -25.500675992512484, + "machine_status": "available", + "id": 7590, + "last_updated": "2024-10-16" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -73.87685909999999, + 44.3475359 + ] + }, + "properties": { + "name": "High Falls George", + "area": "New York", + "address": "4761 NY-86, Wilmington, NY 12997,, Wilmington", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=443292", + "internal_url": "null", + "latitude": "44.3475359", + "longitude": "-73.87685909999999", + "machine_status": "available", + "id": 7591, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -83.9620281, + 36.0031217 + ] + }, + "properties": { + "name": "Georgetown Rest Area I-75 Northbound", + "area": "Kentucky", + "address": "I-75 N Milemaker 127, Georgetown ", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=443323", + "internal_url": "null", + "latitude": "36.0031217", + "longitude": "-83.9620281", + "machine_status": "available", + "id": 7592, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1442705, + 36.1707881 + ] + }, + "properties": { + "name": "Downtown Las Vegas - Pioneer Gift Shop", + "area": "Nevada", + "address": "25 Fremont Street, Las Vegas", + "external_url": "http://209.221.138.252/Details.aspx?location=2989", + "internal_url": "null", + "latitude": "36.1707881", + "longitude": "-115.1442705", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 4502, + "last_updated": "2024-10-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -115.1426404, + 36.1702959 + ] + }, + "properties": { + "name": "Downtown Las Vegas - Fabulous Las Vegas Jewelry and Gifts Gift Shop", + "area": "Nevada", + "address": "300 Fremont Street, Las Vegas", + "external_url": "http://209.221.138.252/Details.aspx?location=165962", + "internal_url": "null", + "latitude": "36.1702959", + "longitude": "-115.1426404", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 4498, + "last_updated": "2024-10-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -25.402520198081525, + 37.818279048448396 + ] + }, + "properties": { + "name": "Chá Gorreana", + "area": "Portugal", + "address": "São Miguel, 9625, Portugal", + "status": "unvisited", + "external_url": "null", + "internal_url": "null", + "latitude": 37.818279048448396, + "longitude": -25.402520198081525, + "machine_status": "available", + "id": 7593, + "last_updated": "2024-10-17" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -92.0946297, + 46.78337020000001 + ] + }, + "properties": { + "name": "Duluth Deals", + "area": "Minnesota", + "address": "347 Canal Park Dr, Duluth", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=439654", + "internal_url": "null", + "latitude": "46.78337020000001", + "longitude": "-92.0946297", + "machine_status": "available", + "id": 7594, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -81.5191335, + 28.3709743 + ] + }, + "properties": { + "name": "Walt Disney World, Disney Springs, House of Blues", + "area": "Florida", + "address": "Disney Springs Shopping Area, Lake Buena Vista", + "external_url": "http://209.221.138.252/Details.aspx?location=1723", + "internal_url": "null", + "latitude": "28.3709743", + "longitude": "-81.5191335", + "machine_status": "retired", + "status": "unvisited", + "id": 3357, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -102.4291334, + 35.2458736 + ] + }, + "properties": { + "name": "Milburn-Price Culture Museum", + "area": "Texas", + "address": "1005 Coke Street, Vega", + "external_url": "http://209.221.138.252/Details.aspx?location=283184", + "internal_url": "null", + "latitude": "35.2458736", + "longitude": "-102.4291334", + "machine_status": "retired", + "status": "unvisited", + "id": 3816, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 10.395564551035964, + 43.722415236787214 + ] + }, + "properties": { + "name": "Pisa Information Center", + "area": "Italy", + "address": "Piazza del Duomo", + "external_url": "http://209.221.138.252/Details.aspx?location=236775", + "internal_url": "null", + "latitude": "43.722415236787214", + "longitude": "10.395564551035964", + "machine_status": "available", + "status": "unvisited", + "id": 947, + "last_updated": "2024-10-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -76.6071272, + 39.2860516 + ] + }, + "properties": { + "name": "Hard Rock Cafe", + "area": "Maryland", + "address": "601 E Pratt St, Baltimore", + "external_url": "http://209.221.138.252/Details.aspx?location=372345", + "internal_url": "null", + "latitude": "39.2860516", + "longitude": "-76.6071272", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 5209, + "last_updated": "2024-10-18" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 15.4364903, + 47.0762243 + ] + }, + "properties": { + "name": "Die Schlossbergbahn", + "area": "Austria", + "address": "Am Schlossberg 7, 8010 Graz, Austria, Graz", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=443419", + "internal_url": "null", + "latitude": "47.0762243", + "longitude": "15.4364903", + "machine_status": "available", + "id": 7595, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 15.4417305, + 47.0678961 + ] + }, + "properties": { + "name": "Schloßberg Biergarten", + "area": "Austria", + "address": "6a Schloßberg , Graz", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=443418", + "internal_url": "null", + "latitude": "47.0678961", + "longitude": "15.4417305", + "machine_status": "available", + "id": 7596, + "last_updated": "2024-08-28" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -112.1847392, + 35.2518644 + ] + }, + "properties": { + "name": "Wild West Junction, Long Horn Saloon", + "area": "Arizona", + "address": "321 E. Route 66, Williams", + "external_url": "http://209.221.138.252/Details.aspx?location=250337", + "internal_url": "null", + "latitude": "35.2518644", + "longitude": "-112.1847392", + "machine_status": "out-of-order", + "status": "unvisited", + "id": 2734, + "last_updated": "2024-10-19" + } } ] } \ No newline at end of file diff --git a/data/server_locations.json b/data/server_locations.json index 818b376d3..23da9df83 100644 --- a/data/server_locations.json +++ b/data/server_locations.json @@ -6,25 +6,22 @@ "geometry": { "type": "Point", "coordinates": [ - 10.00855, - 53.59714 + -88.3181599, + 41.7561942 ] }, "properties": { - "name": "Planetarium Hamburg", - "area": "Germany", - "address": "Linnering 1, 22299 Hamburg", + "name": "SciTech Hands On Museum", + "area": "Illinois", + "address": "18 West Benton, Aurora", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=2113", "internal_url": "null", - "latitude": "53.59714", - "longitude": "10.00855", - "machine_status": "available", - "id": 6003, - "last_updated": "2022-12-05", - "notes": { - "2024-03-20": "This is a token machine" - } + "latitude": "41.7561942", + "longitude": "-88.3181599", + "machine_status": "retired", + "id": 1197, + "last_updated": "2024-06-19" } }, { @@ -32,23 +29,22 @@ "geometry": { "type": "Point", "coordinates": [ - 8.8461775, - 53.1066666 + -111.19734636287976, + 32.25450160841186 ] }, "properties": { - "name": "Universum Bremen (Science Center)", - "area": "Germany", - "address": "Wiener Straße 1a, 28359 Bremen, Germany", - "multimachine": 2, - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=33908", + "name": "Saguaro National Park", + "area": "Arizona", + "address": "Visitor Center Tucson, AZ 85743 United States", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=250420", "internal_url": "null", - "latitude": "53.1066666", - "longitude": "8.8461775", - "machine_status": "available", - "id": 460, - "last_updated": "2022-01-05" + "latitude": "32.25450160841186", + "longitude": "-111.19734636287976", + "machine_status": "retired", + "id": 2714, + "last_updated": "2024-09-24" } }, { @@ -56,26 +52,23 @@ "geometry": { "type": "Point", "coordinates": [ - -120.6746599, - 35.2674132 + -115.16457564568073, + 36.14003117559121 ] }, "properties": { - "name": "Madonna Inn", - "area": "California", - "address": "100 Madonna Rd, San Luis Obispo, CA 93405, USA", + "name": "Circus Circus Hotel & Casino (Las Vegas)", + "area": "Nevada", + "address": "2880 Las Vegas Boulevard South, Las Vegas", "status": "unvisited", - "multimachine": 2, - "external_url": "http://209.221.138.252/Details.aspx?location=571", + "external_url": "http://209.221.138.252/Details.aspx?location=2759", "internal_url": "null", - "latitude": "35.2674132", - "longitude": "-120.6746599", - "notes": { - "2022-01-05": "This machine is currently located downstairs across from the wine cave (right near the men restroom that has a waterfall in it). The other machine is on the main floor, in the Copper Cafe. " - }, + "latitude": "36.14003117559121", + "longitude": "-115.16457564568073", + "multimachine": 4, "machine_status": "available", - "id": 4832, - "last_updated": "2022-01-05" + "id": 4494, + "last_updated": "2024-04-05" } }, { @@ -83,22 +76,22 @@ "geometry": { "type": "Point", "coordinates": [ - 19.083691, - 47.512203 + -119.94187, + 38.96029 ] }, "properties": { - "name": "Liget Városliget (by house of music)", - "area": "Hungary", - "address": "1146 Kós Károly street, G38H+8P Budapest", + "name": "Harvey’s hotel casino resort", + "area": "Nevada", + "address": "18 US-50, Stateline", "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=386368", + "external_url": "http://209.221.138.252/Details.aspx?location=105911", "internal_url": "null", - "latitude": "47.512203", - "longitude": "19.083691", + "latitude": "38.96029", + "longitude": "-119.94187", "machine_status": "available", - "id": 5802, - "last_updated": "2023-01-15" + "id": 6004, + "last_updated": "2024-07-21" } }, { @@ -106,23 +99,23 @@ "geometry": { "type": "Point", "coordinates": [ - 7.156786, - 53.612054 + -79.076522, + 43.0920144 ] }, "properties": { - "name": "Seehundstation Norddeich", - "area": "Germany", - "address": "Nationalpark-Haus, Dörper Weg 24", + "name": "House of Cuban Cigars", + "area": "Canada", + "address": "5743 Victoria Avenue, Ontario - Niagara Falls", "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=72570", + "external_url": "http://209.221.138.252/Details.aspx?location=30366", "internal_url": "null", - "latitude": "53.612054", - "longitude": "7.156786", - "multimachine": 3, + "latitude": "43.0920144", + "longitude": "-79.076522", + "multimachine": 1, "machine_status": "available", - "id": 575, - "last_updated": "2022-08-05" + "id": 5624, + "last_updated": "2024-03-04" } }, { @@ -130,22 +123,23 @@ "geometry": { "type": "Point", "coordinates": [ - -88.3181599, - 41.7561942 + -79.0707941, + 43.0822684 ] }, "properties": { - "name": "SciTech Hands On Museum", - "area": "Illinois", - "address": "18 West Benton, Aurora", + "name": "Cave of the Winds Gift Shop", + "area": "New York", + "address": "Goat Island, Niagara Falls", "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=2113", + "external_url": "http://209.221.138.252/Details.aspx?location=3593", "internal_url": "null", - "latitude": "41.7561942", - "longitude": "-88.3181599", + "latitude": "43.0822684", + "longitude": "-79.0707941", + "multimachine": 4, "machine_status": "retired", - "id": 1197, - "last_updated": "2024-06-19" + "id": 3062, + "last_updated": "2024-10-14" } }, { @@ -153,22 +147,22 @@ "geometry": { "type": "Point", "coordinates": [ - 7.4598379, - 51.5165055 + -79.06797163069787, + 43.08636007824847 ] }, "properties": { - "name": "Dortmund Tourist and Information Center", - "area": "Germany", - "address": "Königswall 18a", - "status": "retired", - "external_url": "null", + "name": "Niagara Falls State Park", + "area": "New York", + "address": "Niagara Falls State Park, Niagara Falls", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=15836", "internal_url": "null", - "latitude": "51.5165055", - "longitude": "7.4598379", + "latitude": "43.08636007824847", + "longitude": "-79.06797163069787", "machine_status": "retired", - "id": 476, - "last_updated": "2023-02-10" + "id": 3064, + "last_updated": "2024-03-03" } }, { @@ -176,22 +170,23 @@ "geometry": { "type": "Point", "coordinates": [ - -104.5928913, - 36.4500474 + 8.614899, + 47.676427 ] }, "properties": { - "name": "Russell's Truck & Travel Center (Springer)", - "area": "New Mexico", - "address": "I-25 exit 419, Springer, NM87747", + "name": "Rheinfall / Schloss Laufen", + "area": "Switzerland", + "address": "Areal Schloss Laufen, 8447 Dachsen", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=76288", "internal_url": "null", - "latitude": "36.4500474", - "longitude": "-104.5928913", + "latitude": "47.676427", + "longitude": "8.614899", + "multimachine": 1, "machine_status": "available", - "id": 4946, - "last_updated": "2023-10-29" + "id": 726, + "last_updated": "2024-01-18" } }, { @@ -199,22 +194,22 @@ "geometry": { "type": "Point", "coordinates": [ - -103.1040605, - 35.1753875 + -82.2485749, + 35.4397021 ] }, "properties": { - "name": "Russell's Truck & Travel Center (Glenrio)", - "area": "New Mexico", - "address": "1583 Frontage Rd 4132 (Exit 369 off route I-40), Glenrio, NM 88434", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=267781", + "name": "Chimney Rock State Park", + "area": "North Carolina", + "address": "U.S. Hwys 64/74, Chimney Rock", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3717", "internal_url": "null", - "latitude": "35.1753875", - "longitude": "-103.1040605", + "latitude": "35.4397021", + "longitude": "-82.2485749", "machine_status": "available", - "id": 4928, - "last_updated": "2023-03-20" + "id": 4100, + "last_updated": "2024-06-17" } }, { @@ -222,22 +217,22 @@ "geometry": { "type": "Point", "coordinates": [ - -122.0200013, - 36.9639462 + -118.339455, + 34.1025381 ] }, "properties": { - "name": "Santa Cruz Beach Boardwalk (Casino Arcade)", + "name": "Gifts Of Hollywood", "area": "California", - "address": "400 Beach Street, 95060 Santa Cruz", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=543", + "address": "6801 Hollywood Boulevard - level 4 bridge, Hollywood", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=48947", "internal_url": "null", - "latitude": "36.9639462", - "longitude": "-122.0200013", + "latitude": "34.1025381", + "longitude": "-118.339455", "machine_status": "available", - "id": 4847, - "last_updated": "2023-03-20" + "id": 4639, + "last_updated": "2024-01-17" } }, { @@ -245,22 +240,22 @@ "geometry": { "type": "Point", "coordinates": [ - -79.986747, - 32.806778 + -109.8912094, + 34.7921982 ] }, "properties": { - "name": "Charles Towne Landing State Historic Site", - "area": "South Carolina", - "address": "1500 Old Towne Road, Charleston", + "name": "Crystal Forest Gift Shop & Museum", + "area": "Arizona", + "address": "6495 Petrified Forest Road, Holbrook", "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=52726", + "external_url": "http://209.221.138.252/Details.aspx?location=27229", "internal_url": "null", - "latitude": "32.806778", - "longitude": "-79.986747", - "machine_status": "available", - "id": 2182, - "last_updated": "2023-03-26" + "latitude": "34.7921982", + "longitude": "-109.8912094", + "machine_status": "retired", + "id": 2634, + "last_updated": "2024-02-21" } }, { @@ -268,22 +263,22 @@ "geometry": { "type": "Point", "coordinates": [ - -111.19734636287976, - 32.25450160841186 + -116.78978643, + 47.73167717508765 ] }, "properties": { - "name": "Saguaro National Park", - "area": "Arizona", - "address": "Visitor Center Tucson, AZ 85743 United States", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=250420", + "name": "Memory Lane Gems", + "area": "Idaho", + "address": "200 W Hanley Ave, Coeur d'Alene, ID 83815, United States", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=293104", "internal_url": "null", - "latitude": "32.25450160841186", - "longitude": "-111.19734636287976", + "latitude": "47.73167717508765", + "longitude": "-116.78978643063256", "machine_status": "retired", - "id": 2714, - "last_updated": "2024-09-24" + "id": 4312, + "last_updated": "2024-07-25" } }, { @@ -291,23 +286,22 @@ "geometry": { "type": "Point", "coordinates": [ - -121.5057612, - 38.5821574 + 8.053718, + 46.660467 ] }, "properties": { - "name": "Old Sacramento - Stage Nine Store", - "area": "California", - "address": "102 K St. (Old Town), Sacramento", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=1196", + "name": "Mount First", + "area": "Switzerland", + "address": "", + "status": "retired", + "external_url": "null", "internal_url": "null", - "latitude": "38.5821574", - "longitude": "-121.5057612", - "multimachine": 2, - "machine_status": "available", - "id": 4756, - "last_updated": "2023-03-26" + "latitude": "46.660467", + "longitude": "8.053718", + "machine_status": "retired", + "id": 718, + "last_updated": "2024-04-25" } }, { @@ -315,23 +309,22 @@ "geometry": { "type": "Point", "coordinates": [ - -121.5044464, - 38.5850581 + -110.8259479, + 44.4593593 ] }, "properties": { - "name": "Old Sacramento - California State Railroad Museum", - "area": "California", - "address": "125 I Street Sacramento, Sacramento", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=107181", + "name": "Old Faithful Lodge Gift Shop", + "area": "Wyoming", + "address": "725 Old Faithful Lodge Road, Yellowstone National Park", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=379935", "internal_url": "null", - "latitude": "38.5850581", - "longitude": "-121.5044464", - "paywall": true, + "latitude": "44.4593593", + "longitude": "-110.8259479", "machine_status": "available", - "id": 4751, - "last_updated": "2023-03-26" + "id": 5511, + "last_updated": "2024-05-10" } }, { @@ -339,22 +332,22 @@ "geometry": { "type": "Point", "coordinates": [ - -113.205536, - 37.205406 + -0.1153282, + 51.5032484 ] }, "properties": { - "name": "Fort Zion Gift Shop & Petting Zoo", - "area": "Utah", - "address": "1000 W Highway 9, Virgin", + "name": "Golden Tours Waterloo Branch ", + "area": "England", + "address": "York Rd, Elizabeth House, Unit 31 Visitor Centre, London", "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=252187", + "external_url": "http://209.221.138.252/Details.aspx?location=325503", "internal_url": "null", - "latitude": "37.205406", - "longitude": "-113.205536", + "latitude": "51.5032484", + "longitude": "-0.1153282", "machine_status": "available", - "id": 2103, - "last_updated": "2023-03-26" + "id": 1490, + "last_updated": "2023-11-19" } }, { @@ -362,22 +355,22 @@ "geometry": { "type": "Point", "coordinates": [ - -82.8235772, - 28.056906 + -115.16772588576356, + 36.11415721345083 ] }, "properties": { - "name": "Honeymoon Island State Park", - "area": "Florida", - "address": "1 Causeway Blvd, Dunedin", + "name": "Paris Hotel Casino (Real Bodies gift shop)", + "area": "Nevada", + "address": "3643 Las Vegas Boulevard South, Las Vegas", "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=199508", + "external_url": "http://209.221.138.252/Details.aspx?location=377240", "internal_url": "null", - "latitude": "28.056906", - "longitude": "-82.8235772", + "latitude": "36.11415721345083", + "longitude": "-115.16772588576356", "machine_status": "available", - "id": 3294, - "last_updated": "2023-03-26" + "id": 5427, + "last_updated": "2024-07-30" } }, { @@ -385,22 +378,22 @@ "geometry": { "type": "Point", "coordinates": [ - -82.82874137384263, - 27.97717905872123 + -114.4838741, + 35.715473 ] }, "properties": { - "name": "Clearwater Beach Pier 60", - "area": "Florida", - "address": "Pier 60, Clearwater Beach", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=39290", + "name": "Last Stop Travel Center,", + "area": "Arizona", + "address": "20331 N US Hwy 93, White Hills", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=357775", "internal_url": "null", - "latitude": "27.97717905872123", - "longitude": "-82.82874137384263", + "latitude": "35.715473", + "longitude": "-114.4838741", "machine_status": "available", - "id": 3270, - "last_updated": "2023-03-26" + "id": 5204, + "last_updated": "2024-08-28" } }, { @@ -408,23 +401,23 @@ "geometry": { "type": "Point", "coordinates": [ - -85.7071264, - 38.2057299 + -123.0430662, + 44.9410879 ] }, "properties": { - "name": "Louisville Zoo", - "area": "Kentucky", - "address": "1100 Trevilian Way, Louisville", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=2279", + "name": "Salem's Riverfront Carousel", + "area": "Oregon", + "address": "101 Front Street NE, Salem", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3936", "internal_url": "null", - "latitude": "38.2057299", - "longitude": "-85.7071264", - "multimachine": 6, + "latitude": "44.9410879", + "longitude": "-123.0430662", + "multimachine": 2, "machine_status": "available", - "id": 3536, - "last_updated": "2023-03-26" + "id": 4390, + "last_updated": "2024-01-06" } }, { @@ -432,118 +425,22 @@ "geometry": { "type": "Point", "coordinates": [ - 11.5537665, - 48.1744897 - ] - }, - "properties": { - "name": "Olympiaturm Munich", - "area": "Germany", - "address": "Olympiapark, Spiridon-Louis-Ring 7, München", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=382501", - "internal_url": "null", - "latitude": "48.1744897", - "longitude": "11.5537665", - "multimachine": 2, - "paywall": true, - "machine_status": "available", - "id": 5743, - "last_updated": "2023-04-10" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.5563904, - 48.1740593 - ] - }, - "properties": { - "name": "Sea Life München", - "area": "Germany", - "address": "Olympia Park, Willi-Daume-Platz 1, 80809 Munich", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=260690", - "internal_url": "null", - "latitude": "48.1740593", - "longitude": "11.5563904", - "multimachine": 2, - "machine_status": "available", - "id": 565, - "last_updated": "2023-04-10" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.16457564568073, - 36.14003117559121 - ] - }, - "properties": { - "name": "Circus Circus Hotel & Casino (Las Vegas)", - "area": "Nevada", - "address": "2880 Las Vegas Boulevard South, Las Vegas", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=2759", - "internal_url": "null", - "latitude": "36.14003117559121", - "longitude": "-115.16457564568073", - "multimachine": 4, - "machine_status": "available", - "id": 4494, - "last_updated": "2024-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74532, - 53.07796 - ] - }, - "properties": { - "name": "Ecomare (Texel)", - "area": "Netherlands", - "address": "Ruijslaan 92, 1796 AZ De Koog, Netherlands", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=86480", - "internal_url": "null", - "latitude": "53.07796", - "longitude": "4.74532", - "machine_status": "available", - "id": 179, - "last_updated": "2023-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.4561063, - 40.4962489 + 17.236364, + 40.781635 ] }, "properties": { - "name": "Ale 'N 'Wich Pub", - "area": "New Jersey", - "address": "246 Hamilton St, New Brunswick ", + "name": "Bar Rione Monti", + "area": "Italy", + "address": "Via Monte San Michele, 85/87, Alberobello, 70011 Italy", "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=380776", + "external_url": "http://209.221.138.252/Details.aspx?location=73132", "internal_url": "null", - "latitude": "40.4962489", - "longitude": "-74.4561063", - "machine_status": "available", - "id": 5455, - "last_updated": "2023-10-14" + "latitude": "40.781635", + "longitude": "17.236364", + "machine_status": "retired", + "id": 899, + "last_updated": "2024-08-28" } }, { @@ -551,22 +448,22 @@ "geometry": { "type": "Point", "coordinates": [ - -119.94187, - 38.96029 + -94.85318889999999, + 29.2505778 ] }, "properties": { - "name": "Harvey’s hotel casino resort", - "area": "Nevada", - "address": "18 US-50, Stateline", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=105911", + "name": "Galveston Fishing Pier", + "area": "Texas", + "address": "9001 Seawall Boulevard, Galveston", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=245658", "internal_url": "null", - "latitude": "38.96029", - "longitude": "-119.94187", + "latitude": "29.2505778", + "longitude": "-94.85318889999999", "machine_status": "available", - "id": 6004, - "last_updated": "2024-07-21" + "id": 3705, + "last_updated": "2024-08-28" } }, { @@ -574,94 +471,22 @@ "geometry": { "type": "Point", "coordinates": [ - -79.060138, - 43.09431 + -84.6127355, + 45.40294129999999 ] }, "properties": { - "name": "Aquarium of Niagara", - "area": "New York", - "address": "701 Whirpool St, Niagara Falls", + "name": "Indian River Trading Post / Shell Gas Station / McDonalds", + "area": "Michigan", + "address": "6153 M-68, Indian River", "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=3594", + "external_url": "http://209.221.138.252/Details.aspx?location=3017", "internal_url": "null", - "latitude": "43.09431", - "longitude": "-79.060138", - "paywall": true, + "latitude": "45.40294129999999", + "longitude": "-84.6127355", "machine_status": "retired", - "id": 3061, - "last_updated": "2023-04-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.07545069999999, - 43.0907761 - ] - }, - "properties": { - "name": "Ripley's Believe It or Not - Niagara Falls", - "area": "Canada", - "address": "4960 Clifton Hill, Ontario - Niagara Falls", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=4223", - "internal_url": "null", - "latitude": "43.0907761", - "longitude": "-79.07545069999999", - "paywall": true, - "machine_status": "available", - "id": 5013, - "last_updated": "2023-04-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.076522, - 43.0920144 - ] - }, - "properties": { - "name": "House of Cuban Cigars", - "area": "Canada", - "address": "5743 Victoria Avenue, Ontario - Niagara Falls", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=30366", - "internal_url": "null", - "latitude": "43.0920144", - "longitude": "-79.076522", - "multimachine": 1, - "machine_status": "available", - "id": 5624, - "last_updated": "2024-03-04" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.399999999999999, - 48.433333 - ] - }, - "properties": { - "name": "Mont Sainte Odile", - "area": "France", - "address": "67530 Ottrott (Vosges)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=240518", - "internal_url": "null", - "latitude": "48.433333", - "longitude": "7.399999999999999", - "machine_status": "available", - "id": 95, - "last_updated": "2023-04-18" + "id": 2536, + "last_updated": "2024-06-20" } }, { @@ -669,23 +494,22 @@ "geometry": { "type": "Point", "coordinates": [ - -79.0707941, - 43.0822684 + -105.042649, + 38.840653 ] }, "properties": { - "name": "Cave of the Winds Gift Shop", - "area": "New York", - "address": "Goat Island, Niagara Falls", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=3593", + "name": "Summit House Gift Shop Pikes Peak Mountain", + "area": "Colorado", + "address": "Pikes Peak Highway, Pike National Forest", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=452", "internal_url": "null", - "latitude": "43.0822684", - "longitude": "-79.0707941", - "multimachine": 4, + "latitude": "38.840653", + "longitude": "-105.042649", "machine_status": "retired", - "id": 3062, - "last_updated": "2024-10-14" + "id": 1922, + "last_updated": "2027-07-20" } }, { @@ -693,46 +517,22 @@ "geometry": { "type": "Point", "coordinates": [ - -79.06797163069787, - 43.08636007824847 + -105.07302, + 38.8756 ] }, "properties": { - "name": "Niagara Falls State Park", - "area": "New York", - "address": "Niagara Falls State Park, Niagara Falls", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=15836", + "name": "Gift Shop at Glen Cove (Pikes Peak Mountain)", + "area": "Colorado", + "address": "Pikes Peak Highway, Pike National Forest", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=6651", "internal_url": "null", - "latitude": "43.08636007824847", - "longitude": "-79.06797163069787", + "latitude": "38.8756", + "longitude": "-105.07302", "machine_status": "retired", - "id": 3064, - "last_updated": "2024-03-03" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.8762911, - 42.9354287 - ] - }, - "properties": { - "name": "The Buffalo History Museum", - "area": "New York", - "address": "1 Museum Court, Buffalo", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=3648", - "internal_url": "null", - "latitude": "42.9354287", - "longitude": "-78.8762911", - "paywall": true, - "machine_status": "available", - "id": 2999, - "last_updated": "2023-04-05" + "id": 1921, + "last_updated": "2027-07-20" } }, { @@ -740,24 +540,23 @@ "geometry": { "type": "Point", "coordinates": [ - -78.85160909999999, - 42.9371231 + -110.7185596, + 43.65341340000001 ] }, "properties": { - "name": "Buffalo Zoo", - "area": "New York", - "address": "300 Parkside Ave., Buffalo", + "name": "Grand Teton National Park - Craig Thomas Discover & Visitor Center", + "area": "Wyoming", + "address": "1 Teton Park Rd, Moose, WY 83012, United States", "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=3644", + "external_url": "http://209.221.138.252/Details.aspx?location=112303", "internal_url": "null", - "latitude": "42.9371231", - "longitude": "-78.85160909999999", - "paywall": true, - "multimachine": 3, + "latitude": "43.65341340000001", + "longitude": "-110.7185596", + "multimachine": 2, "machine_status": "available", - "id": 2997, - "last_updated": "2023-04-05" + "id": 3117, + "last_updated": "2024-05-10" } }, { @@ -765,23475 +564,23 @@ "geometry": { "type": "Point", "coordinates": [ - -117.5487146, - 34.0722611 + -122.4063959, + 37.7950842 ] }, "properties": { - "name": "Rainforest Café - Ontario Mills Mall", + "name": "Only In Chinatown (gift shop)", "area": "California", - "address": "4810 Mills Circle, Ontario, California, USA", + "address": "864 Grant Ave, San Francisco, CA 94108, United States", "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=1272", + "external_url": "http://209.221.138.252/Details.aspx?location=916", "internal_url": "null", - "latitude": "34.0722611", - "longitude": "-117.5487146", + "latitude": "37.7950842", + "longitude": "-122.4063959", "multimachine": 2, "machine_status": "available", - "id": 4719, - "last_updated": "2023-04-25" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.614899, - 47.676427 - ] - }, - "properties": { - "name": "Rheinfall / Schloss Laufen", - "area": "Switzerland", - "address": "Areal Schloss Laufen, 8447 Dachsen", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=76288", - "internal_url": "null", - "latitude": "47.676427", - "longitude": "8.614899", - "multimachine": 1, - "machine_status": "available", - "id": 726, - "last_updated": "2024-01-18" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -101.7548944, - 35.1936064 - ] - }, - "properties": { - "name": "Big Texan Steak Ranch", - "area": "Texas", - "address": "7701 Interstate (I-40 East bound Exit 75), Amarillo", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=1756", - "internal_url": "null", - "latitude": "35.1936064", - "longitude": "-101.7548944", - "multimachine": 2, - "machine_status": "available", - "id": 3639, - "last_updated": "2023-05-04" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -119.21413, - 34.25621 - ] - }, - "properties": { - "name": "Golf N' Stuff (Ventura)", - "area": "California", - "address": "5555 Walker Street, Ventura, CA", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=27731", - "internal_url": "null", - "latitude": "34.25621", - "longitude": "-119.21413", - "machine_status": "available", - "id": 4885, - "last_updated": "2023-05-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.95272, - 39.716177 - ] - }, - "properties": { - "name": "Cherry Street Diner", - "area": "Ohio", - "address": "80 Cherry St, Ashville, Ohio", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "39.716177", - "longitude": "-82.95272", - "machine_status": "available", - "id": 1942, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.0562669, - 38.8718568 - ] - }, - "properties": { - "name": "The Pentagon Visitor Center", - "area": "Virginia", - "address": "The Pentagon, Arlington", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=104518", - "internal_url": "null", - "latitude": "38.8718568", - "longitude": "-77.0562669", - "paywall": true, - "machine_status": "available", - "id": 4406, - "last_updated": "2023-05-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.6076336, - 36.5001412 - ] - }, - "properties": { - "name": "Bear Creek Gifts, LLC", - "area": "North Carolina", - "address": "165 N. Main St., Mount Airy", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=95265", - "internal_url": "null", - "latitude": "36.5001412", - "longitude": "-80.6076336", - "machine_status": "retired", - "id": 4132, - "last_updated": "2023-05-18" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.227874, - 39.7612 - ] - }, - "properties": { - "name": "Aunt Patty's On The Square", - "area": "Indiana", - "address": "101 W High St, Rockville", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=209856", - "internal_url": "null", - "latitude": "39.7612", - "longitude": "-87.227874", - "machine_status": "retired", - "id": 2290, - "last_updated": "2023-05-20" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.867617659, - 49.1269334 - ] - }, - "properties": { - "name": "See Camping Langlau", - "area": "Germany", - "address": "Seestraße 30, 91738 Pfofeld-Langlau", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "49.1269334", - "longitude": "10.867617659", - "machine_status": "available", - "id": 6005, - "last_updated": "2023-05-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.22519439999999, - 38.6581833 - ] - }, - "properties": { - "name": "Headmasters Pub", - "area": "Virginia", - "address": "12018 Lee Highway, Sperryville ", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=354166", - "internal_url": "null", - "latitude": "38.6581833", - "longitude": "-78.22519439999999", - "machine_status": "retired", - "id": 5440, - "last_updated": "2023-05-25" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.6992083, - 43.3644194 - ] - }, - "properties": { - "name": "Beef Jerky Outlet", - "area": "New York", - "address": "1424 Route 9, Space #8A , Lake George", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=331731", - "internal_url": "null", - "latitude": "43.3644194", - "longitude": "-73.6992083", - "machine_status": "retired", - "id": 3020, - "last_updated": "2023-05-25" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.2485749, - 35.4397021 - ] - }, - "properties": { - "name": "Chimney Rock State Park", - "area": "North Carolina", - "address": "U.S. Hwys 64/74, Chimney Rock", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=3717", - "internal_url": "null", - "latitude": "35.4397021", - "longitude": "-82.2485749", - "machine_status": "available", - "id": 4100, - "last_updated": "2024-06-17" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1215648, - 51.5119054 - ] - }, - "properties": { - "name": "London Transport Museum", - "area": "England", - "address": "Covent Garden Piazza, London WC2E 7BB", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=208567", - "internal_url": "null", - "latitude": "51.5119054", - "longitude": "-0.1215648", - "machine_status": "available", - "id": 1463, - "last_updated": "2023-06-03" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.7148904, - 36.1022443 - ] - }, - "properties": { - "name": "Southern Shores Pizza & Deli", - "area": "North Carolina", - "address": "1 Ocean Blvd, Kitty Hawk", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=293580", - "internal_url": "null", - "latitude": "36.1022443", - "longitude": "-75.7148904", - "machine_status": "available", - "id": 4116, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.61869089999999, - 45.8488096 - ] - }, - "properties": { - "name": "Island Bookstore (#1)", - "area": "Michigan", - "address": "7372 Main Street, Mackinac Island", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=7576", - "internal_url": "null", - "latitude": "45.8488096", - "longitude": "-84.61869089999999", - "machine_status": "available", - "id": 2547, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.4370852, - 26.0700857 - ] - }, - "properties": { - "name": "Bobz World", - "area": "Texas", - "address": "36451 State Hwy 100, Los Fresnos", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=228625", - "internal_url": "null", - "latitude": "26.0700857", - "longitude": "-97.4370852", - "machine_status": "retired", - "id": 3751, - "last_updated": "2023-06-09" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.339455, - 34.1025381 - ] - }, - "properties": { - "name": "Gifts Of Hollywood", - "area": "California", - "address": "6801 Hollywood Boulevard - level 4 bridge, Hollywood", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=48947", - "internal_url": "null", - "latitude": "34.1025381", - "longitude": "-118.339455", - "machine_status": "available", - "id": 4639, - "last_updated": "2024-01-17" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.6658438, - 37.377856 - ] - }, - "properties": { - "name": "Saint Louis Iron Mountain & Southern", - "area": "Missouri", - "address": "252 E Jackson Blvd, Jackson, MO 63755, United States", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "37.377856", - "longitude": "-89.6658438", - "machine_status": "available", - "id": 6006, - "last_updated": "2023-06-09" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -109.8912094, - 34.7921982 - ] - }, - "properties": { - "name": "Crystal Forest Gift Shop & Museum", - "area": "Arizona", - "address": "6495 Petrified Forest Road, Holbrook", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=27229", - "internal_url": "null", - "latitude": "34.7921982", - "longitude": "-109.8912094", - "machine_status": "retired", - "id": 2634, - "last_updated": "2024-02-21" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.776731, - 36.161146 - ] - }, - "properties": { - "name": "Music City Showcase", - "area": "Tennessee", - "address": "323 Broadway, Nashville, TN 37201, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=395905", - "internal_url": "null", - "latitude": "36.16114574108638", - "longitude": "-86.77673080344822", - "machine_status": "available", - "id": 6007, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -102.2415239, - 43.9930366 - ] - }, - "properties": { - "name": "Wall Drugstore", - "area": "South Dakota", - "address": "510 Main St, Wall, SD 57790, United States", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "43.99303664996626", - "longitude": "-102.24152390308831", - "machine_status": "available", - "id": 6008, - "last_updated": "2023-07-13" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.3731069, - 35.282846 - ] - }, - "properties": { - "name": "Courthouse Square - Jack Daniels Souvenir Store", - "area": "Tennessee", - "address": "52 Mechanic St S, Lynchburg, TN 37352, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=319740", - "internal_url": "null", - "latitude": "35.282846", - "longitude": "-86.3731069", - "machine_status": "available", - "id": 4228, - "last_updated": "2023-07-13" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.69857537422314, - 44.588544548560485 - ] - }, - "properties": { - "name": "Devils Tower - Cattle Kate's Cafe", - "area": "Wyoming", - "address": "60 WY-110, Devils Tower, WY 82714, United States", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "44.588544548560485", - "longitude": "-104.69857537422314", - "machine_status": "available", - "id": 6009, - "last_updated": "2023-07-13" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.6992083, - 44.588659 - ] - }, - "properties": { - "name": "Devil's Tower Trading Post", - "area": "Wyoming", - "address": "57 WY-110 Devils tower, WY 82714 United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=824", - "internal_url": "null", - "latitude": "44.58865890018892", - "longitude": "-104.69920826005048", - "machine_status": "available", - "id": 3109, - "last_updated": "2023-07-13" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.0622478, - 43.0847267 - ] - }, - "properties": { - "name": "Honeymoon Capital Souvenir Shop", - "area": "New York", - "address": "16 Rainbow Blvd, Niagara Falls", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=3588", - "internal_url": "null", - "latitude": "43.0847267", - "longitude": "-79.0622478", - "machine_status": "retired", - "id": 5479, - "last_updated": "2023-07-13" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -116.78978643, - 47.73167717508765 - ] - }, - "properties": { - "name": "Memory Lane Gems", - "area": "Idaho", - "address": "200 W Hanley Ave, Coeur d'Alene, ID 83815, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=293104", - "internal_url": "null", - "latitude": "47.73167717508765", - "longitude": "-116.78978643063256", - "machine_status": "retired", - "id": 4312, - "last_updated": "2024-07-25" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.17422239999999, - 25.7849814 - ] - }, - "properties": { - "name": "Jungle Island", - "area": "Florida", - "address": "1111 Parrot Jungle Trail, Miami", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=1696", - "internal_url": "null", - "latitude": "25.7849814", - "longitude": "-80.17422239999999", - "machine_status": "retired", - "id": 3385, - "last_updated": "2023-07-13" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.344381, - 47.079119 - ] - }, - "properties": { - "name": "Kölnbrein parking ", - "area": "Austria", - "address": "Brandstatt 36, 9854 Brandstatt, Austria", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "13.344381", - "longitude": "47.079119", - "machine_status": "available", - "id": 6010, - "last_updated": "2023-07-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.053718, - 46.660467 - ] - }, - "properties": { - "name": "Mount First", - "area": "Switzerland", - "address": "", - "status": "retired", - "external_url": "null", - "internal_url": "null", - "latitude": "46.660467", - "longitude": "8.053718", - "machine_status": "retired", - "id": 718, - "last_updated": "2024-04-25" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.053941, - 46.65981 - ] - }, - "properties": { - "name": "Grindelwald First Station", - "area": "Switzerland", - "address": "Bergstation First, 3818 Grindelwald", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=239193", - "internal_url": "null", - "latitude": "46.65981", - "longitude": "8.053941", - "machine_status": "available", - "id": 716, - "last_updated": "2023-07-16" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.11103797965455, - 39.781620825116654 - ] - }, - "properties": { - "name": "Air Force Museum Ohio", - "area": "Ohio", - "address": "1100 Spaatz St, Wright-Patterson AFB, OH 45433, United States", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "39.781620825116654", - "longitude": "-84.11103797965455", - "machine_status": "available", - "id": 6011, - "last_updated": "2023-07-16" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.8259479, - 44.4593593 - ] - }, - "properties": { - "name": "Old Faithful Lodge Gift Shop", - "area": "Wyoming", - "address": "725 Old Faithful Lodge Road, Yellowstone National Park", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=379935", - "internal_url": "null", - "latitude": "44.4593593", - "longitude": "-110.8259479", - "machine_status": "available", - "id": 5511, - "last_updated": "2024-05-10" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1153282, - 51.5032484 - ] - }, - "properties": { - "name": "Golden Tours Waterloo Branch ", - "area": "England", - "address": "York Rd, Elizabeth House, Unit 31 Visitor Centre, London", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=325503", - "internal_url": "null", - "latitude": "51.5032484", - "longitude": "-0.1153282", - "machine_status": "available", - "id": 1490, - "last_updated": "2023-11-19" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.1933662, - 37.7291766 - ] - }, - "properties": { - "name": "University Mall (Center area by Hot Topic)", - "area": "Illinois", - "address": "1237 E Main St, Carbondale, IL 62901", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=299313", - "internal_url": "null", - "latitude": "37.7291766", - "longitude": "-89.1933662", - "machine_status": "retired", - "id": 1204, - "last_updated": "2023-07-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.9120169, - 40.9864584 - ] - }, - "properties": { - "name": "Cabela's (Farmington)", - "area": "Utah", - "address": "391 N Cabela's Dr, 84025 Farmington", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=250813", - "internal_url": "null", - "latitude": "40.9864584", - "longitude": "-111.9120169", - "machine_status": "retired", - "id": 2063, - "last_updated": "2023-06-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.16772588576356, - 36.11415721345083 - ] - }, - "properties": { - "name": "Paris Hotel Casino (Real Bodies gift shop)", - "area": "Nevada", - "address": "3643 Las Vegas Boulevard South, Las Vegas", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=377240", - "internal_url": "null", - "latitude": "36.11415721345083", - "longitude": "-115.16772588576356", - "machine_status": "available", - "id": 5427, - "last_updated": "2024-07-30" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.1499551, - 32.7311958 - ] - }, - "properties": { - "name": "Balboa Park - Visitor Center", - "area": "California", - "address": "1549 El Prado, Suite. 1, San Diego", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=2941", - "internal_url": "null", - "latitude": "32.7311958", - "longitude": "-117.1499551", - "machine_status": "retired", - "id": 4763, - "last_updated": "2023-07-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -114.4838741, - 35.715473 - ] - }, - "properties": { - "name": "Last Stop Travel Center,", - "area": "Arizona", - "address": "20331 N US Hwy 93, White Hills", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=357775", - "internal_url": "null", - "latitude": "35.715473", - "longitude": "-114.4838741", - "machine_status": "available", - "id": 5204, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.0308172, - 44.9384502 - ] - }, - "properties": { - "name": "Oregon State Capitol Building", - "area": "Oregon", - "address": "900 Court Street Street NE, Salem", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=206303", - "internal_url": "null", - "latitude": "44.9384502", - "longitude": "-123.0308172", - "machine_status": "retired", - "id": 4389, - "last_updated": "2023-07-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.0430662, - 44.9410879 - ] - }, - "properties": { - "name": "Salem's Riverfront Carousel", - "area": "Oregon", - "address": "101 Front Street NE, Salem", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=3936", - "internal_url": "null", - "latitude": "44.9410879", - "longitude": "-123.0430662", - "multimachine": 2, - "machine_status": "available", - "id": 4390, - "last_updated": "2024-01-06" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 17.236364, - 40.781635 - ] - }, - "properties": { - "name": "Bar Rione Monti", - "area": "Italy", - "address": "Via Monte San Michele, 85/87, Alberobello, 70011 Italy", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=73132", - "internal_url": "null", - "latitude": "40.781635", - "longitude": "17.236364", - "machine_status": "retired", - "id": 899, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.6420882, - 35.1397707 - ] - }, - "properties": { - "name": "Jim And G's Apparel And Beachwear", - "area": "California", - "address": "685 Cypress St, Pismo Beach", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=343451", - "internal_url": "null", - "latitude": "35.1397707", - "longitude": "-120.6420882", - "machine_status": "retired", - "id": 4733, - "last_updated": "2023-07-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.5345256, - 40.5772468 - ] - }, - "properties": { - "name": "Dorney Park ", - "area": "Pennsylvania", - "address": "3830 Dorney Park Road, Allentown", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=5765", - "internal_url": "null", - "latitude": "40.5772468", - "longitude": "-75.5345256", - "machine_status": "retired", - "id": 3950, - "last_updated": "2023-07-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.7374931, - 37.5311219 - ] - }, - "properties": { - "name": "Abraham Lincoln Birthplace National Historical Park", - "area": "Kentucky", - "address": "2995 Lincoln Farm Rd., Hodgenville", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=370032", - "internal_url": "null", - "latitude": "37.5311219", - "longitude": "-85.7374931", - "machine_status": "retired", - "id": 5500, - "last_updated": "2023-07-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.5451949, - 38.0760832 - ] - }, - "properties": { - "name": "Calaveras County Visitors Bureau", - "area": "California", - "address": "1192 S. Main Street, Angels Camp", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=375", - "internal_url": "null", - "latitude": "38.0760832", - "longitude": "-120.5451949", - "machine_status": "retired", - "id": 4563, - "last_updated": "2023-07-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -135.3193941, - 59.45345440000001 - ] - }, - "properties": { - "name": "Alaska Shirt Company (Skagway)", - "area": "Alaska", - "address": "131 Broadway, Skagway, AK 99840, USA", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=204", - "internal_url": "null", - "latitude": "59.45345440000001", - "longitude": "-135.3193941", - "machine_status": "retired", - "id": 1177, - "last_updated": "2023-07-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.8061149, - 24.5604925 - ] - }, - "properties": { - "name": "Conch Tour Train Depot", - "area": "Florida", - "address": "303 Front St. at the corner of Duval Street and Front Street, Key West", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=1795", - "internal_url": "null", - "latitude": "24.5604925", - "longitude": "-81.8061149", - "machine_status": "retired", - "id": 3320, - "last_updated": "2023-07-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.8724818, - 34.0505871 - ] - }, - "properties": { - "name": "Dodge City Petro", - "area": "Alabama", - "address": "426 AL-69 (I-65 Exit 299), Hanceville", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=275011", - "internal_url": "null", - "latitude": "34.0505871", - "longitude": "-86.8724818", - "machine_status": "retired", - "id": 1722, - "last_updated": "2023-07-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.85318889999999, - 29.2505778 - ] - }, - "properties": { - "name": "Galveston Fishing Pier", - "area": "Texas", - "address": "9001 Seawall Boulevard, Galveston", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=245658", - "internal_url": "null", - "latitude": "29.2505778", - "longitude": "-94.85318889999999", - "machine_status": "available", - "id": 3705, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.1758392, - 31.6067336 - ] - }, - "properties": { - "name": "Waco Mammoth Site", - "area": "Texas", - "address": "6220 Steinbeck Bend Dr, Waco", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=223253", - "internal_url": "null", - "latitude": "31.6067336", - "longitude": "-97.1758392", - "machine_status": "retired", - "id": 3822, - "last_updated": "2023-07-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -103.4590667, - 43.87910249999999 - ] - }, - "properties": { - "name": "Mount Rushmore National Monument", - "area": "South Dakota", - "address": "Mount Rushmore, Keystone", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=2898", - "internal_url": "null", - "latitude": "43.87910249999999", - "longitude": "-103.4590667", - "multimachine": 3, - "machine_status": "available", - "id": 1302, - "last_updated": "2023-07-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -155.9845063, - 19.6254406 - ] - }, - "properties": { - "name": "Club Wyndham ", - "area": "Hawaii", - "address": "756016 Kuakini Highway, Hawai'i (Big Island) - Kailua-Kona", - "status": "retired", - "external_url": "null", - "internal_url": "null", - "latitude": "19.6254406", - "longitude": "-155.9845063", - "machine_status": "retired", - "id": 3828, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.6127355, - 45.40294129999999 - ] - }, - "properties": { - "name": "Indian River Trading Post / Shell Gas Station / McDonalds", - "area": "Michigan", - "address": "6153 M-68, Indian River", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=3017", - "internal_url": "null", - "latitude": "45.40294129999999", - "longitude": "-84.6127355", - "machine_status": "retired", - "id": 2536, - "last_updated": "2024-06-20" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.0884478, - 41.5922407 - ] - }, - "properties": { - "name": "NY State Thruway, Modena Travel Plaza (Southbound)", - "area": "New York", - "address": "I-87 South, Milepost 66, Wallkill", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=3618", - "internal_url": "null", - "latitude": "41.5922407", - "longitude": "-74.0884478", - "machine_status": "retired", - "id": 3093, - "last_updated": "2023-07-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.3399489, - 47.6043346 - ] - }, - "properties": { - "name": "Pier 54 - Ye Olde Curiosity Shop", - "area": "Washington", - "address": "1001 Alaskan Way, Seattle", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=1124", - "internal_url": "null", - "latitude": "47.6043346", - "longitude": "-122.3399489", - "multimachine": 3, - "machine_status": "available", - "id": 5140, - "last_updated": "2023-07-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.171648, - 36.084705 - ] - }, - "properties": { - "name": "Pinball Hall of Fame", - "area": "Nevada", - "address": "1610 East Tropicana Avenue, Las Vegas", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=200907", - "internal_url": "null", - "latitude": "36.084705", - "longitude": "-115.171648", - "machine_status": "available", - "id": 4524, - "last_updated": "2023-07-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.90648759999999, - 42.0756954 - ] - }, - "properties": { - "name": "Binghamton Zoo at Ross Park", - "area": "New York", - "address": "185 Park Avenue, Binghamton", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=16160", - "internal_url": "null", - "latitude": "42.0756954", - "longitude": "-75.90648759999999", - "machine_status": "retired", - "id": 2994, - "last_updated": "2023-07-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.88853370000001, - 37.4164584 - ] - }, - "properties": { - "name": "Forman Depot Museum", - "area": "Illinois", - "address": "298 E Vine St, Vienna", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=354560", - "internal_url": "null", - "latitude": "37.4164584", - "longitude": "-88.88853370000001", - "machine_status": "retired", - "id": 5451, - "last_updated": "2023-07-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.1940022, - 32.7520286 - ] - }, - "properties": { - "name": "Old Town - San Diego's Best", - "area": "California", - "address": "2415 San Diego Avenue, Suite 101, San Diego", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=170628", - "internal_url": "null", - "latitude": "32.7520286", - "longitude": "-117.1940022", - "machine_status": "retired", - "id": 4783, - "last_updated": "2023-07-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.025797, - 38.92101 - ] - }, - "properties": { - "name": "Crystal Reservoir Gift Shop Pikes Peak Mountain", - "area": "Colorado", - "address": "Pikes Peak Highway, Pike National Forest", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=6650", - "internal_url": "null", - "latitude": "38.92101", - "longitude": "-105.025797", - "machine_status": "retired", - "id": 1920, - "last_updated": "2023-07-20" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.042649, - 38.840653 - ] - }, - "properties": { - "name": "Summit House Gift Shop Pikes Peak Mountain", - "area": "Colorado", - "address": "Pikes Peak Highway, Pike National Forest", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=452", - "internal_url": "null", - "latitude": "38.840653", - "longitude": "-105.042649", - "machine_status": "retired", - "id": 1922, - "last_updated": "2027-07-20" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.07302, - 38.8756 - ] - }, - "properties": { - "name": "Gift Shop at Glen Cove (Pikes Peak Mountain)", - "area": "Colorado", - "address": "Pikes Peak Highway, Pike National Forest", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=6651", - "internal_url": "null", - "latitude": "38.8756", - "longitude": "-105.07302", - "machine_status": "retired", - "id": 1921, - "last_updated": "2027-07-20" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 16.836092, - 47.930266 - ] - }, - "properties": { - "name": "Neusiedl am See", - "area": "Austria", - "address": "Seestrasse, 7100 Neusiedl am See, Austria", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "16.836092", - "longitude": "47.930266", - "machine_status": "available", - "id": 6012, - "last_updated": "2023-07-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.7185596, - 43.65341340000001 - ] - }, - "properties": { - "name": "Grand Teton National Park - Craig Thomas Discover & Visitor Center", - "area": "Wyoming", - "address": "1 Teton Park Rd, Moose, WY 83012, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=112303", - "internal_url": "null", - "latitude": "43.65341340000001", - "longitude": "-110.7185596", - "multimachine": 2, - "machine_status": "available", - "id": 3117, - "last_updated": "2024-05-10" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.579208, - 36.902983 - ] - }, - "properties": { - "name": "Cumbres Mall", - "area": "New Mexico", - "address": "493 Terrace Ave, Chama, NM 87520, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=137052", - "internal_url": "null", - "latitude": "36.902983", - "longitude": "-106.579208", - "machine_status": "available", - "id": 4919, - "last_updated": "2023-07-24" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.703436, - 44.975659 - ] - }, - "properties": { - "name": "Yellowstone - Mammoth General Store", - "area": "Wyoming", - "address": "315A Grand Loop Rd, Yellowstone National Park, WY 82190, United States", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=369286", - "internal_url": "null", - "latitude": "44.975659", - "longitude": "-110.703436", - "machine_status": "retired", - "id": 3124, - "last_updated": "2023-07-23" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.099376, - 44.65901618 - ] - }, - "properties": { - "name": "Eagle's Store West Yellowstone", - "area": "Montana", - "address": "3 N Canyon St, West Yellowstone, MT 59758, United States", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "44.65901618264455", - "longitude": "-111.0993760354300", - "machine_status": "available", - "id": 6013, - "last_updated": "2023-07-24" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -92.092422, - 46.7799618 - ] - }, - "properties": { - "name": "Lake Superior Maritime Visitor Center", - "area": "Minnesota", - "address": "600 Canal Park Dr, Duluth, MN 55802, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=408929", - "internal_url": "null", - "latitude": "46.77996181823699", - "longitude": "-92.0924220799564", - "machine_status": "available", - "id": 6014, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.099136, - 44.656336 - ] - }, - "properties": { - "name": "Grizzly and Wolf Discovery Center", - "area": "Montana", - "address": "201 South Canyon Street, West Yellowstone", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=3315", - "internal_url": "null", - "latitude": "44.656336", - "longitude": "-111.099136", - "multimachine": 3, - "machine_status": "available", - "id": 2978, - "last_updated": "2023-07-24" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.8025109, - 43.0841472 - ] - }, - "properties": { - "name": "Truck Towne Plaza Center", - "area": "South Dakota", - "address": "47018 SD-46, Beresford", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=380713", - "internal_url": "null", - "latitude": "43.0841472", - "longitude": "-96.8025109", - "machine_status": "retired", - "id": 5310, - "last_updated": "2023-07-27" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -101.900353, - 43.8211949 - ] - }, - "properties": { - "name": "Badlands Range Store", - "area": "South Dakota", - "address": "21190 SD-240, Philip, SD 57567, United States", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "43.82119488255879", - "longitude": "-101.90035296542767", - "machine_status": "available", - "id": 6015, - "last_updated": "2023-07-27" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 15.43716, - 47.07348 - ] - }, - "properties": { - "name": "Schlossbergbahn (tunnel)", - "area": "Austria", - "address": "Kriegssteig, 8010 Graz", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "47.07348", - "longitude": "15.43716", - "machine_status": "available", - "id": 6016, - "last_updated": "2023-07-27" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.424503, - 40.5022517 - ] - }, - "properties": { - "name": "Heber Valley Railroad", - "area": "Utah", - "address": "450 South 600 West, 84032 Heber City", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=1674", - "internal_url": "null", - "latitude": "40.5022517", - "longitude": "-111.424503", - "machine_status": "retired", - "id": 2066, - "last_updated": "2023-07-30" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.415502, - 37.8081529 - ] - }, - "properties": { - "name": "Fisherman's Wharf - Ripley's Believe it or Not", - "area": "California", - "address": "175 Jefferson St, San Francisco, CA 94133, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=49407", - "internal_url": "null", - "latitude": "37.8081529", - "longitude": "-122.415502", - "paywall": true, - "machine_status": "available", - "id": 5253, - "last_updated": "2023-07-30" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.4157026, - 37.8068447 - ] - }, - "properties": { - "name": "Fisherman's Wharf - Bay City Bike", - "area": "California", - "address": "2661 Taylor St, San Francisco, CA 94133, United States", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=187494", - "internal_url": "null", - "latitude": "37.8068447", - "longitude": "-122.4157026", - "machine_status": "retired", - "id": 4816, - "last_updated": "2023-07-30" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.4063975, - 37.7936544 - ] - }, - "properties": { - "name": "Chinatown - Chinatown Kite Shop ", - "area": "California", - "address": "717 Grant Ave, San Francisco, CA 94108, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=262688", - "internal_url": "null", - "latitude": "37.7936544", - "longitude": "-122.4063975", - "multimachine": 2, - "machine_status": "available", - "id": 4795, - "last_updated": "2023-07-30" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.4063959, - 37.7950842 - ] - }, - "properties": { - "name": "Only In Chinatown (gift shop)", - "area": "California", - "address": "864 Grant Ave, San Francisco, CA 94108, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=916", - "internal_url": "null", - "latitude": "37.7950842", - "longitude": "-122.4063959", - "multimachine": 2, - "machine_status": "available", - "id": 4797, - "last_updated": "2024-02-17" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.4065965, - 37.7950301 - ] - }, - "properties": { - "name": "Chinatown - Heart of Shanghai (gift shop)", - "area": "California", - "address": "857 Grant Ave, San Francisco, CA 94108, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=154262", - "internal_url": "null", - "latitude": "37.7950301", - "longitude": "-122.4065965", - "multimachine": 5, - "machine_status": "available", - "id": 5251, - "last_updated": "2022-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1724633, - 36.1030054 - ] - }, - "properties": { - "name": "M&M's World Las Vegas", - "area": "Nevada", - "address": "3785 Las Vegas Boulevard South, Las Vegas", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=2809", - "internal_url": "null", - "latitude": "36.1030054", - "longitude": "-115.1724633", - "machine_status": "retired", - "id": 4515, - "last_updated": "2023-07-30" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.4159684, - 37.8093037 - ] - }, - "properties": { - "name": "Fisherman's Wharf - Musee Mecanique Museum", - "area": "California", - "address": "Pier 45, San Francisco, CA 94133, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=632", - "internal_url": "null", - "latitude": "37.8093037", - "longitude": "-122.4159684", - "multimachine": 13, - "machine_status": "available", - "id": 4813, - "last_updated": "2023-07-30" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.267962, - 29.933037 - ] - }, - "properties": { - "name": "Stuckey's", - "area": "Texas", - "address": "17498 Interstate 10 I-10, Exit, 838, Beaumont, TX 77705, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=342723", - "internal_url": "null", - "latitude": "29.933037", - "longitude": "-94.267962", - "multimachine": 2, - "machine_status": "available", - "id": 3659, - "last_updated": "2023-07-30" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.325406, - 39.5060124 - ] - }, - "properties": { - "name": "Tourist Trap Deep Creek Lake", - "area": "Maryland", - "address": "19895 Garrett Hwy, Oakland, MD 21550, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=411658", - "internal_url": "null", - "latitude": "39.5060124", - "longitude": "-79.325406", - "machine_status": "available", - "id": 6017, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.5558444, - 51.1480859 - ] - }, - "properties": { - "name": "Banff Gondola to Sulphur Mountain", - "area": "Canada", - "address": "100 Mountain Ave, Banff, AB T1L 1B2, Canada", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=4260", - "internal_url": "null", - "latitude": "51.1480859", - "longitude": "-115.5558444", - "paywall": true, - "machine_status": "retired", - "id": 4954, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.2801847, - 43.3424366 - ] - }, - "properties": { - "name": "Michigan's Adventure Amusement Park", - "area": "Michigan", - "address": "4750 Whitehall Rd, Muskegon, MI 49445, United States", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=2799", - "internal_url": "null", - "latitude": "43.3424366", - "longitude": "-86.2801847", - "machine_status": "retired", - "id": 2572, - "last_updated": "2023-07-31" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.5123912, - 51.4051002 - ] - }, - "properties": { - "name": "Thorpe Park", - "area": "England", - "address": "Staines Rd, Chertsey KT16 8PN, United Kingdom", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=14617", - "internal_url": "null", - "latitude": "51.4051002", - "longitude": "-0.5123912", - "machine_status": "retired", - "id": 1563, - "last_updated": "2023-08-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.3951098, - 33.763382 - ] - }, - "properties": { - "name": "Georgia Aquarium", - "area": "Georgia", - "address": "225 Baker Street, Atlanta", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=13967", - "internal_url": "null", - "latitude": "33.763382", - "longitude": "-84.3951098", - "machine_status": "available", - "id": 1619, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.4459262, - 35.4307239 - ] - }, - "properties": { - "name": "Great Smoky Mountains Railroad Retail Store & Train Museum", - "area": "North Carolina", - "address": "100 Greenlee St, Bryson City, NC 28713, USA", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=26517", - "internal_url": "null", - "latitude": "35.4307239", - "longitude": "-83.4459262", - "multimachine": 2, - "machine_status": "available", - "id": 4088, - "last_updated": "2023-08-02" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.2425191, - 32.6735426 - ] - }, - "properties": { - "name": "Cabrillo National Monument", - "area": "California", - "address": "1800 Cabrillo Memorial Drive, San Diego, CA 92106, USA", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=52109", - "internal_url": "null", - "latitude": "32.6735426", - "longitude": "-117.2425191", - "multimachine": 2, - "paywall": true, - "machine_status": "available", - "id": 4773, - "last_updated": "2023-08-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -72.086904, - 41.3874555 - ] - }, - "properties": { - "name": "USS Natilus / Submarine Force Museum", - "area": "Connecticut", - "address": "Naval Submarine Base New London, 1 Crystal Lake Rd, Groton, CT 06340, United States", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=1458", - "internal_url": "null", - "latitude": "41.3874555", - "longitude": "-72.086904", - "machine_status": "available", - "id": 1689, - "last_updated": "2024-03-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.2345458, - 49.4184667 - ] - }, - "properties": { - "name": "Office de Tourisme de Honfleur", - "area": "France", - "address": "Quai Lepaulmier, 14600 Honfleur", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=109468", - "internal_url": "null", - "latitude": "49.4184667", - "longitude": "0.2345458", - "machine_status": "available", - "id": 86, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.7060382, - 45.5180102 - ] - }, - "properties": { - "name": "Washington Park - International Rose Test Garden (Rose Garden Store)", - "area": "Oregon", - "address": "850 SW Rose Garden Way, Portland", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=62810", - "internal_url": "null", - "latitude": "45.5180102", - "longitude": "-122.7060382", - "machine_status": "retired", - "id": 4384, - "last_updated": "2023-08-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6205992, - 54.967017 - ] - }, - "properties": { - "name": "Life Science Centre", - "area": "England", - "address": "Times Square, Newcastle upon Tyne, TYNE & WEAR - Newcastle", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=190120", - "internal_url": "null", - "latitude": "54.967017", - "longitude": "-1.6205992", - "machine_status": "retired", - "id": 1571, - "last_updated": "2023-08-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6248366, - 54.96911559999999 - ] - }, - "properties": { - "name": "Discovery Museum", - "area": "England", - "address": "Blandford Square, TYNE & WEAR - Newcastle", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=4261", - "internal_url": "null", - "latitude": "54.96911559999999", - "longitude": "-1.6248366", - "machine_status": "retired", - "id": 1569, - "last_updated": "2023-08-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.1578917, - 39.8106132 - ] - }, - "properties": { - "name": "Children's Museum of Indianapolis", - "area": "Indiana", - "address": "3000 North Meridian Street, Indianapolis", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=2186", - "internal_url": "null", - "latitude": "39.8106132", - "longitude": "-86.1578917", - "multimachine": 3, - "paywall": true, - "machine_status": "available", - "id": 2266, - "last_updated": "2024-06-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.1978917, - 39.8906132 - ] - }, - "properties": { - "name": "Indiana trailor", - "area": "Indiana", - "address": "Trailor travelling through Indiana", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=17204", - "internal_url": "null", - "latitude": "39.8906132", - "longitude": "-86.1978917", - "machine_status": "retired", - "id": 2250, - "last_updated": "2023-08-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.15813267991254, - 39.81106757061918 - ] - }, - "properties": { - "name": "Colts traveling children museum - lobby", - "area": "Indiana", - "address": "3000 N Meridian St, Indianapolis, IN 46208, US", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 39.81106757061918, - "longitude": -86.15813267991254, - "paywall": false, - "machine_status": "retired", - "id": 6018, - "last_updated": "2024-06-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.0221934, - 35.0277544 - ] - }, - "properties": { - "name": "Meteor Crater, The Museum of Astrogeology", - "area": "Arizona", - "address": "Exit 233 East off I-40, Winslow", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=351", - "internal_url": "null", - "latitude": "35.0277544", - "longitude": "-111.0221934", - "multimachine": 2, - "machine_status": "available", - "id": 2737, - "last_updated": "2024-05-10" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.92549919999999, - 32.7909936 - ] - }, - "properties": { - "name": "South Carolina Aquarium", - "area": "South Carolina", - "address": "100 Aquarium Wharf, Charleston", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=3101", - "internal_url": "null", - "latitude": "32.7909936", - "longitude": "-79.92549919999999", - "multimachine": 2, - "machine_status": "available", - "id": 2184, - "last_updated": "2023-08-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.142154, - 36.169548 - ] - }, - "properties": { - "name": "Downtown Las Vegas - Crazy Ely Western Village", - "area": "Nevada", - "address": "321 Fremont Street, Las Vegas", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=388167", - "internal_url": "null", - "latitude": "36.169548", - "longitude": "-115.142154", - "machine_status": "retired", - "id": 4497, - "last_updated": "2023-08-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5678459, - 35.7991683 - ] - }, - "properties": { - "name": "Three Bears General Store", - "area": "Tennessee", - "address": "2861 Parkway, Pigeon Forge", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=318213", - "internal_url": "null", - "latitude": "35.7991683", - "longitude": "-83.5678459", - "machine_status": "available", - "id": 4282, - "last_updated": "2024-09-09", - "multimachine": 2 - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.324981747460556, - 51.61623604176483 - ] - }, - "properties": { - "name": "Schiffshebewerk Henrichenburg", - "area": "Germany", - "address": "Am Hebewerk 26, 45731 Waltrop ", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 51.61623604176483, - "longitude": 7.324981747460556, - "paywall": true, - "machine_status": "available", - "id": 6019, - "last_updated": "2023-08-06" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.4771196, - 51.4950472 - ] - }, - "properties": { - "name": "Westfalenpark Dortmund", - "area": "Germany", - "address": "An der Buschmühle 3", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=197176", - "internal_url": "null", - "latitude": "51.4950472", - "longitude": "7.4771196", - "paywall": true, - "machine_status": "available", - "id": 477, - "last_updated": "2023-08-13" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.578492210556622, - 48.135996181736594 - ] - }, - "properties": { - "name": "Herrschaftszeiten – Das Paulaner im Tal", - "area": "Germany", - "address": "Tal 12, 80331 München", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 48.135996181736594, - "longitude": 11.578492210556622, - "machine_status": "available", - "id": 6020, - "last_updated": "2023-08-12" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.10995, - 51.24126 - ] - }, - "properties": { - "name": "Zoo Wuppertal", - "area": "Germany", - "address": "Hubertusallee 30", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=210558", - "internal_url": "null", - "latitude": "51.24126", - "longitude": "7.10995", - "paywall": true, - "machine_status": "available", - "id": 645, - "last_updated": "2023-08-13" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.112364262779767, - 51.2408963866181 - ] - }, - "properties": { - "name": "Zoo Wuppertal 2 - Original Souvenirs (penguins)", - "area": "Germany", - "address": "Hubertusallee 30, 42117 Wuppertal", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 51.2408963866181, - "longitude": 7.112364262779767, - "paywall": true, - "machine_status": "available", - "id": 6021, - "last_updated": "2023-08-13" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.110161, - 51.54385 - ] - }, - "properties": { - "name": "Zoom Erlebniswelt", - "area": "Germany", - "address": "Bleckstraße 64, Gelsenkirchen, Germany", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=193091", - "internal_url": "null", - "latitude": "51.543850", - "longitude": "7.110161", - "paywall": true, - "machine_status": "available", - "id": 492, - "last_updated": "2023-08-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.91915319019523, - 52.26363095986876 - ] - }, - "properties": { - "name": "Beelitz-Heilstätten Baum", - "area": "Germany", - "address": "Str. nach Fichtenwalde 13, 14547 Beelitz", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 52.26363095986876, - "longitude": 12.91915319019523, - "paywall": true, - "machine_status": "available", - "id": 6022, - "last_updated": "2023-08-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -119.9443247, - 38.9562465 - ] - }, - "properties": { - "name": "Powder House Ski & Snowboard", - "area": "California", - "address": "4045 Lake Tahoe Boulevard, South Lake Tahoe", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=282551", - "internal_url": "null", - "latitude": "38.9562465", - "longitude": "-119.9443247", - "machine_status": "available", - "id": 4875, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.8357137, - 41.8328916 - ] - }, - "properties": { - "name": "Brookfield Zoo", - "area": "Illinois", - "address": "8400 31st St, Brookfield, IL 60513, USA", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=2106", - "internal_url": "null", - "latitude": "41.8328916", - "longitude": "-87.8357137", - "multimachine": 9, - "machine_status": "available", - "id": 1203, - "last_updated": "2023-08-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.555183, - 35.788432 - ] - }, - "properties": { - "name": "Try My Nuts", - "area": "Tennessee", - "address": "100 Old Mill Ave, Pigeon Forge", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=318206", - "internal_url": "null", - "latitude": "35.788432", - "longitude": "-83.555183", - "machine_status": "retired", - "id": 4285, - "last_updated": "2023-08-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.485234, - 41.8961598 - ] - }, - "properties": { - "name": "Prudenzi Simone Souvenir Market Emporium", - "area": "Italy", - "address": "Via Magnanapoli 5", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=259790", - "internal_url": "null", - "latitude": "41.8961598", - "longitude": "12.485234", - "machine_status": "retired", - "id": 967, - "last_updated": "2023-08-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.38173092744259, - 40.62166658801588 - ] - }, - "properties": { - "name": "Bethlehem Gem Shop", - "area": "Pennsylvania", - "address": "550 Main St, Bethlehem, PA 18018, US", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=408749", - "internal_url": "null", - "latitude": 40.62166658801588, - "longitude": -75.38173092744259, - "machine_status": "available", - "id": 6023, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.118062, - 53.448537 - ] - }, - "properties": { - "name": "Dangast Souvenir shop", - "area": "Germany", - "address": "Edo-Wiemken-Straße 57, 26316 Varel, Germany", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "53.448537", - "longitude": "8.118062", - "machine_status": "available", - "id": 5697, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.23549, - 39.696617 - ] - }, - "properties": { - "name": "Private Roller - Brad Ream/ Kay Harpold", - "area": " Indiana", - "address": "4919 South Catlin Road, Rockville, Indiana", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=186392", - "internal_url": "null", - "latitude": "39.696617", - "longitude": "-87.235490", - "multimachine": 4, - "machine_status": "available", - "id": 5535, - "last_updated": "2023-08-16" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.597611513206037, - 50.360884087346385 - ] - }, - "properties": { - "name": "Koblenz Souvenir Shop Firmungstraße", - "area": "Germany", - "address": "Corner Firmungstraße/Kornpfortstrasse, 56068 Koblenz", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 50.360884087346385, - "longitude": 7.597611513206037, - "machine_status": "available", - "id": 6024, - "last_updated": "2023-08-17" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.488272, - 38.9776983 - ] - }, - "properties": { - "name": "A. L. Goodies General Store", - "area": "Maryland", - "address": "112 Main Street, Annapolis", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=2580", - "internal_url": "null", - "latitude": "38.9776983", - "longitude": "-76.488272", - "multimachine": 2, - "machine_status": "available", - "id": 3604, - "last_updated": "2023-08-10" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.316382173794873, - 47.596146276763385 - ] - }, - "properties": { - "name": "Walchensee", - "area": "Germany", - "address": "Am Tanneneck 6, 82432 Kochel am See", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 47.596146276763385, - "longitude": 11.316382173794873, - "machine_status": "available", - "id": 6025, - "last_updated": "2023-08-18" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.6660136, - 45.5083863 - ] - }, - "properties": { - "name": "Oregon Museum of Science & Industry (OMSI)", - "area": "Oregon", - "address": "1945 SE Water Avenue, Portland", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=3945", - "internal_url": "null", - "latitude": "45.5083863", - "longitude": "-122.6660136", - "multimachine": 2, - "machine_status": "available", - "id": 4382, - "last_updated": "2023-08-16" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.55365379999999, - 35.78823879999999 - ] - }, - "properties": { - "name": "Old Mill Restaurant General Store", - "area": "Tennessee", - "address": "164 Old Mill Ave., Pigeon Forge", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=2647", - "internal_url": "null", - "latitude": "35.78823879999999", - "longitude": "-83.55365379999999", - "machine_status": "retired", - "id": 4273, - "last_updated": "2023-08-20" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.869247, - 46.691724 - ] - }, - "properties": { - "name": "Interlaken Ost (landing pier)", - "area": "Switzerland", - "address": "Brienzstrasse 30, 3800 Interlaken, Switzerland", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 46.691724, - "longitude": 7.869247, - "machine_status": "available", - "id": 6026, - "last_updated": "2023-08-20" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.661378, - 42.496887 - ] - }, - "properties": { - "name": "National Mississippi River Museum & Aquarium", - "area": "Iowa", - "address": "350 East 3rd Street, Dubuque", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=2208", - "internal_url": "null", - "latitude": "42.496887", - "longitude": "-90.661378", - "multimachine": 2, - "machine_status": "available", - "id": 2340, - "last_updated": "2023-08-20" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.993400722493528, - 53.55107655647828 - ] - }, - "properties": { - "name": "Lotto at townhall Hamburg", - "area": "Germany", - "address": "Rathausmarkt 1 Kiosk III, Laden C, 20095 Hamburg, Germany", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 53.55107655647828, - "longitude": 9.993400722493528, - "machine_status": "available", - "id": 6027, - "last_updated": "2023-08-21" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.303173, - 47.054107 - ] - }, - "properties": { - "name": "The Nine Towers/ Museggmauer ", - "area": "Switzerland", - "address": "Museggstrasse 21 / Schirmertorweg, Lucerne (Luzern), 6004 Switzerland", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=186791", - "internal_url": "null", - "latitude": "47.054107", - "longitude": "8.303173", - "machine_status": "available", - "id": 721, - "last_updated": "2023-08-25" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5190204762397, - 35.71046924802651 - ] - }, - "properties": { - "name": "Hollywood Star Cars", - "area": "Tennessee", - "address": "918 Parkway, Gatlinburg, TN 37738, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=408764", - "internal_url": "null", - "latitude": 35.71046924802651, - "longitude": -83.5190204762397, - "machine_status": "available", - "id": 6030, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.5224, - 47.14105 - ] - }, - "properties": { - "name": "Central Plaza Souvenirs", - "area": "Liechtenstein", - "address": "Städtle 5, 9490 Vaduz, Liechtenstein", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=85426", - "internal_url": "null", - "latitude": "47.141050", - "longitude": "9.522400", - "multimachine": 2, - "machine_status": "available", - "id": 730, - "last_updated": "2023-08-23" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.41522770982236, - 19.379946215605646 - ] - }, - "properties": { - "name": "Cayman Turtle center", - "area": "Cayman Islands", - "address": "786 Northwest Point Road, West Bay Grand Cayman", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=31625", - "internal_url": "null", - "latitude": 19.379946215605646, - "longitude": -81.41522770982236, - "machine_status": "retired", - "id": 6029, - "last_updated": "2024-10-04" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.302606, - 47.050732 - ] - }, - "properties": { - "name": "Harry's AG", - "area": "Switzerland", - "address": "Pfistergasse 10, 6003 Lucerne (Luzern), Switzerland", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=183775", - "internal_url": "null", - "latitude": "47.050732", - "longitude": "8.302606", - "machine_status": "retired", - "id": 720, - "last_updated": "2023-08-23" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.04514298027618661, - 38.64424058169028 - ] - }, - "properties": { - "name": "Calpe Spanish flag steps", - "area": "Spain", - "address": "Calle Pedro García Ortiz esquina, C. Puchalt, bajo, 03710 Calp, Alicante, Spain", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 38.64424058169028, - "longitude": 0.04514298027618661, - "machine_status": "available", - "id": 6028, - "last_updated": "2023-08-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.1816236, - 43.0555332 - ] - }, - "properties": { - "name": "Fanshawe Pioneer Village", - "area": "Canada", - "address": "1424 Clarke Rd , Ontario - London ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=311515", - "internal_url": "null", - "latitude": "43.0555332", - "longitude": "-81.1816236", - "paywall": true, - "machine_status": "available", - "id": 5006, - "last_updated": "2023-08-23" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.51094316183755, - 35.717208675897886 - ] - }, - "properties": { - "name": "Ripley’s Mountain Coaster", - "area": "Tennessee", - "address": "386 Parkway, Gatlinburg, TN 37738, USA", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 35.717208675897886, - "longitude": -83.51094316183755, - "machine_status": "available", - "id": 6031, - "last_updated": "2023-08-23" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.87624990690874, - 33.71560391798763 - ] - }, - "properties": { - "name": "Broadway at the Beach - East Visitor's Center", - "area": "South Carolina", - "address": "1325 Celebrity Circle, #34, Myrtle Beach", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=19337", - "internal_url": "null", - "latitude": "33.71560391798763", - "longitude": "-78.87624990690874", - "machine_status": "available", - "id": 2211, - "last_updated": "2024-09-05", - "multimachine": 2, - "paywall": true - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.807630734199602, - 53.07604407204777 - ] - }, - "properties": { - "name": "Ratskeller (town hall)", - "area": "Germany", - "address": "Am Markt, 28195 Bremen, Germany", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 53.07604407204777, - "longitude": 8.807630734199602, - "machine_status": "available", - "id": 6032, - "last_updated": "2023-08-23" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.58340252422926, - 41.62047786549837 - ] - }, - "properties": { - "name": "Toledo Zoo - Arctic Encounter", - "area": "Ohio", - "address": "Toledo Zoo, 2 Hippo Way, Toledo, OH 43609", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=284070", - "internal_url": "null", - "latitude": "41.62047786549837", - "longitude": "-83.58340252422926", - "paywall": true, - "machine_status": "available", - "id": 2014, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.98362286627801, - 50.26453700927211 - ] - }, - "properties": { - "name": "Veste Coburg", - "area": "Germany", - "address": "Gustav-Freytag-Weg 39, 96450 Coburg", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 50.26453700927211, - "longitude": 10.98362286627801, - "machine_status": "available", - "id": 6034, - "last_updated": "2023-08-24" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.58005165675876, - 41.6178601139826 - ] - }, - "properties": { - "name": "Toledo Zoo - Aquarium", - "area": "Ohio", - "address": "2 Hippo Way, Toledo, OH 43609", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=284070", - "internal_url": "null", - "latitude": 41.6178601139826, - "longitude": -83.58005165675876, - "paywall": true, - "machine_status": "available", - "id": 6038, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.58167902736798, - 41.61943698517184 - ] - }, - "properties": { - "name": "Toledo Zoo - Aviary", - "area": "Ohio", - "address": "2 Hippo Way, Toledo, OH 43609", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=284070", - "internal_url": "null", - "latitude": 41.61943698517184, - "longitude": -83.58167902736798, - "paywall": true, - "machine_status": "available", - "id": 6036, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.57957191012376, - 41.61995504860125 - ] - }, - "properties": { - "name": "Toledo Zoo - Reptile House", - "area": "Ohio", - "address": "Toledo Zoo, 2 Hippo Way, Toledo, OH 43609", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=284070", - "internal_url": "null", - "latitude": 41.61995504860125, - "longitude": -83.57957191012376, - "paywall": true, - "machine_status": "available", - "id": 6035, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.705067, - 40.443806 - ] - }, - "properties": { - "name": "Timpanogos Cave National Monument", - "area": "Utah", - "address": "2038 W. Alpine Loop Road, American Fork", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=366247", - "internal_url": "null", - "latitude": "40.443806", - "longitude": "-111.705067", - "machine_status": "retired", - "id": 5397, - "last_updated": "2023-08-26" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.551913, - 48.093381 - ] - }, - "properties": { - "name": "Tierpark Hellabrunn Munich - Polar bears", - "area": "Germany", - "address": "Schlichtweg 11, 81543 München, Germany", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=343393", - "internal_url": "null", - "latitude": "48.093381", - "longitude": "11.551913", - "paywall": true, - "machine_status": "available", - "id": 5166, - "last_updated": "2023-08-24" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.557955, - 48.098576 - ] - }, - "properties": { - "name": "Tierpark Hellabrunn München - Aquarium", - "area": "Germany", - "address": "Tierparkstraße 30, 81543 München, Germany", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "48.098576", - "longitude": "11.557955", - "paywall": true, - "machine_status": "available", - "id": 5167, - "last_updated": "2023-08-24" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.8888286, - 48.2906572 - ] - }, - "properties": { - "name": "Therme Erding", - "area": "Germany", - "address": "Thermenallee 1-5, 85435 Erding", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=58146", - "internal_url": "null", - "latitude": "48.2906572", - "longitude": "11.8888286", - "machine_status": "available", - "id": 483, - "last_updated": "2023-08-27" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0796112, - 53.9586547 - ] - }, - "properties": { - "name": "The Golden Fleece", - "area": "England", - "address": "16 Pavement, North Yorkshire", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=257460", - "internal_url": "null", - "latitude": "53.9586547", - "longitude": "-1.0796112", - "machine_status": "retired", - "id": 1528, - "last_updated": "2023-08-25" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.615175200528988, - 47.67563828758587 - ] - }, - "properties": { - "name": "Rheinfall gift shop (near parking)", - "area": "Switzerland", - "address": "Schloss Laufen, 8447 Laufen-Uhwiesen, Switzerland", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=76288", - "internal_url": "null", - "latitude": 47.67563828758587, - "longitude": 8.615175200528988, - "machine_status": "available", - "id": 6039, - "last_updated": "2023-09-03" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.7395994110005988, - 52.608168837005145 - ] - }, - "properties": { - "name": "Britannia Pier", - "area": "England", - "address": "Marine Parade Great Yarmouth, NR30 2EH", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407470", - "internal_url": "null", - "latitude": 52.608168837005145, - "longitude": 1.7395994110005988, - "machine_status": "available", - "id": 6040, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0800339250176008, - 53.95753822152252 - ] - }, - "properties": { - "name": "The hole in wand", - "area": "England", - "address": "10 Coppergate Walk, York YO1 9NT, UK", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=411137", - "internal_url": "null", - "latitude": 53.95753822152252, - "longitude": -1.0800339250176008, - "machine_status": "available", - "id": 6041, - "last_updated": "2023-09-03" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.61443231407488, - 47.67714341193487 - ] - }, - "properties": { - "name": "Rheinfall sidewalk (downstairs)", - "area": "Switzerland", - "address": "Schloss Laufen, 8447 Laufen-Uhwiesen, Switzerland", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=76288", - "internal_url": "null", - "latitude": 47.67714341193487, - "longitude": 8.61443231407488, - "machine_status": "available", - "id": 6042, - "last_updated": "2023-09-03" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.954746026600679, - 50.42910751377642 - ] - }, - "properties": { - "name": "Fichtelberg", - "area": "Germany", - "address": "Fichtelbergstraße 35, 09484 Oberwiesenthal, Germany", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 50.42910751377642, - "longitude": 12.954746026600679, - "machine_status": "available", - "id": 6043, - "last_updated": "2023-09-03" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.985587894841527, - 51.3478081826263 - ] - }, - "properties": { - "name": "Grand Pier Weston Super Mare", - "area": "England", - "address": "Weston-super-Mare BS23 1AL, UK", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=102082", - "internal_url": "null", - "latitude": 51.3478081826263, - "longitude": -2.985587894841527, - "paywall": true, - "machine_status": "available", - "id": 6044, - "last_updated": "2023-09-03" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.083887439143576, - 50.930253335630724 - ] - }, - "properties": { - "name": "Porschdorf Lilienstein", - "area": "Germany", - "address": "Lilienstein 33, 01814 Bad Schandau, Germany", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 50.930253335630724, - "longitude": 14.083887439143576, - "machine_status": "available", - "id": 6045, - "last_updated": "2023-09-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.050924504097644, - 50.92197286004282 - ] - }, - "properties": { - "name": "Königstein Festung Königstein (Gasthof Neue Schänke)", - "area": "Germany", - "address": "Am Königstein 3a, 01824 Königstein, Germany", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 50.92197286004282, - "longitude": 14.050924504097644, - "machine_status": "available", - "id": 6046, - "last_updated": "2023-09-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.057239497420777, - 50.91890652839281 - ] - }, - "properties": { - "name": "Königstein Festung Königstein (machine 2)", - "area": "Germany", - "address": "Festung Königstein 21, 01824 Königstein, Germany", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 50.91890652839281, - "longitude": 14.057239497420777, - "paywall": true, - "machine_status": "available", - "id": 6047, - "last_updated": "2023-09-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.109619893277287, - 50.97963056791063 - ] - }, - "properties": { - "name": "Burg Hohnstein", - "area": "Germany", - "address": "Markt 5, 01848 Hohnstein, Germany", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 50.97963056791063, - "longitude": 14.109619893277287, - "machine_status": "available", - "id": 6048, - "last_updated": "2023-09-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.9872308021719, - 40.00483971316751 - ] - }, - "properties": { - "name": "Ohio History Connection", - "area": "Ohio", - "address": "800 E 17th Ave, Columbus, OH 43211, USA", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=402309", - "internal_url": "null", - "latitude": 40.00483971316751, - "longitude": -82.9872308021719, - "machine_status": "available", - "id": 6049, - "last_updated": "2023-09-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -108.72819396232396, - 35.52961971021839 - ] - }, - "properties": { - "name": "El Rancho Hotel", - "area": "New Mexico", - "address": "1010 E Historic Hwy 66, Gallup, NM 87301, USA", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=390285", - "internal_url": "null", - "latitude": 35.52961971021839, - "longitude": -108.72819396232396, - "machine_status": "available", - "id": 6050, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.139184039532845, - 49.11327734801895 - ] - }, - "properties": { - "name": "Großer Arber", - "area": "Germany", - "address": "Arber-Steig 431/2, 94252 Bayerisch Eisenstein, Germany", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 49.11327734801895, - "longitude": 13.139184039532845, - "machine_status": "available", - "id": 6051, - "last_updated": "2023-09-09" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.142312599708982, - 49.12089497531686 - ] - }, - "properties": { - "name": "Arber Bergbahn", - "area": "Germany", - "address": "Talstation Arber-Bergbahn, Talstation Großer Arber 1, 94252 Bayerisch Eisenstein, Germany", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 49.12089497531686, - "longitude": 13.142312599708982, - "machine_status": "available", - "id": 6052, - "last_updated": "2023-09-09" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.158733718309648, - 49.09857008322101 - ] - }, - "properties": { - "name": "Großer Arbersee", - "area": "Germany", - "address": "Arbersee 42, 94252 Bayerisch Eisenstein", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 49.09857008322101, - "longitude": 13.158733718309648, - "machine_status": "available", - "id": 6053, - "last_updated": "2023-09-09" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07622120663915138, - 51.50794327735578 - ] - }, - "properties": { - "name": "Tower of London - White Tower gift shop", - "area": "England", - "address": "HM Tower of, London EC3N 4AB, UK", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=93146", - "internal_url": "null", - "latitude": 51.50794327735578, - "longitude": -0.07622120663915138, - "paywall": true, - "machine_status": "available", - "id": 6054, - "last_updated": "2023-09-10" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1312887, - 51.51067150000001 - ] - }, - "properties": { - "name": "M&Ms World", - "area": "England", - "address": "1 Swiss Court Leicester Square (Leicester Square tube stop), LONDON - Leicester Square", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=95848", - "internal_url": "null", - "latitude": "51.51067150000001", - "longitude": "-0.1312887", - "multimachine": 1, - "machine_status": "retired", - "id": 1472, - "last_updated": "2024-08-26" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1293572, - 51.5021585 - ] - }, - "properties": { - "name": "Winston Churchill War Rooms", - "area": "England", - "address": "Whitehall, King Charles St, London SW1A 2AQ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=324423", - "internal_url": "null", - "latitude": "51.5021585", - "longitude": "-0.1293572", - "paywall": true, - "machine_status": "available", - "id": 1500, - "last_updated": "2023-09-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1632344, - 51.49940549999999 - ] - }, - "properties": { - "name": "Harrod's", - "area": "England", - "address": "87135 Brompton Rd, London SW1X 7XL", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=253475", - "internal_url": "null", - "latitude": "51.49940549999999", - "longitude": "-0.1632344", - "multimachine": 3, - "machine_status": "available", - "id": 1470, - "last_updated": "2023-09-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1745235, - 51.4978095 - ] - }, - "properties": { - "name": "London Science Museum", - "area": "England", - "address": "Exhibition Rd, South Kensington, London SW7 2DD", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=61660", - "internal_url": "null", - "latitude": "51.4978095", - "longitude": "-0.1745235", - "multimachine": 7, - "machine_status": "available", - "id": 1482, - "last_updated": "2023-09-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1763672, - 51.496 - ] - }, - "properties": { - "name": "The Natural History Museum", - "area": "England", - "address": "Cromwell Rd, South Kensington, London SW7 5BD", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=287311", - "internal_url": "null", - "latitude": "51.496", - "longitude": "-0.1763672", - "multimachine": 5, - "machine_status": "available", - "id": 1483, - "last_updated": "2023-09-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.078883, - 51.508048 - ] - }, - "properties": { - "name": "Tower Of London Shop", - "area": "England", - "address": "5BT, Tower Place West, 50 Lower Thames St, London EC3R 6DT", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=267674", - "internal_url": "null", - "latitude": "51.508048", - "longitude": "-0.078883", - "machine_status": "available", - "id": 1487, - "last_updated": "2023-09-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.075313, - 51.508312 - ] - }, - "properties": { - "name": "Fusilier Museum London", - "area": "England", - "address": "Tower of London, Tower Hill, London EC3N 4AB", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=93146", - "internal_url": "null", - "latitude": "51.508312", - "longitude": "-0.075313", - "paywall": true, - "machine_status": "available", - "id": 1486, - "last_updated": "2023-09-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.076241, - 51.507518 - ] - }, - "properties": { - "name": "Tower of London, Raven Gift Shop", - "area": "England", - "address": "35 Tower Hill, London EC3N 4DR", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=79810", - "internal_url": "null", - "latitude": "51.507518", - "longitude": "-0.076241", - "paywall": true, - "machine_status": "available", - "id": 1488, - "last_updated": "2023-09-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.07535649999999999, - 51.5054564 - ] - }, - "properties": { - "name": "Tower Bridge Exhibition (upper walkway)", - "area": "England", - "address": "Tower Bridge Rd, London SE1 2UP", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=3921", - "internal_url": "null", - "latitude": "51.5054564", - "longitude": "-0.07535649999999999", - "multimachine": 4, - "paywall": true, - "machine_status": "available", - "id": 1485, - "last_updated": "2023-09-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.08805251428291, - 49.23397443026755 - ] - }, - "properties": { - "name": "Wildpark Höllohe", - "area": "Germany", - "address": "Naturpark Höllohe 1, Höllohe 1, 93158 Teublitz", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 49.23397443026755, - "longitude": 12.08805251428291, - "machine_status": "available", - "id": 6055, - "last_updated": "2023-09-13" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.8721871, - 50.2301183 - ] - }, - "properties": { - "name": "Therapeutic Spa Facility", - "area": "Czech", - "address": "Smetanovy sady 1145/1, Karlovy Vary", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=239152", - "internal_url": "null", - "latitude": "50.2301183", - "longitude": "12.8721871", - "machine_status": "retired", - "id": 50, - "last_updated": "2023-09-13" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.2771229, - 36.8767691 - ] - }, - "properties": { - "name": "Virginia Zoo ", - "area": "Virginia", - "address": "3500 Granby Street, Norfolk", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=1374", - "internal_url": "null", - "latitude": "36.8767691", - "longitude": "-76.2771229", - "paywall": true, - "multimachine": 3, - "machine_status": "available", - "id": 4441, - "last_updated": "2023-09-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -135.3158554, - 59.4554537 - ] - }, - "properties": { - "name": "Caribou Creek (Inside Photo Connection) ", - "area": "Alaska", - "address": "302 5th Avenue, Skagway", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=319963", - "internal_url": "null", - "latitude": "59.4554537", - "longitude": "-135.3158554", - "machine_status": "retired", - "id": 1178, - "last_updated": "2023-09-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.571687985779025, - 54.51153340897394 - ] - }, - "properties": { - "name": "Schleswig Souvenirmedaillen", - "area": "Germany", - "address": "Plessenstraße 500, 24837 Schleswig, Germany", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 54.51153340897394, - "longitude": 9.571687985779025, - "machine_status": "available", - "id": 6057, - "last_updated": "2023-09-17" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.43215654105179, - 54.789214983611444 - ] - }, - "properties": { - "name": "Flensburg Souvenirs", - "area": "Germany", - "address": "Nordermarkt 5, 24937 Flensburg, Germany", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=427527", - "internal_url": "null", - "latitude": 54.789214983611444, - "longitude": 9.43215654105179, - "machine_status": "available", - "id": 6058, - "last_updated": "2024-04-11" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.55117919999999, - 33.7706534 - ] - }, - "properties": { - "name": "Six Flags Over Georgia", - "area": "Georgia", - "address": "275 Riverside Parkway SW, Austell", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=1907", - "internal_url": "null", - "latitude": "33.7706534", - "longitude": "-84.55117919999999", - "machine_status": "retired", - "id": 1627, - "last_updated": "2023-09-17" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.726109, - 51.531662 - ] - }, - "properties": { - "name": "Sea Life Adventure", - "area": "England", - "address": "Marine Parade, Town Centre,, ESSEX - Southend on Sea", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=79799", - "internal_url": "null", - "latitude": "51.531662", - "longitude": "0.726109", - "machine_status": "retired", - "id": 1404, - "last_updated": "2023-09-17" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.5017156981939, - 34.72814483614568 - ] - }, - "properties": { - "name": "Old Plantation Restaurant", - "area": "Oklahoma ", - "address": "143 E Lake Dr, Medicine Park, OK 73557, USA", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=409140", - "internal_url": "null", - "latitude": 34.72814483614568, - "longitude": -98.5017156981939, - "machine_status": "available", - "id": 6056, - "last_updated": "2023-09-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.05254498126308, - 48.519801001456706 - ] - }, - "properties": { - "name": "Tübingen Burgsteige", - "area": "Germany", - "address": "Burgsteige 11, 72070 Tübingen, Germany", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 48.519801001456706, - "longitude": 9.05254498126308, - "machine_status": "available", - "id": 6059, - "last_updated": "2023-09-23" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.136738, - 50.8168555 - ] - }, - "properties": { - "name": "Brighton Marine Palace and Pier", - "area": "England", - "address": "Madeira Drive, Brighton BN2 1TW, East Sussex, United Kingdom", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=107276", - "internal_url": "null", - "latitude": "50.8168555", - "longitude": "-0.136738", - "multimachine": 2, - "machine_status": "retired", - "id": 1388, - "last_updated": "2024-04-25" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.498101, - 34.008576 - ] - }, - "properties": { - "name": "Santa Monica Pier - Pacific Park", - "area": "California", - "address": "380 Santa Monica Pier, Santa Monica, CA 90401, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=525", - "internal_url": "null", - "latitude": "34.008576", - "longitude": "-118.498101", - "multimachine": 3, - "machine_status": "retired", - "id": 4855, - "last_updated": "2024-02-12" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.9998819, - 42.0140742 - ] - }, - "properties": { - "name": "Ulster Travel Plaza", - "area": "New York", - "address": "1-87 Southbound, Milepost 96, Lake Katrine", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=56123", - "internal_url": "null", - "latitude": "42.0140742", - "longitude": "-73.9998819", - "machine_status": "retired", - "id": 3027, - "last_updated": "2023-09-25" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.1361609, - 51.5001244 - ] - }, - "properties": { - "name": "The Guards Museum", - "area": "England", - "address": "Wellington Barracks, Birdcage Walk, LONDON - Westminster", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=223327", - "internal_url": "null", - "latitude": "51.5001244", - "longitude": "-0.1361609", - "machine_status": "retired", - "id": 1497, - "last_updated": "2024-08-26" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.591164, - 51.94521 - ] - }, - "properties": { - "name": "Allwetterzoo Münster - Playground", - "area": "Germany", - "address": "Sentruper Str. 315, 48161 Münster", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=422387", - "internal_url": "null", - "latitude": "51.945210", - "longitude": "7.591164", - "paywall": true, - "machine_status": "available", - "id": 584, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.58916, - 51.947808 - ] - }, - "properties": { - "name": "Allwetterzoo Münster - Entrance 2", - "area": "Germany", - "address": "Sentruper Str. 315, 48161 Münster", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=422387", - "internal_url": "null", - "latitude": "51.947808", - "longitude": "7.58916", - "paywall": true, - "machine_status": "available", - "id": 585, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.588147, - 51.947808 - ] - }, - "properties": { - "name": "Allwetterzoo Münster - Entrance 1", - "area": "Germany", - "address": "Sentruper Str. 315, 48161 Münster", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=422387", - "internal_url": "null", - "latitude": "51.947808", - "longitude": "7.588147", - "paywall": true, - "machine_status": "available", - "id": 586, - "last_updated": "2021-07-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.4167485, - 41.101619 - ] - }, - "properties": { - "name": "The Maritime Aquarium at Norwalk", - "area": "Connecticut", - "address": "10 North Water St, Norwalk, CT 06854, USA", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=1449", - "internal_url": "null", - "latitude": "41.101619", - "longitude": "-73.4167485", - "paywall": true, - "machine_status": "retired", - "id": 5307, - "last_updated": "2023-09-26" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -71.05439439999999, - 42.3663259 - ] - }, - "properties": { - "name": "Old North Church Gift Shop", - "area": "Massachusetts", - "address": "183 Salem St, Boston, MA 02113, USA", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=266759", - "internal_url": "null", - "latitude": "42.3663259", - "longitude": "-71.05439439999999", - "machine_status": "available", - "id": 2891, - "last_updated": "2023-09-30" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.08708899999999, - 32.08063 - ] - }, - "properties": { - "name": "Bob's Your Uncle & Fannie's Your Aunt ", - "area": "Georgia", - "address": "305-307 East River Street, Savannah", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=1872", - "internal_url": "null", - "latitude": "32.08063", - "longitude": "-81.08708899999999", - "machine_status": "available", - "id": 1658, - "last_updated": "2023-10-04" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.685067, - 44.654129 - ] - }, - "properties": { - "name": "Minnesota's Largest Candy Store", - "area": "Minnesota", - "address": "20430 Johnson Memorial Dr, Jordan, MN 55352, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=243435", - "internal_url": "null", - "latitude": "44.654129", - "longitude": "-93.685067", - "multimachine": 3, - "machine_status": "available", - "id": 3158, - "last_updated": "2023-10-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.976688281997262, - 53.543005183648816 - ] - }, - "properties": { - "name": "Cap San Diego", - "area": "Germany", - "address": "Überseebrücke, 20459 Hamburg, Germany", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=74282", - "internal_url": "null", - "latitude": 53.543005183648816, - "longitude": 9.976688281997262, - "multimachine": 2, - "paywall": true, - "machine_status": "available", - "id": 6060, - "last_updated": "2023-10-06" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.6978622, - 36.2176958 - ] - }, - "properties": { - "name": "Cooters Place Nashville", - "area": "Tennessee", - "address": "2613B McGavock Pk, Nashville, TN 37214, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=106375", - "internal_url": "null", - "latitude": "36.2176958", - "longitude": "-86.6978622", - "multimachine": 2, - "machine_status": "available", - "id": 4243, - "last_updated": "2024-05-10" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5628564, - 35.7940287 - ] - }, - "properties": { - "name": "Flyaway Indoor Skydiving", - "area": "Tennessee", - "address": "3106 Parkway, Pigeon Forge, TN 37863, United States", - "status": "retired", - "external_url": "null", - "internal_url": "null", - "latitude": "35.7940287", - "longitude": "-83.5628564", - "machine_status": "retired", - "id": 4268, - "last_updated": "2024-01-02" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.4748409, - 37.8077879 - ] - }, - "properties": { - "name": "Golden Gate Bridge Welcome Center", - "area": "California", - "address": "Golden Gate Bridge, South End, San Francisco", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=315090", - "internal_url": "null", - "latitude": "37.8077879", - "longitude": "-122.4748409", - "machine_status": "retired", - "id": 4819, - "last_updated": "2023-10-09" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -109.788717, - 35.083583 - ] - }, - "properties": { - "name": "Fred Harvey Painted Desert Gift Shop", - "area": "Arizona", - "address": "1 Park Road (P.O..Box 2217) Interstate 40 (Exit 311), Petrified Forest (near Holbrook)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=321", - "internal_url": "null", - "latitude": "35.083583", - "longitude": "-109.788717", - "machine_status": "retired", - "id": 2662, - "last_updated": "2024-03-09" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.023112, - 33.527177 - ] - }, - "properties": { - "name": "Georgia Visitor Information Center #2 - Augusta", - "area": "Georgia", - "address": "Westbound I-20 Mile Marker 201, Augusta, GA 30907, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=281811", - "internal_url": "null", - "latitude": "33.527177", - "longitude": "-82.023112", - "machine_status": "available", - "id": 1626, - "last_updated": "2023-10-09" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.236104, - 35.534666 - ] - }, - "properties": { - "name": "Cherokee Trading Post", - "area": "Oklahoma", - "address": "301 S Walbaum Road, Calumet", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=3907", - "internal_url": "null", - "latitude": "35.534666", - "longitude": "-98.236104", - "multimachine": 2, - "machine_status": "available", - "id": 1785, - "last_updated": "2023-10-09" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.6681039, - 35.009078 - ] - }, - "properties": { - "name": "Clines Corners Retail Center (& Truckstop)", - "area": "New Mexico", - "address": "1 Yacht Club Drive, Clines Corners, NM 87070, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=238213", - "internal_url": "null", - "latitude": "35.009078", - "longitude": "-105.6681039", - "multimachine": 2, - "machine_status": "available", - "id": 4923, - "last_updated": "2023-10-09" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 15.06055269221401, - 48.338784435497445 - ] - }, - "properties": { - "name": "Ysperklamm", - "area": "Austria", - "address": "Klammstraße 22, 3683 Yspertal, Austria", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=415740", - "internal_url": "null", - "latitude": 48.338784435497445, - "longitude": 15.06055269221401, - "machine_status": "available", - "id": 6061, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -99.118516, - 19.48464 - ] - }, - "properties": { - "name": "Basilica of Our Lady of Guadalupe (right)", - "area": "Mexico", - "address": "Plaza de las Américas 1 Col. Villa de Guadalupe Gustavo A. Madero", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=252277", - "internal_url": "null", - "latitude": "19.484640", - "longitude": "-99.118516", - "machine_status": "available", - "id": 3220, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.989792, - 47.589176 - ] - }, - "properties": { - "name": "Königssee (Machine 2)", - "area": "Germany", - "address": "Gewerbegebiet Seestraße, Seestraße 27, 83471 Schönau am Königssee, Germany", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=39034", - "internal_url": "null", - "latitude": "47.589176", - "longitude": "12.989792", - "machine_status": "available", - "id": 526, - "last_updated": "2023-10-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.972804, - 47.544456 - ] - }, - "properties": { - "name": "Königssee - St. Bartholomä", - "area": "Germany", - "address": "Kessel-St Bartholomä 3, 83471 Schönau am Königssee, Germany", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=39034", - "internal_url": "null", - "latitude": "47.544456", - "longitude": "12.972804", - "paywall": true, - "machine_status": "available", - "id": 527, - "last_updated": "2023-10-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.294622, - 48.85833 - ] - }, - "properties": { - "name": "Tour Eiffel - Floor 2 Machine 1 (Eiffel Tower)", - "area": "France", - "address": "Champ de Mars, 5 Avenue Anatole, Paris - Île-De-France", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=238469", - "internal_url": "null", - "latitude": "48.858330", - "longitude": "2.294622", - "paywall": true, - "machine_status": "available", - "id": 5050, - "last_updated": "2022-01-11" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.294272, - 48.85838 - ] - }, - "properties": { - "name": "Tour Eiffel - Floor 2 Machine 2 (Eiffel Tower)", - "area": "France", - "address": "Champ de Mars, 5 Avenue Anatole, Paris - Île-De-France", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=238469", - "internal_url": "null", - "latitude": "48.858380", - "longitude": "2.294272", - "paywall": true, - "machine_status": "available", - "id": 5051, - "last_updated": "2022-01-11" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.295138, - 48.858447 - ] - }, - "properties": { - "name": "Tour Eiffel - Floor 1 Machine 1 (Eiffel Tower)", - "area": "France", - "address": "Champ de Mars, 5 Avenue Anatole, Paris - Île-De-France", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=238469", - "internal_url": "null", - "latitude": "48.858447", - "longitude": "2.295138", - "paywall": true, - "machine_status": "available", - "id": 99, - "last_updated": "2022-01-11" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.682417, - 50.110283 - ] - }, - "properties": { - "name": "Römerplatz (Machine 1)", - "area": "Germany", - "address": "Römerberg 20-22, 60311 Frankfurt am Main", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=800", - "internal_url": "null", - "latitude": "50.110283", - "longitude": "8.682417", - "logs": { - "2021-11-14": "Machine available at business hours of souvenir shops. Needs 1 Euro and 5 Cents." - }, - "machine_status": "available", - "id": 485, - "last_updated": "2021-11-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 16.410004528689658, - 48.24026598578018 - ] - }, - "properties": { - "name": "Donauturm (top)", - "area": "Austria", - "address": "Donautumstraße 4", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=35889", - "internal_url": "null", - "latitude": "48.24026598578018", - "longitude": "16.410004528689658", - "paywall": true, - "machine_status": "available", - "id": 1016, - "last_updated": "2022-11-06" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.93252690000001, - 34.7285362 - ] - }, - "properties": { - "name": "Bucee's", - "area": "Alabama", - "address": "2328 Lindsay Ln S, Athens", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=397261", - "internal_url": "null", - "latitude": "34.7285362", - "longitude": "-86.93252690000001", - "machine_status": "available", - "id": 6062, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.63386260000001, - 34.398914 - ] - }, - "properties": { - "name": "JSU/ Little River Canyon Center", - "area": "Alabama", - "address": "4322 Little River Trail, NE, Fort Payne", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=405706", - "internal_url": "null", - "latitude": "34.398914", - "longitude": "-85.63386260000001", - "machine_status": "available", - "id": 6063, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.7681921, - 33.8230953 - ] - }, - "properties": { - "name": "Jacksonville State University V1sitor Center.", - "area": "Alabama", - "address": "700 Pelham Rd N, Jacksonville", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=402002", - "internal_url": "null", - "latitude": "33.8230953", - "longitude": "-85.7681921", - "machine_status": "available", - "id": 6064, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.6157576, - 30.6303787 - ] - }, - "properties": { - "name": "Oasis Travel Center", - "area": "Alabama", - "address": "27801 County Road 64 Ext , Robertsdale", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=409542", - "internal_url": "null", - "latitude": "30.6303787", - "longitude": "-87.6157576", - "machine_status": "available", - "id": 6065, - "last_updated": "2024-06-08" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.05224439999999, - 32.5447465 - ] - }, - "properties": { - "name": "The Authentic Bonnie and Clyde Museum", - "area": "Louisiana", - "address": "2419 Main St,, Gibsland", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=398919", - "internal_url": "null", - "latitude": "32.5447465", - "longitude": "-93.05224439999999", - "machine_status": "available", - "id": 6066, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.1585351, - 31.7287604 - ] - }, - "properties": { - "name": "Huddle House", - "area": "Louisiana", - "address": "5306 Hwy 6, Natchitoches", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=268968", - "internal_url": "null", - "latitude": "31.7287604", - "longitude": "-93.1585351", - "machine_status": "retired", - "id": 3580, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.06292119999999, - 29.9504543 - ] - }, - "properties": { - "name": "Audubon Aquarium of the Americas", - "area": "Louisiana", - "address": "One Canal Street, New Orleans", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=2334", - "internal_url": "null", - "latitude": "29.9504543", - "longitude": "-90.06292119999999", - "machine_status": "retired", - "id": 3582, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -92.6433172, - 32.5303391 - ] - }, - "properties": { - "name": "Ruston Twenty Four Seven Laundromat ", - "area": "Louisiana", - "address": "413 W Alabama Ave, Ruston", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=402331", - "internal_url": "null", - "latitude": "32.5303391", - "longitude": "-92.6433172", - "machine_status": "available", - "id": 6068, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.9526427, - 39.7161563 - ] - }, - "properties": { - "name": "Cherry Street Diner", - "area": "Ohio", - "address": "Cherry St, Ashville ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=8692", - "internal_url": "null", - "latitude": "39.7161563", - "longitude": "-82.9526427", - "machine_status": "available", - "id": 6069, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.83555729999999, - 39.5606937 - ] - }, - "properties": { - "name": "The Rustic Harvest", - "area": "Ohio", - "address": "10363 Tarlton Rd., Circleville", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=411260", - "internal_url": "null", - "latitude": "39.5606937", - "longitude": "-82.83555729999999", - "machine_status": "available", - "id": 6070, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.9491235, - 41.8608944 - ] - }, - "properties": { - "name": "Eddie's Grill", - "area": "Ohio", - "address": ", Geneva on the lake", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=409262", - "internal_url": "null", - "latitude": "41.8608944", - "longitude": "-80.9491235", - "machine_status": "available", - "id": 6071, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.2770427, - 39.342521 - ] - }, - "properties": { - "name": "Kings Island", - "area": "Ohio", - "address": "5688 Kings Island Drive, Mason", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=3813", - "internal_url": "null", - "latitude": "39.342521", - "longitude": "-84.2770427", - "machine_status": "retired", - "id": 1990, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.8127782, - 41.4423074 - ] - }, - "properties": { - "name": "Wild Acres Petting Zoo", - "area": "Ohio", - "address": ", Port Clinton", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=4299", - "internal_url": "null", - "latitude": "41.4423074", - "longitude": "-82.8127782", - "machine_status": "retired", - "id": 2001, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.58396809999999, - 39.480841 - ] - }, - "properties": { - "name": "Appalachian Art & Craft", - "area": "Ohio", - "address": "26774 US Hwy 33 at Rt 374, Rockbridge", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=33881", - "internal_url": "null", - "latitude": "39.480841", - "longitude": "-82.58396809999999", - "machine_status": "retired", - "id": 2005, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5366961, - 41.6510854 - ] - }, - "properties": { - "name": "Huntington Center", - "area": "Ohio", - "address": "500 Jefferson Ave, Toledo ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=390001", - "internal_url": "null", - "latitude": "41.6510854", - "longitude": "-83.5366961", - "machine_status": "available", - "id": 6072, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.8904657, - 61.22168490000001 - ] - }, - "properties": { - "name": "Alaska Railroad Depot", - "area": "Alaska", - "address": "411 West First Ave, Anchorage", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=238", - "internal_url": "null", - "latitude": "61.22168490000001", - "longitude": "-149.8904657", - "machine_status": "available", - "id": 1144, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.8916467, - 61.21867760000001 - ] - }, - "properties": { - "name": "Grizzly's Gifts ", - "area": "Alaska", - "address": "501 West 4th Avenue, Anchorage", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=230", - "internal_url": "null", - "latitude": "61.21867760000001", - "longitude": "-149.8916467", - "machine_status": "available", - "id": 1148, - "last_updated": "2024-03-03" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -147.7209293, - 64.8431337 - ] - }, - "properties": { - "name": "Arctic Travelers Gift Shop", - "area": "Alaska", - "address": "201 Cushman Street, Fairbanks", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=389468", - "internal_url": "null", - "latitude": "64.8431337", - "longitude": "-147.7209293", - "machine_status": "available", - "id": 6073, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -134.3968296, - 58.2936223 - ] - }, - "properties": { - "name": "AJ Outlet Store", - "area": "Alaska", - "address": "700 S. Franklin St., Juneau", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=167524", - "internal_url": "null", - "latitude": "58.2936223", - "longitude": "-134.3968296", - "machine_status": "retired", - "id": 1157, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -134.4036851, - 58.2991308 - ] - }, - "properties": { - "name": "Alaska Shirt Company - Extended", - "area": "Alaska", - "address": "259 S Franklin Street, Juneau", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=414636", - "internal_url": "null", - "latitude": "58.2991308", - "longitude": "-134.4036851", - "machine_status": "available", - "id": 6074, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.4396349, - 60.121707 - ] - }, - "properties": { - "name": "Alaska Railroad Terminal", - "area": "Alaska", - "address": "408 Port Ave,, Seward", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=386946", - "internal_url": "null", - "latitude": "60.121707", - "longitude": "-149.4396349", - "machine_status": "retired", - "id": 5969, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -149.4280891, - 60.1193839 - ] - }, - "properties": { - "name": "Cruise Terminal Seward", - "area": "Alaska", - "address": "913 Port Way, Seward", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=258628", - "internal_url": "null", - "latitude": "60.1193839", - "longitude": "-149.4280891", - "machine_status": "available", - "id": 1171, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -135.3174015, - 59.4533131 - ] - }, - "properties": { - "name": "Klondike Clothing CO", - "area": "Alaska", - "address": "200 2nd street, Skagway", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=408752", - "internal_url": "null", - "latitude": "59.4533131", - "longitude": "-135.3174015", - "machine_status": "available", - "id": 6075, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -150.1127746, - 62.32308879999999 - ] - }, - "properties": { - "name": "Nagley's General Store", - "area": "Alaska", - "address": "13650 E Main St, Talkeetna", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=312692", - "internal_url": "null", - "latitude": "62.32308879999999", - "longitude": "-150.1127746", - "machine_status": "retired", - "id": 1185, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -69.8039939, - 44.5892698 - ] - }, - "properties": { - "name": "Sweet Dreams Convenience Store", - "area": "Maine", - "address": "164 Village Rd , Smithfield ", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=308649", - "internal_url": "null", - "latitude": "44.5892698", - "longitude": "-69.8039939", - "machine_status": "retired", - "id": 2033, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.125426, - 34.385717 - ] - }, - "properties": { - "name": "Reba's Place Restaurant and Bar", - "area": "Oklahoma", - "address": "301 E Court St, Atoka", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407740", - "internal_url": "null", - "latitude": "34.3857170374416", - "longitude": "-96.12542597468598", - "machine_status": "available", - "id": 6076, - "last_updated": "2023-10-23" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.74954220000001, - 34.1501579 - ] - }, - "properties": { - "name": "Hochatown Saloon", - "area": "Oklahoma", - "address": "28 Old Hochatown Rd, Broken Bow", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=414622", - "internal_url": "null", - "latitude": "34.1501579", - "longitude": "-94.74954220000001", - "machine_status": "available", - "id": 6077, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.1249448, - 34.44686590000001 - ] - }, - "properties": { - "name": "Arbuckle Wilderness", - "area": "Oklahoma", - "address": "Route 1 Box 63, Davis", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=71193", - "internal_url": "null", - "latitude": "34.44686590000001", - "longitude": "-97.1249448", - "machine_status": "available", - "id": 6078, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.1115549, - 34.4251533 - ] - }, - "properties": { - "name": "Falls Creek Conference Center", - "area": "Oklahoma", - "address": "6714 OK-77D, Davis", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=398774", - "internal_url": "null", - "latitude": "34.4251533", - "longitude": "-97.1115549", - "machine_status": "available", - "id": 6079, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.98338389999999, - 34.5154375 - ] - }, - "properties": { - "name": "Chisholm Trail Heritage Center", - "area": "Oklahoma", - "address": "2150 Chisholm Trail Parkway, Duncan", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=388321", - "internal_url": "null", - "latitude": "34.5154375", - "longitude": "-97.98338389999999", - "machine_status": "available", - "id": 6080, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.24146499999999, - 35.8885678 - ] - }, - "properties": { - "name": "The Lodge at Sequoyah State Park", - "area": "Oklahoma", - "address": "19808 Park 10, Hulbert", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=393506", - "internal_url": "null", - "latitude": "35.8885678", - "longitude": "-95.24146499999999", - "machine_status": "available", - "id": 6081, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.397868, - 34.617559 - ] - }, - "properties": { - "name": "Museum of the Great Plains", - "area": "Oklahoma", - "address": "601 NW Ferris Ave, Lawton", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=393145", - "internal_url": "null", - "latitude": "34.617559", - "longitude": "-98.397868", - "machine_status": "available", - "id": 6082, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.7692495, - 34.9319648 - ] - }, - "properties": { - "name": "OKLA Theater", - "area": "Oklahoma", - "address": "18 E Choctaw Ave, McAlester", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=414531", - "internal_url": "null", - "latitude": "34.9319648", - "longitude": "-95.7692495", - "machine_status": "available", - "id": 6083, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.13507299999999, - 33.793463 - ] - }, - "properties": { - "name": "Oklahoma Travel Center ", - "area": "Oklahoma", - "address": "I-35 North Bound - 3 miles north of the Texas border, Thackerville", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=262574", - "internal_url": "null", - "latitude": "33.793463", - "longitude": "-97.13507299999999", - "machine_status": "retired", - "id": 1807, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.492045, - 33.456993 - ] - }, - "properties": { - "name": "Goldfield Ghost Town (Cantankerous Carl's Hat Store)", - "area": "Arizona", - "address": "4650 North Mammoth Mine Road, Apache Junction ", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=237796", - "internal_url": "null", - "latitude": "33.456993", - "longitude": "-111.492045", - "machine_status": "retired", - "id": 2607, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.5686757, - 33.4155562 - ] - }, - "properties": { - "name": "Thunder Mountain SW Specialty", - "area": "Arizona", - "address": "2114 W Apache Trail, Suite 1,, Apache Junction", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=395574", - "internal_url": "null", - "latitude": "33.4155562", - "longitude": "-111.5686757", - "machine_status": "available", - "id": 6084, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -109.1037758, - 32.7203188 - ] - }, - "properties": { - "name": "Country Chic Art Gallery & Crafters Boutique", - "area": "Arizona", - "address": "205 SE Old West Hwy, Duncan", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=358286", - "internal_url": "null", - "latitude": "32.7203188", - "longitude": "-109.1037758", - "machine_status": "available", - "id": 6085, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.8261764, - 36.0441081 - ] - }, - "properties": { - "name": "Desert View Trading Post", - "area": "Arizona", - "address": "on the Eastern side of the south rim (Watch Tower area), Grand Canyon National Park, South Rim", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=286828", - "internal_url": "null", - "latitude": "36.0441081", - "longitude": "-111.8261764", - "machine_status": "out-of-order", - "id": 2631, - "last_updated": "2024-04-01" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.355836, - 33.53849 - ] - }, - "properties": { - "name": "Luke Air Force Base", - "area": "Arizona", - "address": "Base Exchange (MILITARY ID REQUIRED), Glendale", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=54630", - "internal_url": "null", - "latitude": "33.53849", - "longitude": "-112.355836", - "machine_status": "retired", - "id": 2625, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.2037792, - 33.5829314 - ] - }, - "properties": { - "name": "La Crab Shack", - "area": "Arizona", - "address": "6750 W Peoria Ave 127, Peoria ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412960", - "internal_url": "null", - "latitude": "33.5829314", - "longitude": "-112.2037792", - "machine_status": "available", - "id": 6086, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.0659043, - 33.4501981 - ] - }, - "properties": { - "name": "Rosson House Museum", - "area": "Arizona", - "address": "113 N. 6th St., Phoenix", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=283", - "internal_url": "null", - "latitude": "33.4501981", - "longitude": "-112.0659043", - "machine_status": "retired", - "id": 2668, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.7598125, - 34.8737264 - ] - }, - "properties": { - "name": "Sedona's Candy Shopp", - "area": "Arizona", - "address": "466 Sunset Lane, Sedona", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=387624", - "internal_url": "null", - "latitude": "34.8737264", - "longitude": "-111.7598125", - "machine_status": "available", - "id": 5981, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.066686, - 31.712243 - ] - }, - "properties": { - "name": "Madame Mustache", - "area": "Arizona", - "address": "455 East Allen Street, Tombstone", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=204330", - "internal_url": "null", - "latitude": "31.712243", - "longitude": "-110.066686", - "machine_status": "retired", - "id": 2701, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.0667312, - 31.71232759999999 - ] - }, - "properties": { - "name": "Smoke Signals", - "area": "Arizona", - "address": "411 East Allen Street, Tombstone", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=393790", - "internal_url": "null", - "latitude": "31.71232759999999", - "longitude": "-110.0667312", - "machine_status": "available", - "id": 6087, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.9406866, - 32.2181608 - ] - }, - "properties": { - "name": "Ignite Sign Art Museum", - "area": "Arizona", - "address": "331 S. Olsen Ave, Tucson", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=398357", - "internal_url": "null", - "latitude": "32.2181608", - "longitude": "-110.9406866", - "machine_status": "available", - "id": 6088, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.1289275, - 32.2183137 - ] - }, - "properties": { - "name": "Old Tucson Studios", - "area": "Arizona", - "address": "201 S. Kinney Road, Tucson", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=250", - "internal_url": "null", - "latitude": "32.2183137", - "longitude": "-111.1289275", - "machine_status": "available", - "id": 2712, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.7311236, - 33.9684277 - ] - }, - "properties": { - "name": "Desert Caballeros Western Museum", - "area": "Arizona", - "address": "21 N Frontier St, Wickenburg", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=409785", - "internal_url": "null", - "latitude": "33.9684277", - "longitude": "-112.7311236", - "machine_status": "available", - "id": 6089, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.190175, - 35.2516902 - ] - }, - "properties": { - "name": "Fred Harvey (Was Grand Depot Cafe)", - "area": "Arizona", - "address": "233 N Grand Canyon Blvd, Williams", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=251363", - "internal_url": "null", - "latitude": "35.2516902", - "longitude": "-112.190175", - "machine_status": "retired", - "id": 2728, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.1947003, - 35.2487914 - ] - }, - "properties": { - "name": "Frontier Resturant and Beer Garden", - "area": "Arizona", - "address": "730 W Rte 66, Williams, AZ 86046, Williams", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=410369", - "internal_url": "null", - "latitude": "35.2487914", - "longitude": "-112.1947003", - "machine_status": "available", - "id": 6090, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.1943576, - 35.2513513 - ] - }, - "properties": { - "name": "Grand Canyon Railway RV Park", - "area": "Arizona", - "address": "601 W. Franklin Avenue, Williams", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=239519", - "internal_url": "null", - "latitude": "35.2513513", - "longitude": "-112.1943576", - "machine_status": "retired", - "id": 2730, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.1375989, - 38.2362486 - ] - }, - "properties": { - "name": "Pony Express Gift Shop & Grill", - "area": "Maryland", - "address": "7307 Stephen Decatur Hwy, Berlin", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=19852", - "internal_url": "null", - "latitude": "38.2362486", - "longitude": "-75.1375989", - "machine_status": "retired", - "id": 5211, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.8149585, - 39.6703155 - ] - }, - "properties": { - "name": "Milburn Orchards", - "area": "Maryland", - "address": "1495 Appleton Road, Elkton", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=388366", - "internal_url": "null", - "latitude": "39.6703155", - "longitude": "-75.8149585", - "machine_status": "available", - "id": 6091, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.3110268, - 44.0581289 - ] - }, - "properties": { - "name": "Bend Visitor Center - Visit Bend", - "area": "Oregon", - "address": "750 NW Lava Road Suite 160, Bend", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=396965", - "internal_url": "null", - "latitude": "44.0581289", - "longitude": "-121.3110268", - "machine_status": "available", - "id": 6092, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.8929208, - 45.6711894 - ] - }, - "properties": { - "name": "Locks Waterfront Grill (Cascade Locks Marine Park Visitors Center)", - "area": "Oregon", - "address": "299 SW Portage Road, Cascade Locks", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=3980", - "internal_url": "null", - "latitude": "45.6711894", - "longitude": "-121.8929208", - "machine_status": "retired", - "id": 4346, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -124.0670124, - 44.7604206 - ] - }, - "properties": { - "name": "Cape Foulweather Lookout Observatory and Gift Shop", - "area": "Oregon", - "address": "Ottercrest State Wayside, Depoe Bay", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=3975", - "internal_url": "null", - "latitude": "44.7604206", - "longitude": "-124.0670124", - "machine_status": "available", - "id": 6093, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -124.061855, - 44.8106985 - ] - }, - "properties": { - "name": "Seaview Bazaar", - "area": "Oregon", - "address": "74 N Highway 101, Depoe Bay", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=3973", - "internal_url": "null", - "latitude": "44.8106985", - "longitude": "-124.061855", - "machine_status": "retired", - "id": 4354, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.7110064, - 45.3311281 - ] - }, - "properties": { - "name": "Wy'East Day Lodge @ Timberline Lodge", - "area": "Oregon", - "address": "27500 E Timberline Road, Government Camp", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=238014", - "internal_url": "null", - "latitude": "45.3311281", - "longitude": "-121.7110064", - "machine_status": "retired", - "id": 4360, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.2356001, - 45.356664 - ] - }, - "properties": { - "name": "Joseph Branch Railriders", - "area": "Oregon", - "address": "501 W Alder St, Joseph", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=410862", - "internal_url": "null", - "latitude": "45.356664", - "longitude": "-117.2356001", - "machine_status": "available", - "id": 6094, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.6618459, - 45.4736956 - ] - }, - "properties": { - "name": "Oaks Park Skating Rink", - "area": "Oregon", - "address": "7805 SE Oaks Park Way, Portland ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412282", - "internal_url": "null", - "latitude": "45.4736956", - "longitude": "-122.6618459", - "machine_status": "available", - "id": 6095, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.9288242, - 45.9930402 - ] - }, - "properties": { - "name": "World of Gifts", - "area": "Oregon", - "address": "111 Broadway street UNIT 17 Seaside, OR, Seaside", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=411254", - "internal_url": "null", - "latitude": "45.9930402", - "longitude": "-123.9288242", - "machine_status": "available", - "id": 6096, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.7975808, - 45.8624064 - ] - }, - "properties": { - "name": "Mollys Market", - "area": "Oregon", - "address": "290 South 1st Street , St. Helens", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=380456", - "internal_url": "null", - "latitude": "45.8624064", - "longitude": "-122.7975808", - "machine_status": "retired", - "id": 5224, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.7979811, - 45.8624046 - ] - }, - "properties": { - "name": "Spilt Ink Gallery & Gifts", - "area": "Oregon", - "address": "289 S 1st St., St. Helens", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=404256", - "internal_url": "null", - "latitude": "45.8624046", - "longitude": "-122.7979811", - "machine_status": "available", - "id": 6097, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.76301219999999, - 36.4098499 - ] - }, - "properties": { - "name": "Razorback Gift Shop", - "area": "Arkansas", - "address": "579 W Van Buren,, Eureka Springs ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=404080", - "internal_url": "null", - "latitude": "36.4098499", - "longitude": "-93.76301219999999", - "machine_status": "available", - "id": 6098, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.425354, - 35.3985557 - ] - }, - "properties": { - "name": "United States Marshals Museum", - "area": "Arkansas", - "address": "789 Riverfront DR, Fort Smith", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=409411", - "internal_url": "null", - "latitude": "35.3985557", - "longitude": "-94.425354", - "machine_status": "available", - "id": 6099, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -92.28904999999999, - 34.7469598 - ] - }, - "properties": { - "name": "Arkansas State Capitol ", - "area": "Arkansas", - "address": "500 Woodlane St, Little Rock", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407855", - "internal_url": "null", - "latitude": "34.7469598", - "longitude": "-92.28904999999999", - "machine_status": "available", - "id": 6100, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -70.346473, - 41.646096 - ] - }, - "properties": { - "name": "1856 Country Store", - "area": "Massachusetts", - "address": "555 Main St, Centerville ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=409076", - "internal_url": "null", - "latitude": "41.646096", - "longitude": "-70.346473", - "machine_status": "available", - "id": 6101, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -70.34634604174883, - 41.646052199506286 - ] - }, - "properties": { - "name": "1856 County Store", - "area": "Massachusetts", - "address": "555 Main St, Centerville , MA", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=409103", - "internal_url": "null", - "latitude": "41.646052199506286", - "longitude": "-70.34634604174883", - "machine_status": "available", - "id": 6102, - "last_updated": "2024-09-21" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -72.02485, - 42.139786 - ] - }, - "properties": { - "name": "Charlton Pike Rest Stop ", - "area": "Massachusetts", - "address": "I-90 Mass Pike both East and West svc plazas, Charlton", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=225910", - "internal_url": "null", - "latitude": "42.139786", - "longitude": "-72.02485", - "machine_status": "available", - "id": 2899, - "last_updated": "2024-05-10" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -70.7747323, - 42.6306065 - ] - }, - "properties": { - "name": "Woodman's of Essex Restaurant", - "area": "Massachusetts", - "address": "PO Box 349, Rte 133, 121 Main Street, Essex", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=28889", - "internal_url": "null", - "latitude": "42.6306065", - "longitude": "-70.7747323", - "machine_status": "retired", - "id": 2900, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -71.7691433, - 42.2644952 - ] - }, - "properties": { - "name": "EcoTarium (formerly New England Science Center)", - "area": "Massachusetts", - "address": "222 Harrington Way, Worcester", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=2635", - "internal_url": "null", - "latitude": "42.2644952", - "longitude": "-71.7691433", - "machine_status": "retired", - "id": 2936, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.3955919, - 40.470975 - ] - }, - "properties": { - "name": "Lakemont Park", - "area": "Pennsylvania", - "address": "700 Park Avenue, Altoona", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=3759", - "internal_url": "null", - "latitude": "40.470975", - "longitude": "-78.3955919", - "machine_status": "available", - "id": 6103, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.5753685, - 41.4666991 - ] - }, - "properties": { - "name": "Worlds End State Park", - "area": "Pennsylvania", - "address": " 82 Cabin Bridge Road, Forksville", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=406019", - "internal_url": "null", - "latitude": "41.4666991", - "longitude": "-76.5753685", - "machine_status": "available", - "id": 6104, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.2316622, - 39.8236844 - ] - }, - "properties": { - "name": "Basses Loaded / Gettysburg Ghost Tours", - "area": "Pennsylvania", - "address": "27 Steinwehr Ave, Gettysburg ", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=199124", - "internal_url": "null", - "latitude": "39.8236844", - "longitude": "-77.2316622", - "machine_status": "retired", - "id": 3980, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.23034229999999, - 39.822391 - ] - }, - "properties": { - "name": "Gettysburg Tour Center", - "area": "Pennsylvania", - "address": "778 Baltimore Street, Gettysburg", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=7070", - "internal_url": "null", - "latitude": "39.822391", - "longitude": "-77.23034229999999", - "machine_status": "retired", - "id": 3987, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.2316622, - 39.8236844 - ] - }, - "properties": { - "name": "Haunted Gettysburg Tours / Gettysburg Souvenirs & Gifts ", - "area": "Pennsylvania", - "address": "27 Steinwehr Ave, Gettysburg", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=397159", - "internal_url": "null", - "latitude": "39.8236844", - "longitude": "-77.2316622", - "machine_status": "available", - "id": 6105, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.8839587, - 40.2642873 - ] - }, - "properties": { - "name": "Pennsylvania State Capitol", - "area": "Pennsylvania", - "address": " N 3rd St, Harrisburg", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=248076", - "internal_url": "null", - "latitude": "40.2642873", - "longitude": "-76.8839587", - "machine_status": "retired", - "id": 3997, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.73850519999999, - 40.8634754 - ] - }, - "properties": { - "name": "Mauch Chunk 5 & 10", - "area": "Pennsylvania", - "address": "9 Broadway , Jim Thorpe ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413792", - "internal_url": "null", - "latitude": "40.8634754", - "longitude": "-75.73850519999999", - "machine_status": "available", - "id": 6106, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.27633519999999, - 40.2621017 - ] - }, - "properties": { - "name": "Idlewild Park", - "area": "Pennsylvania", - "address": "P.O. Box C, Rt. 30 East, Ligonier", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=4055", - "internal_url": "null", - "latitude": "40.2621017", - "longitude": "-79.27633519999999", - "machine_status": "available", - "id": 4015, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.15015559999999, - 39.9502112 - ] - }, - "properties": { - "name": "Liberty Bell Center", - "area": "Pennsylvania", - "address": "101 S Independence Mall W, Philadelphia, PA 19106", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "39.9502112", - "longitude": "-75.15015559999999", - "machine_status": "retired", - "id": 6107, - "last_updated": "2024-09-21", - "multimachine": 1 - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.02638619999999, - 40.0425662 - ] - }, - "properties": { - "name": "Philadelphia Insectarium and Butterfly Pavilion", - "area": "Pennsylvania", - "address": "8046 Frankford Avenue, Philadelphia", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=340169", - "internal_url": "null", - "latitude": "40.0425662", - "longitude": "-75.02638619999999", - "machine_status": "retired", - "id": 4040, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.1955383, - 39.9714959 - ] - }, - "properties": { - "name": "Philadelphia Zoo", - "area": "Pennsylvania", - "address": "3400 West Girard Avenue, Philadelphia", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=395400", - "internal_url": "null", - "latitude": "39.9714959", - "longitude": "-75.1955383", - "machine_status": "available", - "id": 6108, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.0188208, - 40.4382586 - ] - }, - "properties": { - "name": "Duquesne Incline", - "area": "Pennsylvania", - "address": "1220 Grandview Avenue, Pittsburgh", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=4015", - "internal_url": "null", - "latitude": "40.4382586", - "longitude": "-80.0188208", - "machine_status": "retired", - "id": 4047, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.3554599, - 41.0511644 - ] - }, - "properties": { - "name": "Camelback Mountain Resort", - "area": "Pennsylvania", - "address": "243 Camelback Road, Tannersville", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=89226", - "internal_url": "null", - "latitude": "41.0511644", - "longitude": "-75.3554599", - "machine_status": "retired", - "id": 4070, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.9227135, - 33.8078978 - ] - }, - "properties": { - "name": "Disney's Grand Californian Hotel", - "area": "California", - "address": "1600 S. Disneyland Dr, Anaheim", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=7269", - "internal_url": "null", - "latitude": "33.8078978", - "longitude": "-117.9227135", - "machine_status": "available", - "id": 6109, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.9243842, - 33.8062951 - ] - }, - "properties": { - "name": "Disney's Pixar Pier Hotel Complex", - "area": "California", - "address": "1717 Disneyland Dr, Anaheim", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=395488", - "internal_url": "null", - "latitude": "33.8062951", - "longitude": "-117.9243842", - "machine_status": "available", - "id": 6110, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.5385299, - 38.0677832 - ] - }, - "properties": { - "name": "The Village Blacksmith", - "area": "California", - "address": "P.O. Box 910, Angels Camp", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=63387", - "internal_url": "null", - "latitude": "38.0677832", - "longitude": "-120.5385299", - "machine_status": "retired", - "id": 4564, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.7557162, - 35.172325 - ] - }, - "properties": { - "name": "Mermaid Market", - "area": "California", - "address": "3915 Avila Beach Drive, Avila Beach", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=388768", - "internal_url": "null", - "latitude": "35.172325", - "longitude": "-120.7557162", - "machine_status": "available", - "id": 6111, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.2560632, - 37.9005805 - ] - }, - "properties": { - "name": "Tilden Park Merry Go Round", - "area": "California", - "address": "Central Park Drive &, Lake Anza Rd,, Berkeley ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=399656", - "internal_url": "null", - "latitude": "37.9005805", - "longitude": "-122.2560632", - "machine_status": "available", - "id": 6112, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.1696785, - 32.6978733 - ] - }, - "properties": { - "name": "San Diego Trading Company (in the Coronado Ferry Center)", - "area": "California", - "address": "Coronado Ferry Center, Coronado", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=350279", - "internal_url": "null", - "latitude": "32.6978733", - "longitude": "-117.1696785", - "machine_status": "retired", - "id": 4604, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.9046818, - 33.6683871 - ] - }, - "properties": { - "name": "Orange County Fair and Event Center/ ", - "area": "California", - "address": "88 Fair Drive, Costa Mesa", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=409719", - "internal_url": "null", - "latitude": "33.6683871", - "longitude": "-117.9046818", - "machine_status": "available", - "id": 6113, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.1467942, - 36.606886 - ] - }, - "properties": { - "name": "Stovepipe Wells General Store", - "area": "California", - "address": "51880 Highway 190, Death Valley National Park", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=396688", - "internal_url": "null", - "latitude": "36.606886", - "longitude": "-117.1467942", - "machine_status": "retired", - "id": 6114, - "last_updated": "2024-05-10" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.4292581, - 37.4623106 - ] - }, - "properties": { - "name": "Jupiter & Main", - "area": "California", - "address": "432 Main Street Unit B, Half Moon Bay, CA, 94019", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=200909", - "internal_url": "null", - "latitude": "37.4623106", - "longitude": "-122.4292581", - "machine_status": "available", - "id": 4637, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.3415776, - 34.1017476 - ] - }, - "properties": { - "name": "Madame Tussauds", - "area": "California", - "address": "6933 Hollywood Boulevard, Hollywood", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=85777", - "internal_url": "null", - "latitude": "34.1017476", - "longitude": "-118.3415776", - "machine_status": "retired", - "id": 4644, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.4189272, - 35.7555798 - ] - }, - "properties": { - "name": "Pizza Barn", - "area": "California", - "address": "11401 Kernville Rd, Kernville", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=400240", - "internal_url": "null", - "latitude": "35.7555798", - "longitude": "-118.4189272", - "machine_status": "available", - "id": 6115, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.2624578, - 37.7853206 - ] - }, - "properties": { - "name": "Great Wolf Lodge Water Park and Big League Dreams", - "area": "California", - "address": "2500 Daniels St,, Manteca", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=396317", - "internal_url": "null", - "latitude": "37.7853206", - "longitude": "-121.2624578", - "machine_status": "available", - "id": 6116, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.0175247, - 37.6537919 - ] - }, - "properties": { - "name": "Graffiti Classic Car Museum", - "area": "California", - "address": "610 North 9th Street, Modesto", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=394967", - "internal_url": "null", - "latitude": "37.6537919", - "longitude": "-121.0175247", - "machine_status": "available", - "id": 6117, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.8999236, - 36.6164341 - ] - }, - "properties": { - "name": "Cannery Row - Monterey's Finest", - "area": "California", - "address": "700 Cannery Row H1, Monterey", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=400843", - "internal_url": "null", - "latitude": "36.6164341", - "longitude": "-121.8999236", - "machine_status": "available", - "id": 6118, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.8940356, - 36.6026236 - ] - }, - "properties": { - "name": "Pacific House Museum", - "area": "California", - "address": "10 Custom House Plaza,, Monterey", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=410865", - "internal_url": "null", - "latitude": "36.6026236", - "longitude": "-121.8940356", - "machine_status": "available", - "id": 6119, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.8569796, - 35.3705752 - ] - }, - "properties": { - "name": "Destination Camp One Morro Bay", - "area": "California", - "address": "1215 Embarcadero Suite C, Morro Bay", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=400566", - "internal_url": "null", - "latitude": "35.3705752", - "longitude": "-120.8569796", - "machine_status": "retired", - "id": 6120, - "last_updated": "2024-04-25" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.8559171, - 35.3697535 - ] - }, - "properties": { - "name": "Great American Fish Company", - "area": "California", - "address": "1185 Embarcadero, Morro Bay", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=400567", - "internal_url": "null", - "latitude": "35.3697535", - "longitude": "-120.8559171", - "machine_status": "available", - "id": 6121, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.8983756, - 33.6057077 - ] - }, - "properties": { - "name": "Balboa Island Ferry landing", - "area": "California", - "address": "410 South Bay Front, Newport Beach", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=395743", - "internal_url": "null", - "latitude": "33.6057077", - "longitude": "-117.8983756", - "machine_status": "available", - "id": 6122, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.9006713, - 33.6032184 - ] - }, - "properties": { - "name": "The Mermaid Store", - "area": "California", - "address": "309 Palm St,, Newport Beach", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=404094", - "internal_url": "null", - "latitude": "33.6032184", - "longitude": "-117.9006713", - "machine_status": "retired", - "id": 6123, - "last_updated": "2024-09-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.7657553, - 39.9159598 - ] - }, - "properties": { - "name": "World Famous Tree House", - "area": "California", - "address": "74800 N. U.S. Hwy 101, Piercy", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=1249", - "internal_url": "null", - "latitude": "39.9159598", - "longitude": "-123.7657553", - "machine_status": "retired", - "id": 4729, - "last_updated": "2024-07-07" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.6379334, - 35.1342374 - ] - }, - "properties": { - "name": "Pismo Coast Village Grill", - "area": "California", - "address": "165 S Dolliver St, Pismo Beach", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=329893", - "internal_url": "null", - "latitude": "35.1342374", - "longitude": "-120.6379334", - "machine_status": "retired", - "id": 4735, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.1958841, - 32.7523936 - ] - }, - "properties": { - "name": "Old Town - Dantes Leather", - "area": "California", - "address": "2522 Congress St, San Diego", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412790", - "internal_url": "null", - "latitude": "32.7523936", - "longitude": "-117.1958841", - "machine_status": "available", - "id": 6124, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.1947187, - 32.7523461 - ] - }, - "properties": { - "name": "Old Town - Mexican Expressions", - "area": "California", - "address": "2505 San Diego Ave, San Diego", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=59023", - "internal_url": "null", - "latitude": "32.7523461", - "longitude": "-117.1947187", - "machine_status": "retired", - "id": 4781, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.4063883, - 37.7959926 - ] - }, - "properties": { - "name": "Chinatown - Bargain Bazaar", - "area": "California", - "address": "667 Grant Ave., San Francisco", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=920", - "internal_url": "null", - "latitude": "37.7959926", - "longitude": "-122.4063883", - "machine_status": "retired", - "id": 5250, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.3995086, - 37.7873338 - ] - }, - "properties": { - "name": "Chinatown - The 111 Minna Gallery", - "area": "California", - "address": "111 Minna ST, San Francisco", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=269033", - "internal_url": "null", - "latitude": "37.7873338", - "longitude": "-122.3995086", - "machine_status": "retired", - "id": 4799, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.8897436, - 37.33230210000001 - ] - }, - "properties": { - "name": "Christmas in the Park", - "area": "California", - "address": "Plaza de Cesar Chavez, San Jose", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=227234", - "internal_url": "null", - "latitude": "37.33230210000001", - "longitude": "-121.8897436", - "machine_status": "retired", - "id": 6125, - "last_updated": "2024-01-06" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -119.6684517, - 34.419385 - ] - }, - "properties": { - "name": "Santa Barbara Zoo", - "area": "California", - "address": "500 Ninos Drive, Santa Barbara", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=240613", - "internal_url": "null", - "latitude": "34.419385", - "longitude": "-119.6684517", - "machine_status": "available", - "id": 4842, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.4237116, - 34.9249529 - ] - }, - "properties": { - "name": "Doc Burnsteins Ice Cream Lab", - "area": "California", - "address": "725 E Betteravia Rd, Santa Maria", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=378265", - "internal_url": "null", - "latitude": "34.9249529", - "longitude": "-120.4237116", - "machine_status": "retired", - "id": 5257, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.2321081, - 39.32413390000001 - ] - }, - "properties": { - "name": "Donner Memorial State Park - Museum", - "area": "California", - "address": "12593 Donner Pass Rd, Truckee", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=315132", - "internal_url": "null", - "latitude": "39.32413390000001", - "longitude": "-120.2321081", - "machine_status": "retired", - "id": 6126, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.3537322, - 34.1361697 - ] - }, - "properties": { - "name": "Universal City Walk - Cartoonaversal", - "area": "California", - "address": "City Walk, Universal City", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=365715", - "internal_url": "null", - "latitude": "34.1361697", - "longitude": "-118.3537322", - "machine_status": "retired", - "id": 5261, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.3537322, - 34.1361697 - ] - }, - "properties": { - "name": "Universal CityWalk - Production Central", - "area": "California", - "address": "Universal CityWalk, Universal City", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=365655", - "internal_url": "null", - "latitude": "34.1361697", - "longitude": "-118.3537322", - "machine_status": "retired", - "id": 5262, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.3508685, - 39.4122724 - ] - }, - "properties": { - "name": "Skunk Train Depot", - "area": "California", - "address": "299 East Commercial Street, Willits", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=10514", - "internal_url": "null", - "latitude": "39.4122724", - "longitude": "-123.3508685", - "machine_status": "available", - "id": 4891, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.2589182, - 45.3177656 - ] - }, - "properties": { - "name": "The Taffy Barrel", - "area": "Michigan", - "address": "211 Bridge Street, Charlevoix", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=101318", - "internal_url": "null", - "latitude": "45.3177656", - "longitude": "-85.2589182", - "machine_status": "available", - "id": 2501, - "last_updated": "2024-08-06" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.8046257, - 42.7178183 - ] - }, - "properties": { - "name": "Stahls Automotive Collection ", - "area": "Michigan", - "address": "56516 N Bay Dr , Chesterfield ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407661", - "internal_url": "null", - "latitude": "42.7178183", - "longitude": "-82.8046257", - "machine_status": "available", - "id": 6127, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.729722, - 45.7822293 - ] - }, - "properties": { - "name": "A Cats Grin Tourist Trap", - "area": "Michigan", - "address": "209 E Central Ave, Mackinaw City", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=2826", - "internal_url": "null", - "latitude": "45.7822293", - "longitude": "-84.729722", - "machine_status": "available", - "id": 2551, - "last_updated": "2024-06-13" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.7293388, - 45.7817752 - ] - }, - "properties": { - "name": "Bargain Barn -n- Caramel Corn Shoppe", - "area": "Michigan", - "address": "207 E Central ave , Mackinaw City ", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=277139", - "internal_url": "null", - "latitude": "45.7817752", - "longitude": "-84.7293388", - "machine_status": "retired", - "id": 2552, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.67243549999999, - 45.7449763 - ] - }, - "properties": { - "name": "Historic Mill Creek Discovery Park", - "area": "Michigan", - "address": "9001 W, US-23, Mackinaw City", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412223", - "internal_url": "null", - "latitude": "45.7449763", - "longitude": "-84.67243549999999", - "machine_status": "available", - "id": 6128, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.99661429999999, - 42.3475377 - ] - }, - "properties": { - "name": "Cornwell's Turkeyville U.S.A.", - "area": "Michigan", - "address": "18935 15 1/2 Mile Road, Marshall", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=2801", - "internal_url": "null", - "latitude": "42.3475377", - "longitude": "-84.99661429999999", - "machine_status": "available", - "id": 2563, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.8773026, - 42.5989519 - ] - }, - "properties": { - "name": "Kawaii Bubble Tea", - "area": "Michigan", - "address": "75 North Main Street, Mt. Clemens", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=396503", - "internal_url": "null", - "latitude": "42.5989519", - "longitude": "-82.8773026", - "machine_status": "available", - "id": 6129, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.2570416, - 43.2338682 - ] - }, - "properties": { - "name": "LST 393 Veteran's Museum", - "area": "Michigan", - "address": "500 Mart Street, Muskegon", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=402613", - "internal_url": "null", - "latitude": "43.2338682", - "longitude": "-86.2570416", - "machine_status": "available", - "id": 6130, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.7521198, - 42.6748615 - ] - }, - "properties": { - "name": "New Baltimore Trade Center", - "area": "Michigan", - "address": "35248 23 Mile Rd New Baltimore, MI 48047 United States, New Baltimore ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=393529", - "internal_url": "null", - "latitude": "42.6748615", - "longitude": "-82.7521198", - "machine_status": "available", - "id": 6131, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.4438875, - 44.428148 - ] - }, - "properties": { - "name": "Desis Family Dining", - "area": "Michigan", - "address": "1945 E. River Road , Oscoda", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=397369", - "internal_url": "null", - "latitude": "44.428148", - "longitude": "-83.4438875", - "machine_status": "available", - "id": 6132, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.6234918, - 44.4350075 - ] - }, - "properties": { - "name": "Lumberman's Monument Visitor Center", - "area": "Michigan", - "address": "5401 Monument Rd, Oscoda", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=362078", - "internal_url": "null", - "latitude": "44.4350075", - "longitude": "-83.6234918", - "machine_status": "retired", - "id": 5278, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.2019773, - 46.6053783 - ] - }, - "properties": { - "name": "Lower Tahquamenon Falls", - "area": "Michigan", - "address": "Tahquamenon Falls State Park, on M-123, 10 miles west of Paradise , Paradise", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=27603", - "internal_url": "null", - "latitude": "46.6053783", - "longitude": "-85.2019773", - "machine_status": "retired", - "id": 2579, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -71.5584468, - 41.172804 - ] - }, - "properties": { - "name": "Odd Fellows Cafe", - "area": "Rhode Island", - "address": "232 Water St. , Block Island", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413205", - "internal_url": "null", - "latitude": "41.172804", - "longitude": "-71.5584468", - "machine_status": "available", - "id": 6133, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.0087964, - 37.0760127 - ] - }, - "properties": { - "name": "Cumbres & Toltec Narrow Gauge Train Depot", - "area": "Colorado", - "address": "State Highway 285, Antonito", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=8222", - "internal_url": "null", - "latitude": "37.0760127", - "longitude": "-106.0087964", - "machine_status": "available", - "id": 6134, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.0457303, - 39.4824098 - ] - }, - "properties": { - "name": "Breck 'N' Boujee ", - "area": "Colorado", - "address": "100 N Main St. Unit 112, Breckinridge ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=389510", - "internal_url": "null", - "latitude": "39.4824098", - "longitude": "-106.0457303", - "machine_status": "retired", - "id": 6135, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.5107527, - 39.7916868 - ] - }, - "properties": { - "name": "Denver West / Central City KOA Holiday", - "area": "Colorado", - "address": "605 Lake Gulch Road, Central City", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=323667", - "internal_url": "null", - "latitude": "39.7916868", - "longitude": "-105.5107527", - "machine_status": "retired", - "id": 1824, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.7588218, - 38.8435892 - ] - }, - "properties": { - "name": "Estate Collectibles, Citadel Mall Upper Level ", - "area": "Colorado", - "address": "750 Citadel Drive East, Colorado Springs", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=403178", - "internal_url": "null", - "latitude": "38.8435892", - "longitude": "-104.7588218", - "machine_status": "retired", - "id": 6136, - "last_updated": "2024-03-16" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -108.5730958, - 37.3492374 - ] - }, - "properties": { - "name": "Colorado Welcome Center", - "area": "Colorado", - "address": "928 E. Main Street, Cortez", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=82085", - "internal_url": "null", - "latitude": "37.3492374", - "longitude": "-108.5730958", - "machine_status": "available", - "id": 6137, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.1721861, - 38.7474791 - ] - }, - "properties": { - "name": "Cripple Creek & Victor Narrow Gauge Railroad", - "area": "Colorado", - "address": "520 E. Carr Avenue, Cripple Creek ", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=1061", - "internal_url": "null", - "latitude": "38.7474791", - "longitude": "-105.1721861", - "machine_status": "retired", - "id": 1838, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.9904971, - 39.7435294 - ] - }, - "properties": { - "name": "Hard Rock Cafe Denver", - "area": "Colorado", - "address": "500 16th St Suite 120, Denver, United States", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=387762", - "internal_url": "null", - "latitude": "39.7435294", - "longitude": "-104.9904971", - "machine_status": "retired", - "id": 5997, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.5220709, - 40.3762713 - ] - }, - "properties": { - "name": "Outdoor World store", - "area": "Colorado", - "address": "156 E Elkhorn Ave, Estes Park", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413816", - "internal_url": "null", - "latitude": "40.3762713", - "longitude": "-105.5220709", - "machine_status": "available", - "id": 6138, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.5431783, - 40.3637063 - ] - }, - "properties": { - "name": "The Mad Moose", - "area": "Colorado", - "address": "900 Moraine Avenue, Estes Park", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=410182", - "internal_url": "null", - "latitude": "40.3637063", - "longitude": "-105.5431783", - "machine_status": "available", - "id": 6139, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.0037366, - 39.2244217 - ] - }, - "properties": { - "name": "South Park Pottery ", - "area": "Colorado", - "address": "417 Front St, Fairplay", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=405749", - "internal_url": "null", - "latitude": "39.2244217", - "longitude": "-106.0037366", - "machine_status": "available", - "id": 6140, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.0767936, - 40.5760754 - ] - }, - "properties": { - "name": "Colorado Candy Company", - "area": "Colorado", - "address": "814 S College Ave, Fort Collins", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=319528", - "internal_url": "null", - "latitude": "40.5760754", - "longitude": "-105.0767936", - "machine_status": "available", - "id": 1862, - "last_updated": "2023-12-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.0984558, - 40.5530785 - ] - }, - "properties": { - "name": "Totally 80's Pizza", - "area": "Colorado", - "address": "2567 S Shields St Unit 4C, Fort Collins", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=400740", - "internal_url": "null", - "latitude": "40.5530785", - "longitude": "-105.0984558", - "machine_status": "available", - "id": 6141, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.0988353, - 39.5755414 - ] - }, - "properties": { - "name": "Frisco Copper Visitor Center", - "area": "Colorado", - "address": "300 Main Street, Frisco", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=296291", - "internal_url": "null", - "latitude": "39.5755414", - "longitude": "-106.0988353", - "machine_status": "retired", - "id": 1864, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -108.7394, - 39.151553 - ] - }, - "properties": { - "name": "Museums of Western Colorado: Dinosaur Journey Museum", - "area": "Colorado", - "address": "550 Jurassic Ct, Fruita", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=261716", - "internal_url": "null", - "latitude": "39.151553", - "longitude": "-108.7394", - "machine_status": "retired", - "id": 1866, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.5162213, - 39.7420588 - ] - }, - "properties": { - "name": "The Menagerie", - "area": "Colorado", - "address": "1538 Miner Street, Idaho Springs ", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=368788", - "internal_url": "null", - "latitude": "39.7420588", - "longitude": "-105.5162213", - "machine_status": "retired", - "id": 5290, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.0706972, - 39.7417583 - ] - }, - "properties": { - "name": "Casa Bonita Restaurant", - "area": "Colorado", - "address": "6715 West Colfax Avenue, Lakewood", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=1059", - "internal_url": "null", - "latitude": "39.7417583", - "longitude": "-105.0706972", - "machine_status": "available", - "id": 1890, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.2930822, - 39.2506285 - ] - }, - "properties": { - "name": "Leadville Lake County Chamber of Commerce", - "area": "Colorado", - "address": "809 Harrison Ave, Leadville", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=274686", - "internal_url": "null", - "latitude": "39.2506285", - "longitude": "-106.2930822", - "machine_status": "retired", - "id": 1892, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.9185894, - 38.8588217 - ] - }, - "properties": { - "name": "D'Colores", - "area": "Colorado", - "address": "935 Manitou Ave, Manitou Springs", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=398626", - "internal_url": "null", - "latitude": "38.8588217", - "longitude": "-104.9185894", - "machine_status": "retired", - "id": 6142, - "last_updated": "2024-03-24" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.9157979, - 38.85752799999999 - ] - }, - "properties": { - "name": "Quacker Gift Shop", - "area": "Colorado", - "address": "738 Manitou Ave , Manitou Springs", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=189026", - "internal_url": "null", - "latitude": "38.85752799999999", - "longitude": "-104.9157979", - "machine_status": "retired", - "id": 1907, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -107.0705074, - 37.258725 - ] - }, - "properties": { - "name": "Cafe Colorado", - "area": "Colorado", - "address": "565 Village Dr, Pagosa Springs", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=411285", - "internal_url": "null", - "latitude": "37.258725", - "longitude": "-107.0705074", - "machine_status": "available", - "id": 6143, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.9860254, - 39.9516814 - ] - }, - "properties": { - "name": "Cabela's (Thornton)", - "area": "Colorado", - "address": "14050 Lincoln St., Thornton", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=195139", - "internal_url": "null", - "latitude": "39.9516814", - "longitude": "-104.9860254", - "machine_status": "available", - "id": 1933, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.1957707, - 44.7674337 - ] - }, - "properties": { - "name": "Minnesota Zoo", - "area": "Minnesota", - "address": "13000 Zoo Boulevard, Apple Valley", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=3108", - "internal_url": "null", - "latitude": "44.7674337", - "longitude": "-93.1957707", - "machine_status": "retired", - "id": 3131, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.2407762770843, - 44.85374968385508 - ] - }, - "properties": { - "name": "Mall of America - I Love Minnesota Store", - "area": "Minnesota", - "address": "372 West Market - Level 1, Bloomington", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=22336", - "internal_url": "null", - "latitude": "44.85374968385508", - "longitude": "-93.2407762770843", - "machine_status": "retired", - "id": 6144, - "last_updated": "2024-08-06", - "paywall": true - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.2429114, - 46.3702041 - ] - }, - "properties": { - "name": "Country Inn & Suites by Radisson", - "area": "Minnesota", - "address": "15058 Dellwood Dr, Brainerd", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=397158", - "internal_url": "null", - "latitude": "46.3702041", - "longitude": "-94.2429114", - "machine_status": "available", - "id": 6145, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -92.8966252, - 47.4778882 - ] - }, - "properties": { - "name": "Minnesota Discovery Center", - "area": "Minnesota", - "address": "1005 Discovery Dr, Chisholm", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=397720", - "internal_url": "null", - "latitude": "47.4778882", - "longitude": "-92.8966252", - "machine_status": "available", - "id": 6146, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -92.0932962, - 46.7801234 - ] - }, - "properties": { - "name": "Grandma's Saloon & Grill", - "area": "Minnesota", - "address": "522 Lake Avenue South, Duluth", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=24418", - "internal_url": "null", - "latitude": "46.7801234", - "longitude": "-92.0932962", - "machine_status": "available", - "id": 3145, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -92.85193, - 44.7421 - ] - }, - "properties": { - "name": "Froth & Cork", - "area": "Minnesota", - "address": "110 4th St east, Hastings ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=405492", - "internal_url": "null", - "latitude": "44.7421", - "longitude": "-92.85193", - "machine_status": "available", - "id": 6147, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.40239299999999, - 48.6034901 - ] - }, - "properties": { - "name": "Border Bob's", - "area": "Minnesota", - "address": "200 Second Avenue, International Falls", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=31225", - "internal_url": "null", - "latitude": "48.6034901", - "longitude": "-93.40239299999999", - "machine_status": "available", - "id": 3157, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.9253279, - 32.7905278 - ] - }, - "properties": { - "name": "Fort Sumpter National Historic Park", - "area": "South Carolina", - "address": "340 Concord St, Charleston", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "32.7905278", - "longitude": "-79.9253279", - "machine_status": "retired", - "id": 6148, - "last_updated": "2024-02-25" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.9395129, - 32.6547991 - ] - }, - "properties": { - "name": "Folly Beach Pier", - "area": "South Carolina", - "address": "101 E. Arctic, Folly Beach", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=234838", - "internal_url": "null", - "latitude": "32.6547991", - "longitude": "-79.9395129", - "machine_status": "retired", - "id": 2191, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.8797541, - 33.6924541 - ] - }, - "properties": { - "name": "Broadway at the Beach - Ripley's Aquarium and 3-D Theatre ", - "area": "South Carolina", - "address": "901 North Ocean Boulevard, Myrtle Beach", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=3152", - "internal_url": "null", - "latitude": "33.6924541", - "longitude": "-78.8797541", - "machine_status": "available", - "id": 6149, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.8830332, - 33.7153339 - ] - }, - "properties": { - "name": "Broadway at the Beach - Knife Store", - "area": "South Carolina", - "address": "1325 Celebrity Circle, Myrtle Beach", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=19314", - "internal_url": "null", - "latitude": "33.7153339", - "longitude": "-78.8830332", - "machine_status": "retired", - "id": 2212, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.8786669, - 33.7168217 - ] - }, - "properties": { - "name": "Broadway at the Beach - The T Shirt Connection", - "area": "South Carolina", - "address": "1171 Celebrity Circle, Myrtle Beach", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=405170", - "internal_url": "null", - "latitude": "33.7168217", - "longitude": "-78.8786669", - "machine_status": "available", - "id": 6150, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.0529098, - 33.6721564 - ] - }, - "properties": { - "name": "Waccatee Zoological Farm", - "area": "South Carolina", - "address": "8500 Enterprise Road, Myrtle Beach (Socastee)", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=3153", - "internal_url": "null", - "latitude": "33.6721564", - "longitude": "-79.0529098", - "machine_status": "retired", - "id": 2225, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.64302200000002, - 33.8290642 - ] - }, - "properties": { - "name": "Boulineaus Foods Plus", - "area": "South Carolina", - "address": "212 Sea Mountain Highway, North Myrtle Beach ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=414455", - "internal_url": "null", - "latitude": "33.8290642", - "longitude": "-78.64302200000002", - "machine_status": "available", - "id": 6151, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -71.9570372, - 41.3738763 - ] - }, - "properties": { - "name": "Franklins General Store", - "area": "Connecticut", - "address": "27 Coogan Boulevard, Olde Mistick Village 4C, Mystic", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=77294", - "internal_url": "null", - "latitude": "41.3738763", - "longitude": "-71.9570372", - "machine_status": "retired", - "id": 1691, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -71.9526649, - 41.37338940000001 - ] - }, - "properties": { - "name": "Mystic Aquarium & Institute for Exploration", - "area": "Connecticut", - "address": "55 Coogan Boulevard, Mystic", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=1453", - "internal_url": "null", - "latitude": "41.37338940000001", - "longitude": "-71.9526649", - "machine_status": "available", - "id": 1692, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.2275341, - 41.2287428 - ] - }, - "properties": { - "name": "Sea Quest - Trumbull", - "area": "Connecticut", - "address": "Westfield Trumbull 5065 Main Street, Trumbull", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=336066", - "internal_url": "null", - "latitude": "41.2287428", - "longitude": "-73.2275341", - "machine_status": "retired", - "id": 1697, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.40107909999999, - 33.2941563 - ] - }, - "properties": { - "name": "Barlow Blue", - "area": "Mississippi", - "address": "66 Le Fleur St, French Camp", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407579", - "internal_url": "null", - "latitude": "33.2941563", - "longitude": "-89.40107909999999", - "machine_status": "available", - "id": 6152, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.08856999999999, - 30.3679921 - ] - }, - "properties": { - "name": "Mississippi Aquarium ", - "area": "Mississippi", - "address": "2100 E Beach Blvd, Gulfport ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=408395", - "internal_url": "null", - "latitude": "30.3679921", - "longitude": "-89.08856999999999", - "machine_status": "available", - "id": 6153, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.5225804, - 45.4894051 - ] - }, - "properties": { - "name": "Wylie Park Campground Lodge Registration Building", - "area": "South Dakota", - "address": "2300 24th Ave NW, Aberdeen", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=402070", - "internal_url": "null", - "latitude": "45.4894051", - "longitude": "-98.5225804", - "machine_status": "available", - "id": 6154, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -103.575193, - 43.9324855 - ] - }, - "properties": { - "name": "Mountain Store", - "area": "South Dakota", - "address": "227 Main Street, Hill City", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=403997", - "internal_url": "null", - "latitude": "43.9324855", - "longitude": "-103.575193", - "machine_status": "available", - "id": 6155, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -101.9012795, - 43.8444993 - ] - }, - "properties": { - "name": "Minuteman Missile National Historic Site Visitors Center", - "area": "South Dakota", - "address": "24545 Cottonwood Road, Philip", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=92461", - "internal_url": "null", - "latitude": "43.8444993", - "longitude": "-101.9012795", - "machine_status": "available", - "id": 6156, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.731431, - 43.5804188 - ] - }, - "properties": { - "name": "Sioux Falls Airport Gift Shop", - "area": "South Dakota", - "address": "2801 Jaycee Lane, Sioux Falls", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=2916", - "internal_url": "null", - "latitude": "43.5804188", - "longitude": "-96.731431", - "machine_status": "retired", - "id": 1315, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.2466481, - 36.642321 - ] - }, - "properties": { - "name": "Dolly Parton's Stampede Dinner & Show", - "area": "Missouri", - "address": "1525 West Highway 76, Branson", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=3276", - "internal_url": "null", - "latitude": "36.642321", - "longitude": "-93.2466481", - "machine_status": "available", - "id": 5325, - "last_updated": "2023-12-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.2506705138694, - 36.64281057130955 - ] - }, - "properties": { - "name": "Sunshine T-Shirt and Souvenirs", - "area": "Missouri", - "address": "1819 West Hwy 76, Branson", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=391474", - "internal_url": "null", - "latitude": "36.64281057130955", - "longitude": "-93.2506705138694", - "machine_status": "retired", - "id": 6157, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -92.5916147, - 38.284008 - ] - }, - "properties": { - "name": "Stark Caverns", - "area": "Missouri", - "address": "125 Cave Dr, Eldon", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=390707", - "internal_url": "null", - "latitude": "38.284008", - "longitude": "-92.5916147", - "machine_status": "available", - "id": 6158, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.42338649999999, - 39.09376049999999 - ] - }, - "properties": { - "name": "Harry S Truman National Historic Site Visitors Center", - "area": "Missouri", - "address": "223 North Main Street , Independence", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=405485", - "internal_url": "null", - "latitude": "39.09376049999999", - "longitude": "-94.42338649999999", - "machine_status": "retired", - "id": 6159, - "last_updated": "2024-03-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.42338649999999, - 39.09376049999999 - ] - }, - "properties": { - "name": "Home of Harry S. Truman", - "area": "Missouri", - "address": ", Independence", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=394734", - "internal_url": "null", - "latitude": "39.09376049999999", - "longitude": "-94.42338649999999", - "machine_status": "retired", - "id": 6160, - "last_updated": "2024-07-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.66597259999999, - 37.3778136 - ] - }, - "properties": { - "name": "St Louis Iron Mountain Railway", - "area": "Missouri", - "address": "252 E Jackson Boulevard, Jackson", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=404574", - "internal_url": "null", - "latitude": "37.3778136", - "longitude": "-89.66597259999999", - "machine_status": "available", - "id": 6161, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -91.7215746, - 37.9779385 - ] - }, - "properties": { - "name": "Mule Trading Post", - "area": "Missouri", - "address": "11160 Dillon Outer Rd, Rolla", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=394408", - "internal_url": "null", - "latitude": "37.9779385", - "longitude": "-91.7215746", - "machine_status": "retired", - "id": 6162, - "last_updated": "2024-01-02" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.4818592, - 38.7800218 - ] - }, - "properties": { - "name": "First Missouri State Capitol State Historic Site", - "area": "Missouri", - "address": "200 S Main St, St. Charles", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=405632", - "internal_url": "null", - "latitude": "38.7800218", - "longitude": "-90.4818592", - "machine_status": "available", - "id": 6163, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.2008133, - 38.6107157 - ] - }, - "properties": { - "name": "Soulard Farmers Market - Harr Farms", - "area": "Missouri", - "address": "730 Carroll Street - NorthEast Wing Stand 13 thru 17, St. Louis", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=393014", - "internal_url": "null", - "latitude": "38.6107157", - "longitude": "-90.2008133", - "machine_status": "available", - "id": 6164, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -91.0852212, - 38.8074768 - ] - }, - "properties": { - "name": "Big Joel's Safari and Petting Zoo", - "area": "Missouri", - "address": "13187 State Hwy M, Wright City", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413084", - "internal_url": "null", - "latitude": "38.8074768", - "longitude": "-91.0852212", - "machine_status": "available", - "id": 6165, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.1265282, - 35.7689176 - ] - }, - "properties": { - "name": "Tennessee Safari Park", - "area": "Tennessee", - "address": "618 conley rd, Alamo", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407879", - "internal_url": "null", - "latitude": "35.7689176", - "longitude": "-89.1265282", - "machine_status": "available", - "id": 6166, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.514517, - 35.7126814 - ] - }, - "properties": { - "name": "Beef Jerky Outlet", - "area": "Tennessee", - "address": "636 Parkway Suite #1, Gatlinburg", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=90659", - "internal_url": "null", - "latitude": "35.7126814", - "longitude": "-83.514517", - "machine_status": "available", - "id": 4199, - "last_updated": "2024-05-10" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5211832, - 35.7086479 - ] - }, - "properties": { - "name": "Ober Gatlinburg", - "area": "Tennessee", - "address": "1001 Parkway Suite #2, Gatlinburg", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=2162", - "internal_url": "null", - "latitude": "35.7086479", - "longitude": "-83.5211832", - "machine_status": "retired", - "id": 4208, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5109202, - 35.7140916 - ] - }, - "properties": { - "name": "Tennessee Shine Company", - "area": "Tennessee", - "address": "519 Parkway, Gatlinburg", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=353056", - "internal_url": "null", - "latitude": "35.7140916", - "longitude": "-83.5109202", - "machine_status": "retired", - "id": 4216, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.374488, - 35.281877 - ] - }, - "properties": { - "name": "Historic Lynchburg Home of Jack Daniels", - "area": "Tennessee", - "address": "203 Main St, Lynchburg, TN 37352", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=389400", - "internal_url": "null", - "latitude": "35.281877", - "longitude": "-86.374488", - "machine_status": "available", - "id": 6167, - "last_updated": "2023-11-17" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.0254238, - 35.0433202 - ] - }, - "properties": { - "name": "Rock N Roll Cafe", - "area": "Tennessee", - "address": "3855 Elvis Presley Boulevard, Memphis", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=28047", - "internal_url": "null", - "latitude": "35.0433202", - "longitude": "-90.0254238", - "machine_status": "available", - "id": 4238, - "last_updated": "2024-04-25" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -90.0516821, - 35.1396263 - ] - }, - "properties": { - "name": "Sundries Candy", - "area": "Tennessee", - "address": "200A Beale Street, Memphis", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=398141", - "internal_url": "null", - "latitude": "35.1396263", - "longitude": "-90.0516821", - "machine_status": "available", - "id": 6168, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.39027, - 35.8456213 - ] - }, - "properties": { - "name": "Earth Experience - Middle TN Museum of Natural History", - "area": "Tennessee", - "address": "816 Old Salem Road, Murfreesboro", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=409468", - "internal_url": "null", - "latitude": "35.8456213", - "longitude": "-86.39027", - "machine_status": "available", - "id": 6169, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3522219, - 48.856614 - ] - }, - "properties": { - "name": "Trolinger's BarBQ", - "area": "Tennessee", - "address": "2305 E Wood ST, Paris", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=394794", - "internal_url": "null", - "latitude": "48.856614", - "longitude": "2.3522219", - "machine_status": "available", - "id": 6170, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5711537, - 35.8011792 - ] - }, - "properties": { - "name": "Comedy Barn Theater", - "area": "Tennessee", - "address": "2775 Parkway, Pigeon Forge", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=24998", - "internal_url": "null", - "latitude": "35.8011792", - "longitude": "-83.5711537", - "machine_status": "retired", - "id": 4262, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5485434, - 35.7814965 - ] - }, - "properties": { - "name": "TopJump Trampoline & Extreme Arena", - "area": "Tennessee", - "address": "3735 Parkway, Pigeon Forge", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=339601", - "internal_url": "null", - "latitude": "35.7814965", - "longitude": "-83.5485434", - "machine_status": "retired", - "id": 4284, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.56993419999999, - 35.832979 - ] - }, - "properties": { - "name": "Beef Jerky Outlet", - "area": "Tennessee", - "address": "1811 Parkway, Sevierville", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=69671", - "internal_url": "null", - "latitude": "35.832979", - "longitude": "-83.56993419999999", - "machine_status": "available", - "id": 6171, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.640408, - 35.7230622 - ] - }, - "properties": { - "name": "Tennessee Shine Company", - "area": "Tennessee", - "address": "3303 Wears Valley Rd, Sevierville", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=353053", - "internal_url": "null", - "latitude": "35.7230622", - "longitude": "-83.640408", - "machine_status": "retired", - "id": 4292, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.6973836, - 27.4650709 - ] - }, - "properties": { - "name": "Fish Hole Mini Golf", - "area": "Florida", - "address": "117 Bridge Street, Bradenton Beach", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=408616", - "internal_url": "null", - "latitude": "27.4650709", - "longitude": "-82.6973836", - "machine_status": "available", - "id": 6172, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.7055024, - 28.419869 - ] - }, - "properties": { - "name": "Show Case of Citrus", - "area": "Florida", - "address": "5010 US Highway 27, Clermont", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=308538", - "internal_url": "null", - "latitude": "28.419869", - "longitude": "-81.7055024", - "machine_status": "available", - "id": 3272, - "last_updated": "2024-05-10" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.0056292, - 29.2273592 - ] - }, - "properties": { - "name": "Joe's Crab Shack", - "area": "Florida", - "address": "1200 Main St, Daytona Beach", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=398850", - "internal_url": "null", - "latitude": "29.2273592", - "longitude": "-81.0056292", - "machine_status": "out-of-order", - "id": 6173, - "last_updated": "2024-02-03" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.007655, - 29.22669 - ] - }, - "properties": { - "name": "Jungle Georges ", - "area": "Florida", - "address": "1022 Main Street Bridge, Daytona Beach", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413297", - "internal_url": "null", - "latitude": "29.22669", - "longitude": "-81.007655", - "machine_status": "available", - "id": 6174, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.512469, - 30.394175 - ] - }, - "properties": { - "name": "Harborwalk Village - Harry Ts Lighthouse Restaurant", - "area": "Florida", - "address": "46 Harbor Blvd, Destin", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=241224", - "internal_url": "null", - "latitude": "30.394175", - "longitude": "-86.512469", - "machine_status": "retired", - "id": 5350, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.5113398, - 30.3947627 - ] - }, - "properties": { - "name": "Harbor Walk Village - Sunset Shoes and lifestyles", - "area": "Florida", - "address": "34 Harbor Blvd 1 # 134, Destin", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=295044", - "internal_url": "null", - "latitude": "30.3947627", - "longitude": "-86.5113398", - "machine_status": "retired", - "id": 3290, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.9551224, - 26.454885 - ] - }, - "properties": { - "name": "Cheap Beach Stuff ", - "area": "Florida", - "address": "320 Old San Carlos Blvd., Ft. Myers Beach", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=236481", - "internal_url": "null", - "latitude": "26.454885", - "longitude": "-81.9551224", - "machine_status": "retired", - "id": 3305, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.5191335, - 28.3709743 - ] - }, - "properties": { - "name": "Walt Disney World, Disney - Run Disney", - "area": "Florida", - "address": "Parks, Lake Buena Vista", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=282847", - "internal_url": "null", - "latitude": "28.3709743", - "longitude": "-81.5191335", - "machine_status": "retired", - "id": 3351, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.54204279999999, - 28.3659733 - ] - }, - "properties": { - "name": "Walt Disney World, Riviera Resort, (Disney's)", - "area": "Florida", - "address": "1080 Esplanade Avenue, Lake Buena Vista", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=398597", - "internal_url": "null", - "latitude": "28.3659733", - "longitude": "-81.54204279999999", - "machine_status": "available", - "id": 6175, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.7994263, - 27.8001832 - ] - }, - "properties": { - "name": "Alligator and Wildlife Discovery Center", - "area": "Florida", - "address": "12973 Village Blvd, Suites A-J, Madiera Beach", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=398595", - "internal_url": "null", - "latitude": "27.8001832", - "longitude": "-82.7994263", - "machine_status": "available", - "id": 6176, - "last_updated": "2024-03-16" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.168, - 25.7748146 - ] - }, - "properties": { - "name": "Norwegian Cruise Line - Epic (cruise ship)", - "area": "Florida", - "address": "South America Way, Dodge Island, Miami", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=311318", - "internal_url": "null", - "latitude": "25.7748146", - "longitude": "-80.168", - "machine_status": "retired", - "id": 3386, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.175, - 25.777 - ] - }, - "properties": { - "name": "Norwegian Cruise Line - Star (cruise ship)", - "area": "Florida", - "address": "South America Way, Dodge Island, Miami", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412507", - "internal_url": "null", - "latitude": "25.777", - "longitude": "-80.175", - "machine_status": "available", - "id": 6177, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.79049239999999, - 26.1415188 - ] - }, - "properties": { - "name": "Tin City", - "area": "Florida", - "address": "1200 5th Avenue South, Naples", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=1690", - "internal_url": "null", - "latitude": "26.1415188", - "longitude": "-81.79049239999999", - "machine_status": "available", - "id": 3398, - "last_updated": "2024-01-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.46568599999999, - 28.4738556 - ] - }, - "properties": { - "name": "Universal Studios CityWalk - Voodoo Doughnut", - "area": "Florida", - "address": "6000 Universal Blvd, Orlando", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=390523", - "internal_url": "null", - "latitude": "28.4738556", - "longitude": "-81.46568599999999", - "machine_status": "available", - "id": 6178, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.4924151, - 28.3870146 - ] - }, - "properties": { - "name": "Vineland Premium Outlet Mall, Disney's Character Warehouse (Outlet)", - "area": "Florida", - "address": "8200 Vineland Ave, Orlando", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=396651", - "internal_url": "null", - "latitude": "28.3870146", - "longitude": "-81.4924151", - "machine_status": "retired", - "id": 6179, - "last_updated": "2024-06-04" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.6311326, - 28.4135582 - ] - }, - "properties": { - "name": "Norwegian Escape", - "area": "Florida", - "address": "9005 Charles m Rowland drive, Port Canaveral", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=397081", - "internal_url": "null", - "latitude": "28.4135582", - "longitude": "-80.6311326", - "machine_status": "available", - "id": 6180, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.0532488, - 29.2162 - ] - }, - "properties": { - "name": "Silver Springs Nature's Theme Park", - "area": "Florida", - "address": "5656 E. Silver Springs Blvd, Silver Springs (near Ocala)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=1539", - "internal_url": "null", - "latitude": "29.216200", - "longitude": "-82.0532488", - "machine_status": "available", - "id": 6181, - "last_updated": "2023-11-18" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.178152, - 27.215605 - ] - }, - "properties": { - "name": "Florida Oceanographic Coastal Center, Hutchinson Island", - "area": "Florida", - "address": "890 N.E. Ocean Blvd., Stuart", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=255803", - "internal_url": "null", - "latitude": "27.215605", - "longitude": "-80.178152", - "machine_status": "retired", - "id": 3461, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.5738957, - 28.5166963 - ] - }, - "properties": { - "name": "Weeki Wachee Springs", - "area": "Florida", - "address": "6131 Commercial Way, Weeki Wachee", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=1538", - "internal_url": "null", - "latitude": "28.5166963", - "longitude": "-82.5738957", - "machine_status": "retired", - "id": 3473, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -113.6577747, - 48.7967004 - ] - }, - "properties": { - "name": "Many Glacier Lodge", - "area": "Montana", - "address": "1147 Rte 3, Browning", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=408949", - "internal_url": "null", - "latitude": "48.7967004", - "longitude": "-113.6577747", - "machine_status": "available", - "id": 6182, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.5347776, - 46.0038232 - ] - }, - "properties": { - "name": "World Museum of Mining", - "area": "Montana", - "address": "155 Museum Way, Butte", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=404347", - "internal_url": "null", - "latitude": "46.0038232", - "longitude": "-112.5347776", - "machine_status": "available", - "id": 6183, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -107.4273966, - 45.5703673 - ] - }, - "properties": { - "name": "Little Bighorn Battlefield National Monument Visitors Center", - "area": "Montana", - "address": "756 Battlefield Tour Road (P. O. Box 190), Crow Agency", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=408457", - "internal_url": "null", - "latitude": "45.5703673", - "longitude": "-107.4273966", - "machine_status": "available", - "id": 6184, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -113.2181853, - 48.4418044 - ] - }, - "properties": { - "name": "Glacier Park Trading Co", - "area": "Montana", - "address": "316 U.S. Rte 2, East Glacier Park", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412099", - "internal_url": "null", - "latitude": "48.4418044", - "longitude": "-113.2181853", - "machine_status": "available", - "id": 6185, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -113.8757513, - 48.61841020000001 - ] - }, - "properties": { - "name": "Camp Store", - "area": "Montana", - "address": "476 Lake McDonald Lodge Loop, West Glacier", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412101", - "internal_url": "null", - "latitude": "48.61841020000001", - "longitude": "-113.8757513", - "machine_status": "available", - "id": 6186, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.0993268, - 44.6590935 - ] - }, - "properties": { - "name": "Eagle's Curios", - "area": "Montana", - "address": "3 North Canyon Street (P.O. Box 280 West Yellowstone MT 59758-028), West Yellowstone", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=404110", - "internal_url": "null", - "latitude": "44.6590935", - "longitude": "-111.0993268", - "machine_status": "available", - "id": 6187, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.1000371, - 44.6591105 - ] - }, - "properties": { - "name": "Yellowstone Park Village Gift Shop", - "area": "Montana", - "address": "10 North Canyon Street, West Yellowstone", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=404082", - "internal_url": "null", - "latitude": "44.6591105", - "longitude": "-111.1000371", - "machine_status": "available", - "id": 6188, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.15947159999999, - 30.1198218 - ] - }, - "properties": { - "name": "Crossroads Bowling Center", - "area": "Texas", - "address": "4370 Dowlen Road, Beaumont", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=24234", - "internal_url": "null", - "latitude": "30.1198218", - "longitude": "-94.15947159999999", - "machine_status": "retired", - "id": 3656, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.67450749999999, - 30.979382 - ] - }, - "properties": { - "name": "Company B", - "area": "Texas", - "address": "506 Main Street , Calvert", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=399797", - "internal_url": "null", - "latitude": "30.979382", - "longitude": "-96.67450749999999", - "machine_status": "available", - "id": 6189, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.78654399999999, - 32.7727528 - ] - }, - "properties": { - "name": "Old City Park", - "area": "Texas", - "address": "1515 S. Harwood St., Dallas", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=394795", - "internal_url": "null", - "latitude": "32.7727528", - "longitude": "-96.78654399999999", - "machine_status": "available", - "id": 6190, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.80731329999999, - 32.7786371 - ] - }, - "properties": { - "name": "Old Red Museum of Dallas County", - "area": "Texas", - "address": "100 South Houston St., Dallas", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=26879", - "internal_url": "null", - "latitude": "32.7786371", - "longitude": "-96.80731329999999", - "machine_status": "retired", - "id": 3680, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.8084842, - 32.7798188 - ] - }, - "properties": { - "name": "The Sixth Floor Museum at Dealey Plaza", - "area": "Texas", - "address": "411 Elm Street, Suite 120, Dallas", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=2233", - "internal_url": "null", - "latitude": "32.7798188", - "longitude": "-96.8084842", - "machine_status": "retired", - "id": 3683, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -103.9433695, - 30.5926922 - ] - }, - "properties": { - "name": "Indian Lodge in Davis Mountains State Park", - "area": "Texas", - "address": "16453 Park Rd 3, Fort Davis", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=246584", - "internal_url": "null", - "latitude": "30.5926922", - "longitude": "-103.9433695", - "machine_status": "available", - "id": 6191, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.385602, - 28.6565727 - ] - }, - "properties": { - "name": "Goliad State Park, Park Office", - "area": "Texas", - "address": "108 Park Road 6 , Goliad", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=2484", - "internal_url": "null", - "latitude": "28.6565727", - "longitude": "-97.385602", - "machine_status": "available", - "id": 3723, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.4087303, - 29.6868912 - ] - }, - "properties": { - "name": "Houston Livestock Show and Rodeo", - "area": "Texas", - "address": "3 NGR Pwy, Houston", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=288750", - "internal_url": "null", - "latitude": "29.6868912", - "longitude": "-95.4087303", - "machine_status": "available", - "id": 3737, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.0202048, - 29.5473219 - ] - }, - "properties": { - "name": "Kemah Boardwalk Aquarium - Restaurant", - "area": "Texas", - "address": "11 Kemah Waterfront St , Kemah", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=66674", - "internal_url": "null", - "latitude": "29.5473219", - "longitude": "-95.0202048", - "machine_status": "available", - "id": 6192, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.59254, - 29.65076629999999 - ] - }, - "properties": { - "name": "Buc-ee's", - "area": "Texas", - "address": "10070 West IH-10, Luling", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=104054", - "internal_url": "null", - "latitude": "29.65076629999999", - "longitude": "-97.59254", - "machine_status": "available", - "id": 3757, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.11304319999999, - 32.8118029 - ] - }, - "properties": { - "name": "The Crazy Water Hotel", - "area": "Texas", - "address": "401 N Oak Ave, Mineral Wells", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=397580", - "internal_url": "null", - "latitude": "32.8118029", - "longitude": "-98.11304319999999", - "machine_status": "available", - "id": 6193, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.09832039999999, - 33.0605902 - ] - }, - "properties": { - "name": "Lake Bob Sandlin State Park", - "area": "Texas", - "address": "341 State Park Road 2117, Pittsburg", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412643", - "internal_url": "null", - "latitude": "33.0605902", - "longitude": "-95.09832039999999", - "machine_status": "available", - "id": 6194, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.6335988, - 30.5194233 - ] - }, - "properties": { - "name": "Kalahari Resorts & Conventions", - "area": "Texas", - "address": "3001 Kalahari Blvd., Round Rock", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=414396", - "internal_url": "null", - "latitude": "30.5194233", - "longitude": "-97.6335988", - "machine_status": "available", - "id": 6195, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.48704629999999, - 29.4259856 - ] - }, - "properties": { - "name": "Alamo Plaza Shirts", - "area": "Texas", - "address": "325 Alamo Plaza (Between E Crockett St and E Houston St), San Antonio", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=2590", - "internal_url": "null", - "latitude": "29.4259856", - "longitude": "-98.48704629999999", - "machine_status": "retired", - "id": 3774, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.4984139, - 29.4253459 - ] - }, - "properties": { - "name": "Centro de Artes Gallery", - "area": "Texas", - "address": "101 S Santa Rosa Ave, San Antonio", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=399551", - "internal_url": "null", - "latitude": "29.4253459", - "longitude": "-98.4984139", - "machine_status": "retired", - "id": 6196, - "last_updated": "2024-01-02" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.487194, - 29.425824 - ] - }, - "properties": { - "name": "San Antonio Visitor Information Center", - "area": "Texas", - "address": "317 Alamo Plaza, San Antonio", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=242492", - "internal_url": "null", - "latitude": "29.425824", - "longitude": "-98.487194", - "machine_status": "retired", - "id": 3791, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.1303207, - 32.2002948 - ] - }, - "properties": { - "name": "Andersonville National Historic Site", - "area": "Georgia", - "address": "760 POW Rd, Andersonville", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=393377", - "internal_url": "null", - "latitude": "32.2002948", - "longitude": "-84.1303207", - "machine_status": "available", - "id": 6197, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.39708279999999, - 33.792713 - ] - }, - "properties": { - "name": "Premier Exhibition Center, Atlantic Station", - "area": "Georgia", - "address": "265 18th Street , Atlanta ", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=193284", - "internal_url": "null", - "latitude": "33.792713", - "longitude": "-84.39708279999999", - "machine_status": "retired", - "id": 1622, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.7308216, - 34.1660529 - ] - }, - "properties": { - "name": "Allatoona Lake Tourist and Museum ", - "area": "Georgia", - "address": "1138 SR-20 Spur, Emerson", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=399795", - "internal_url": "null", - "latitude": "34.1660529", - "longitude": "-84.7308216", - "machine_status": "available", - "id": 6198, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.4119338, - 31.0471893 - ] - }, - "properties": { - "name": "Maxwells General Store", - "area": "Georgia", - "address": "10 Main St, Jekyll Island", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412096", - "internal_url": "null", - "latitude": "31.0471893", - "longitude": "-81.4119338", - "machine_status": "available", - "id": 6199, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.74047, - 32.584345 - ] - }, - "properties": { - "name": "Buc-ees", - "area": "Georgia", - "address": ", Warner Robbins", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=392213", - "internal_url": "null", - "latitude": "32.584345", - "longitude": "-83.74047", - "machine_status": "available", - "id": 6200, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -102.857987, - 42.142293 - ] - }, - "properties": { - "name": "Carhenge", - "area": "Nebraska", - "address": "2151 Co Rd 59, Alliance", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=28701", - "internal_url": "null", - "latitude": "42.142293", - "longitude": "-102.857987", - "machine_status": "available", - "id": 6201, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -102.8702006, - 42.0930235 - ] - }, - "properties": { - "name": "Knight Museum & Sandhills Center", - "area": "Nebraska", - "address": "908 Yellowstone Ave., Alliance", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=398574", - "internal_url": "null", - "latitude": "42.0930235", - "longitude": "-102.8702006", - "machine_status": "available", - "id": 6202, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3139126, - 41.0252917 - ] - }, - "properties": { - "name": "Eugene T Mahoney State Park", - "area": "Nebraska", - "address": "28500 W. Park Highway, Ashland ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407823", - "internal_url": "null", - "latitude": "41.0252917", - "longitude": "-96.3139126", - "machine_status": "available", - "id": 6203, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.32035259999999, - 41.0180478 - ] - }, - "properties": { - "name": "Strategic Air & Space Museum", - "area": "Nebraska", - "address": "28210 W Park Hwy, Ashland", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=394214", - "internal_url": "null", - "latitude": "41.0180478", - "longitude": "-96.32035259999999", - "machine_status": "available", - "id": 6204, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.3420118, - 40.9263957 - ] - }, - "properties": { - "name": "Stuh Museum Gift Shop", - "area": "Nebraska", - "address": "3133 W Hwy 34, Grand Island", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "40.9263957", - "longitude": "-98.3420118", - "machine_status": "available", - "id": 6205, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2539273, - 41.0234434 - ] - }, - "properties": { - "name": "Schramm Education Center ", - "area": "Nebraska", - "address": "21502 NE-31, Gretna", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=411714", - "internal_url": "null", - "latitude": "41.0234434", - "longitude": "-96.2539273", - "machine_status": "available", - "id": 6206, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2168602, - 40.9892966 - ] - }, - "properties": { - "name": "Platte River State Park", - "area": "Nebraska", - "address": "14421 346th St, Louisville", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=405899", - "internal_url": "null", - "latitude": "40.9892966", - "longitude": "-96.2168602", - "machine_status": "available", - "id": 6207, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.9502377, - 40.5045469 - ] - }, - "properties": { - "name": "Pioneer Village", - "area": "Nebraska", - "address": "138 East Highway 6, Minden", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=3338", - "internal_url": "null", - "latitude": "40.5045469", - "longitude": "-98.9502377", - "machine_status": "retired", - "id": 4175, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.9429158, - 41.2551251 - ] - }, - "properties": { - "name": "Omaha Children's Museum", - "area": "Nebraska", - "address": "500 South 20th Street, Omaha", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=3336", - "internal_url": "null", - "latitude": "41.2551251", - "longitude": "-95.9429158", - "machine_status": "available", - "id": 6208, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -113.0625, - 37.6886111 - ] - }, - "properties": { - "name": "Frontier Homestead State Park Museum", - "area": "Utah", - "address": "635 N Main St,, Cedar City", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=390807", - "internal_url": "null", - "latitude": "37.6886111", - "longitude": "-113.0625", - "machine_status": "available", - "id": 6209, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.6306651, - 37.7865057 - ] - }, - "properties": { - "name": "Escalante Petrified Forrest State Park", - "area": "Utah", - "address": "1450 N. Reservoir Road, Escalante", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413857", - "internal_url": "null", - "latitude": "37.7865057", - "longitude": "-111.6306651", - "machine_status": "available", - "id": 6210, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.3254178, - 38.96707869999999 - ] - }, - "properties": { - "name": "Territorial Statehouse State Park Museum", - "area": "Utah", - "address": "50 W capital street, Fillmore", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=405970", - "internal_url": "null", - "latitude": "38.96707869999999", - "longitude": "-112.3254178", - "machine_status": "available", - "id": 6211, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.707109, - 38.573697 - ] - }, - "properties": { - "name": "Goblin Valley State Park", - "area": "Utah", - "address": "Goblin Valley Road, Green River", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=249400", - "internal_url": "null", - "latitude": "38.573697", - "longitude": "-110.707109", - "machine_status": "available", - "id": 2065, - "last_updated": "2024-05-10" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -113.6591371, - 37.1905098 - ] - }, - "properties": { - "name": "Tuacahn Center for the Arts (Amphitheatre)", - "area": "Utah", - "address": "1100 Tuacahn Dr, Ivins", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=410191", - "internal_url": "null", - "latitude": "37.1905098", - "longitude": "-113.6591371", - "machine_status": "available", - "id": 6212, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.5263145, - 37.0474855 - ] - }, - "properties": { - "name": "Coral Pink Sand Dunes State Park", - "area": "Utah", - "address": "12500 Sand Dune Rd, Kanab", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=399483", - "internal_url": "null", - "latitude": "37.0474855", - "longitude": "-112.5263145", - "machine_status": "available", - "id": 6213, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 120.9842195, - 14.5995124 - ] - }, - "properties": { - "name": "Flaming Gorge Market ", - "area": "Utah", - "address": ", Manila", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=410025", - "internal_url": "null", - "latitude": "14.5995124", - "longitude": "120.9842195", - "machine_status": "available", - "id": 6214, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.8881773, - 40.7774076 - ] - }, - "properties": { - "name": "Utah State Capitol Building", - "area": "Utah", - "address": "350 N State Street, Salt Lake City", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=410066", - "internal_url": "null", - "latitude": "40.7774076", - "longitude": "-111.8881773", - "machine_status": "available", - "id": 6215, - "last_updated": "2024-05-10" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.1677086, - 40.9256851 - ] - }, - "properties": { - "name": "Fielding Garr Ranch", - "area": "Utah", - "address": "4528 West 1700 South, Syracuse", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=415502", - "internal_url": "null", - "latitude": "40.9256851", - "longitude": "-112.1677086", - "machine_status": "available", - "id": 6216, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -156.6944745, - 20.9214105 - ] - }, - "properties": { - "name": "Whalers Village - Food Court (Lower Level)", - "area": "Hawaii", - "address": "2435 Kaanapali Pkwy,, Maui - Lahaina", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=398789", - "internal_url": "null", - "latitude": "20.9214105", - "longitude": "-156.6944745", - "machine_status": "available", - "id": 6217, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -158.1026974, - 21.5913721 - ] - }, - "properties": { - "name": "Aoki's Shave Ice", - "area": "Hawaii", - "address": "66-117 Kamehameha Highway, Oahu - Haleiwa", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=42093", - "internal_url": "null", - "latitude": "21.5913721", - "longitude": "-158.1026974", - "machine_status": "available", - "id": 6218, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.4319289, - 35.8325445 - ] - }, - "properties": { - "name": "Goodsprings General Store (Next to the Pioneer Saloon)", - "area": "Nevada", - "address": "310 NV State Highway 161 (West Spring Street), Goodsprings", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=399112", - "internal_url": "null", - "latitude": "35.8325445", - "longitude": "-115.4319289", - "machine_status": "available", - "id": 6219, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.0717805, - 36.0736632 - ] - }, - "properties": { - "name": "Ethel M Chocolate Factory", - "area": "Nevada", - "address": "2 Cactus Garden Drive, Henderson", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=2738", - "internal_url": "null", - "latitude": "36.0736632", - "longitude": "-115.0717805", - "machine_status": "retired", - "id": 4482, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1662589, - 36.1387477 - ] - }, - "properties": { - "name": "Mini Mart / Souvenirs", - "area": "Nevada", - "address": "2830 Las Vegas S (Corner of Circus Circus Dr), Las Vegas", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=351077", - "internal_url": "null", - "latitude": "36.1387477", - "longitude": "-115.1662589", - "machine_status": "retired", - "id": 4518, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.170041, - 36.1232913 - ] - }, - "properties": { - "name": "Excalibur Hotel & Casino - Welcome to Las Vegas store", - "area": "Nevada", - "address": "3850 Las Vegas Boulevard South, Las Vegas", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413055", - "internal_url": "null", - "latitude": "36.1232913", - "longitude": "-115.170041", - "machine_status": "available", - "id": 6220, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1592392, - 36.1630422 - ] - }, - "properties": { - "name": "Las Vegas North Premium Outlets - Simon Guest Services", - "area": "Nevada", - "address": "875 South Grand Central Parkway suite 1690, Las Vegas", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=390820", - "internal_url": "null", - "latitude": "36.1630422", - "longitude": "-115.1592392", - "machine_status": "retired", - "id": 6221, - "paywall": true, - "last_updated": "2024-04-11" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1695323, - 36.1176806 - ] - }, - "properties": { - "name": "LINQ Promenade - Welcome to Las Vegas Gift Shop", - "area": "Nevada", - "address": "3545 Las Vegas Blvd South Suite L-07, Las Vegas", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=408924", - "internal_url": "null", - "latitude": "36.1176806", - "longitude": "-115.1695323", - "machine_status": "available", - "id": 6222, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1760672, - 36.09551 - ] - }, - "properties": { - "name": "Luxor Hotel & Casino - Second Floor Attractions Area", - "area": "Nevada", - "address": "3900 Las Vegas Boulevard South, Las Vegas", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=408344", - "internal_url": "null", - "latitude": "36.09551", - "longitude": "-115.1760672", - "machine_status": "available", - "id": 6223, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1744225, - 36.102132 - ] - }, - "properties": { - "name": "New York New York Casino Hotel - walkway from the Excalibur", - "area": "Nevada", - "address": "3790 Las Vegas Boulevard South, Las Vegas", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413037", - "internal_url": "null", - "latitude": "36.102132", - "longitude": "-115.1744225", - "machine_status": "available", - "id": 6224, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1737468, - 36.1017806 - ] - }, - "properties": { - "name": "New York New York Hotel & Casino - Gotta Have It Souvenir store", - "area": "Nevada", - "address": "3790 Las Vegas Boulevard South, Las Vegas", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=2987", - "internal_url": "null", - "latitude": "36.1017806", - "longitude": "-115.1737468", - "machine_status": "out-of-order", - "id": 4521, - "last_updated": "2024-10-13" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1648666, - 36.1314339 - ] - }, - "properties": { - "name": "Official Las Vegas Welcome gift store", - "area": "Nevada", - "address": "3049 Las Vegas Blvd, Las Vegas", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=399946", - "internal_url": "null", - "latitude": "36.1314339", - "longitude": "-115.1648666", - "machine_status": "retired", - "id": 6225, - "last_updated": "2024-03-16" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.1644134, - 36.1320924 - ] - }, - "properties": { - "name": "Wing Shack (Was Masala Indian Restaurant )", - "area": "Nevada", - "address": "3041 Las Vegas Blvd south suite 3-4, Las Vegas", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=315101", - "internal_url": "null", - "latitude": "36.1320924", - "longitude": "-115.1644134", - "machine_status": "retired", - "id": 4531, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -114.0751972, - 36.8042037 - ] - }, - "properties": { - "name": "Donkey History Museum", - "area": "Nevada", - "address": "355 W. Mesquite Blvd, Mesquite", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=394281", - "internal_url": "null", - "latitude": "36.8042037", - "longitude": "-114.0751972", - "machine_status": "available", - "id": 6226, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -115.3847398, - 35.6148809 - ] - }, - "properties": { - "name": "Buffalo Bill's Resort & Casino", - "area": "Nevada", - "address": "31900 Las Vegas Boulevard South, Primm", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=3008", - "internal_url": "null", - "latitude": "35.6148809", - "longitude": "-115.3847398", - "machine_status": "available", - "id": 6227, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.2377709, - 38.0721506 - ] - }, - "properties": { - "name": "The World Famous Clown Motel", - "area": "Nevada", - "address": "521 N Main St, Tonopah", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=406427", - "internal_url": "null", - "latitude": "38.0721506", - "longitude": "-117.2377709", - "machine_status": "available", - "id": 6228, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -119.9687101, - 39.51343680000001 - ] - }, - "properties": { - "name": "Cabela's Sporting Good Store", - "area": "Nevada", - "address": "8650 Boomtown Road, Verdi", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=34408", - "internal_url": "null", - "latitude": "39.51343680000001", - "longitude": "-119.9687101", - "machine_status": "available", - "id": 4540, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.1896237, - 38.9175079 - ] - }, - "properties": { - "name": "Front Royal Visitors Center", - "area": "Virginia", - "address": "414 East Main St, Front Royal", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=80562", - "internal_url": "null", - "latitude": "38.9175079", - "longitude": "-78.1896237", - "machine_status": "available", - "id": 6230, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.93833, - 37.27274 - ] - }, - "properties": { - "name": "Taubman Museum of Art", - "area": "Virginia", - "address": "110 Salem Ave SE, Roanoke", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=209835", - "internal_url": "null", - "latitude": "37.27274", - "longitude": "-79.93833", - "machine_status": "available", - "id": 4447, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.4409869, - 38.5296269 - ] - }, - "properties": { - "name": "Big Meadows Lodge", - "area": "Virginia", - "address": "Skyline Drive Mile 51, Shenandoah National Park,", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=409393", - "internal_url": "null", - "latitude": "38.5296269", - "longitude": "-78.4409869", - "machine_status": "available", - "id": 6231, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.99018699999999, - 36.814409 - ] - }, - "properties": { - "name": "Ocean Breeze Waterpark", - "area": "Virginia", - "address": "849 General Booth Blvd., Virginia Beach", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=1611", - "internal_url": "null", - "latitude": "36.814409", - "longitude": "-75.99018699999999", - "machine_status": "available", - "id": 6232, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -75.9772697, - 36.85034040000001 - ] - }, - "properties": { - "name": "Jungle Golf", - "area": "Virginia", - "address": "302 23rd ST , Vrginia Beach", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=409328", - "internal_url": "null", - "latitude": "36.85034040000001", - "longitude": "-75.9772697", - "machine_status": "available", - "id": 6233, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.940545, - 38.478295 - ] - }, - "properties": { - "name": "Eckert's", - "area": "Illinois", - "address": "951 S. Green Mount Road, Belleville", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=329340", - "internal_url": "null", - "latitude": "38.478295", - "longitude": "-89.940545", - "machine_status": "retired", - "id": 1198, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.2531958, - 42.2132384 - ] - }, - "properties": { - "name": "Cary Dairy", - "area": "Illinois", - "address": "395 Cary Algonquin road, unit E, Cary", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=400168", - "internal_url": "null", - "latitude": "42.2132384", - "longitude": "-88.2531958", - "machine_status": "available", - "id": 6234, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.9436283, - 41.6138418 - ] - }, - "properties": { - "name": "Bengton's Pumpkin Farm", - "area": "Illinois", - "address": "13341 w. 151st st, Homer Glen", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=198569", - "internal_url": "null", - "latitude": "41.6138418", - "longitude": "-87.9436283", - "machine_status": "retired", - "id": 1233, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.12269239999999, - 41.5705726 - ] - }, - "properties": { - "name": "Siegel's Cottonwood Farm", - "area": "Illinois", - "address": "17250 Weber Rd, Lockport", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=392495", - "internal_url": "null", - "latitude": "41.5705726", - "longitude": "-88.12269239999999", - "machine_status": "available", - "id": 6235, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.09439139999999, - 38.9604907 - ] - }, - "properties": { - "name": "Blind Society", - "area": "Illinois", - "address": "330 W Gallatin St, Vandalia", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=388619", - "internal_url": "null", - "latitude": "38.9604907", - "longitude": "-89.09439139999999", - "machine_status": "available", - "id": 6236, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.138529, - 41.310504 - ] - }, - "properties": { - "name": "Launching Pad Drive-in", - "area": "Illinois", - "address": "810 East Baltimore St., Wilmington", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=298063", - "internal_url": "null", - "latitude": "41.310504", - "longitude": "-88.138529", - "machine_status": "retired", - "id": 1265, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.418454, - 39.361723 - ] - }, - "properties": { - "name": "Showboat", - "area": "New Jersey", - "address": "801 Boardwalk, Atlantic City", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=410977", - "internal_url": "null", - "latitude": "39.361723", - "longitude": "-74.418454", - "machine_status": "available", - "id": 6237, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.4204805, - 39.36019840000001 - ] - }, - "properties": { - "name": "Steel Pier, Hard Rock Cafe", - "area": "New Jersey", - "address": "Boardwalk at Virginia Ave., Atlantic City", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=3472", - "internal_url": "null", - "latitude": "39.36019840000001", - "longitude": "-74.4204805", - "machine_status": "retired", - "id": 2381, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.9145145, - 38.9401107 - ] - }, - "properties": { - "name": "Emlen Physick Estate", - "area": "New Jersey", - "address": "1048 Washington Street, Cape May", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=345964", - "internal_url": "null", - "latitude": "38.9401107", - "longitude": "-74.9145145", - "machine_status": "retired", - "id": 2388, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.9857754, - 40.3962568 - ] - }, - "properties": { - "name": "Navesink Twin Lights", - "area": "New Jersey", - "address": "2 Light House Rd, Highlands", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413398", - "internal_url": "null", - "latitude": "40.3962568", - "longitude": "-73.9857754", - "machine_status": "available", - "id": 6238, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.6041832, - 41.0835394 - ] - }, - "properties": { - "name": "Sterling Hill Mine Tour & Museum of Fluorescence", - "area": "New Jersey", - "address": "30 Plant Street, Ogdensburg", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=395695", - "internal_url": "null", - "latitude": "41.0835394", - "longitude": "-74.6041832", - "machine_status": "available", - "id": 6239, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.9711096, - 46.9155883 - ] - }, - "properties": { - "name": "International Mermaid Museum", - "area": "Washington", - "address": "7 South Arbor Road, Aberdeen", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=397003", - "internal_url": "null", - "latitude": "46.9155883", - "longitude": "-123.9711096", - "machine_status": "available", - "id": 6240, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.201676, - 47.6161012 - ] - }, - "properties": { - "name": "Snowflake Lane, Bellevue Square", - "area": "Washington", - "address": "227 Bellevue Way NE, Bellevue", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=308539", - "internal_url": "null", - "latitude": "47.6161012", - "longitude": "-122.201676", - "machine_status": "retired", - "id": 5093, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.4729936, - 48.233818 - ] - }, - "properties": { - "name": "Arrowhead Ranch", - "area": "Washington", - "address": "615 Arrowhead Rd, Camano", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=406768", - "internal_url": "null", - "latitude": "48.233818", - "longitude": "-122.4729936", - "machine_status": "available", - "id": 6241, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.6542021, - 47.1552026 - ] - }, - "properties": { - "name": "Wapiti Outdoors ", - "area": "Washington", - "address": "58414 WA-410 E, Enumclaw ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407078", - "internal_url": "null", - "latitude": "47.1552026", - "longitude": "-121.6542021", - "machine_status": "available", - "id": 6242, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.2704093, - 46.2872369 - ] - }, - "properties": { - "name": "Mount St. Helens National Volcanic Monument - Johnston Ridge Observatory", - "area": "Washington", - "address": "21500 Spirit Lake Highway (Highway 504 Milepost 52), Mount St. Helens (Past Toutle, WA)", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=1083", - "internal_url": "null", - "latitude": "46.2872369", - "longitude": "-122.2704093", - "machine_status": "retired", - "id": 5115, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.1955509, - 46.19140059999999 - ] - }, - "properties": { - "name": "Mt. St. Helens Natl Volcanic Mon. Sci and Learning Cntr at Coldwater Lake", - "area": "Washington", - "address": "19000 Spirit Lake Hwy, Mt. St. Helens (Past Toutle, WA)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=233427", - "internal_url": "null", - "latitude": "46.19140059999999", - "longitude": "-122.1955509", - "machine_status": "available", - "id": 6243, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.4984784, - 47.9691753 - ] - }, - "properties": { - "name": "Hurricane Ridge Visitors Center / Olympic National Park", - "area": "Washington", - "address": "Located 17.8 miles south of the Olympic National Park Visitors Center, Olympic National Park", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=236703", - "internal_url": "null", - "latitude": "47.9691753", - "longitude": "-123.4984784", - "machine_status": "retired", - "id": 5124, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.3390337, - 47.6041729 - ] - }, - "properties": { - "name": "Pier 54 - Simply Seattle", - "area": "Washington", - "address": "1001 Alaskan Way suite 103, Seattle", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=51617", - "internal_url": "null", - "latitude": "47.6041729", - "longitude": "-122.3390337", - "machine_status": "retired", - "id": 5139, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.3505055, - 47.6205976 - ] - }, - "properties": { - "name": "Seattle Center - Monorail Entrance", - "area": "Washington", - "address": "305 Harrison Street, Seattle", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=1115", - "internal_url": "null", - "latitude": "47.6205976", - "longitude": "-122.3505055", - "machine_status": "available", - "id": 6244, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.3481245, - 47.6214824 - ] - }, - "properties": { - "name": "Seattle Center - MoPop / Museum of Pop Culture (was the EMP)", - "area": "Washington", - "address": "325 5th Avenue North, Seattle", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=4952", - "internal_url": "null", - "latitude": "47.6214824", - "longitude": "-122.3481245", - "machine_status": "retired", - "id": 5148, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -120.4822177, - 46.5690155 - ] - }, - "properties": { - "name": "Cabela's (Union Gap)", - "area": "Washington", - "address": "1400 E Washington Avenue, Union Gap", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=188450", - "internal_url": "null", - "latitude": "46.5690155", - "longitude": "-120.4822177", - "machine_status": "retired", - "id": 5459, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.97015239999999, - 41.6805754 - ] - }, - "properties": { - "name": "National New York Central Railroad Museum", - "area": "Indiana", - "address": "721 S Main Street, Elkhart ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=414279", - "internal_url": "null", - "latitude": "41.6805754", - "longitude": "-85.97015239999999", - "machine_status": "available", - "id": 6245, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.1475921, - 41.0732113 - ] - }, - "properties": { - "name": "Hopscotch House", - "area": "Indiana", - "address": "1301 Broadway, Fort Wayne", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=394796", - "internal_url": "null", - "latitude": "41.0732113", - "longitude": "-85.1475921", - "machine_status": "available", - "id": 6246, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.4822129, - 41.5723402 - ] - }, - "properties": { - "name": "Cabela's (Hammond)", - "area": "Indiana", - "address": "7700 Cabela Drive, Hammond", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=198201", - "internal_url": "null", - "latitude": "41.5723402", - "longitude": "-87.4822129", - "machine_status": "available", - "id": 6247, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.2554619, - 41.67044250000001 - ] - }, - "properties": { - "name": "Four Winds Field - South Bend Cubs Baseball", - "area": "Indiana", - "address": "501 W South St, South Bend, IN 46601, South Bend", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=410819", - "internal_url": "null", - "latitude": "41.67044250000001", - "longitude": "-86.2554619", - "machine_status": "available", - "id": 6248, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.5974421, - 35.1850019 - ] - }, - "properties": { - "name": "Albuquerque International Balloon Fiesta - NASA Tent", - "area": "New Mexico", - "address": "700 Alameda Blvd Ne (Balloon Fiesta Park), Albuquerque", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=259875", - "internal_url": "null", - "latitude": "35.1850019", - "longitude": "-106.5974421", - "machine_status": "retired", - "id": 4905, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.6693179, - 35.095707 - ] - }, - "properties": { - "name": "Old Town - Old Town Emporium", - "area": "New Mexico", - "address": "204 San Felipe NW, Albuquerque", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=12799", - "internal_url": "null", - "latitude": "35.095707", - "longitude": "-106.6693179", - "machine_status": "retired", - "id": 4913, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.6707053, - 35.0970922 - ] - }, - "properties": { - "name": "Old Town - Old Town Tee Shirt Co.", - "area": "New Mexico", - "address": "323 Romero St NW # 14, Albuquerque", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=3506", - "internal_url": "null", - "latitude": "35.0970922", - "longitude": "-106.6707053", - "machine_status": "retired", - "id": 5977, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.6626985, - 35.1413214 - ] - }, - "properties": { - "name": "Unser Racing Museum", - "area": "New Mexico", - "address": "1776 Montano NW, Albuquerque", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=19867", - "internal_url": "null", - "latitude": "35.1413214", - "longitude": "-106.6626985", - "machine_status": "retired", - "id": 4915, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.6671682, - 35.1013651 - ] - }, - "properties": { - "name": "Sawmill Market", - "area": "New Mexico", - "address": "1909 Bellamah Ave NW, Alburquerque ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=411849", - "internal_url": "null", - "latitude": "35.1013651", - "longitude": "-106.6671682", - "machine_status": "available", - "id": 6249, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.5733934, - 33.5457758 - ] - }, - "properties": { - "name": "Smokey Bear Museum and Gift Shop", - "area": "New Mexico", - "address": "102 Smokey Bear Blvd, Capitan", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=3502", - "internal_url": "null", - "latitude": "33.5457758", - "longitude": "-105.5733934", - "machine_status": "retired", - "id": 4916, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.4017598, - 33.2941373 - ] - }, - "properties": { - "name": "Log Cabin Gift Shop", - "area": "New Mexico", - "address": "Unknown, Captain", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=403402", - "internal_url": "null", - "latitude": "33.2941373", - "longitude": "-89.4017598", - "machine_status": "available", - "id": 6250, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.9375553, - 35.6834569 - ] - }, - "properties": { - "name": "San Miguel Mission", - "area": "New Mexico", - "address": "401 Old Santa Fe Trail, Santa Fe", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=17970", - "internal_url": "null", - "latitude": "35.6834569", - "longitude": "-105.9375553", - "machine_status": "available", - "id": 6251, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.6029115, - 36.3668304 - ] - }, - "properties": { - "name": "Russell''s Truck and Travel Center", - "area": "New Mexico", - "address": "I 25 Exit 419,, Springer", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=401530", - "internal_url": "null", - "latitude": "36.3668304", - "longitude": "-104.6029115", - "machine_status": "retired", - "id": 6252, - "last_updated": "2024-03-16" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.0260229, - 38.8887861 - ] - }, - "properties": { - "name": "Smithsonian Institution Building (The Castle)", - "area": "Washington DC", - "address": "1000 Jefferson Drive SW, Washington", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=52664", - "internal_url": "null", - "latitude": "38.8887861", - "longitude": "-77.0260229", - "machine_status": "retired", - "id": 3243, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.0707808, - 38.9305946 - ] - }, - "properties": { - "name": "Washington National Cathedral", - "area": "Washington DC", - "address": "3101 Wisconsin Ave NW, Washington DC", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=283699", - "internal_url": "null", - "latitude": "38.9305946", - "longitude": "-77.0707808", - "machine_status": "retired", - "id": 3252, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.99529, - 38.8730667 - ] - }, - "properties": { - "name": "Washington Navy Yard - The National Museum of the US Navy", - "area": "Washington DC", - "address": "736 Sicard St SE - Building 76, Washington", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=986", - "internal_url": "null", - "latitude": "38.8730667", - "longitude": "-76.99529", - "machine_status": "retired", - "id": 3249, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.8514727, - 41.25814 - ] - }, - "properties": { - "name": "Union Pacific Railroad Museum", - "area": "Iowa", - "address": "200 Pearl Street, Council Bluffs", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=101101", - "internal_url": "null", - "latitude": "41.25814", - "longitude": "-95.8514727", - "machine_status": "available", - "id": 2333, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -92.917654, - 41.4064722 - ] - }, - "properties": { - "name": "Jaarsma Bakery", - "area": "Iowa", - "address": "727 Franklin Street, Pella", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=379879", - "internal_url": "null", - "latitude": "41.4064722", - "longitude": "-92.917654", - "machine_status": "available", - "id": 5470, - "last_updated": "2024-04-13" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.1624781, - 42.9147665 - ] - }, - "properties": { - "name": "Mohawk Travel Plaza", - "area": "New York", - "address": "Milepost 172 Eastbound, Amsterdam", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=281358", - "internal_url": "null", - "latitude": "42.9147665", - "longitude": "-74.1624781", - "machine_status": "retired", - "id": 2987, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.42127599999999, - 42.201974 - ] - }, - "properties": { - "name": "Midway State Park", - "area": "New York", - "address": "4859 Route 430, Bemus Point", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=189771", - "internal_url": "null", - "latitude": "42.201974", - "longitude": "-79.42127599999999", - "machine_status": "available", - "id": 2992, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.3822125, - 42.9278518 - ] - }, - "properties": { - "name": "Darien Lake Theme Park Resort", - "area": "New York", - "address": "9993 Allegheny Road, Darien Center", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=44158", - "internal_url": "null", - "latitude": "42.9278518", - "longitude": "-78.3822125", - "machine_status": "retired", - "id": 3005, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.702387, - 43.3961139 - ] - }, - "properties": { - "name": "Magic Forest", - "area": "New York", - "address": "1912 US-9, Lake George", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=409525", - "internal_url": "null", - "latitude": "43.3961139", - "longitude": "-73.702387", - "machine_status": "available", - "id": 6253, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.990866, - 40.7143028 - ] - }, - "properties": { - "name": "Daredevil Tattoo", - "area": "New York", - "address": "141 Division St Ste 2, New York City (Manhattan)", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=317318", - "internal_url": "null", - "latitude": "40.7143028", - "longitude": "-73.990866", - "machine_status": "available", - "id": 3043, - "last_updated": "2024-01-02" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.98566439999999, - 40.7484405 - ] - }, - "properties": { - "name": "Empire State Building", - "area": "New York", - "address": "350 5th Avenue, New York City (Manhattan)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=3609", - "internal_url": "null", - "latitude": "40.7484405", - "longitude": "-73.98566439999999", - "machine_status": "retired", - "id": 6254, - "last_updated": "2024-01-17" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.98867709999999, - 40.7565399 - ] - }, - "properties": { - "name": "Ripley's Believe it Or Not - Time Square", - "area": "New York", - "address": "Address 234 West 42nd Street, New York City", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=333975", - "internal_url": "null", - "latitude": "40.7565399", - "longitude": "-73.98867709999999", - "machine_status": "retired", - "id": 3056, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.9873721, - 40.74947820000001 - ] - }, - "properties": { - "name": "Harry Potter Exhibition", - "area": "New York", - "address": "50 W 34th St, New York City(Manhattan)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407211", - "internal_url": "null", - "latitude": "40.74947820000001", - "longitude": "-73.9873721", - "machine_status": "available", - "id": 6255, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.0641553, - 43.0874441 - ] - }, - "properties": { - "name": "One Niagara Welcome Center", - "area": "New York", - "address": "360 Rainbow Blvd, Niagara Falls", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=411114", - "internal_url": "null", - "latitude": "43.0874441", - "longitude": "-79.0641553", - "machine_status": "available", - "id": 6256, - "last_updated": "2024-04-11" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.740808, - 42.0995479 - ] - }, - "properties": { - "name": "Allegany State Park", - "area": "New York", - "address": "2373 ASP, Rte 1, Salamanca", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=109726", - "internal_url": "null", - "latitude": "42.0995479", - "longitude": "-78.740808", - "machine_status": "retired", - "id": 3082, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.8864332, - 42.7236055 - ] - }, - "properties": { - "name": "NY State Thruway, Guilderland Travel Plaza ", - "area": "New York", - "address": "I-90 Eastbound, Mile Marker 153, Schenectady", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=239358", - "internal_url": "null", - "latitude": "42.7236055", - "longitude": "-73.8864332", - "machine_status": "retired", - "id": 3085, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.1896545, - 41.1538828 - ] - }, - "properties": { - "name": "NY State Thruway, Ramapo Travel Plaza - Southbound", - "area": "New York", - "address": "1-87 Southbound, Milepost 33, Sloatsburg", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=54459", - "internal_url": "null", - "latitude": "41.1538828", - "longitude": "-74.1896545", - "machine_status": "retired", - "id": 3087, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.188104, - 41.15090199999999 - ] - }, - "properties": { - "name": "NY State Thruway, Sloatsburg Service Area - Northbound", - "area": "New York", - "address": "1-87 northbound, Milepost 33, Sloatsburg", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=3534", - "internal_url": "null", - "latitude": "41.15090199999999", - "longitude": "-74.188104", - "machine_status": "retired", - "id": 3088, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.2128026, - 37.8022947 - ] - }, - "properties": { - "name": "Beckley Travel Plaza", - "area": "West Virginia", - "address": "I-77 Exit 45 North and Southbound West Virginia Turnpike, Beckley", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=963", - "internal_url": "null", - "latitude": "37.8022947", - "longitude": "-81.2128026", - "machine_status": "retired", - "id": 3887, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.324212, - 54.3896469 - ] - }, - "properties": { - "name": "Rest Area 69, W Virginia Tpke,", - "area": "West Virginia", - "address": "69 Eskdale Avenue (I-77 South), Eskdale", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=411545", - "internal_url": "null", - "latitude": "54.3896469", - "longitude": "-3.324212", - "machine_status": "out-of-order", - "id": 6257, - "last_updated": "2024-07-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -79.37434379999999, - 38.8325614 - ] - }, - "properties": { - "name": "Seneca Rocks Visitor Center", - "area": "West Virginia", - "address": "Po Box 13, Seneca Rocks", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=284218", - "internal_url": "null", - "latitude": "38.8325614", - "longitude": "-79.37434379999999", - "machine_status": "retired", - "id": 3904, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.8044869, - 39.4338337 - ] - }, - "properties": { - "name": "Shepherd University in the Game Zone", - "area": "West Virginia", - "address": "301 N King ST. , Shepherdstown ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=388661", - "internal_url": "null", - "latitude": "39.4338337", - "longitude": "-77.8044869", - "machine_status": "available", - "id": 6258, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.1194943, - 39.5615515 - ] - }, - "properties": { - "name": "Eddie's Five and Dime", - "area": "Kansas", - "address": "504 Commercial St., Atchison", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=326974", - "internal_url": "null", - "latitude": "39.5615515", - "longitude": "-95.1194943", - "machine_status": "retired", - "id": 3922, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -100.0217447, - 37.7538033 - ] - }, - "properties": { - "name": "Boot Hill Museum", - "area": "Kansas", - "address": "500 W Wyatt Earp Blvd, Dodge City", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=2268", - "internal_url": "null", - "latitude": "37.7538033", - "longitude": "-100.0217447", - "machine_status": "available", - "id": 3926, - "last_updated": "2023-12-21" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.2313579776291, - 38.94924971554137 - ] - }, - "properties": { - "name": "Mass Street Soda", - "area": "Kansas", - "address": "1103 Massachusetts, Lawrence", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=410459", - "internal_url": "null", - "latitude": "38.94924971554137", - "longitude": "-95.2313579776291", - "machine_status": "available", - "id": 6259, - "last_updated": "2024-07-07" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.7269467, - 39.0560953 - ] - }, - "properties": { - "name": "Topeka Zoo", - "area": "Kansas", - "address": "635 SW Gage Boulevard, Topeka", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=2242", - "internal_url": "null", - "latitude": "39.0560953", - "longitude": "-95.7269467", - "machine_status": "available", - "id": 6260, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.40856099999999, - 37.717034 - ] - }, - "properties": { - "name": "Sedgwick County Zoo", - "area": "Kansas", - "address": "5555 Zoo Boulevard, Wichita", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=2239", - "internal_url": "null", - "latitude": "37.717034", - "longitude": "-97.40856099999999", - "machine_status": "available", - "id": 3948, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.6781804, - 36.1323753 - ] - }, - "properties": { - "name": "Sunset Tees & Hattery", - "area": "North Carolina", - "address": "1117 Main St., Blowing Rock", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=3735", - "internal_url": "null", - "latitude": "36.1323753", - "longitude": "-81.6781804", - "machine_status": "retired", - "id": 4083, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.3205859, - 35.4770574 - ] - }, - "properties": { - "name": "Country Maid Fudge Shop", - "area": "North Carolina", - "address": "1060 Tualatin Rd, Cherokee", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=405385", - "internal_url": "null", - "latitude": "35.4770574", - "longitude": "-83.3205859", - "machine_status": "available", - "id": 6261, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.58118139999999, - 35.6982402 - ] - }, - "properties": { - "name": "Cabela's (Garner)", - "area": "North Carolina", - "address": "201 Cabela Drive, Garner", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=236545", - "internal_url": "null", - "latitude": "35.6982402", - "longitude": "-78.58118139999999", - "machine_status": "available", - "id": 6262, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.8653, - 35.396436 - ] - }, - "properties": { - "name": "Joe Gibbs Racing", - "area": "North Carolina", - "address": "13415 Reese Blvd. W, Huntersville", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=398728", - "internal_url": "null", - "latitude": "35.396436", - "longitude": "-80.8653", - "machine_status": "available", - "id": 6263, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.7917488, - 35.6221965 - ] - }, - "properties": { - "name": "Penske Racing South", - "area": "North Carolina", - "address": "200 Penske Way, Mooresville", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=19861", - "internal_url": "null", - "latitude": "35.6221965", - "longitude": "-80.7917488", - "machine_status": "available", - "id": 6264, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.60515560000002, - 35.7785278 - ] - }, - "properties": { - "name": "Alamo Drafthouse Cinema ", - "area": "North Carolina", - "address": "2116 New Bern Ave D, Raleigh, NC 27610, Raleigh", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=315803", - "internal_url": "null", - "latitude": "35.7785278", - "longitude": "-78.60515560000002", - "machine_status": "retired", - "id": 4141, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.5456763, - 34.4251332 - ] - }, - "properties": { - "name": "Surf City Pier ", - "area": "North Carolina", - "address": "Pender County , Surf City ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=408947", - "internal_url": "null", - "latitude": "34.4251332", - "longitude": "-77.5456763", - "machine_status": "available", - "id": 6265, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -77.92618153573001, - 33.962857698707836 - ] - }, - "properties": { - "name": "Fort Fisher", - "area": "North Carolina", - "address": "900 Loggerhead Road, Wilmington", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=400759", - "internal_url": "null", - "latitude": "33.962857698707836", - "longitude": "-77.92618153573001", - "machine_status": "available", - "id": 6266, - "last_updated": "2024-07-09" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.242881, - 36.083516 - ] - }, - "properties": { - "name": "Old Salem Museum and Gardens", - "area": "North Carolina", - "address": "900 Old Salem Rd., Winston - Salem", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=34632", - "internal_url": "null", - "latitude": "36.083516", - "longitude": "-80.242881", - "machine_status": "available", - "id": 4162, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.4014413, - 44.2621443 - ] - }, - "properties": { - "name": "The History Museum at the Castle", - "area": "Wisconsin", - "address": "330 East College Avenue, Appleton", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=261240", - "internal_url": "null", - "latitude": "44.2621443", - "longitude": "-88.4014413", - "machine_status": "retired", - "id": 2411, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -91.11721299999999, - 42.9170021 - ] - }, - "properties": { - "name": "Boulder Creek Campground", - "area": "Wisconsin", - "address": "11354 County Road X, Bagley", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=91217", - "internal_url": "null", - "latitude": "42.9170021", - "longitude": "-91.11721299999999", - "machine_status": "retired", - "id": 2412, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.2472693, - 45.1277423 - ] - }, - "properties": { - "name": "Alpaca to Aapare", - "area": "Wisconsin", - "address": "4185 Main Street, Fish Creek", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=410656", - "internal_url": "null", - "latitude": "45.1277423", - "longitude": "-87.2472693", - "machine_status": "available", - "id": 6267, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.43647759999999, - 42.5916252 - ] - }, - "properties": { - "name": "Christine's", - "area": "Wisconsin", - "address": "858 W Main St, Lake Geneva ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=392882", - "internal_url": "null", - "latitude": "42.5916252", - "longitude": "-88.43647759999999", - "machine_status": "available", - "id": 6268, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.3863712, - 43.0745326 - ] - }, - "properties": { - "name": "Wisconsin Historical Museum", - "area": "Wisconsin", - "address": "30 North Carroll Street, Madison", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=854", - "internal_url": "null", - "latitude": "43.0745326", - "longitude": "-89.3863712", - "machine_status": "retired", - "id": 2433, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.7103746, - 45.8709168 - ] - }, - "properties": { - "name": "Elements", - "area": "Wisconsin", - "address": "511 Oneida St, Minocqua", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=76166", - "internal_url": "null", - "latitude": "45.8709168", - "longitude": "-89.7103746", - "machine_status": "retired", - "id": 2446, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.991733, - 43.8054625 - ] - }, - "properties": { - "name": "Road America", - "area": "Wisconsin", - "address": "N7390 State Hwy 67, Plymouth ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=408371", - "internal_url": "null", - "latitude": "43.8054625", - "longitude": "-87.991733", - "machine_status": "available", - "id": 6269, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.3367128, - 44.9517703 - ] - }, - "properties": { - "name": "Door Peninsula Winery", - "area": "Wisconsin", - "address": "5806 Hwy 42, Sturgeon Bay", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=227658", - "internal_url": "null", - "latitude": "44.9517703", - "longitude": "-87.3367128", - "machine_status": "available", - "id": 6270, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.7730258, - 43.6278152 - ] - }, - "properties": { - "name": "Dells Discount Outlet", - "area": "Wisconsin", - "address": "315 Broadway, Wisconsin Dells", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413462", - "internal_url": "null", - "latitude": "43.6278152", - "longitude": "-89.7730258", - "machine_status": "available", - "id": 6271, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -89.8030818, - 43.6261745 - ] - }, - "properties": { - "name": "Polynesian Resort", - "area": "Wisconsin", - "address": "857 N. Frontage Rd., Wisconsin Dells", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=4399", - "internal_url": "null", - "latitude": "43.6261745", - "longitude": "-89.8030818", - "machine_status": "retired", - "id": 2476, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.4382558, - 37.00016919999999 - ] - }, - "properties": { - "name": "Historic RailPark and Train Museum", - "area": "Kentucky", - "address": "401 Kentucky St., Bowling Green", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412403", - "internal_url": "null", - "latitude": "37.00016919999999", - "longitude": "-86.4382558", - "machine_status": "available", - "id": 6272, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.974007, - 37.1105856 - ] - }, - "properties": { - "name": "Crystal Onyx Cave ", - "area": "Kentucky", - "address": "425 Prewitts Knob Rd., Cave Ciry", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=409950", - "internal_url": "null", - "latitude": "37.1105856", - "longitude": "-85.974007", - "machine_status": "available", - "id": 6273, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.198399, - 36.9707154 - ] - }, - "properties": { - "name": "North Welcome Station", - "area": "Kentucky", - "address": "1820 The Trace Rd, Grand Rivers", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=414725", - "internal_url": "null", - "latitude": "36.9707154", - "longitude": "-88.198399", - "machine_status": "available", - "id": 6274, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -85.657783, - 38.25210999999999 - ] - }, - "properties": { - "name": "DiOrio's Pizza and Pub", - "area": "Kentucky", - "address": "310 Wallace Ave, Louisville", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=401180", - "internal_url": "null", - "latitude": "38.25210999999999", - "longitude": "-85.657783", - "machine_status": "available", - "id": 6275, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -103.5250821, - 46.9135414 - ] - }, - "properties": { - "name": "Dacotah Territory Gifts 2", - "area": "North Dakota", - "address": "324 Pacific Ave, Medora", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=46572", - "internal_url": "null", - "latitude": "46.9135414", - "longitude": "-103.5250821", - "machine_status": "retired", - "id": 3257, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -103.5264395, - 46.9165657 - ] - }, - "properties": { - "name": "Theodore Roosevelt National Park (South Unit Visitors Center)", - "area": "North Dakota", - "address": "201 East River Road North, Medora", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412880", - "internal_url": "null", - "latitude": "46.9165657", - "longitude": "-103.5264395", - "machine_status": "available", - "id": 6276, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.5545361, - 44.4714079 - ] - }, - "properties": { - "name": "Yellowstone - Canyon Village Education Center", - "area": "Wyoming", - "address": "Grand Loop Rd, 2,, Yellowstone National Park", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=414072", - "internal_url": "null", - "latitude": "44.4714079", - "longitude": "-110.5545361", - "machine_status": "retired", - "id": 6277, - "last_updated": "2024-05-10" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.40603, - 42.7587584 - ] - }, - "properties": { - "name": "Camp Douglas", - "area": "Wyoming", - "address": "115 S Riverbend Dr, , Douglas", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=402743", - "internal_url": "null", - "latitude": "42.7587584", - "longitude": "-105.40603", - "machine_status": "available", - "id": 6278, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.3904893, - 42.7598446 - ] - }, - "properties": { - "name": "Wyoming Pioneer Museum", - "area": "Wyoming", - "address": "400 W Center St, Douglas", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=405194", - "internal_url": "null", - "latitude": "42.7598446", - "longitude": "-105.3904893", - "machine_status": "available", - "id": 6279, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.76342, - 42.2957336 - ] - }, - "properties": { - "name": "Guernsey State Park Civilian Conservation Corps Museum", - "area": "Wyoming", - "address": "Museum Rd, Guernsey", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412227", - "internal_url": "null", - "latitude": "42.2957336", - "longitude": "-104.76342", - "machine_status": "available", - "id": 6280, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -108.8025534, - 42.4687816 - ] - }, - "properties": { - "name": "South Pass City State Historic Site", - "area": "Wyoming", - "address": "125 South Pass Main St., South Pass City", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=403821", - "internal_url": "null", - "latitude": "42.4687816", - "longitude": "-108.8025534", - "machine_status": "available", - "id": 6281, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 150.8842664, - -33.7658186 - ] - }, - "properties": { - "name": "Featherdale Wildlife Park", - "area": "Australia", - "address": "217 Kildare Rd, NSW - Doonside", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=207803", - "internal_url": "null", - "latitude": "-33.7658186", - "longitude": "150.8842664", - "machine_status": "retired", - "id": 2114, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 151.212585, - -33.8696036 - ] - }, - "properties": { - "name": "Hyde Park Barracks", - "area": "Australia", - "address": "Queens Square, Macquarie Street, , NSW - Sydney", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=62066", - "internal_url": "null", - "latitude": "-33.8696036", - "longitude": "151.212585", - "machine_status": "available", - "id": 6282, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 152.963113, - -26.8357181 - ] - }, - "properties": { - "name": "Australia Zoo", - "area": "Australia", - "address": "Glass House Mountains Tourist Drive, QLD - Beerwah", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=4960", - "internal_url": "null", - "latitude": "-26.8357181", - "longitude": "152.963113", - "machine_status": "available", - "id": 6283, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 145.7095881, - -16.8812114 - ] - }, - "properties": { - "name": "Kuranda Scenic Railway/ Freshwater station", - "area": "Australia", - "address": "Bunda Street, QLD - Cairns", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=16968", - "internal_url": "null", - "latitude": "-16.8812114", - "longitude": "145.7095881", - "machine_status": "retired", - "id": 2136, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 145.6522376, - -16.8237474 - ] - }, - "properties": { - "name": "Rainforest Station Nature Park", - "area": "Australia", - "address": "Kennedy Highway , QLD - Cairns", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=56670", - "internal_url": "null", - "latitude": "-16.8237474", - "longitude": "145.6522376", - "machine_status": "retired", - "id": 2137, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 145.6327345, - -16.8193797 - ] - }, - "properties": { - "name": "Kuranda Heritage Markets", - "area": "Australia", - "address": "Rob Vievers Drive, QLD - Kuranda", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=54734", - "internal_url": "null", - "latitude": "-16.8193797", - "longitude": "145.6327345", - "machine_status": "retired", - "id": 2144, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 152.9591263, - -27.4850152 - ] - }, - "properties": { - "name": "Mt. Coot-tha/ Brisbane Look-out", - "area": "Australia", - "address": "Sir Samuel Griffith Drive, QLD - Mt. Coot-tha", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=12016", - "internal_url": "null", - "latitude": "-27.4850152", - "longitude": "152.9591263", - "machine_status": "retired", - "id": 2146, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 143.6690501, - -38.7557195 - ] - }, - "properties": { - "name": "Scorched Grill", - "area": "Australia", - "address": "135 Great Ocean Rd, VIC - Apollo Bay", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=331834", - "internal_url": "null", - "latitude": "-38.7557195", - "longitude": "143.6690501", - "machine_status": "retired", - "id": 2164, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 148.1579723, - -37.4954117 - ] - }, - "properties": { - "name": "Buchan Caves Reserve Visitor Centre", - "area": "Australia", - "address": "98 Caves Rd, Buchan VIC 3885, VIC - Buchan", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=399251", - "internal_url": "null", - "latitude": "-37.4954117", - "longitude": "148.1579723", - "machine_status": "available", - "id": 6284, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 147.9733894, - -37.8823265 - ] - }, - "properties": { - "name": "Lakes Entrance Visitor Information Centre", - "area": "Australia", - "address": "2 Marine Parade, Lakes Entrance, Victoria, 3909, VIC - Lakes Entrance", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=399449", - "internal_url": "null", - "latitude": "-37.8823265", - "longitude": "147.9733894", - "machine_status": "available", - "id": 6285, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 144.9374369, - -37.8118005 - ] - }, - "properties": { - "name": "Melbourne Star", - "area": "Australia", - "address": "The District Docklands, 101 Waterfront Way, Docklands VIC 3008, VIC - Melbourne ", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=329761", - "internal_url": "null", - "latitude": "-37.8118005", - "longitude": "144.9374369", - "machine_status": "retired", - "id": 2169, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 144.739786, - -38.339623 - ] - }, - "properties": { - "name": "Mubble Ice Cream Sorrento", - "area": "Australia", - "address": "69 Ocean Beach Rd, VIC - Sorrento", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=389511", - "internal_url": "null", - "latitude": "-38.339623", - "longitude": "144.739786", - "machine_status": "available", - "id": 6286, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 15.519961050564076, - 48.39374436766402 - ] - }, - "properties": { - "name": "Shop down from the Dürnstein castle ruins", - "area": "Austria", - "address": "Dürnstein 132, 3601, Dürnstein", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=388431", - "internal_url": "null", - "latitude": "48.39374436766402", - "longitude": "15.519961050564076", - "machine_status": "available", - "id": 6287, - "last_updated": "2024-06-23" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 15.4377437, - 47.0735392 - ] - }, - "properties": { - "name": "Schlossbergrutsche & 4D Erlebniskino", - "area": "Austria", - "address": "Schloßbergpl. 1, Graz", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413510", - "internal_url": "null", - "latitude": "47.0735392", - "longitude": "15.4377437", - "machine_status": "available", - "id": 6288, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.1693917, - 47.2141194 - ] - }, - "properties": { - "name": "Fascination Krimml Worlds of Water", - "area": "Austria", - "address": "Oberkrimml, 5743, Krimml,", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=408945", - "internal_url": "null", - "latitude": "47.2141194", - "longitude": "12.1693917", - "machine_status": "available", - "id": 6289, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.1698246, - 47.5827218 - ] - }, - "properties": { - "name": "Festung Kufstein Tirol", - "area": "Austria", - "address": "6330 Kufstein, Austria", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=404335", - "internal_url": "null", - "latitude": "47.5827218", - "longitude": "12.1698246", - "machine_status": "available", - "id": 998, - "last_updated": "2023-10-27" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 15.910731111333197, - 47.79024853100385 - ] - }, - "properties": { - "name": "Schneebergbahn Puchberg", - "area": "Austria", - "address": "Bahnhofplatz 1, Puchberg am Schneeberg", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=415741", - "internal_url": "null", - "latitude": "47.79024853100385", - "longitude": "15.910731111333197", - "machine_status": "available", - "id": 6291, - "last_updated": "2024-05-12" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.7430756, - 47.3850406 - ] - }, - "properties": { - "name": "Schloss Tratzberg", - "area": "Austria", - "address": "Tratzberg 1, 6200 Jenbach, Austria", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=404336", - "internal_url": "null", - "latitude": "47.3850406", - "longitude": "11.7430756", - "machine_status": "available", - "id": 1011, - "last_updated": "2023-10-27" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 16.3706312, - 48.2048456 - ] - }, - "properties": { - "name": "Planet Vienna (gifts and souvenirs)", - "area": "Austria", - "address": "Kärntner Straße 30, 1010 Vienna", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=284508", - "internal_url": "null", - "latitude": "48.2048456", - "longitude": "16.3706312", - "machine_status": "available", - "id": 1021, - "last_updated": "2023-10-18" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4015157, - 51.22026779999999 - ] - }, - "properties": { - "name": "Onze Lieve Vrouw Kathedral ", - "area": "Belgium", - "address": "Jan Blomstraat , Antwerpen", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=401561", - "internal_url": "null", - "latitude": "51.22026779999999", - "longitude": "4.4015157", - "machine_status": "available", - "id": 6293, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 23.3550824, - 42.65979799999999 - ] - }, - "properties": { - "name": "Muzeiko Childrens Museum ", - "area": "Bulgaria", - "address": "ul. Professor Boyan Kamenov 3, 1700 Studentski Kompleks, Sofia", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=404220", - "internal_url": "null", - "latitude": "42.65979799999999", - "longitude": "23.3550824", - "machine_status": "available", - "id": 6294, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.2242371, - 52.2203483 - ] - }, - "properties": { - "name": "Jasper National Park - Columbia Icefield Discovery Centre", - "area": "Canada", - "address": "AB 93 North (Icefields Parkway), Alberta - Jasper", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=48213", - "internal_url": "null", - "latitude": "52.2203483", - "longitude": "-117.2242371", - "machine_status": "available", - "id": 4961, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -123.103834, - 49.273376 - ] - }, - "properties": { - "name": "Science World at TELUS World of Science", - "area": "Canada", - "address": "1455 Quebec Street, BC - Vancouver", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=100743", - "internal_url": "null", - "latitude": "49.273376", - "longitude": "-123.103834", - "machine_status": "retired", - "id": 4972, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.16139199999999, - 44.3245343 - ] - }, - "properties": { - "name": "Gananoque Boat Line", - "area": "Canada", - "address": "280 Main St., Ontario - Gananoque", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=127664", - "internal_url": "null", - "latitude": "44.3245343", - "longitude": "-76.16139199999999", - "machine_status": "retired", - "id": 4993, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.76141969999999, - 43.3143704 - ] - }, - "properties": { - "name": "Grand Bend Sweet Shop", - "area": "Canada", - "address": "63 Main St. West, Ontario - Grand Bend", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=29471", - "internal_url": "null", - "latitude": "43.3143704", - "longitude": "-81.76141969999999", - "machine_status": "available", - "id": 4994, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.60736, - 43.993623 - ] - }, - "properties": { - "name": "Jungle Cat World", - "area": "Canada", - "address": "3667 Concession Rd 6, Ontario - Orono", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=405894", - "internal_url": "null", - "latitude": "43.993623", - "longitude": "-78.60736", - "machine_status": "available", - "id": 6295, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.5538107, - 43.5388451 - ] - }, - "properties": { - "name": "A Gift to Remember", - "area": "Canada", - "address": "1395 King St N, Ontario - St. Jacobs", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=244573", - "internal_url": "null", - "latitude": "43.5388451", - "longitude": "-80.5538107", - "machine_status": "retired", - "id": 5022, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -63.69540869999999, - 46.2549804 - ] - }, - "properties": { - "name": "Confederation Bridge, Borden-Carleton Visitor Information Centre", - "area": "Canada", - "address": "100 Abegweit Dr, PEI - Borden - Carleton", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=1006", - "internal_url": "null", - "latitude": "46.2549804", - "longitude": "-63.69540869999999", - "machine_status": "available", - "id": 5035, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.4353998, - 45.4431901 - ] - }, - "properties": { - "name": "Boutique BFLY", - "area": "Canada", - "address": "9500 Boulevard Leduc, Quebec - Brossard", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=281043", - "internal_url": "null", - "latitude": "45.4431901", - "longitude": "-73.4353998", - "machine_status": "retired", - "id": 5038, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.1944446, - 38.9181671 - ] - }, - "properties": { - "name": "Royal Walter Cruise Ship Terminal - Cayman Crafters Market", - "area": "Cayman Islands", - "address": "S. Church St on the water front Royal Cruise port, Georgetown", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=104923", - "internal_url": "null", - "latitude": "38.9181671", - "longitude": "-78.1944446", - "machine_status": "retired", - "id": 4405, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 121.6624046, - 31.1416262 - ] - }, - "properties": { - "name": "Shanghai Disney Resort", - "area": "China", - "address": ", Shanghai", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=406947", - "internal_url": "null", - "latitude": "31.1416262", - "longitude": "121.6624046", - "machine_status": "available", - "id": 6296, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.6565916, - 49.7795324 - ] - }, - "properties": { - "name": "Konopiste Castle ", - "area": "Czech", - "address": "Konopiste 1, Benesov", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=865", - "internal_url": "null", - "latitude": "49.7795324", - "longitude": "14.6565916", - "machine_status": "retired", - "id": 46, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.3950837, - 50.083527 - ] - }, - "properties": { - "name": "Petrin Tower", - "area": "Czech", - "address": "Petrin, Mala Strana, Prague", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=15100", - "internal_url": "null", - "latitude": "50.083527", - "longitude": "14.3950837", - "machine_status": "available", - "id": 51, - "last_updated": "2024-02-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2413126, - 52.56476 - ] - }, - "properties": { - "name": "Peterborough Football Club", - "area": "England", - "address": "London Road, CAMBRIDGESHIRE - Peterborough", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=235687", - "internal_url": "null", - "latitude": "52.56476", - "longitude": "-0.2413126", - "machine_status": "retired", - "id": 1338, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.713174599999999, - 50.0657041 - ] - }, - "properties": { - "name": "West Country Shopping Outlet", - "area": "England", - "address": "Lands End, CORNWALL - Lands End ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=57576", - "internal_url": "null", - "latitude": "50.0657041", - "longitude": "-5.713174599999999", - "machine_status": "available", - "id": 6297, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.919627, - 54.364703 - ] - }, - "properties": { - "name": "The World of Beatrix Potter Attraction", - "area": "England", - "address": "The Old Laundry, English Lake District, CUMBRIA - Bowness On Windermere", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=3239", - "internal_url": "null", - "latitude": "54.364703", - "longitude": "-2.919627", - "machine_status": "available", - "id": 6298, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.0535804, - 50.7843443 - ] - }, - "properties": { - "name": "Royal Marines Museum", - "area": "England", - "address": "Eastney Road, Southsea, , HAMPSHIRE - Portsmouth", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=93863", - "internal_url": "null", - "latitude": "50.7843443", - "longitude": "-1.0535804", - "machine_status": "retired", - "id": 1417, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.2078942, - 54.6903973 - ] - }, - "properties": { - "name": "The National Museum Of The Royal Navy", - "area": "England", - "address": "Maritime Avenue, Hartlepool ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=409027", - "internal_url": "null", - "latitude": "54.6903973", - "longitude": "-1.2078942", - "machine_status": "available", - "id": 6299, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0556935, - 53.81673869999999 - ] - }, - "properties": { - "name": "The Hole in Wand Blackpool", - "area": "England", - "address": "50a, Promenade, LANCASHIRE - Blackpool ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412149", - "internal_url": "null", - "latitude": "53.81673869999999", - "longitude": "-3.0556935", - "machine_status": "available", - "id": 6300, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.2975571, - 53.4741729 - ] - }, - "properties": { - "name": "Coronation Street Tour", - "area": "England", - "address": "The Studios from dock10 The Greenhouse, Broadway, Salford, LANCASHIRE - Manchester", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=206967", - "internal_url": "null", - "latitude": "53.4741729", - "longitude": "-2.2975571", - "machine_status": "available", - "id": 6301, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7044052, - 53.7632254 - ] - }, - "properties": { - "name": "I'm A Celebrity, Get Me Out Of Here-Jungle Challenge", - "area": "England", - "address": "Quayside Media City (formerly The Lowry Shopping Centre), LANCASHIRE - Manchester", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=382508", - "internal_url": "null", - "latitude": "53.7632254", - "longitude": "-2.7044052", - "machine_status": "retired", - "id": 5640, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.09719399999999999, - 51.508076 - ] - }, - "properties": { - "name": "Shakespeares Globe", - "area": "England", - "address": "21 New Globe Walk , LONDON - Bankside", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=325787", - "internal_url": "null", - "latitude": "51.508076", - "longitude": "-0.09719399999999999", - "machine_status": "retired", - "id": 6302, - "last_updated": "2024-07-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.0172211, - 51.5386761 - ] - }, - "properties": { - "name": "West Ham Utd Stadium Store ", - "area": "England", - "address": "London Stadium, London - Stratford", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=388773", - "internal_url": "null", - "latitude": "51.5386761", - "longitude": "-0.0172211", - "machine_status": "available", - "id": 6303, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0165766, - 53.4094545 - ] - }, - "properties": { - "name": "Spaceport Visitor Attraction", - "area": "England", - "address": "Victoria Place, MERSEYSIDE - Seacombe", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=53481", - "internal_url": "null", - "latitude": "53.4094545", - "longitude": "-3.0165766", - "machine_status": "retired", - "id": 1513, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.0161679, - 53.4098013 - ] - }, - "properties": { - "name": "Seacombe Ferry Terminal - Mersey Ferries", - "area": "England", - "address": "Victoria Place, Seacombe, MERSEYSIDE - Wallasey", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=46936", - "internal_url": "null", - "latitude": "53.4098013", - "longitude": "-3.0161679", - "machine_status": "retired", - "id": 1514, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7084625999999999, - 52.3868689 - ] - }, - "properties": { - "name": "Wicksteed Park", - "area": "England", - "address": "Barton Road , Northamptonshire - Kettering", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412278", - "internal_url": "null", - "latitude": "52.3868689", - "longitude": "-0.7084625999999999", - "machine_status": "retired", - "id": 6304, - "last_updated": "2024-06-26", - "multimachine": 2 - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6132495, - 54.9805435 - ] - }, - "properties": { - "name": "Great North Museum: Hancock", - "area": "England", - "address": "Barras Bridge, TYNE & WEAR - Newcastle", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=4263", - "internal_url": "null", - "latitude": "54.9805435", - "longitude": "-1.6132495", - "machine_status": "retired", - "id": 1570, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.38028, - 54.904232 - ] - }, - "properties": { - "name": "Sunderland Museum & Winter Gardens", - "area": "England", - "address": "Burdon Road, TYNE & WEAR - Sunderland", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=87571", - "internal_url": "null", - "latitude": "54.904232", - "longitude": "-1.38028", - "machine_status": "available", - "id": 6305, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.7806310999999999, - 50.8363332 - ] - }, - "properties": { - "name": "Chichester Cathedral Gift Shop", - "area": "England", - "address": ", West Sussex - Chichester", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=401449", - "internal_url": "null", - "latitude": "50.8363332", - "longitude": "-0.7806310999999999", - "machine_status": "available", - "id": 6306, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.541816, - 50.803602 - ] - }, - "properties": { - "name": "Harbour Park Amusement Park", - "area": "England", - "address": "Windmill Lane, Littlehampton, WEST SUSSEX - Littlehampton", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=236129", - "internal_url": "null", - "latitude": "50.803602", - "longitude": "-0.541816", - "machine_status": "retired", - "id": 1594, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 23.5386748, - 58.9471919 - ] - }, - "properties": { - "name": "Episcopal Castle in Haapsalu", - "area": "Estonia", - "address": ", Haapsalu", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=181965", - "internal_url": "null", - "latitude": "58.9471919", - "longitude": "23.5386748", - "machine_status": "retired", - "id": 251, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.2786797, - 44.1740851 - ] - }, - "properties": { - "name": "Mont Ventoux", - "area": "France", - "address": ", Bédoin", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=327359", - "internal_url": "null", - "latitude": "44.1740851", - "longitude": "5.2786797", - "machine_status": "retired", - "id": 5644, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.2619532, - 43.7101728 - ] - }, - "properties": { - "name": "Hard Rock Cafe Nice", - "area": "France", - "address": "5 Prom. des Anglais, 06000 Nice, France", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=406319", - "internal_url": "null", - "latitude": "43.7101728", - "longitude": "7.2619532", - "machine_status": "retired", - "id": 6307, - "last_updated": "2023-10-20" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2499245, - 49.2822372 - ] - }, - "properties": { - "name": "Ouistreham Ferry Port", - "area": "France", - "address": "31 D84, NORMANDY - Ouistreham", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=411708", - "internal_url": "null", - "latitude": "49.2822372", - "longitude": "-0.2499245", - "machine_status": "available", - "id": 6308, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.6179554, - 49.6462527 - ] - }, - "properties": { - "name": "Cite De La Mer", - "area": "France", - "address": "50100 Cherbourg-en-Contentin, Normandy- Cherbourg", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=410432", - "internal_url": "null", - "latitude": "49.6462527", - "longitude": "-1.6179554", - "machine_status": "available", - "id": 6309, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.337644, - 48.8606111 - ] - }, - "properties": { - "name": "Louvre Museum", - "area": "France", - "address": "Rue de Rivoli, 75001 Paris, Paris - Île-De-France", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=397581", - "internal_url": "null", - "latitude": "48.8606111", - "longitude": "2.337644", - "machine_status": "available", - "id": 6310, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3219514, - 48.8421379 - ] - }, - "properties": { - "name": "Tour Montparnasse (Montparnasse Tower)", - "area": "France", - "address": "33 Avenue du Maine , Paris - Île-De-France", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=110005", - "internal_url": "null", - "latitude": "48.8421379", - "longitude": "2.3219514", - "machine_status": "available", - "id": 100, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.750157799999999, - 48.5812331 - ] - }, - "properties": { - "name": "Au Palais Rohan Souvenir shop", - "area": "France", - "address": "7 Pl. de la Cathédrale, Strasbourg ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=391100", - "internal_url": "null", - "latitude": "48.5812331", - "longitude": "7.750157799999999", - "machine_status": "available", - "id": 6311, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3657892, - 42.5867347 - ] - }, - "properties": { - "name": "Le Grenier de Philomène", - "area": "France", - "address": "14 Rue Saint-Jean, Villefranche-de-Conflent", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=369706", - "internal_url": "null", - "latitude": "42.5867347", - "longitude": "2.3657892", - "machine_status": "available", - "id": 6312, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.760169999999999, - 53.78291 - ] - }, - "properties": { - "name": "Museum der Grafschaft Rantzau (Schlossinsel Rantzau)", - "area": "Germany", - "address": "Rantzau 13, Barmstedt", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413918", - "internal_url": "null", - "latitude": "53.78291", - "longitude": "9.760169999999999", - "machine_status": "available", - "id": 6313, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.4029844, - 52.5198292 - ] - }, - "properties": { - "name": "Andy's Diner & Bar (AquaDom & Sea Life)", - "area": "Germany", - "address": "DomAquarée, Karl-Liebknecht-Str. 5, 10178", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=259086", - "internal_url": "null", - "latitude": "52.5198292", - "longitude": "13.4029844", - "machine_status": "retired", - "id": 421, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.3766049, - 52.5116245 - ] - }, - "properties": { - "name": "Begus Souvenirs", - "area": "Germany", - "address": "Ebertstrasse 2, 10117 Berlin", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=83319", - "internal_url": "null", - "latitude": "52.5116245", - "longitude": "13.3766049", - "machine_status": "retired", - "id": 423, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.3857772, - 52.5076198 - ] - }, - "properties": { - "name": "Berlin Loves You souvenir shop", - "area": "Germany", - "address": "Zimmerstraße 100, Berlin", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413927", - "internal_url": "null", - "latitude": "52.5076198", - "longitude": "13.3857772", - "machine_status": "available", - "id": 6314, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.2736795, - 52.5041303 - ] - }, - "properties": { - "name": "Funkturm - Berlin", - "area": "Germany", - "address": "Messedamm 22", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=229113", - "internal_url": "null", - "latitude": "52.5041303", - "longitude": "13.2736795", - "machine_status": "retired", - "id": 431, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.5692782, - 52.5379611 - ] - }, - "properties": { - "name": "Gärten der Welt (Gardens of the World)", - "area": "Germany", - "address": "Blumberger Damm 44, Berlin", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413936", - "internal_url": "null", - "latitude": "52.5379611", - "longitude": "13.5692782", - "machine_status": "available", - "id": 6315, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.4457187, - 52.5026465 - ] - }, - "properties": { - "name": "Pirates Berlin", - "area": "Germany", - "address": "Mühlenstr. near Oberbaumbrücke", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=231653", - "internal_url": "null", - "latitude": "52.5026465", - "longitude": "13.4457187", - "machine_status": "retired", - "id": 441, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.261209699999999, - 49.3424012 - ] - }, - "properties": { - "name": "Bergbaumuseum", - "area": "Germany", - "address": "Niederbexbacherstr 62, Bexbach ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=396496", - "internal_url": "null", - "latitude": "49.3424012", - "longitude": "7.261209699999999", - "machine_status": "available", - "id": 6316, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.9607707, - 53.16382549999999 - ] - }, - "properties": { - "name": "Milchhalle Wilsede Naturschutzverein", - "area": "Germany", - "address": "Wilsede 10A, Bispingen", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412661", - "internal_url": "null", - "latitude": "53.16382549999999", - "longitude": "9.9607707", - "machine_status": "available", - "id": 6317, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.9747145, - 51.621873 - ] - }, - "properties": { - "name": "Movie Park Germany", - "area": "Germany", - "address": "Warner-Allee 1", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=198964", - "internal_url": "null", - "latitude": "51.621873", - "longitude": "6.9747145", - "machine_status": "available", - "id": 453, - "last_updated": "2024-10-14", - "multimachine": 4 - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.0778027, - 52.6238503 - ] - }, - "properties": { - "name": "Bus station in front of Celler Schloss", - "area": "Germany", - "address": "Celle Schlossplatz, Celle", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=392270", - "internal_url": "null", - "latitude": "52.6238503", - "longitude": "10.0778027", - "machine_status": "available", - "id": 6318, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1696982, - 50.1469072 - ] - }, - "properties": { - "name": "Hotel Am Hafen", - "area": "Germany", - "address": "Uferstr. 3, Cochem, Rhineland-Palatinate", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=332123", - "internal_url": "null", - "latitude": "50.1469072", - "longitude": "7.1696982", - "machine_status": "retired", - "id": 5693, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.9596778, - 50.93969999999999 - ] - }, - "properties": { - "name": "Mauch Chunk Ink", - "area": "Germany", - "address": "Bechergasse ST 9, Cologne", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=414212", - "internal_url": "null", - "latitude": "50.93969999999999", - "longitude": "6.9596778", - "machine_status": "available", - "id": 6319, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.9604732, - 50.9385388 - ] - }, - "properties": { - "name": "Time Ride", - "area": "Germany", - "address": "Alter Markt, Cologne", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412017", - "internal_url": "null", - "latitude": "50.9385388", - "longitude": "6.9604732", - "machine_status": "available", - "id": 6320, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.7738733, - 51.2273407 - ] - }, - "properties": { - "name": "Burgplatz", - "area": "Germany", - "address": "Mühlenstraße 29, Düsseldorf", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=375476", - "internal_url": "null", - "latitude": "51.2273407", - "longitude": "6.7738733", - "machine_status": "retired", - "id": 5695, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.828911199999999, - 51.09368509999999 - ] - }, - "properties": { - "name": "Dornumagus", - "area": "Germany", - "address": "Marketplace at Townhall, Dormagen", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=400698", - "internal_url": "null", - "latitude": "51.09368509999999", - "longitude": "6.828911199999999", - "machine_status": "available", - "id": 6321, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.058634399999999, - 51.1834261 - ] - }, - "properties": { - "name": "Edertalsperre", - "area": "Germany", - "address": "Edertalsperre, Edertal", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=404778", - "internal_url": "null", - "latitude": "51.1834261", - "longitude": "9.058634399999999", - "machine_status": "available", - "id": 6322, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.3146872, - 50.9795715 - ] - }, - "properties": { - "name": "Eisenach st tourism office", - "area": "Germany", - "address": ", Eisenach", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=404042", - "internal_url": "null", - "latitude": "50.9795715", - "longitude": "10.3146872", - "machine_status": "available", - "id": 6323, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.0421692, - 51.4861288 - ] - }, - "properties": { - "name": "Ruhrmuseum", - "area": "Germany", - "address": "Besucherzentrum Ruhr in der Kohlenwäsche, Essen", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=395351", - "internal_url": "null", - "latitude": "51.4861288", - "longitude": "7.0421692", - "machine_status": "available", - "id": 6324, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.307407399999999, - 49.9054179 - ] - }, - "properties": { - "name": "Mespelbrunn Castle", - "area": "Germany", - "address": "Mespelbrunn, Frankfurt ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=404873", - "internal_url": "null", - "latitude": "49.9054179", - "longitude": "9.307407399999999", - "machine_status": "available", - "id": 6325, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.682358, - 50.109928 - ] - }, - "properties": { - "name": "Römerplatz (Machine 3)", - "area": "Germany", - "address": "Saalgasse 19, 60311 Frankfurt am Main", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=405703", - "internal_url": "null", - "latitude": "50.109928", - "longitude": "8.682358", - "logs": { - "2021-11-14": "Machine available at business hours of souvenir shops. Needs 1 Euro and 5 Cents." - }, - "machine_status": "available", - "id": 5047, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.699297699999999, - 50.116471 - ] - }, - "properties": { - "name": "Zoo Frankfurt", - "area": "Germany", - "address": "Bernhard-Grzimek-Allee 1, 60316 Frankfurt am Main, Germany, Frankfurt am Main", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407182", - "internal_url": "null", - "latitude": "50.116471", - "longitude": "8.699297699999999", - "machine_status": "available", - "id": 6326, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.968820599999999, - 53.54539219999999 - ] - }, - "properties": { - "name": "Brücke 4", - "area": "Germany", - "address": "20359, Brücke 4, 20359 Hamburg, Alemania, Hamburg ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=410175", - "internal_url": "null", - "latitude": "53.54539219999999", - "longitude": "9.968820599999999", - "machine_status": "available", - "id": 6327, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.977961700000002, - 53.548481 - ] - }, - "properties": { - "name": "Tabakwaren & souvenirs", - "area": "Germany", - "address": "Engl. Planke, 20459 Hamburg, Alemania, Hamburg", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=410174", - "internal_url": "null", - "latitude": "53.548481", - "longitude": "9.977961700000002", - "machine_status": "available", - "id": 6328, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.0027142, - 49.6883851 - ] - }, - "properties": { - "name": "Erlebnispark Schloss Thurn", - "area": "Germany", - "address": "Schloßplatz 4, Heroldsbach", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=404162", - "internal_url": "null", - "latitude": "49.6883851", - "longitude": "11.0027142", - "machine_status": "available", - "id": 6329, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.8675096, - 49.5727718 - ] - }, - "properties": { - "name": "Atlantis Indoor Leisure Pool", - "area": "Germany", - "address": "Würzburgerstraße 35, Herzogenaurach", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=404237", - "internal_url": "null", - "latitude": "49.5727718", - "longitude": "10.8675096", - "machine_status": "available", - "id": 6330, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.1225944, - 51.7975097 - ] - }, - "properties": { - "name": "Tiergarten Kleve", - "area": "Germany", - "address": "Tiergartenstrasse 74, Kleve", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407067", - "internal_url": "null", - "latitude": "51.7975097", - "longitude": "6.1225944", - "machine_status": "available", - "id": 6331, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.95939, - 50.93603 - ] - }, - "properties": { - "name": "Kiosk Em Katze Von Kolle", - "area": "Germany", - "address": "Gürzenichstraße 30-32, Koln (Cologne)", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=413311", - "internal_url": "null", - "latitude": "50.93603", - "longitude": "6.95939", - "machine_status": "retired", - "id": 6332, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.9595978, - 50.93951999999999 - ] - }, - "properties": { - "name": "Souvenir Shop - Alstadt Em Hatze Vun Kolle", - "area": "Germany", - "address": "Unter Taschenmacher 10, Koln (Cologne)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413296", - "internal_url": "null", - "latitude": "50.93951999999999", - "longitude": "6.9595978", - "machine_status": "available", - "id": 6333, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.9604732, - 50.9385388 - ] - }, - "properties": { - "name": "Time Ride", - "area": "Germany", - "address": "Alter Markt 36-42, Koln (Cologne)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413298", - "internal_url": "null", - "latitude": "50.9385388", - "longitude": "6.9604732", - "machine_status": "available", - "id": 6334, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.4109625, - 53.2505532 - ] - }, - "properties": { - "name": "Lüne Souvenirs", - "area": "Germany", - "address": "Rosenstraße 7, Lüneburg", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407846", - "internal_url": "null", - "latitude": "53.2505532", - "longitude": "10.4109625", - "machine_status": "available", - "id": 6335, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.2580075, - 48.4062556 - ] - }, - "properties": { - "name": "Schloss Lichtenstein", - "area": "Germany", - "address": "Schloss Lichtenstein 1, Lichtenstein", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=411846", - "internal_url": "null", - "latitude": "48.4062556", - "longitude": "9.2580075", - "machine_status": "available", - "id": 6336, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.2580075, - 48.4062556 - ] - }, - "properties": { - "name": "Schloss Lichtenstein", - "area": "Germany", - "address": "Schloss Lichtenstein 1, Lichtenstein", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "48.4062556", - "longitude": "9.2580075", - "machine_status": "available", - "id": 6337, - "last_updated": "2023-12-11" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.0670197, - 50.3887874 - ] - }, - "properties": { - "name": "Dom zu Limburg", - "area": "Germany", - "address": "Domstrasse, Limburg an der Lahn", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=410787", - "internal_url": "null", - "latitude": "50.3887874", - "longitude": "8.0670197", - "machine_status": "available", - "id": 6338, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.2472526, - 49.9928617 - ] - }, - "properties": { - "name": "Mainz Store", - "area": "Germany", - "address": "Markt 17, Mainz", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=404631", - "internal_url": "null", - "latitude": "49.9928617", - "longitude": "8.2472526", - "machine_status": "available", - "id": 6339, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.1096029, - 52.9869703 - ] - }, - "properties": { - "name": "Deutsches Panzermuseum Munster", - "area": "Germany", - "address": "Hans-Krüger-Str. 33, Munster", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412773", - "internal_url": "null", - "latitude": "52.9869703", - "longitude": "10.1096029", - "machine_status": "available", - "id": 6340, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.6133275, - 51.53820469999999 - ] - }, - "properties": { - "name": "Terra Zoo", - "area": "Germany", - "address": "Melkweg 7, Rheinberg", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=409945", - "internal_url": "null", - "latitude": "51.53820469999999", - "longitude": "6.6133275", - "machine_status": "available", - "id": 6341, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.0502526, - 48.5196376 - ] - }, - "properties": { - "name": "Hohentübingen Castle", - "area": "Germany", - "address": "Burgsteig, Tübingen", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=411801", - "internal_url": "null", - "latitude": "48.5196376", - "longitude": "9.0502526", - "machine_status": "available", - "id": 6342, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.3565668, - 49.5559921 - ] - }, - "properties": { - "name": "Burg Lichtenberg", - "area": "Germany", - "address": "Burgstraße 17, Thallichtenberg", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=391922", - "internal_url": "null", - "latitude": "49.5559921", - "longitude": "7.3565668", - "machine_status": "available", - "id": 6343, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.351932, - 36.132827 - ] - }, - "properties": { - "name": "Top of the Rock - Cable Car", - "area": "Gibraltar", - "address": "Cable Car, Bottom Station, Gibraltar", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=102201", - "internal_url": "null", - "latitude": "36.132827", - "longitude": "-5.351932", - "machine_status": "out-of-order", - "id": 144, - "last_updated": "2024-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 23.7252445, - 37.9756712 - ] - }, - "properties": { - "name": "Hard Rock Cafe", - "area": "Greece", - "address": "Adrianou 52, Athens", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=387915", - "internal_url": "null", - "latitude": "37.9756712", - "longitude": "23.7252445", - "machine_status": "available", - "id": 6344, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 23.7253573, - 37.9756761 - ] - }, - "properties": { - "name": "Maiandros Restaurant", - "area": "Greece", - "address": "Adrianoy 47, Athens", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=387916", - "internal_url": "null", - "latitude": "37.9756761", - "longitude": "23.7253573", - "machine_status": "out-of-order", - "id": 6345, - "last_updated": "2024-10-04" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 25.431422, - 36.418275 - ] - }, - "properties": { - "name": "My Stampa", - "area": "Greece", - "address": "Santorini, Fira", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=133749", - "internal_url": "null", - "latitude": "36.418275", - "longitude": "25.431422", - "machine_status": "retired", - "id": 1034, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 114.1569737, - 22.3007964 - ] - }, - "properties": { - "name": "Hong Kong Palace Museum", - "area": "Hong Kong", - "address": "8 Museum Drive, West Kowloon Cultural District, Kowloon", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=409402", - "internal_url": "null", - "latitude": "22.3007964", - "longitude": "114.1569737", - "machine_status": "available", - "id": 6346, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 19.0830158, - 47.5152483 - ] - }, - "properties": { - "name": "City Park - Hot Air Balloon", - "area": "Hungary", - "address": "City Park, Budapest", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407068", - "internal_url": "null", - "latitude": "47.5152483", - "longitude": "19.0830158", - "machine_status": "available", - "id": 6347, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 19.0528283, - 47.5001213 - ] - }, - "properties": { - "name": "Gelarto Rosa", - "area": "Hungary", - "address": "Budapest, Szent István tér 3, 1051, Budapest", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407071", - "internal_url": "null", - "latitude": "47.5001213", - "longitude": "19.0528283", - "machine_status": "retired", - "id": 6348, - "last_updated": "2024-10-12" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 19.0715407, - 47.4905193 - ] - }, - "properties": { - "name": "Meme Múzeum", - "area": "Hungary", - "address": "József Utca 3. 3. Em. 22/A 1084, Budapest", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=415724", - "internal_url": "null", - "latitude": "47.4905193", - "longitude": "19.0715407", - "machine_status": "available", - "id": 6349, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 19.0823791, - 47.5186568 - ] - }, - "properties": { - "name": "Széchenyi fürdo", - "area": "Hungary", - "address": "Állatkerti krt. 9-11", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=266878", - "internal_url": "null", - "latitude": "47.5186568", - "longitude": "19.0823791", - "machine_status": "retired", - "id": 833, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 17.2418095, - 46.7709465 - ] - }, - "properties": { - "name": "Helikon Kastely (Festetics palace)", - "area": "Hungary", - "address": "Kastely u. 1, Keszthely", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=400378", - "internal_url": "null", - "latitude": "46.7709465", - "longitude": "17.2418095", - "machine_status": "available", - "id": 6350, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 21.5689187, - 48.315649 - ] - }, - "properties": { - "name": "Castle of Sárospatak", - "area": "Hungary", - "address": "Szent Erzsébet u. 19, Sárospatak ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=397436", - "internal_url": "null", - "latitude": "48.315649", - "longitude": "21.5689187", - "machine_status": "available", - "id": 6351, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 21.639023, - 48.4129189 - ] - }, - "properties": { - "name": "Zemplén Kalandpark", - "area": "Hungary", - "address": "Torzsás u. 25, Sátoraljaújhely", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=397437", - "internal_url": "null", - "latitude": "48.4129189", - "longitude": "21.639023", - "machine_status": "available", - "id": 6352, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 21.6220905, - 48.4364115 - ] - }, - "properties": { - "name": "A Magyar Nyelv Múzeuma ", - "area": "Hungary", - "address": "Kazinczy u. 275, Sátoraljaújhely - Széphalom ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=397439", - "internal_url": "null", - "latitude": "48.4364115", - "longitude": "21.6220905", - "machine_status": "available", - "id": 6353, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 20.5279705, - 46.873696 - ] - }, - "properties": { - "name": "Szarvasi Arborétum", - "area": "Hungary", - "address": "1. Kk 9., Szarvasi", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=397442", - "internal_url": "null", - "latitude": "46.873696", - "longitude": "20.5279705", - "machine_status": "available", - "id": 6354, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 20.1792635, - 47.1676051 - ] - }, - "properties": { - "name": "RepTár Szolnoki Repülomúzeum", - "area": "Hungary", - "address": "Indóház út 4-6., Szolnoki", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=397711", - "internal_url": "null", - "latitude": "47.1676051", - "longitude": "20.1792635", - "machine_status": "available", - "id": 6355, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 21.3544047, - 48.1268904 - ] - }, - "properties": { - "name": "Áldó Krisztus Szobor ", - "area": "Hungary", - "address": "Könyves Kálmán u. 64, Tarcal", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=397648", - "internal_url": "null", - "latitude": "48.1268904", - "longitude": "21.3544047", - "machine_status": "available", - "id": 6356, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 18.973859, - 47.7924728 - ] - }, - "properties": { - "name": "Királyi Palota (Visegrád)", - "area": "Hungary", - "address": "Fo utca 23, Visegrád ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=397440", - "internal_url": "null", - "latitude": "47.7924728", - "longitude": "18.973859", - "machine_status": "available", - "id": 6357, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.811922599999999, - 52.69956819999999 - ] - }, - "properties": { - "name": "Bunratty Castle & Folk Park", - "area": "Ireland", - "address": "Brown's Pawnbroker building in village street (building C), COUNTY CLARE - Bunratty ", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=203746", - "internal_url": "null", - "latitude": "52.69956819999999", - "longitude": "-8.811922599999999", - "machine_status": "available", - "id": 683, - "last_updated": "2024-01-17" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.568095999999999, - 51.9318122 - ] - }, - "properties": { - "name": "Erin Gift store @ Blarney Castle", - "area": "Ireland", - "address": "Castle Gates, COUNTY CORK - Blarney", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=108590", - "internal_url": "null", - "latitude": "51.9318122", - "longitude": "-8.568095999999999", - "machine_status": "retired", - "id": 686, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.2192022, - 53.22169880000001 - ] - }, - "properties": { - "name": "Johnnie Fox's Pub", - "area": "Ireland", - "address": "Glencullen, COUNTY DUBLIN -Glencullen", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=262826", - "internal_url": "null", - "latitude": "53.22169880000001", - "longitude": "-6.2192022", - "machine_status": "retired", - "id": 691, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.6255223, - 52.669718 - ] - }, - "properties": { - "name": "King John's Castle", - "area": "Ireland", - "address": "Nicholas St, King's Island, COUNTY LIMERICK - Limerick", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=82158", - "internal_url": "null", - "latitude": "52.669718", - "longitude": "-8.6255223", - "machine_status": "retired", - "id": 694, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.0981472, - 53.20344189999999 - ] - }, - "properties": { - "name": "National Sea Life Bray", - "area": "Ireland", - "address": "Strand Road, COUNTY WICKLOW - Bray", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=79820", - "internal_url": "null", - "latitude": "53.20344189999999", - "longitude": "-6.0981472", - "machine_status": "retired", - "id": 696, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.2570343, - 53.3502081 - ] - }, - "properties": { - "name": "Carroll's Gift Store ", - "area": "Ireland", - "address": "Talbot St 99, Dublin", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=370148", - "internal_url": "null", - "latitude": "53.3502081", - "longitude": "-6.2570343", - "machine_status": "retired", - "id": 5812, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.2603097, - 53.3498053 - ] - }, - "properties": { - "name": "Carrolls Irish gift shop", - "area": "Ireland", - "address": "Westmoreland, Dublin", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=404318", - "internal_url": "null", - "latitude": "53.3498053", - "longitude": "-6.2603097", - "machine_status": "retired", - "id": 6358, - "last_updated": "2024-08-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.260980699999999, - 53.3512012 - ] - }, - "properties": { - "name": "Carrolls Irish Gifts ", - "area": "Ireland", - "address": "57/58 Upper O' Connell Street, Dublin", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=110572", - "internal_url": "null", - "latitude": "53.3512012", - "longitude": "-6.260980699999999", - "machine_status": "retired", - "id": 702, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.2165659, - 53.277435 - ] - }, - "properties": { - "name": "Imaginosity Children's Museum - Dublin", - "area": "Ireland", - "address": "The Plaza, Beacon South Quarter, Sandyford, , Dublin", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=102106", - "internal_url": "null", - "latitude": "53.277435", - "longitude": "-6.2165659", - "machine_status": "retired", - "id": 707, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 35.1918405, - 32.572808 - ] - }, - "properties": { - "name": "Megiddo", - "area": "Israel", - "address": "road no. 66, about 2 km west of the Megiddo junction, Megiddo", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=199505", - "internal_url": "null", - "latitude": "32.572808", - "longitude": "35.1918405", - "machine_status": "retired", - "id": 1045, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.7072132, - 45.0779615 - ] - }, - "properties": { - "name": "Libri Idee Regalo Antonini Antonella", - "area": "Italy", - "address": "Via Medail 76", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=73081", - "internal_url": "null", - "latitude": "45.0779615", - "longitude": "6.7072132", - "machine_status": "retired", - "id": 903, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.3271932, - 41.0731682 - ] - }, - "properties": { - "name": "Reggia di Caserta", - "area": "Italy", - "address": "Piazza Carlo di Borbone, 81100 Caserta CE / Google Maps coordinates 38FG+7V, Caserta CE", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=410435", - "internal_url": "null", - "latitude": "41.0731682", - "longitude": "14.3271932", - "machine_status": "available", - "id": 6359, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.2537203, - 43.7686365 - ] - }, - "properties": { - "name": "Bar Tabacchi Melloni ", - "area": "Italy", - "address": "Via dei Bardi 74/r (near to Pontevecchio)", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=74233", - "internal_url": "null", - "latitude": "43.7686365", - "longitude": "11.2537203", - "machine_status": "retired", - "id": 918, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.2548595, - 43.7744562 - ] - }, - "properties": { - "name": "Dischi Alberti", - "area": "Italy", - "address": "49 Borgo San Lorenzo, Firenze, Italy", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=52714", - "internal_url": "null", - "latitude": "43.7744562", - "longitude": "11.2548595", - "machine_status": "retired", - "id": 919, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 17.975603, - 40.054738 - ] - }, - "properties": { - "name": "La Bottega del Salento", - "area": "Italy", - "address": "Via Antonietta de Pace, 77, Gallipoli", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407995", - "internal_url": "null", - "latitude": "40.054738", - "longitude": "17.975603", - "machine_status": "available", - "id": 6360, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.6352957, - 45.50647559999999 - ] - }, - "properties": { - "name": "Lido di Jesolo SEALIFE Aquarium", - "area": "Italy", - "address": "Piazza Venezia", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=93153", - "internal_url": "null", - "latitude": "45.50647559999999", - "longitude": "12.6352957", - "machine_status": "retired", - "id": 923, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.2018922, - 46.4185966 - ] - }, - "properties": { - "name": "Passo Mendola - Mountain Station / Gasthof Schönblick", - "area": "Italy", - "address": "Passo Mendola, 39052, Caldaro sulla strada del vino BZ, Italien, Mendola", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=405391", - "internal_url": "null", - "latitude": "46.4185966", - "longitude": "11.2018922", - "machine_status": "available", - "id": 6361, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.184599, - 45.4663089 - ] - }, - "properties": { - "name": "Hard Rock Cafe", - "area": "Italy", - "address": "Via Dante 5, Milan (Milano) ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=406862", - "internal_url": "null", - "latitude": "45.4663089", - "longitude": "9.184599", - "machine_status": "available", - "id": 6362, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.1793325, - 45.4704762 - ] - }, - "properties": { - "name": "Castello Sforzesco", - "area": "Italy", - "address": "Piazza Castello, 20121 Milano MI, Italien, Milano ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413956", - "internal_url": "null", - "latitude": "45.4704762", - "longitude": "9.1793325", - "machine_status": "available", - "id": 6363, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.1919265, - 45.4640976 - ] - }, - "properties": { - "name": "Duomo di Milano", - "area": "Italy", - "address": "P. za del Duomo Milano MI, Milano", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=398970", - "internal_url": "null", - "latitude": "45.4640976", - "longitude": "9.1919265", - "machine_status": "available", - "id": 6364, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 15.0685594, - 36.8914181 - ] - }, - "properties": { - "name": "This & That Bazar Souvenir", - "area": "Italy", - "address": "Corso Vittorio Emanuele, 87, Noto (SR)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=406370", - "internal_url": "null", - "latitude": "36.8914181", - "longitude": "15.0685594", - "machine_status": "available", - "id": 6365, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 17.22261, - 40.99489459999999 - ] - }, - "properties": { - "name": "Meraviglioso Souvenir Shop", - "area": "Italy", - "address": "Piazzetta Fulvia Miani Perotti, Polignano a Mare", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412667", - "internal_url": "null", - "latitude": "40.99489459999999", - "longitude": "17.22261", - "machine_status": "available", - "id": 6366, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.4869128, - 40.6284055 - ] - }, - "properties": { - "name": "Chiesa di Santa Maria Assunta", - "area": "Italy", - "address": "P.za Flavio Gioia, Positano SA", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=410337", - "internal_url": "null", - "latitude": "40.6284055", - "longitude": "14.4869128", - "machine_status": "retired", - "id": 6367, - "last_updated": "2024-04-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.7123907, - 44.12810899999999 - ] - }, - "properties": { - "name": "National Park of Cinque Terre", - "area": "Italy", - "address": "info-point Train Station", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=54914", - "internal_url": "null", - "latitude": "44.12810899999999", - "longitude": "9.7123907", - "machine_status": "retired", - "id": 930, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.4897514, - 41.90634 - ] - }, - "properties": { - "name": "Hard Rock Cafe Rome", - "area": "Italy", - "address": "62,Via Vittorio Veneto - 00187 Rom (RM), Rome", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=392358", - "internal_url": "null", - "latitude": "41.90634", - "longitude": "12.4897514", - "machine_status": "available", - "id": 6368, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.4651681, - 41.9007833 - ] - }, - "properties": { - "name": "Newsstand", - "area": "Italy", - "address": "Piazza Pasquale Paoli, 00186 Roma RM, Italy, Rome", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=405217", - "internal_url": "null", - "latitude": "41.9007833", - "longitude": "12.4651681", - "machine_status": "available", - "id": 6369, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 139.8750071, - 35.6260875 - ] - }, - "properties": { - "name": "Tokyo Disney Resort's Toy Story Hotel", - "area": "Japan", - "address": "46 Maihama Urayasu-shi, Chiba Prefecture - Urayasu-shi", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=415828", - "internal_url": "null", - "latitude": "35.6260875", - "longitude": "139.8750071", - "machine_status": "available", - "id": 6370, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 141.6929304, - 42.7841889 - ] - }, - "properties": { - "name": "Pokemon Store New Chitose Airport", - "area": "Japan", - "address": "987 Bibi, Chitose, Hokkaido", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=402966", - "internal_url": "null", - "latitude": "42.7841889", - "longitude": "141.6929304", - "machine_status": "available", - "id": 6371, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 136.9643157, - 35.7484949 - ] - }, - "properties": { - "name": "Ryukyo no Sato", - "area": "Japan", - "address": ", Gujo-Hachiman, Gifu prefecture", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=387853", - "internal_url": "null", - "latitude": "35.7484949", - "longitude": "136.9643157", - "machine_status": "available", - "id": 6372, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 134.764362, - 34.871029 - ] - }, - "properties": { - "name": "Himeji Central Park", - "area": "Japan", - "address": "1434 Toyotomicho Kodani, Himeji, Hyogo Prefecture", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=388255", - "internal_url": "null", - "latitude": "34.871029", - "longitude": "134.764362", - "machine_status": "available", - "id": 6373, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 132.457298, - 34.395682 - ] - }, - "properties": { - "name": "Pokemon Center Hiroshima", - "area": "Japan", - "address": "6F Sogo Hiroshima 6-27 Moto-machi, Naka-ku, Hiroshima", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=389795", - "internal_url": "null", - "latitude": "34.395682", - "longitude": "132.457298", - "machine_status": "available", - "id": 6374, - "last_updated": "2024-05-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 140.0926004, - 35.5116387 - ] - }, - "properties": { - "name": "Kominato Waiting Room and Cafe", - "area": "Japan", - "address": "1-1-2 Goichuohigashi, Ichihara City, Chiba", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=399208", - "internal_url": "null", - "latitude": "35.5116387", - "longitude": "140.0926004", - "machine_status": "available", - "id": 6375, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 139.1069355, - 35.2323825 - ] - }, - "properties": { - "name": "Hakone Sekisho Museum", - "area": "Japan", - "address": "1 Hakone Ashigarashimogun Hakonemachi, Kanagawa Prefecture", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=399454", - "internal_url": "null", - "latitude": "35.2323825", - "longitude": "139.1069355", - "machine_status": "available", - "id": 6376, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 139.6447028, - 35.4427792 - ] - }, - "properties": { - "name": "Yokohama Omoshiro Aquarium", - "area": "Japan", - "address": "Yamashitachou, Yokohamashinaka-ku, Kagawa 231-0023, Kanagawa-Yokohama", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=349733", - "internal_url": "null", - "latitude": "35.4427792", - "longitude": "139.6447028", - "machine_status": "retired", - "id": 2786, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 141.5497732, - 42.9900571 - ] - }, - "properties": { - "name": "Es Con Field Hokkaido", - "area": "Japan", - "address": "F Village, KitaHiroshima-shi, Hokkaido", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=402967", - "internal_url": "null", - "latitude": "42.9900571", - "longitude": "141.5497732", - "machine_status": "available", - "id": 6377, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 131.0041042, - 32.8668305 - ] - }, - "properties": { - "name": "Aso Farm Land - Shizen Kenko-kan Gift Shop", - "area": "Japan", - "address": "5579-3 Kawayou Minamiasomura, Aso-gun, Kumamoto", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=415332", - "internal_url": "null", - "latitude": "32.8668305", - "longitude": "131.0041042", - "machine_status": "available", - "id": 6378, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 130.4686288, - 32.9877199 - ] - }, - "properties": { - "name": "Green Land - Candy House", - "area": "Japan", - "address": "Midorigaoka, Arao-shi, Kumamoto", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=415333", - "internal_url": "null", - "latitude": "32.9877199", - "longitude": "130.4686288", - "machine_status": "available", - "id": 6379, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 130.6885128, - 32.790383 - ] - }, - "properties": { - "name": "Kumamoto Station", - "area": "Japan", - "address": ", Kumamoto ", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=288732", - "internal_url": "null", - "latitude": "32.790383", - "longitude": "130.6885128", - "machine_status": "retired", - "id": 2791, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 141.0655993, - 38.3716784 - ] - }, - "properties": { - "name": "Date Masamune Historical Museum", - "area": "Japan", - "address": "13-13 Fugendou, Matsushima Aza, Matsushima, Miyagi", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=389445", - "internal_url": "null", - "latitude": "38.3716784", - "longitude": "141.0655993", - "machine_status": "available", - "id": 6380, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 138.9795044, - 35.1458989 - ] - }, - "properties": { - "name": "Mishima Skywalk", - "area": "Japan", - "address": "313 Sasahara-shinden, Mishima-shi, Shizuoka Prefecture", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=399455", - "internal_url": "null", - "latitude": "35.1458989", - "longitude": "138.9795044", - "machine_status": "available", - "id": 6381, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 138.8059783, - 37.452004 - ] - }, - "properties": { - "name": "Nagaoka Hanabi-Kan Fireworks Museum", - "area": "Japan", - "address": "707 Kitamachi, Nagaoka-shi, Niigata Prefecture", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=399207", - "internal_url": "null", - "latitude": "37.452004", - "longitude": "138.8059783", - "machine_status": "available", - "id": 6382, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 139.1567164, - 37.924715 - ] - }, - "properties": { - "name": "Niigata Senbei Kingdom", - "area": "Japan", - "address": "2661 Niizaki Kita-ku, Niigata-shi, Niigata Prefecture", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=392835", - "internal_url": "null", - "latitude": "37.924715", - "longitude": "139.1567164", - "machine_status": "available", - "id": 6383, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 141.3501151, - 43.0679384 - ] - }, - "properties": { - "name": "Snoopy Town Shop Sapporo", - "area": "Japan", - "address": "5, Nishi 2-chome, Kita 5-jo, Chuo-ku, Sapporo", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=179438", - "internal_url": "null", - "latitude": "43.0679384", - "longitude": "141.3501151", - "machine_status": "retired", - "id": 2824, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 140.8814934, - 38.2620304 - ] - }, - "properties": { - "name": "Pokemon Center Tohoku", - "area": "Japan", - "address": "8F Sendai Parco 1-2-3 Chuo, Aoba-ku, Sendai, Miyagi", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=389444", - "internal_url": "null", - "latitude": "38.2620304", - "longitude": "140.8814934", - "machine_status": "available", - "id": 6384, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 139.7001252, - 35.6612003 - ] - }, - "properties": { - "name": "Disney Store, Shibuya Koen-dori", - "area": "Japan", - "address": "20-15 Udagawacho Humnax Pavillion Shibuya Koen-dori, , Shibuya - Tokyo Prefecture", - "status": "retired", - "external_url": "null", - "internal_url": "null", - "latitude": "35.6612003", - "longitude": "139.7001252", - "machine_status": "retired", - "id": 5841, - "last_updated": "2024-03-16" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 136.5389522, - 34.8455935 - ] - }, - "properties": { - "name": "Suzuka Circuit Park", - "area": "Japan", - "address": "7992 Inoucho, Suzuka, Mie Prefecture", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=387979", - "internal_url": "null", - "latitude": "34.8455935", - "longitude": "136.5389522", - "machine_status": "available", - "id": 6385, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 139.7065474, - 35.667733 - ] - }, - "properties": { - "name": "Kiddy Land - Harajuku (basement Snoopy Town)", - "area": "Japan", - "address": "6-1-9 Jingu-mae, Shibuya-ku, Tokyo", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=27163", - "internal_url": "null", - "latitude": "35.667733", - "longitude": "139.7065474", - "machine_status": "retired", - "id": 2840, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 139.7681656, - 35.6810432 - ] - }, - "properties": { - "name": "Tokyo Okashi Land", - "area": "Japan", - "address": "Tokyo Station Ichibangai B1 1-9-1 Marunouchi Chiyoda-ku, Tokyo", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=291445", - "internal_url": "null", - "latitude": "35.6810432", - "longitude": "139.7681656", - "machine_status": "retired", - "id": 2857, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 139.7544116, - 35.7050355 - ] - }, - "properties": { - "name": "Jump Shop, Aqua City", - "area": "Japan", - "address": "1-3-61 Koraku Bunkyo-ku, Tokyo (Odaiba)", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=291110", - "internal_url": "null", - "latitude": "35.7050355", - "longitude": "139.7544116", - "machine_status": "retired", - "id": 2863, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 135.2447649, - 34.4353126 - ] - }, - "properties": { - "name": "Toy Park Kansai Airport", - "area": "Japan", - "address": "Kansai Airport Terminal 3F, Tzumisano - Osaka", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=104732", - "internal_url": "null", - "latitude": "34.4353126", - "longitude": "135.2447649", - "machine_status": "retired", - "id": 2868, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 139.633639, - 35.456956 - ] - }, - "properties": { - "name": "Sanrio Vivitix", - "area": "Japan", - "address": "2 Chome-3 Minatomirai, Nishi Ward, Yokohama - Kanagawa Prefecture", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=302827", - "internal_url": "null", - "latitude": "35.456956", - "longitude": "139.633639", - "machine_status": "retired", - "id": 2875, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 24.1149524, - 56.9440215 - ] - }, - "properties": { - "name": "Central Market (Centraltirgus)", - "area": "Latvia", - "address": "Negu Iela 7, Riga", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=336100", - "internal_url": "null", - "latitude": "56.9440215", - "longitude": "24.1149524", - "machine_status": "retired", - "id": 5847, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 22.2845738, - 55.25250879999999 - ] - }, - "properties": { - "name": "Taurage Castle Museum", - "area": "Lithuania", - "address": "Dariaus ir Gireno st. 5, Taurage, Taurage", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=402010", - "internal_url": "null", - "latitude": "55.25250879999999", - "longitude": "22.2845738", - "machine_status": "available", - "id": 6386, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 113.5453651, - 22.196274 - ] - }, - "properties": { - "name": "Lai Kei Sorvetes ", - "area": "Macao", - "address": "12 Av. do Conselheiro Ferreira de Almeida, Macau", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=411919", - "internal_url": "null", - "latitude": "22.196274", - "longitude": "113.5453651", - "machine_status": "available", - "id": 6387, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 101.7105512, - 3.1421984 - ] - }, - "properties": { - "name": "Berjaya Times Square", - "area": "Malaysia", - "address": "No1, Jalan Imbi,, Kuala Lumpur", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=298075", - "internal_url": "null", - "latitude": "3.1421984", - "longitude": "101.7105512", - "machine_status": "retired", - "id": 1746, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.2678184, - 36.0489144 - ] - }, - "properties": { - "name": "Ggantija tempels, Gozo island", - "area": "Malta", - "address": "Triq John Otto Bayer, Xaghra, Gozo Island", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407464", - "internal_url": "null", - "latitude": "36.0489144", - "longitude": "14.2678184", - "machine_status": "available", - "id": 6388, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.4258739, - 35.9094431 - ] - }, - "properties": { - "name": "Rotunda (Dome church)", - "area": "Malta", - "address": ", Mosta", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407807", - "internal_url": "null", - "latitude": "35.9094431", - "longitude": "14.4258739", - "machine_status": "available", - "id": 6389, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -99.9455684, - 20.7449502 - ] - }, - "properties": { - "name": "Peña de Bernal ", - "area": "Mexico", - "address": "Calle Corregidora 56 , Bernal, Querétaro ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=392283", - "internal_url": "null", - "latitude": "20.7449502", - "longitude": "-99.9455684", - "machine_status": "available", - "id": 6390, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -109.9129903, - 22.8834015 - ] - }, - "properties": { - "name": "Cabo Wabo Catina", - "area": "Mexico", - "address": "Downtown, Cabo San Lucas", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=288961", - "internal_url": "null", - "latitude": "22.8834015", - "longitude": "-109.9129903", - "machine_status": "retired", - "id": 3216, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -109.7182665, - 23.1455358 - ] - }, - "properties": { - "name": "Los Cabos International Airport (SJD)", - "area": "Mexico", - "address": "Carretera Transpeninsular Km 43.5,, San José del Cabo, Baja California Sur", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=354754", - "internal_url": "null", - "latitude": "23.1455358", - "longitude": "-109.7182665", - "machine_status": "retired", - "id": 6391, - "last_updated": "2023-12-12" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.29092050000001, - 19.1909589 - ] - }, - "properties": { - "name": "Val'Quirico ", - "area": "Mexico", - "address": "Km. 2 carretera a Xoxtla , Santa Isabel Tetlatlahuca ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407212", - "internal_url": "null", - "latitude": "19.1909589", - "longitude": "-98.29092050000001", - "machine_status": "available", - "id": 6392, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3482147, - 52.1518483 - ] - }, - "properties": { - "name": "Wildlands Adventure Zoo (Was Dierenpark) (ZOO)", - "area": "Netherlands", - "address": "Barchman Wuytierslaan 224 , Amersfoort", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=299476", - "internal_url": "null", - "latitude": "52.1518483", - "longitude": "5.3482147", - "machine_status": "retired", - "id": 153, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8925782, - 52.3725915 - ] - }, - "properties": { - "name": "Madame Tussauds", - "area": "Netherlands", - "address": "Dam 20, Amsterdam", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=93011", - "internal_url": "null", - "latitude": "52.3725915", - "longitude": "4.8925782", - "machine_status": "retired", - "id": 164, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8797554, - 52.3580111 - ] - }, - "properties": { - "name": "Stedelijk Museum Amsterdam", - "area": "Netherlands", - "address": "Museumplein 10, Amsterdam", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=265223", - "internal_url": "null", - "latitude": "52.3580111", - "longitude": "4.8797554", - "machine_status": "retired", - "id": 5861, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.897557, - 52.376831 - ] - }, - "properties": { - "name": "Tours and Tickets", - "area": "Netherlands", - "address": "10 Damrak, Amsterdam", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=245445", - "internal_url": "null", - "latitude": "52.376831", - "longitude": "4.897557", - "machine_status": "retired", - "id": 168, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.9013729, - 51.9888432 - ] - }, - "properties": { - "name": "Nederlands Water Museum", - "area": "Netherlands", - "address": "Zijpendaalsweg 26-28, Arnhem", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=53749", - "internal_url": "null", - "latitude": "51.9888432", - "longitude": "5.9013729", - "machine_status": "retired", - "id": 173, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.1920357, - 53.00674369999999 - ] - }, - "properties": { - "name": "Bourtange Vesting", - "area": "Netherlands", - "address": "Willem Lodewijkstraat 33, , Bourtange", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=414346", - "internal_url": "null", - "latitude": "53.00674369999999", - "longitude": "7.1920357", - "machine_status": "available", - "id": 6393, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.764673999999999, - 53.0752646 - ] - }, - "properties": { - "name": "Maritiem- en Juttersmuseum Flora", - "area": "Netherlands", - "address": "Californiëweg 1c, De Koog", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=414621", - "internal_url": "null", - "latitude": "53.0752646", - "longitude": "4.764673999999999", - "machine_status": "available", - "id": 6394, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.638145, - 52.338136 - ] - }, - "properties": { - "name": "Museum de Cruquius", - "area": "Netherlands", - "address": "Cruquiusdijk 27, Haarlemmermeer", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=264181", - "internal_url": "null", - "latitude": "52.338136", - "longitude": "4.638145", - "machine_status": "retired", - "id": 191, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.8494731, - 53.0394711 - ] - }, - "properties": { - "name": "Restaurant 't Pakhuus", - "area": "Netherlands", - "address": "Haven 8, Oudeschild", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=414620", - "internal_url": "null", - "latitude": "53.0394711", - "longitude": "4.8494731", - "machine_status": "available", - "id": 6395, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4696264, - 51.9238261 - ] - }, - "properties": { - "name": "Feyenoord Fanshops ", - "area": "Netherlands", - "address": "Stationsplein 2 3013 AJ , Rotterdam", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=334814", - "internal_url": "null", - "latitude": "51.9238261", - "longitude": "4.4696264", - "machine_status": "retired", - "id": 5872, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.4651495, - 51.9228288 - ] - }, - "properties": { - "name": "Miniworld Rotterdam", - "area": "Netherlands", - "address": "Weena 745, Rotterdam", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=392492", - "internal_url": "null", - "latitude": "51.9228288", - "longitude": "4.4651495", - "machine_status": "available", - "id": 6396, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.74532, - 53.07796 - ] - }, - "properties": { - "name": "Ecomare", - "area": "Netherlands", - "address": ", Texel", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=393508", - "internal_url": "null", - "latitude": "53.07796", - "longitude": "4.74532", - "machine_status": "available", - "id": 6397, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 174.7271533, - -36.8675054 - ] - }, - "properties": { - "name": "Museum of Transport and Technology (MOTAT)", - "area": "New Zealand", - "address": "805 Great North Road, Western Springs, Auckland", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=195271", - "internal_url": "null", - "latitude": "-36.8675054", - "longitude": "174.7271533", - "machine_status": "retired", - "id": 3868, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 172.5940714, - -43.4635263 - ] - }, - "properties": { - "name": "Willowbank", - "area": "New Zealand", - "address": "60 Hussey Road, Harewood, Christchurch", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=115166", - "internal_url": "null", - "latitude": "-43.4635263", - "longitude": "172.5940714", - "machine_status": "retired", - "id": 3872, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.252890599999999, - 37.0871106 - ] - }, - "properties": { - "name": "Albufeira Tunnel ", - "area": "Portugal", - "address": "R.5 de Outubro 3 1, Albufeira ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=406952", - "internal_url": "null", - "latitude": "37.0871106", - "longitude": "-8.252890599999999", - "machine_status": "available", - "id": 6398, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.2535937, - 37.0890839 - ] - }, - "properties": { - "name": "Joias da Praia", - "area": "Portugal", - "address": "Av. da Liberdade no 13-15, Albufeira ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=406415", - "internal_url": "null", - "latitude": "37.0890839", - "longitude": "-8.2535937", - "machine_status": "available", - "id": 6399, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.249836799999999, - 37.0868317 - ] - }, - "properties": { - "name": "Praia dos Pescadores Beach look out", - "area": "Portugal", - "address": "R. Alm Gago Coutinho 1, Albufeira ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=399586", - "internal_url": "null", - "latitude": "37.0868317", - "longitude": "-8.249836799999999", - "machine_status": "available", - "id": 6400, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.245414, - 37.0989332 - ] - }, - "properties": { - "name": "Terminal Rodovuário de Albufeira", - "area": "Portugal", - "address": "R. Paul Harris, Albufeira ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=406414", - "internal_url": "null", - "latitude": "37.0989332", - "longitude": "-8.245414", - "machine_status": "available", - "id": 6401, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.1624694, - 41.7272377 - ] - }, - "properties": { - "name": "Gerês (cascadas) ", - "area": "Portugal", - "address": "Loja GH, Av. Manuel Francisco da Costa, 4845-067, Braga", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=401825", - "internal_url": "null", - "latitude": "41.7272377", - "longitude": "-8.1624694", - "machine_status": "available", - "id": 6402, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -16.9661021, - 32.7205809 - ] - }, - "properties": { - "name": "Curral Das Freiras (Valley of the Nuns)", - "area": "Portugal", - "address": "Caminho da Padaria, Curral Das Freiras (Madeira Island)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=394817", - "internal_url": "null", - "latitude": "32.7205809", - "longitude": "-16.9661021", - "machine_status": "available", - "id": 6403, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -16.9625514, - 32.7103526 - ] - }, - "properties": { - "name": "Eira Do Serrado Hotel and Spa ", - "area": "Portugal", - "address": "Eira Do Serrado, Curral Das Freiras (Madeira Island)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=394816", - "internal_url": "null", - "latitude": "32.7103526", - "longitude": "-16.9625514", - "machine_status": "available", - "id": 6404, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.6781531, - 39.63019560000001 - ] - }, - "properties": { - "name": "Heranças de Fátima ", - "area": "Portugal", - "address": "Av.Dom José Alves Correia da Silva, n123 loja 37, Fátima", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=396019", - "internal_url": "null", - "latitude": "39.63019560000001", - "longitude": "-8.6781531", - "machine_status": "available", - "id": 6405, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -7.9318241, - 37.0164498 - ] - }, - "properties": { - "name": "Oberon", - "area": "Portugal", - "address": "R. de Santo Antonio 67, Faro", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407085", - "internal_url": "null", - "latitude": "37.0164498", - "longitude": "-7.9318241", - "machine_status": "available", - "id": 6406, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -7.894549, - 37.0930968 - ] - }, - "properties": { - "name": "Oberon 2", - "area": "Portugal", - "address": "R. Vasco da Gama 23, Faro", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407084", - "internal_url": "null", - "latitude": "37.0930968", - "longitude": "-7.894549", - "machine_status": "available", - "id": 6407, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -16.9023146, - 32.6759575 - ] - }, - "properties": { - "name": "Carreiros do Monte (departure location - Monte)", - "area": "Portugal", - "address": "Caminho do Monte 4, Monte, Funchal (Madeira Island)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=395110", - "internal_url": "null", - "latitude": "32.6759575", - "longitude": "-16.9023146", - "machine_status": "available", - "id": 6408, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -16.9082826, - 32.648131 - ] - }, - "properties": { - "name": "Funchal Cathedral", - "area": "Portugal", - "address": "Rua do Aljube, Funchal (Madeira Island)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=394499", - "internal_url": "null", - "latitude": "32.648131", - "longitude": "-16.9082826", - "machine_status": "available", - "id": 6409, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -16.916687, - 32.6413396 - ] - }, - "properties": { - "name": "Port of Funchal", - "area": "Portugal", - "address": "23 Av. Sá Carneiro , Funchal (Madeira Island)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=395155", - "internal_url": "null", - "latitude": "32.6413396", - "longitude": "-16.916687", - "machine_status": "available", - "id": 6410, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -16.9025536, - 32.6478538 - ] - }, - "properties": { - "name": "Madeira Story Centre", - "area": "Portugal", - "address": "R. Dom Carlos I 27, Funchal, Madeira", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "32.6478538", - "longitude": "-16.9025536", - "machine_status": "available", - "id": 6411, - "last_updated": "2024-02-24" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.6723885, - 37.1021841 - ] - }, - "properties": { - "name": "Casa de Praia", - "area": "Portugal", - "address": "R. Afonso de Almeida 31, 8600-674 Lagos, Portugal, Lagos", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=390324", - "internal_url": "null", - "latitude": "37.1021841", - "longitude": "-8.6723885", - "machine_status": "available", - "id": 6412, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -9.1338289, - 38.7099722 - ] - }, - "properties": { - "name": "St Anthony's Church", - "area": "Portugal", - "address": "Largo de Santo António da Sé, 1100-401 Lisboa, Portugal, Lisbon", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=406624", - "internal_url": "null", - "latitude": "38.7099722", - "longitude": "-9.1338289", - "machine_status": "available", - "id": 6413, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -16.9668514, - 32.7199503 - ] - }, - "properties": { - "name": "Curral das Freiras", - "area": "Portugal", - "address": "Madeira, Madeira", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=409758", - "internal_url": "null", - "latitude": "32.7199503", - "longitude": "-16.9668514", - "machine_status": "available", - "id": 6414, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -9.0766144, - 39.6043312 - ] - }, - "properties": { - "name": "Casa Miradouro", - "area": "Portugal", - "address": "Largo de Nossa Sra. da Nazaré 14, Nazaré", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=414903", - "internal_url": "null", - "latitude": "39.6043312", - "longitude": "-9.0766144", - "machine_status": "available", - "id": 6415, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -25.666766, - 37.7403281 - ] - }, - "properties": { - "name": "LUZ Gift Shop (Luzart Souvenir Manufacturer)", - "area": "Portugal", - "address": "Rua dos Mercadores 53, 9500-092, Ponta Delgada", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=410987", - "internal_url": "null", - "latitude": "37.7403281", - "longitude": "-25.666766", - "machine_status": "available", - "id": 6416, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -17.1706955, - 32.8675659 - ] - }, - "properties": { - "name": "Porto Moniz (Madeira Island)", - "area": "Portugal", - "address": "Hotel Salgueiro, Rua do Lugar, 34 Vila do Porto Moniz, Porto Moniz (Madeira Island)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=394500", - "internal_url": "null", - "latitude": "32.8675659", - "longitude": "-17.1706955", - "machine_status": "available", - "id": 6417, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -17.0910179, - 32.68833650000001 - ] - }, - "properties": { - "name": "Snack-Bar o Veu da Noiva", - "area": "Portugal", - "address": "Antiga Tracado da Estrada Regional 101, Porto Moniz (Madeira Island)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=395023", - "internal_url": "null", - "latitude": "32.68833650000001", - "longitude": "-17.0910179", - "machine_status": "available", - "id": 6418, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -9.3893376, - 38.792556 - ] - }, - "properties": { - "name": "Castelo dos Mouros", - "area": "Portugal", - "address": "2710 Sintra, Sintra ", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=303617", - "internal_url": "null", - "latitude": "38.792556", - "longitude": "-9.3893376", - "machine_status": "retired", - "id": 680, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -66.11473, - 18.4652839 - ] - }, - "properties": { - "name": "The Doll House", - "area": "Puerto Rico", - "address": "255 Calle Fortaleza, Old San Juan (Viejo San Juan)", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=206132", - "internal_url": "null", - "latitude": "18.4652839", - "longitude": "-66.11473", - "machine_status": "retired", - "id": 3128, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -66.1239202, - 18.4706276 - ] - }, - "properties": { - "name": "Castillo San Felipe del Morro", - "area": "Puerto Rico", - "address": "501 C. Norzagaray, San Juan ", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=381280", - "internal_url": "null", - "latitude": "18.4706276", - "longitude": "-66.1239202", - "machine_status": "retired", - "id": 5896, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 24.7945682, - 46.217924 - ] - }, - "properties": { - "name": "Piata Hermann Oberth", - "area": "Romania", - "address": "Piata Hermann Oberth 1, Sighisoara", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=399850", - "internal_url": "null", - "latitude": "46.217924", - "longitude": "24.7945682", - "machine_status": "available", - "id": 6419, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 49.7829456, - 58.6121535 - ] - }, - "properties": { - "name": "Yurkin Park", - "area": "Russia", - "address": "Talitskaya Ulitsa, 50, Kirov", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=406741", - "internal_url": "null", - "latitude": "58.6121535", - "longitude": "49.7829456", - "machine_status": "available", - "id": 6420, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 37.5800797, - 55.6433815 - ] - }, - "properties": { - "name": "Equestrian Sport Center Bitsa", - "area": "Russia", - "address": "Balaklavskiy Prospekt, 33, Moscow", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=244662", - "internal_url": "null", - "latitude": "55.6433815", - "longitude": "37.5800797", - "machine_status": "retired", - "id": 31, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 37.6694982, - 55.6704144 - ] - }, - "properties": { - "name": "Moscow State Integrated Museum - Reserve", - "area": "Russia", - "address": "115487, Moscow, 39, Prospect Andropova, Moscow", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=231638", - "internal_url": "null", - "latitude": "55.6704144", - "longitude": "37.6694982", - "machine_status": "retired", - "id": 33, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.7714736, - 56.6281646 - ] - }, - "properties": { - "name": "Clansman Hotel", - "area": "Scotland", - "address": "On highway A82, Along shore of Loch Ness", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=46799", - "internal_url": "null", - "latitude": "56.6281646", - "longitude": "-4.7714736", - "machine_status": "available", - "id": 6421, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.6710449, - 57.13397519999999 - ] - }, - "properties": { - "name": "Cairngorm Mountain Railway", - "area": "Scotland", - "address": "CairnGorm Ski Area, Aviemore", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=4182", - "internal_url": "null", - "latitude": "57.13397519999999", - "longitude": "-3.6710449", - "machine_status": "retired", - "id": 734, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1908918, - 55.94948369999999 - ] - }, - "properties": { - "name": "St Giles Cathedral", - "area": "Scotland", - "address": ", Edinburgh", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=281826", - "internal_url": "null", - "latitude": "55.94948369999999", - "longitude": "-3.1908918", - "machine_status": "retired", - "id": 759, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.9353391, - 56.0925024 - ] - }, - "properties": { - "name": "The Battle of Bannockburn Visitor Centre", - "area": "Scotland", - "address": "Glasgow Road, Whins Of Milton, Stirling", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=256547", - "internal_url": "null", - "latitude": "56.0925024", - "longitude": "-3.9353391", - "machine_status": "retired", - "id": 791, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.8416667, - 56.0003318 - ] - }, - "properties": { - "name": "The Falkirk Wheel", - "area": "Scotland", - "address": "Lime Road, Tamfourhill, Falkirk", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=20508", - "internal_url": "null", - "latitude": "56.0003318", - "longitude": "-3.8416667", - "machine_status": "retired", - "id": 761, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1890506, - 55.94704189999999 - ] - }, - "properties": { - "name": "National Museum of Scotland", - "area": "Scotland", - "address": "Chambers Street Old Town, Edinburgh", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=107112", - "internal_url": "null", - "latitude": "55.94704189999999", - "longitude": "-3.1890506", - "machine_status": "retired", - "id": 757, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.095711, - 57.4777898 - ] - }, - "properties": { - "name": "Culloden Battlefield Visitor Centre", - "area": "Scotland", - "address": "Culloden Moor, Inverness", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=210254", - "internal_url": "null", - "latitude": "57.4777898", - "longitude": "-4.095711", - "machine_status": "retired", - "id": 777, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1956862, - 55.950902 - ] - }, - "properties": { - "name": "National Galleries of Scotland", - "area": "Scotland", - "address": "The Mound, Edinburgh", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=424528", - "internal_url": "null", - "latitude": "55.950902", - "longitude": "-3.1956862", - "machine_status": "retired", - "id": 756, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.7198467, - 55.995776 - ] - }, - "properties": { - "name": "National Museum of Flight", - "area": "Scotland", - "address": "East Fortune Airfield, , North Berwick", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407472", - "internal_url": "null", - "latitude": "55.995776", - "longitude": "-2.7198467", - "machine_status": "available", - "id": 6422, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.036619, - 56.1628948 - ] - }, - "properties": { - "name": "Blair Drummond Safari Park and Adventure Park", - "area": "Scotland", - "address": "Blair Drummond, Stirling", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=29655", - "internal_url": "null", - "latitude": "56.1628948", - "longitude": "-4.036619", - "machine_status": "available", - "id": 789, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 103.8177673, - 1.254273 - ] - }, - "properties": { - "name": "Sentosa 4D Adventureland", - "area": "Singapore", - "address": "51B Imbiah Rd, Sentosa Island", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=283790", - "internal_url": "null", - "latitude": "1.254273", - "longitude": "103.8177673", - "machine_status": "retired", - "id": 3207, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 103.8161825, - 1.3157058 - ] - }, - "properties": { - "name": "National Orchid Garden", - "area": "Singapore", - "address": "in Singapore Botanic Gardens, 1 Cluny Road, Singapore", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=106601", - "internal_url": "null", - "latitude": "1.3157058", - "longitude": "103.8161825", - "machine_status": "available", - "id": 6423, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 18.5808141, - 48.7793502 - ] - }, - "properties": { - "name": "Hurbanovo namestie", - "area": "Slovenia", - "address": ", Bojnice, Slovakia", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=399871", - "internal_url": "null", - "latitude": "48.7793502", - "longitude": "18.5808141", - "machine_status": "available", - "id": 6424, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.567273, - 45.527863 - ] - }, - "properties": { - "name": "Aquarium of Piran", - "area": "Slovenia", - "address": "Trinkova Ulica", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=238664", - "internal_url": "null", - "latitude": "45.527863", - "longitude": "13.567273", - "machine_status": "available", - "id": 809, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 22.47446, - -33.963225 - ] - }, - "properties": { - "name": "Outeniqua Railway Museum", - "area": "South Africa", - "address": "Outeniqua Railway Museum, George, George", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=89417", - "internal_url": "null", - "latitude": "-33.963225", - "longitude": "22.47446", - "machine_status": "retired", - "id": 3510, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 129.032321, - 35.1012187 - ] - }, - "properties": { - "name": "Busan Tower", - "area": "South Korea", - "address": "Yongdusan Park , Busan", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=226708", - "internal_url": "null", - "latitude": "35.1012187", - "longitude": "129.032321", - "machine_status": "retired", - "id": 2105, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 129.1697909, - 35.159848 - ] - }, - "properties": { - "name": "BUSAN X the SKY LCT Landmark Tower ", - "area": "South Korea", - "address": "30, Dalmaji-gil, Haeundae-gu,, Busan", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=402882", - "internal_url": "null", - "latitude": "35.159848", - "longitude": "129.1697909", - "machine_status": "available", - "id": 6425, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 126.9804702, - 37.5238506 - ] - }, - "properties": { - "name": "National Museum of Korea", - "area": "South Korea", - "address": "137 Seobinggo-ro, Yongsan-gu, Seoul, South Korea, Seoul", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=410711", - "internal_url": "null", - "latitude": "37.5238506", - "longitude": "126.9804702", - "machine_status": "available", - "id": 6426, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.0559567, - 42.4575538 - ] - }, - "properties": { - "name": "The Pilgrim's Shop", - "area": "Spain", - "address": "Glorieta del Ingeniero Eduardo de Castro, Astorga ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=411131", - "internal_url": "null", - "latitude": "42.4575538", - "longitude": "-6.0559567", - "machine_status": "available", - "id": 6427, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1493331, - 41.3763184 - ] - }, - "properties": { - "name": "Arenas de Barcelona", - "area": "Spain", - "address": "Gran Via de les Corts Catalanes, 373-385, Barcelona", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=214500", - "internal_url": "null", - "latitude": "41.3763184", - "longitude": "2.1493331", - "machine_status": "retired", - "id": 278, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1826047, - 41.3947292 - ] - }, - "properties": { - "name": "Barcelona Nord Station", - "area": "Spain", - "address": ", Barcelona", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=319701", - "internal_url": "null", - "latitude": "41.3947292", - "longitude": "2.1826047", - "machine_status": "retired", - "id": 279, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1972576, - 41.3876109 - ] - }, - "properties": { - "name": "La Rotonda Port Olympic Souvenir Shop", - "area": "Spain", - "address": "Carrer de la Marina, 16 First Floor, Barcelona - Catalonia Region Barcelona Province", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=319699", - "internal_url": "null", - "latitude": "41.3876109", - "longitude": "2.1972576", - "machine_status": "available", - "id": 6428, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1737735, - 41.4043488 - ] - }, - "properties": { - "name": "Sport Sagrada Familia", - "area": "Spain", - "address": "Carrer de Provença, 438, Barcelona - Catalonia Region Barcelona Province", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=389512", - "internal_url": "null", - "latitude": "41.4043488", - "longitude": "2.1737735", - "machine_status": "available", - "id": 6429, - "last_updated": "2024-10-06" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 1.8068303, - 41.2361566 - ] - }, - "properties": { - "name": "Sitges", - "area": "Spain", - "address": "Marquès Montroig, 14, Barcelona, Sitges", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=201756", - "internal_url": "null", - "latitude": "41.2361566", - "longitude": "1.8068303", - "machine_status": "retired", - "id": 287, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.7000559, - 42.198956 - ] - }, - "properties": { - "name": "El Pont Vell", - "area": "Spain", - "address": "carrer Comte Tallaferro 2, Besalú", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=409401", - "internal_url": "null", - "latitude": "42.198956", - "longitude": "2.7000559", - "machine_status": "available", - "id": 6430, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.2959399, - 36.5302818 - ] - }, - "properties": { - "name": "Football Souvenirs Shop", - "area": "Spain", - "address": "Calle Compañía, 14, Cadiz", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=396948", - "internal_url": "null", - "latitude": "36.5302818", - "longitude": "-6.2959399", - "machine_status": "available", - "id": 6431, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.294067, - 36.5297123 - ] - }, - "properties": { - "name": "Kiosko Yupi", - "area": "Spain", - "address": "Calle Pelota, Cadiz", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=396949", - "internal_url": "null", - "latitude": "36.5297123", - "longitude": "-6.294067", - "machine_status": "available", - "id": 6432, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.128738999999999, - 43.3507135 - ] - }, - "properties": { - "name": "Lo de Jaime", - "area": "Spain", - "address": "C. Emilio Laria, 2, Cangas De Onis - Asturias, Covadonga", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=414273", - "internal_url": "null", - "latitude": "43.3507135", - "longitude": "-5.128738999999999", - "machine_status": "available", - "id": 6433, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.8622839, - 38.1078267 - ] - }, - "properties": { - "name": "Casa-Museo Caballos del Vino (Caravaca de la Cruz,", - "area": "Spain", - "address": "C/ Gregorio Javier, 21, Caravaca de la Cruz (Murcia)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=415299", - "internal_url": "null", - "latitude": "38.1078267", - "longitude": "-1.8622839", - "machine_status": "available", - "id": 6434, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -16.7255852, - 28.072088 - ] - }, - "properties": { - "name": "Siam Park", - "area": "Spain", - "address": "38660 Costa Adeje, Santa Cruz de Tenerife , Costa Adeje", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=404566", - "internal_url": "null", - "latitude": "28.072088", - "longitude": "-16.7255852", - "machine_status": "available", - "id": 6435, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -13.4929633, - 28.9981141 - ] - }, - "properties": { - "name": "Lanzarote Aquarium", - "area": "Spain", - "address": "Avda. Las Acacias S/N, Shopping Centre El Trébol, Costa Teguise (LAS Palmas)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=415298", - "internal_url": "null", - "latitude": "28.9981141", - "longitude": "-13.4929633", - "machine_status": "available", - "id": 6436, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.2172817, - 39.1863264 - ] - }, - "properties": { - "name": "Cave - Dragut Museum ", - "area": "Spain", - "address": "Faro, Cullera, Cullera - Valencia (Region of Valencia)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=415302", - "internal_url": "null", - "latitude": "39.1863264", - "longitude": "-0.2172817", - "machine_status": "available", - "id": 6437, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.4183205, - 36.7205428 - ] - }, - "properties": { - "name": "Paloma", - "area": "Spain", - "address": "C. Císter, 6, 29015, Málaga", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413131", - "internal_url": "null", - "latitude": "36.7205428", - "longitude": "-4.4183205", - "machine_status": "available", - "id": 6438, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.4186681, - 36.722306 - ] - }, - "properties": { - "name": "Souvenirs Victoria", - "area": "Spain", - "address": "C. Beatas, 38, 29008, Málaga", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413138", - "internal_url": "null", - "latitude": "36.722306", - "longitude": "-4.4186681", - "machine_status": "available", - "id": 6439, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.16635, - 36.7420784 - ] - }, - "properties": { - "name": "Regalos Ronda", - "area": "Spain", - "address": "C. Virgen de la Paz, 10, Málaga, Ronda", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=393417", - "internal_url": "null", - "latitude": "36.7420784", - "longitude": "-5.16635", - "machine_status": "available", - "id": 6440, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.542278599999999, - 36.9521507 - ] - }, - "properties": { - "name": "Torcal de Antequera", - "area": "Spain", - "address": "Paraje Natural Torcal de Antequera, Ctra. de Acceso Al Torcal Alto Km 3,5, Antequera, Malaga", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=392454", - "internal_url": "null", - "latitude": "36.9521507", - "longitude": "-4.542278599999999", - "machine_status": "available", - "id": 6441, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -16.2480297, - 28.466559 - ] - }, - "properties": { - "name": "Electronica & Souvenir Shop", - "area": "Spain", - "address": "Gral. Gutierrez 2, Santa Cruz - Tenerife", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=396947", - "internal_url": "null", - "latitude": "28.466559", - "longitude": "-16.2480297", - "machine_status": "retired", - "id": 6442, - "last_updated": "2024-03-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.0209524, - 39.8604443 - ] - }, - "properties": { - "name": "Amichi", - "area": "Spain", - "address": "C. Armas, 18, 45001 Toledo, Toledo", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=405059", - "internal_url": "null", - "latitude": "39.8604443", - "longitude": "-4.0209524", - "machine_status": "available", - "id": 6443, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.025732, - 39.85718 - ] - }, - "properties": { - "name": "Yaveo Souvenirs Shop House", - "area": "Spain", - "address": "C. Trinidad, 14,, Toledo", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=405056", - "internal_url": "null", - "latitude": "39.85718", - "longitude": "-4.025732", - "machine_status": "available", - "id": 6444, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.3763324, - 39.4766182 - ] - }, - "properties": { - "name": "Palau de la Generalitat", - "area": "Spain", - "address": "Carrer dels Cavallers, Valencia", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=409186", - "internal_url": "null", - "latitude": "39.4766182", - "longitude": "-0.3763324", - "machine_status": "available", - "id": 6445, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.485502499999999, - 47.2835387 - ] - }, - "properties": { - "name": "Drehrestaurant Hoher Kasten", - "area": "Switzerland", - "address": "Hoher Kasten 1, Altstätten (Access from Brülisau)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=395872", - "internal_url": "null", - "latitude": "47.2835387", - "longitude": "9.485502499999999", - "machine_status": "available", - "id": 6446, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.2881878, - 46.8252925 - ] - }, - "properties": { - "name": "Caumasee Car Park", - "area": "Switzerland", - "address": "Rudi Dadens 3, Flims", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412764", - "internal_url": "null", - "latitude": "46.8252925", - "longitude": "9.2881878", - "machine_status": "available", - "id": 6447, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.3445012, - 46.5618186 - ] - }, - "properties": { - "name": "Kristallgrotte (Crystal Grotto)", - "area": "Switzerland", - "address": "Grimselstrasse 13, Grimsel", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=412765", - "internal_url": "null", - "latitude": "46.5618186", - "longitude": "8.3445012", - "machine_status": "available", - "id": 6448, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.924858, - 46.105602 - ] - }, - "properties": { - "name": "Bäckerei-Hotel Imseng", - "area": "Switzerland", - "address": "Dorfstrasse 35, Saas-Fee", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=395868", - "internal_url": "null", - "latitude": "46.105602", - "longitude": "7.924858", - "machine_status": "available", - "id": 6449, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.9283565, - 46.110264 - ] - }, - "properties": { - "name": "Hotel Artemis", - "area": "Switzerland", - "address": "Hannigstrasse 1, Saas-Fee", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=395869", - "internal_url": "null", - "latitude": "46.110264", - "longitude": "7.9283565", - "machine_status": "available", - "id": 6450, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 121.6035363, - 23.9012596 - ] - }, - "properties": { - "name": "Farglory Ocean Park", - "area": "Taiwan", - "address": "No.189, Yenliao Village, Shoufong Township, Hualien County, Taiwan, Hualien City", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=388326", - "internal_url": "null", - "latitude": "23.9012596", - "longitude": "121.6035363", - "machine_status": "available", - "id": 6451, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 121.8277039, - 25.0872707 - ] - }, - "properties": { - "name": "Houtong Cat Village - Shih-Wan Eatery and Souvenir", - "area": "Taiwan", - "address": "No. 64?, Chailiao Rd, Ruifang District, New Taipei City", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413799", - "internal_url": "null", - "latitude": "25.0872707", - "longitude": "121.8277039", - "machine_status": "available", - "id": 6452, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 121.8445401, - 25.1088287 - ] - }, - "properties": { - "name": "Jiufen - No. 266, Qingbian Rd", - "area": "Taiwan", - "address": "No. 266, Qingbian Rd, New Taipei City - Ruifang District", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413967", - "internal_url": "null", - "latitude": "25.1088287", - "longitude": "121.8445401", - "machine_status": "available", - "id": 6453, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 121.525078, - 25.084873 - ] - }, - "properties": { - "name": "Shilin Night Market", - "area": "Taiwan", - "address": ", Taipei ", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=239847", - "internal_url": "null", - "latitude": "25.084873", - "longitude": "121.525078", - "machine_status": "retired", - "id": 2369, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 121.5293583, - 25.0440698 - ] - }, - "properties": { - "name": "Huashan 1914 Creative Park", - "area": "Taiwan", - "address": "No. 1, Section 1, Bade Rd, Zhongzheng District, Taipei City", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=413544", - "internal_url": "null", - "latitude": "25.0440698", - "longitude": "121.5293583", - "machine_status": "available", - "id": 6454, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 121.8325081, - 24.8687221 - ] - }, - "properties": { - "name": "Lanyang Museum", - "area": "Taiwan", - "address": "Lanyang Museum, No. 750, Section 3, Qingyun Road, , Yilan County - Toucheng Township", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=331448", - "internal_url": "null", - "latitude": "24.8687221", - "longitude": "121.8325081", - "machine_status": "available", - "id": 2376, - "last_updated": "2024-01-02" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 100.5314152, - 13.7466086 - ] - }, - "properties": { - "name": "Madame Tussauds Bangkok", - "area": "Thailand", - "address": "989 Siam Discovery Center, Rama 1 Road, Bangkok", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=244129", - "internal_url": "null", - "latitude": "13.7466086", - "longitude": "100.5314152", - "machine_status": "retired", - "id": 3912, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 100.494137, - 13.744147 - ] - }, - "properties": { - "name": "Museum Siam", - "area": "Thailand", - "address": "Sanam Chai road, Bangkok", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=393846", - "internal_url": "null", - "latitude": "13.744147", - "longitude": "100.494137", - "machine_status": "available", - "id": 6455, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 100.70301, - 13.8654899 - ] - }, - "properties": { - "name": "Safari World ", - "area": "Thailand", - "address": "99 Panya Indra Rd, Sam Wa Tawan Tok, Khlong Sam Wa, Bangkok 10510, Bangkok ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=415063", - "internal_url": "null", - "latitude": "13.8654899", - "longitude": "100.70301", - "machine_status": "available", - "id": 6456, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 100.6211061, - 13.9520747 - ] - }, - "properties": { - "name": "The National Memorial Museum ", - "area": "Thailand", - "address": "Phahonyothin Road, Khu Khot, Lam Luk Ka District, Pathum Thani, Pathum Thani", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=405545", - "internal_url": "null", - "latitude": "13.9520747", - "longitude": "100.6211061", - "machine_status": "available", - "id": 6457, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 54.6070066, - 24.4837634 - ] - }, - "properties": { - "name": "Ferrari World", - "area": "United Arab Emirates", - "address": "Yas Island, Abu Dhabi", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=101117", - "internal_url": "null", - "latitude": "24.4837634", - "longitude": "54.6070066", - "machine_status": "retired", - "id": 3478, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 54.6102735, - 24.4872083 - ] - }, - "properties": { - "name": "Kidzania", - "area": "United Arab Emirates", - "address": "Yas Mall, Abu Dhabi", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=337116", - "internal_url": "null", - "latitude": "24.4872083", - "longitude": "54.6102735", - "machine_status": "retired", - "id": 3479, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 54.3773438, - 24.453884 - ] - }, - "properties": { - "name": "The National Aquarium", - "area": "United Arab Emirates", - "address": "Al Qana, Abu Dhabi", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=393111", - "internal_url": "null", - "latitude": "24.453884", - "longitude": "54.3773438", - "machine_status": "available", - "id": 6458, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.1230918, - 25.0790448 - ] - }, - "properties": { - "name": "Bluewaters Mall - Madame Tussauds Dubai", - "area": "United Arab Emirates", - "address": "Bluewaters Island, Dubai", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407837", - "internal_url": "null", - "latitude": "25.0790448", - "longitude": "55.1230918", - "machine_status": "available", - "id": 6459, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.4077949, - 25.216319 - ] - }, - "properties": { - "name": "Hans & Gretel", - "area": "United Arab Emirates", - "address": "City Center Mirdif,1st Floor, Shop #F050 - Sheikh Mohammed Bin Zayed Rd, Dubai", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=401021", - "internal_url": "null", - "latitude": "25.216319", - "longitude": "55.4077949", - "machine_status": "available", - "id": 6460, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.198051, - 25.118353 - ] - }, - "properties": { - "name": "Mall of the Emirates - Virgin Megastore", - "area": "United Arab Emirates", - "address": "Mall of The Emirates - E11 Sheikh Zayed Rd - Al Barsha - Al Barsha 1, Dubai", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=384176", - "internal_url": "null", - "latitude": "25.118353", - "longitude": "55.198051", - "machine_status": "retired", - "id": 5952, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.2810177, - 25.262174 - ] - }, - "properties": { - "name": "Queen Elizabeth II", - "area": "United Arab Emirates", - "address": "Mina Rashid, Dubai", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=307892", - "internal_url": "null", - "latitude": "25.262174", - "longitude": "55.2810177", - "machine_status": "available", - "id": 3493, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.2705381, - 25.2015914 - ] - }, - "properties": { - "name": "Sky Views Observatory", - "area": "United Arab Emirates", - "address": "Address Sky View Hotel, Dubai", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=407839", - "internal_url": "null", - "latitude": "25.2015914", - "longitude": "55.2705381", - "machine_status": "available", - "id": 6461, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.2789734, - 25.1961057 - ] - }, - "properties": { - "name": "The Dubai Mall - Hamleys", - "area": "United Arab Emirates", - "address": "Al Doha St., Dubai", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=285256", - "internal_url": "null", - "latitude": "25.1961057", - "longitude": "55.2789734", - "machine_status": "retired", - "id": 3501, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.27631969999999, - 25.1993079 - ] - }, - "properties": { - "name": "The Dubai Mall - Virgin Megastore", - "area": "United Arab Emirates", - "address": "Financial Centre Rd - Downtown Dubai, Second Floor - Fashion Avenue, Dubai", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=361100", - "internal_url": "null", - "latitude": "25.1993079", - "longitude": "55.27631969999999", - "machine_status": "retired", - "id": 5955, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 55.188844, - 25.139409 - ] - }, - "properties": { - "name": "Wild Wadi", - "area": "United Arab Emirates", - "address": "Opp. Burj Al Arab, Dubai", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=337128", - "internal_url": "null", - "latitude": "25.139409", - "longitude": "55.188844", - "machine_status": "retired", - "id": 3506, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.1050566, - 51.7728715 - ] - }, - "properties": { - "name": "Big Pit- National Coal Museum of Wales", - "area": "Wales", - "address": "Pontypool NP4 9XP, Blaenafon, Wales, United Kingdom", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=93768", - "internal_url": "null", - "latitude": "51.7728715", - "longitude": "-3.1050566", - "machine_status": "available", - "id": 19, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.220249, - 51.576089 - ] - }, - "properties": { - "name": "Caerphilly Castle (Castell Caerffili)", - "area": "Wales", - "address": "Castle St, Caerphilly CF83 1JD, Wales, United Kingdom", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=338830", - "internal_url": "null", - "latitude": "51.576089", - "longitude": "-3.220249", - "machine_status": "available", - "id": 6462, - "last_updated": "2023-10-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.3716604, - 33.7337594 - ] - }, - "properties": { - "name": "Zoo Atlanta", - "area": "Georgia", - "address": "800 Cherokee Avenue, S.E., Atlanta", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=1901", - "internal_url": "null", - "latitude": "33.7337594", - "longitude": "-84.3716604", - "multimachine": 5, - "machine_status": "available", - "id": 1624, - "last_updated": "2024-05-31", - "paywall": true - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.2636106, - 37.7986414 - ] - }, - "properties": { - "name": "Oakland Museum of California", - "area": "California", - "address": "1000 Oak St., Oakland", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=197734", - "internal_url": "null", - "latitude": "37.7986414", - "longitude": "-122.2636106", - "machine_status": "retired", - "id": 4714, - "last_updated": "2023-10-16" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -91.3940461, - 44.9374447 - ] - }, - "properties": { - "name": "Chippewa Candy Shop", - "area": "Wisconsin", - "address": "322 N Bridge St. , Chippewa Falls", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=415833", - "internal_url": "null", - "latitude": "44.9374447", - "longitude": "-91.3940461", - "machine_status": "available", - "id": 6464, - "last_updated": "2023-10-16" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 14.372179832208788, - 40.62573837838587 - ] - }, - "properties": { - "name": "Sorrento Centre", - "area": "Italy", - "address": "Crossroads between Via Fuoro & Torquato Tasso, Sorrento, Italy", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=317220", - "internal_url": "null", - "latitude": "40.62573837838587", - "longitude": "14.372179832208788", - "machine_status": "retired", - "id": 977, - "last_updated": "2023-10-16" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.832719, - 51.987706 - ] - }, - "properties": { - "name": "Airborne Museum at Hartenstein", - "area": "Netherlands", - "address": "Utrechtseweg 232, 6862 AZ , Oosterbeek", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=415834", - "internal_url": "null", - "latitude": "51.987706", - "longitude": "5.832719", - "machine_status": "available", - "id": 6465, - "last_updated": "2023-10-16" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 16.312864266489445, - 48.18588918312767 - ] - }, - "properties": { - "name": "Schloss Schönbrunn", - "area": "Austria", - "address": "Schönbrunner Schloßstraße 47, 1130 Wien, Austria", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=415993", - "internal_url": "null", - "latitude": 48.18588918312767, - "longitude": 16.312864266489445, - "machine_status": "available", - "id": 6466, - "last_updated": "2023-10-18" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.552610329148134, - 43.39879117304113 - ] - }, - "properties": { - "name": "Grafidea", - "area": "Italy", - "address": "Via Leopardi, 3, 62019 Recanati MC, Italy", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 43.39879117304113, - "longitude": 13.552610329148134, - "machine_status": "available", - "id": 6467, - "last_updated": "2023-10-16" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.858686, - 47.660127 - ] - }, - "properties": { - "name": "Zur Burg gift shop", - "area": "Switzerland", - "address": "Understadt 5, 8260 Stein Am Rhein, Switzerland", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=294765", - "internal_url": "null", - "latitude": "47.660127", - "longitude": "8.858686", - "machine_status": "retired", - "id": 728, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -73.9843631, - 40.7601775 - ] - }, - "properties": { - "name": "M&M's World New York", - "area": "New York", - "address": "1600 Broadway at 48th Street (Times Square), New York City (Manhattan)", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=21779", - "internal_url": "null", - "latitude": "40.7601775", - "longitude": "-73.9843631", - "machine_status": "retired", - "id": 3049, - "last_updated": "2023-10-17" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.71766126703426, - 35.67316906962263 - ] - }, - "properties": { - "name": "Townsend Marathon gas station", - "area": "Tennessee", - "address": "8533 E Lamar Alexander Pkwy, Townsend, TN 37882, USA", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 35.67316906962263, - "longitude": -83.71766126703426, - "paywall": true, - "machine_status": "available", - "id": 6468, - "last_updated": "2023-10-18" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.562205, - 40.5308589 - ] - }, - "properties": { - "name": "Manzanita Lake Camper Store", - "area": "California", - "address": "Manzanita Lake Campground, Lassen Volcanic National Park - Shingletown", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=415984", - "internal_url": "null", - "latitude": "40.5308589", - "longitude": "-121.562205", - "machine_status": "available", - "id": 6469, - "last_updated": "2023-10-18" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -110.491356, - 44.73359 - ] - }, - "properties": { - "name": "Yellowstone - Canyon Village General Store", - "area": "Wyoming", - "address": "North or West Entrance Road, Yellowstone National Park", - "status": "retired", - "external_url": "null", - "internal_url": "null", - "latitude": "44.73359", - "longitude": "-110.491356", - "machine_status": "available", - "id": 3122, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 33.6203516, - 34.8723402 - ] - }, - "properties": { - "name": "Larnaca International Airport", - "area": "Cyprus", - "address": "Dromolaxia, Larnaca", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=298848", - "internal_url": "null", - "latitude": "34.8723402", - "longitude": "33.6203516", - "machine_status": "available", - "id": 5630, - "last_updated": "2024-04-11" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.5771433, - 51.4408985 - ] - }, - "properties": { - "name": "Het Arsenaal", - "area": "Netherlands", - "address": "Arsenaalsplein 7, Vlissingen", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=352649", - "internal_url": "null", - "latitude": "51.4408985", - "longitude": "3.5771433", - "machine_status": "retired", - "id": 5876, - "last_updated": "2023-10-18" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 25.4694678, - 45.5905851 - ] - }, - "properties": { - "name": "Rasnov Citadel", - "area": "Romania", - "address": "Râșnov 505400, Romania", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=274424", - "internal_url": "null", - "latitude": "45.5905851", - "longitude": "25.4694678", - "machine_status": "retired", - "id": 892, - "last_updated": "2023-10-18" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.256464, - 39.878456 - ] - }, - "properties": { - "name": "Talaiotica Menorca", - "area": "Spain", - "address": "Menorca Illes Balears ES, Plaça de la Biosfera, 5, 07703 Maó, Spain", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=415994", - "internal_url": "null", - "latitude": "39.878456", - "longitude": "4.256464", - "machine_status": "available", - "id": 6471, - "last_updated": "2023-10-19" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.169509, - 37.640394 - ] - }, - "properties": { - "name": "Bryce Canyon National Park Visitor Center", - "area": "Utah", - "address": "UT-63, Bryce Canyon City, UT 84764, United States", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=366528", - "internal_url": "null", - "latitude": "37.640394", - "longitude": " -112.169509", - "machine_status": "available", - "id": 5403, - "last_updated": "2023-10-19" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.436396, - 42.591485 - ] - }, - "properties": { - "name": "Geneva Gifts @Christine's ", - "area": "Wisconsin", - "address": "150 Broad St, Lake Geneva", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=97699", - "internal_url": "null", - "latitude": "42.591485", - "longitude": " -88.436396", - "machine_status": "available", - "id": 2428, - "last_updated": "2023-10-15" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.6750871, - 33.5959876 - ] - }, - "properties": { - "name": "Moulton Museum", - "area": "California", - "address": "25256 Cabot Rd, Laguna Hills", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=416330", - "internal_url": "null", - "latitude": "33.5959876", - "longitude": "-117.6750871", - "machine_status": "available", - "id": 6472, - "last_updated": "2023-10-20" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.93012, - 54.597285 - ] - }, - "properties": { - "name": "RMS Titanic Museum", - "area": "Ireland", - "address": "Queen's Road 1 Olympic Way, Titanic Quarter, Belfast, Belfast", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "54.597285", - "longitude": "-5.93012", - "machine_status": "available", - "id": 6474, - "last_updated": "2024-03-16" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.3770546, - 41.5547347 - ] - }, - "properties": { - "name": "Bom Jesus de Monte", - "area": "Portugal", - "address": "Estrada do Bom Jesus, 4715-056 Tenões, Portugália, Braga", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=416219", - "internal_url": "null", - "latitude": "41.5547347", - "longitude": "-8.3770546", - "machine_status": "available", - "id": 6475, - "last_updated": "2023-10-20" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.4286444, - 40.2088385 - ] - }, - "properties": { - "name": "Arco Almedina gift shop", - "area": "Portugal", - "address": "R. do Arco Almedina / 3000-180 Coimbra, Coimbra", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=416217", - "internal_url": "null", - "latitude": "40.2088385", - "longitude": "-8.4286444", - "machine_status": "available", - "id": 6476, - "last_updated": "2023-10-20" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.429182599999999, - 40.2075805 - ] - }, - "properties": { - "name": "Coimbra shopping street", - "area": "Portugal", - "address": "187 R. Ferreira Borges, Coimbra", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=416218", - "internal_url": "null", - "latitude": "40.2075805", - "longitude": "-8.429182599999999", - "machine_status": "available", - "id": 6477, - "last_updated": "2023-10-20" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -9.1417668, - 38.7166568 - ] - }, - "properties": { - "name": "Hard Rock Cafe", - "area": "Portugal", - "address": ", Lisboa", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=416208", - "internal_url": "null", - "latitude": "38.7166568", - "longitude": "-9.1417668", - "machine_status": "available", - "id": 6478, - "last_updated": "2023-10-20" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -9.1334762, - 38.7139092 - ] - }, - "properties": { - "name": "Castelo de S. Jorge", - "area": "Portugal", - "address": "R. de Santa Cruz do Castelo, 1100-129 Lisboa, Lisbon", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=416226", - "internal_url": "null", - "latitude": "38.7139092", - "longitude": "-9.1334762", - "machine_status": "retired", - "id": 6479, - "last_updated": "2024-03-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.6137385, - 41.1457337 - ] - }, - "properties": { - "name": "Porto gift point (next to Torre dos Clérigos)", - "area": "Portugal", - "address": "Rua da Assunção 5, 4050-070 Porto, Porto", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=416227", - "internal_url": "null", - "latitude": "41.1457337", - "longitude": "-8.6137385", - "machine_status": "available", - "id": 6480, - "last_updated": "2023-10-20" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 103.7064417, - 1.3187065 - ] - }, - "properties": { - "name": "Jurong Bird Park", - "area": "Singapore", - "address": "2 Jurong Hill, Jurong", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=106602", - "internal_url": "null", - "latitude": "1.3187065", - "longitude": "103.7064417", - "machine_status": "retired", - "id": 3195, - "last_updated": "2023-10-20" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5213552, - 35.7085227 - ] - }, - "properties": { - "name": "Bear Stop", - "area": "Tennessee", - "address": "1007 Parkway, Gatlinburg", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=337431", - "internal_url": "null", - "latitude": "35.7085227", - "longitude": "-83.5213552", - "machine_status": "retired", - "id": 4198, - "last_updated": "2023-10-21" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5176278, - 35.7078861 - ] - }, - "properties": { - "name": "Bear-Land General Store", - "area": "Tennessee", - "address": "305 Historic Nature Trl,, Gatlinburg", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=416438", - "internal_url": "null", - "latitude": "35.7078861", - "longitude": "-83.5176278", - "multimachine": 2, - "machine_status": "available", - "id": 6481, - "last_updated": "2023-11-16" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.4634837, - 30.6711497 - ] - }, - "properties": { - "name": "Amelia Island - CornerCopia", - "area": "Florida", - "address": "210B Centre Street, Fernandina Beach", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=1824", - "internal_url": "null", - "latitude": "30.6711497", - "longitude": "-81.4634837", - "machine_status": "retired", - "id": 3296, - "last_updated": "2023-10-21" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.46348739999999, - 30.6711291 - ] - }, - "properties": { - "name": "Amelia Island - Ship's Lantern", - "area": "Florida", - "address": "210 Centre St, Fernandina Beach", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=416400", - "internal_url": "null", - "latitude": "30.6711291", - "longitude": "-81.46348739999999", - "machine_status": "available", - "id": 6482, - "last_updated": "2023-10-21" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.1666351, - 25.7739808 - ] - }, - "properties": { - "name": "Norwegian Cruise Line - Bliss (cruise ship)", - "area": "Florida", - "address": "South America Way, Dodge Island 1922-2298 North Cruise Boulevard, Miami", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=416371", - "internal_url": "null", - "latitude": "25.7739808", - "longitude": "-80.1666351", - "machine_status": "available", - "id": 6483, - "last_updated": "2023-10-21" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.017679, - 26.883362 - ] - }, - "properties": { - "name": "Muscle Car City", - "area": "Florida", - "address": "10175 Tamiami Trail, Punta Gorda", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=342246", - "internal_url": "null", - "latitude": "26.883362", - "longitude": "-82.017679", - "machine_status": "retired", - "id": 3439, - "last_updated": "2023-10-21" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.21295599999999, - 29.66916 - ] - }, - "properties": { - "name": "Marineland Dolphin Adventure", - "area": "Florida", - "address": "9600 Oceanshore Blvd., St. Augustine", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=109860", - "internal_url": "null", - "latitude": "29.66916", - "longitude": "-81.21295599999999", - "machine_status": "retired", - "id": 3449, - "last_updated": "2023-10-21" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -16.564497, - 28.408973 - ] - }, - "properties": { - "name": "Loro Parque gift shop", - "area": "Spain", - "address": "Av. Loro Parque, Puerto de la Cruz, Tenerife", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=356156", - "internal_url": "null", - "latitude": "28.408973", - "longitude": "-16.564497", - "multimachine": 2, - "paywall": true, - "machine_status": "available", - "id": 5935, - "last_updated": "2023-10-21" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -74.4402149, - 40.1370678 - ] - }, - "properties": { - "name": "Six Flags Great Adventure & Safari", - "area": "New Jersey", - "address": "1 Six Flags Blvd, Jackson", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=3447", - "internal_url": "null", - "latitude": "40.1370678", - "longitude": "-74.4402149", - "paywall": true, - "multimachine": 2, - "machine_status": "available", - "id": 2395, - "last_updated": "2023-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.7593249, - 33.3247302 - ] - }, - "properties": { - "name": "Oak Mt State Park - Petting Zoo", - "area": "Alabama", - "address": "200 Terrace Dr., Pelham", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=211495", - "internal_url": "null", - "latitude": "33.3247302", - "longitude": "-86.7593249", - "machine_status": "retired", - "id": 1733, - "last_updated": "2023-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.2966168, - 37.179808 - ] - }, - "properties": { - "name": "Bass Pro Shops - Outdoor World (mother store in Springfield)", - "area": "Missouri", - "address": "1935 S Campbell Ave, Springfield", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=3183", - "internal_url": "null", - "latitude": "37.179808", - "longitude": "-93.2966168", - "multimachine": 2, - "machine_status": "available", - "id": 1116, - "last_updated": "2023-10-22" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.8674470650878, - 35.22915576377668 - ] - }, - "properties": { - "name": "Pinky’s Westside Grill", - "area": "North Carolina", - "address": "1600 W Morehead St, Charlotte, NC 28208", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=435783", - "internal_url": "null", - "latitude": 35.22915576377668, - "longitude": -80.8674470650878, - "machine_status": "available", - "id": 6484, - "last_updated": "2024-08-06" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 17.238296, - 40.782902 - ] - }, - "properties": { - "name": "Basile / Angela Flowers & Gifts", - "area": "Italy", - "address": "Alberobello 70011, Via dell Indipendenza 1A Italy", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=292356", - "internal_url": "null", - "latitude": "40.782901655174776", - "longitude": "17.23829564639623", - "machine_status": "available", - "id": 898, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -157.8216881, - 21.2657344 - ] - }, - "properties": { - "name": "Waikiki Aquarium", - "area": "Hawaii", - "address": "2777 Kalakaua Avenue, Oahu - Honolulu", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=4534", - "internal_url": "null", - "latitude": "21.2657344", - "longitude": "-157.8216881", - "machine_status": "retired", - "id": 3853, - "last_updated": "2023-10-23" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.61126991, - 38.2674245 - ] - }, - "properties": { - "name": "El Pueblo History Museum", - "area": "Colorado", - "address": "301 N Union Ave, Pueblo, CO 81003", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "38.26742451297945", - "longitude": "-104.61126991869898", - "machine_status": "retired", - "id": 6485, - "last_updated": "2024-07-13" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.519823, - 39.578334 - ] - }, - "properties": { - "name": "Hocking Hills Canopy Tours", - "area": "Ohio", - "address": "10714 Jackson Street, Rockbridge", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=99234", - "internal_url": "null", - "latitude": "39.578334", - "longitude": "-82.519823", - "machine_status": "retired", - "id": 2006, - "last_updated": "2023-10-24" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.3175, - 36.5027778 - ] - }, - "properties": { - "name": "Appalachian Caverns", - "area": "Tennessee", - "address": "420 Cave Hill Rd., Blountville", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=416551", - "internal_url": "null", - "latitude": "36.5027778", - "longitude": "-82.3175", - "machine_status": "available", - "id": 6486, - "last_updated": "2023-10-24" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -88.6700069, - 37.0828283 - ] - }, - "properties": { - "name": "Atomic City Family Fun Center", - "area": "Kentucky", - "address": "3801 Hinkleville Rd, Paducah ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=416521", - "internal_url": "null", - "latitude": "37.0828283", - "longitude": "-88.6700069", - "machine_status": "available", - "id": 6487, - "last_updated": "2023-10-24" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.3430302, - 48.8867111 - ] - }, - "properties": { - "name": "Sacre Coeur", - "area": "France", - "address": "35 Rue du Chevalier de la Barre, Paris - Île-De-France", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=335143", - "internal_url": "null", - "latitude": "48.8867111", - "longitude": "2.3430302", - "machine_status": "available", - "id": 5658, - "last_updated": "2024-02-08" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -105.516871, - 39.7417227 - ] - }, - "properties": { - "name": "Sit N Chill Ice Cream", - "area": "Colorado", - "address": "1501 Miner St, Idaho Sptings", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=416596", - "internal_url": "null", - "latitude": "39.7417227", - "longitude": "-105.516871", - "machine_status": "available", - "id": 6488, - "last_updated": "2023-10-25" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.6050659, - 45.8513624 - ] - }, - "properties": { - "name": "Mission Point Resort - Admiral Daves Shipwreck Arcade", - "area": "Michigan", - "address": "One Lakeshore Drive, Mackinac Island", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=360872", - "internal_url": "null", - "latitude": "45.8513624", - "longitude": "-84.6050659", - "machine_status": "retired", - "id": 5272, - "last_updated": "2023-10-26" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.68813639999999, - 30.6079091 - ] - }, - "properties": { - "name": "Inner Space Cavern", - "area": "Texas", - "address": "4200 S. Interstate 35 at Frontage Road, Georgetown", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=2481", - "internal_url": "null", - "latitude": "30.6079091", - "longitude": "-97.68813639999999", - "machine_status": "available", - "id": 6489, - "last_updated": "2023-10-26" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.023120599999999, - 39.856734 - ] - }, - "properties": { - "name": "Ars Delicatum (Mazapanes)", - "area": "Spain", - "address": "Calle Cardenal Cisneros, 12, Toldeo", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=416618", - "internal_url": "null", - "latitude": "39.856734", - "longitude": "-4.023120599999999", - "machine_status": "available", - "id": 6490, - "last_updated": "2023-10-26" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.14178499930024, - 33.81133739615722 - ] - }, - "properties": { - "name": "Stone Mountain skyride", - "area": "Georgia", - "address": "1000 Robert E Lee Blvd, Stone Mountain, GA 30083, USA", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 33.81133739615722, - "longitude": -84.14178499930024, - "paywall": true, - "multimachine": 2, - "machine_status": "available", - "id": 6491, - "last_updated": "2023-10-26" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 16.3949378, - 48.2162584 - ] - }, - "properties": { - "name": "Vienna Planetarium", - "area": "Austria", - "address": "Oswald-Thomas-Platz 1, 1020 Wien, Vienna (Wien)", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=416774", - "internal_url": "null", - "latitude": "48.2162584", - "longitude": "16.3949378", - "machine_status": "available", - "id": 6492, - "last_updated": "2023-10-27" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 6.9646347, - 50.9312249 - ] - }, - "properties": { - "name": "Deutsches Sport & Olympia Museum ", - "area": "Germany", - "address": "Im Zollhafen 1 ", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=85717", - "internal_url": "null", - "latitude": "50.9312249", - "longitude": "6.9646347", - "machine_status": "retired", - "id": 517, - "last_updated": "2023-10-27" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -82.6835206, - 41.482207 - ] - }, - "properties": { - "name": "Cedar Point Amusement Park - Various machines", - "area": "Ohio", - "address": "1 Cedar Point Blvd, Sandusky, OH 44870, USA", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=3785", - "internal_url": "null", - "latitude": "41.482207", - "longitude": "-82.6835206", - "paywall": true, - "multimachine": 15, - "machine_status": "available", - "id": 5178, - "last_updated": "2023-10-27" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -152.4052778, - 57.7908333 - ] - }, - "properties": { - "name": "Mack's Sport Shop & Alaskan Gifts", - "area": "Alaska", - "address": "212 Lower Mill Bay Road, Kodiak", - "status": "retired", - "external_url": "null", - "internal_url": "null", - "latitude": "57.7908333", - "longitude": "-152.4052778", - "machine_status": "retired", - "id": 1167, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.170696, - 44.981626 - ] - }, - "properties": { - "name": "Minnesota State Fair - Old Arcade building", - "area": "Minnesota", - "address": "Old Arcade Buolding, St. Paul", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=339219", - "internal_url": "null", - "latitude": "44.981626", - "longitude": "-93.170696", - "multimachine": 2, - "machine_status": "available", - "id": 3182, - "last_updated": "2023-10-27" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.167435, - 44.982409 - ] - }, - "properties": { - "name": "Minnesota State Fair - Anderson Windows Doors", - "area": "Minnesota", - "address": "Minnesota State Fair, St. Paul", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=326058", - "internal_url": "null", - "latitude": "44.982409", - "longitude": "-93.167435", - "machine_status": "available", - "id": 3183, - "last_updated": "2023-10-27" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.169522, - 44.981943 - ] - }, - "properties": { - "name": "Minnesota State Fair - I Love Minnesota Booth", - "area": "Minnesota", - "address": "1663 Dan Patch Ave, St. Paul", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=249281", - "internal_url": "null", - "latitude": "44.981943", - "longitude": "-93.169522", - "machine_status": "available", - "id": 3179, - "last_updated": "2023-10-27" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -93.171998, - 44.979088 - ] - }, - "properties": { - "name": "Minnesota State Fair - KARE 11 Barn", - "area": "Minnesota", - "address": "1260 Nelson Street, St. Paul", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=31375", - "internal_url": "null", - "latitude": "44.979088", - "longitude": "-93.171998", - "multimachine": 2, - "machine_status": "available", - "id": 3180, - "last_updated": "2023-10-27" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.0896752, - 32.0812016 - ] - }, - "properties": { - "name": "True Grits Gifts & Cards", - "area": "Georgia", - "address": "107 E. River Street, Savannah", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=189339", - "internal_url": "null", - "latitude": "32.0812016", - "longitude": "-81.0896752", - "multimachine": 3, - "machine_status": "available", - "id": 1666, - "last_updated": "2024-06-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.2298911, - 35.8032158 - ] - }, - "properties": { - "name": "Lexington Style Trimmings BBQ", - "area": "North Carolina", - "address": "1513 E. Center St. Ext., Lexington", - "status": "retired", - "external_url": "null", - "internal_url": "null", - "latitude": "35.8032158", - "longitude": "-80.2298911", - "machine_status": "retired", - "id": 4118, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 149.6914472, - -34.7725106 - ] - }, - "properties": { - "name": "The Big Merino", - "area": "Australia", - "address": "88 Hume St, NSW - Goulburn", - "status": "retired", - "external_url": "null", - "internal_url": "null", - "latitude": "-34.7725106", - "longitude": "149.6914472", - "machine_status": "retired", - "id": 2115, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 15.8131404, - 47.2184822 - ] - }, - "properties": { - "name": "Naturpark Herberstein", - "area": "Austria", - "address": "Buchberg 1, 8222 Buchberg bei Herberstein, Austria", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "47.2184822", - "longitude": "15.8131404", - "machine_status": "available", - "id": 993, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 5.3482147, - 52.1518483 - ] - }, - "properties": { - "name": "Dierenpark (Zoo)", - "area": "Netherlands", - "address": "Barchman Wuytierslaan 224, Amersfoort", - "status": "retired", - "external_url": "null", - "internal_url": "null", - "latitude": "52.1518483", - "longitude": "5.3482147", - "machine_status": "retired", - "id": 152, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.3842739, - 52.1474982 - ] - }, - "properties": { - "name": "Duinrell", - "area": "Netherlands", - "address": "Duinrell 1, 2242 JP Wassenaar, Wassenaar", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=245802", - "internal_url": "null", - "latitude": "52.1474982", - "longitude": "4.3842739", - "multimachine": 6, - "machine_status": "available", - "id": 246, - "last_updated": "2024-09-01" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.9388387, - 51.6164016 - ] - }, - "properties": { - "name": "National Waterfront Museum", - "area": "Wales", - "address": "Oystermouth Road Maritime Quarter, Swansea", - "status": "retired", - "external_url": "null", - "internal_url": "null", - "latitude": "51.6164016", - "longitude": "-3.9388387", - "machine_status": "retired", - "id": 18, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -104.9179652, - 38.8589369 - ] - }, - "properties": { - "name": "Arcade Amusements - Skeeball Building", - "area": "Colorado", - "address": "930 Manitou Ave., Manitou Springs", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=331833", - "internal_url": "null", - "latitude": "38.8589369", - "longitude": "-104.9179652", - "paywall": false, - "multimachine": 4, - "machine_status": "available", - "id": 1900, - "last_updated": "2024-06-09" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.5183792, - 35.7106247 - ] - }, - "properties": { - "name": "Space Needle - Gatlinburg Arcade", - "area": "Tennessee", - "address": "115 Historic Nature Trail, Gatlinburg", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=2166", - "internal_url": "null", - "latitude": "35.7106247", - "longitude": "-83.5183792", - "multimachine": 2, - "machine_status": "available", - "id": 4214, - "last_updated": "2023-10-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.0083122, - 51.4997693 - ] - }, - "properties": { - "name": "IFS Cloud Cable Car", - "area": "England", - "address": "Unit 1, Emirates Cable Car Terminal, London, England", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=198792", - "internal_url": "null", - "latitude": "51.4997693", - "longitude": "0.0083122", - "machine_status": "retired", - "id": 1465, - "last_updated": "2023-10-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -83.52110259999999, - 35.7087578 - ] - }, - "properties": { - "name": "The Silver Galleon", - "area": "Tennessee", - "address": "1001 Parkway Suite #1, Gatlinburg", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=2165", - "internal_url": "null", - "latitude": "35.7087578", - "longitude": "-83.52110259999999", - "machine_status": "retired", - "id": 4218, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.1710633, - 53.55227379999999 - ] - }, - "properties": { - "name": "Lancaster Park Farm", - "area": "England", - "address": "Middleton Road, Chadderton", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=416838", - "internal_url": "null", - "latitude": "53.55227379999999", - "longitude": "-2.1710633", - "machine_status": "available", - "id": 6493, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -121.1214351, - 38.650815 - ] - }, - "properties": { - "name": "Palladio at Broadstone, SeaQuest Aquarium Folsom", - "area": "California", - "address": "430 Palladio Parkway Suite 1801, Folsom", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=306735", - "internal_url": "null", - "latitude": "38.650815", - "longitude": "-121.1214351", - "machine_status": "retired", - "id": 4623, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.3298082, - 34.1018722 - ] - }, - "properties": { - "name": "Stars on Hollywood", - "area": "California", - "address": "6403 Hollywood Blvd, Hollywood", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "34.1018722", - "longitude": "-118.3298082", - "machine_status": "available", - "id": 5241, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -111.2620493, - 38.2914642 - ] - }, - "properties": { - "name": "Capitol Reef National Park Visitor Center", - "area": "Utah", - "address": "Capitol Reef National Park/ Torrey", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "38.2914642", - "longitude": "-111.2620493", - "machine_status": "available", - "id": 5405, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -103.7827091, - 44.3417584 - ] - }, - "properties": { - "name": "Lewies Burger & Brew", - "area": "South Dakota", - "address": "711 S Main Street, Lead", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "44.3417584", - "longitude": "-103.7827091", - "machine_status": "available", - "id": 5320, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.5936505, - 30.268996 - ] - }, - "properties": { - "name": "Souvenir City #2", - "area": "Alabama", - "address": "25241 Perdido Beach Blvd, Orange Beach", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "30.268996", - "longitude": "-87.5936505", - "machine_status": "available", - "id": 5966, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -86.7757255, - 36.1614462 - ] - }, - "properties": { - "name": "Kid Rock's Big Ass Honky Tonk Rock N' Roll Steakhouse", - "area": "Tennessee", - "address": "221 Broadway, Nashville", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "36.1614462", - "longitude": "-86.7757255", - "machine_status": "retired", - "id": 5343, - "last_updated": "2024-03-13" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.5630202, - 42.7317464 - ] - }, - "properties": { - "name": "Michigan Historical Museum", - "area": "Michigan", - "address": "702 W Kalamazoo St, Lansing", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "42.7317464", - "longitude": "-84.5630202", - "machine_status": "available", - "id": 5270, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -76.4797105, - 44.23079569999999 - ] - }, - "properties": { - "name": "Waterfront Gifts & Apparel", - "area": "Canada", - "address": "248 Ontario St, Ontario - Kingston", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "44.23079569999999", - "longitude": "-76.4797105", - "machine_status": "available", - "id": 5623, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 168.8328022, - -44.9384398 - ] - }, - "properties": { - "name": "Coachman's Hall", - "area": "New Zealand", - "address": "43 Buckingham street, Arrowtown", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "-44.9384398", - "longitude": "168.8328022", - "machine_status": "available", - "id": 3866, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -43.1637671, - -22.9508895 - ] - }, - "properties": { - "name": "Morro da Urca", - "area": "Brazil", - "address": "Praça General Tibúrcio, Praia Vermelha, Urca - Rio de Janeiro - RJ", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "-22.9508895", - "longitude": "-43.1637671", - "machine_status": "available", - "id": 5617, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 146.9773559, - -41.4308853 - ] - }, - "properties": { - "name": "Tasmania Zoo", - "area": "Australia", - "address": "1166 Ecclestone Road, TAS - Riverside", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "-41.4308853", - "longitude": "146.9773559", - "machine_status": "available", - "id": 2160, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 146.816321, - -41.2017364 - ] - }, - "properties": { - "name": "Beaconsfield Mine & Heritage Centre", - "area": "Australia", - "address": "West Street , TAS - Beaconsfield", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "-41.2017364", - "longitude": "146.816321", - "machine_status": "available", - "id": 2153, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 146.8239447, - -41.1498251 - ] - }, - "properties": { - "name": "Seahorse World", - "area": "Australia", - "address": "1A Flinders Street, TAS - Beauty Point ", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "-41.1498251", - "longitude": "146.8239447", - "machine_status": "available", - "id": 2155, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 145.352954, - -37.827191 - ] - }, - "properties": { - "name": "SkyHigh Mount Dandenong", - "area": "Australia", - "address": "26 Observatory Rd, VIC - Melbourne", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "-37.827191", - "longitude": "145.352954", - "machine_status": "available", - "id": 2173, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 149.1484327, - -35.2811355 - ] - }, - "properties": { - "name": "Australian War Memorial", - "area": "Australia", - "address": "Treloar Crescent,Campbell ACT , ACT - Canberra", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "-35.2811355", - "longitude": "149.1484327", - "machine_status": "retired", - "id": 2109, - "last_updated": "2024-03-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 151.9109774, - -32.7945231 - ] - }, - "properties": { - "name": "Oakdale Farm & Fauna World", - "area": "Australia", - "address": "3 Oakvale Drive, NSW - Salt Ash ", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "-32.7945231", - "longitude": "151.9109774", - "machine_status": "available", - "id": 2120, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 115.846674, - -31.9442707 - ] - }, - "properties": { - "name": "Scitech Science Museum", - "area": "Australia", - "address": "Sutherland Street, West Perth, Western Australia - Perth", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "-31.9442707", - "longitude": "115.846674", - "machine_status": "available", - "id": 2179, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 153.0702059, - -30.8771778 - ] - }, - "properties": { - "name": "Trial Bay Gaol", - "area": "Australia", - "address": "1 Caldwell Street, NSW - South West Rocks ", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "-30.8771778", - "longitude": "153.0702059", - "machine_status": "available", - "id": 2122, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -50.9215132, - -29.3938257 - ] - }, - "properties": { - "name": "Snowland", - "area": "Brazil", - "address": "RS-235, 9009, Gramado", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "-29.3938257", - "longitude": "-50.9215132", - "machine_status": "available", - "id": 1268, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 153.3152531, - -27.8635076 - ] - }, - "properties": { - "name": "Dreamworld Croc Country", - "area": "Australia", - "address": "Dreamworld Parkway, , QLD - Coomera", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "-27.8635076", - "longitude": "153.3152531", - "machine_status": "available", - "id": 2139, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 153.018332, - -27.473007 - ] - }, - "properties": { - "name": "Queensland Museum Science Center", - "area": "Australia", - "address": "Corner Grey & Melbourne Streets , QLD - Brisbane ", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "-27.473007", - "longitude": "153.018332", - "machine_status": "available", - "id": 2135, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 146.8230556, - -19.2575 - ] - }, - "properties": { - "name": "Reef HQ", - "area": "Australia", - "address": "2-68 Flinders Street, Townsville", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "-19.2575", - "longitude": "146.8230556", - "machine_status": "available", - "id": 2162, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -17.1104787, - 28.0910304 - ] - }, - "properties": { - "name": "San Sebastian de La Gomera", - "area": "Spain", - "address": "Tienda Casa de Los Balcones (Artesanía La Gomera), San Sebastian de la Gomera", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "28.0910304", - "longitude": "-17.1104787", - "machine_status": "available", - "id": 5943, - "last_updated": "2024-02-08" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -8.5376926, - 37.13617 - ] - }, - "properties": { - "name": "Verandas Da Rocha ", - "area": "Portugal", - "address": "The pedestrian zone, Portimao (Algarve)", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "37.13617", - "longitude": "-8.5376926", - "machine_status": "available", - "id": 5891, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -6.148421, - 43.5600016 - ] - }, - "properties": { - "name": "Cudillero, Asturias", - "area": "Spain", - "address": "San José 85, Cudillero", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "43.5600016", - "longitude": "-6.148421", - "machine_status": "available", - "id": 5923, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -4.5808737, - 36.5880581 - ] - }, - "properties": { - "name": "Mariposa Rio ", - "area": "Spain", - "address": "El Mirador de la Stupa, Benalmadena - Malaga", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "36.5880581", - "longitude": "-4.5808737", - "machine_status": "available", - "id": 5917, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -3.7033526, - 42.3408635 - ] - }, - "properties": { - "name": "Two souvenir shops", - "area": "Spain", - "address": "Calle paloma, Burgos", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "42.3408635", - "longitude": "-3.7033526", - "machine_status": "available", - "id": 5920, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.4444962, - 50.6256499 - ] - }, - "properties": { - "name": "Weymouth Sea LifeCentre", - "area": "England", - "address": "Lodmoor Country Park, Weymouth DT4 7SX, United Kingdom", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=422720", - "internal_url": "null", - "latitude": "50.6256499", - "longitude": "-2.4444962", - "machine_status": "available", - "id": 5637, - "last_updated": "2024-02-25" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -1.9841633, - 43.3234631 - ] - }, - "properties": { - "name": "Souvenir Shop", - "area": "Spain", - "address": "Narrika Kalea, San Sebastian", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=428117", - "internal_url": "null", - "latitude": "43.3234631", - "longitude": "-1.9841633", - "machine_status": "available", - "id": 5942, - "last_updated": "2024-04-11" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -78.4174975, - -1.3991067 - ] - }, - "properties": { - "name": "Cabellera de la Virgen", - "area": "Ecuador", - "address": "At thermal, Banos", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "-1.3991067", - "longitude": "-78.4174975", - "machine_status": "available", - "id": 1607, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 0.1397769, - 42.415946 - ] - }, - "properties": { - "name": "Museo de los Oficios Tradicionales", - "area": "Spain", - "address": "Plaza San Salvador 4, Huesca, Aínsa", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "42.415946", - "longitude": "0.1397769", - "machine_status": "available", - "id": 5924, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.1843392, - 41.3768439 - ] - }, - "properties": { - "name": "LAquarium de Barcelona", - "area": "Spain", - "address": "Moll d'Espanya del Port Vell, s/n, Barcelona", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "41.3768439", - "longitude": "2.1843392", - "machine_status": "available", - "id": 5914, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 2.8887932, - 50.8514963 - ] - }, - "properties": { - "name": "T Lepertje Kantel ", - "area": "Belgium", - "address": "Menenstraat 12 , Leper", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "50.8514963", - "longitude": "2.8887932", - "machine_status": "available", - "id": 5616, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 3.8367764, - 40.0016432 - ] - }, - "properties": { - "name": "Mirabel Souvenir Shop", - "area": "Spain", - "address": "C / DEs Mirador / Muradeta 28, Ciutadella De Menorca", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "40.0016432", - "longitude": "3.8367764", - "machine_status": "available", - "id": 5922, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 4.5253361, - 51.8934271 - ] - }, - "properties": { - "name": "Feyenoord Fanshops", - "area": "Netherlands", - "address": "Stadion de Kuip Van Zandvlietplein 15 3077 AA, Rotterdam ", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "51.8934271", - "longitude": "4.5253361", - "machine_status": "available", - "id": 5871, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.198614799999999, - 51.4811135 - ] - }, - "properties": { - "name": "Jahrhunderthalle Bochum", - "area": "Germany", - "address": ", Bochum", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "51.4811135", - "longitude": "7.198614799999999", - "machine_status": "available", - "id": 5685, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.349283, - 50.1029156 - ] - }, - "properties": { - "name": "Geierlay hangbrug", - "area": "Germany", - "address": "Kastellaunerstrasse, Morsdorf", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "50.1029156", - "longitude": "7.349283", - "machine_status": "available", - "id": 5742, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.6941099, - 52.1307487 - ] - }, - "properties": { - "name": "Flughafen Münster Osnabrück (FMO) - Airport", - "area": "Germany", - "address": "Airportallee 1, Greven", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "52.1307487", - "longitude": "7.6941099", - "machine_status": "available", - "id": 5716, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.8522, - 47.99509 - ] - }, - "properties": { - "name": "Schwarzwaldmarie-Freiburg-Kuckucksuhren-Souvenirs", - "area": "Germany", - "address": "Münsterplatz 16, Freiburg im Breisgau", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=426721", - "internal_url": "null", - "latitude": "47.99509", - "longitude": "7.8522", - "machine_status": "available", - "id": 5708, - "last_updated": "2024-03-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.978402399999998, - 49.19658459999999 - ] - }, - "properties": { - "name": "Trifels Castle ", - "area": "Germany", - "address": "K2, Annweiler am Trifels", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "49.19658459999999", - "longitude": "7.978402399999998", - "machine_status": "available", - "id": 5675, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 7.992891299999999, - 52.48568239999999 - ] - }, - "properties": { - "name": "Rieste", - "area": "Germany", - "address": "Am Alfsee, Rieste", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "52.48568239999999", - "longitude": "7.992891299999999", - "machine_status": "available", - "id": 5756, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.1632444, - 52.10894159999999 - ] - }, - "properties": { - "name": "Bad Rothenfelde Gradierwerk", - "area": "Germany", - "address": ", Bad Rothenfelde", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "52.10894159999999", - "longitude": "8.1632444", - "machine_status": "available", - "id": 5676, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.4124117, - 48.46375159999999 - ] - }, - "properties": { - "name": "Tourist Info Cente", - "area": "Germany", - "address": "Marktplatz 64 72250 , Freudenstadt", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "48.46375159999999", - "longitude": "8.4124117", - "machine_status": "available", - "id": 5709, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.531329999999999, - 51.19381 - ] - }, - "properties": { - "name": "M & M Geschenkideen", - "area": "Germany", - "address": "Am Waltenberg 16, 59955 Winterberg, Duitsland, Winterberg, Duitsland", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "51.19381", - "longitude": "8.531329999999999", - "machine_status": "available", - "id": 5786, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.5790815, - 53.5412455 - ] - }, - "properties": { - "name": "Klimahaus", - "area": "Germany", - "address": "Obere Bürger 20, Bremerhaven", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "53.5412455", - "longitude": "8.5790815", - "machine_status": "available", - "id": 5688, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 8.6522205, - 54.3048043 - ] - }, - "properties": { - "name": "St. Peter Ording", - "area": "Germany", - "address": "25826 Schleswig-Holstein", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=440887", - "internal_url": "null", - "latitude": "54.3048043", - "longitude": "8.6522205", - "machine_status": "available", - "id": 5763, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.0896682, - 54.37601189999999 - ] - }, - "properties": { - "name": "Friedrichstadt / Northfrisia", - "area": "Germany", - "address": ", Friedrichstadt", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "54.37601189999999", - "longitude": "9.0896682", - "machine_status": "available", - "id": 5711, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.5344734, - 53.3004393 - ] - }, - "properties": { - "name": "Autobahntankstelle Ostetal-Nord A1", - "area": "Germany", - "address": "Zur Autobahn 1, Sittensen", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "53.3004393", - "longitude": "9.5344734", - "machine_status": "available", - "id": 5767, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.434691525219678, - 47.773529953861114 - ] - }, - "properties": { - "name": "Scharfberg", - "area": "Austria", - "address": "Scharfberg, Unterrach", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=422954", - "internal_url": "null", - "latitude": "47.773529953861114", - "longitude": "13.434691525219678", - "machine_status": "available", - "id": 5605, - "last_updated": "2024-03-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 9.919338699999999, - 46.96762940000001 - ] - }, - "properties": { - "name": "Gargellen Schafberg Bahn", - "area": "Austria", - "address": "Gargellen 89,, Gargellen", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "46.96762940000001", - "longitude": "9.919338699999999", - "machine_status": "available", - "id": 5606, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.2687956, - 51.3635639 - ] - }, - "properties": { - "name": "Whiskywelt Burg Scharfenstein", - "area": "Germany", - "address": "Scharfenstein 1, Leinefelde-Worbis", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "51.3635639", - "longitude": "10.2687956", - "machine_status": "available", - "id": 5733, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.5427374, - 51.5958759 - ] - }, - "properties": { - "name": "Salztal Paradies", - "area": "Germany", - "address": "Valley Road 28, Bad Sachsa", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "51.5958759", - "longitude": "10.5427374", - "machine_status": "available", - "id": 5677, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 11.2607249, - 47.4392719 - ] - }, - "properties": { - "name": "Lapisreich Shop", - "area": "Germany", - "address": "Obermarkt, Mittenwald", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "47.4392719", - "longitude": "11.2607249", - "machine_status": "available", - "id": 5741, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 12.5084703, - 47.3655921 - ] - }, - "properties": { - "name": "Hochseilpark Hinterglemm", - "area": "Austria", - "address": "Talschlussweg 367, 5754 Hinterglemm, Hinterglemm ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=424039", - "internal_url": "null", - "latitude": "47.3655921", - "longitude": "12.5084703", - "machine_status": "available", - "id": 5607, - "last_updated": "2024-03-03" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.0420885, - 47.6114199 - ] - }, - "properties": { - "name": "The Eagle's Nest", - "area": "Germany", - "address": "Kehlsteinhaus, Berchtesgaden", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "47.6114199", - "longitude": "13.0420885", - "machine_status": "available", - "id": 5680, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 13.104196, - 47.1186884 - ] - }, - "properties": { - "name": "Stubnerkogel Gipfelrestaurantt", - "area": "Austria", - "address": "Stubnerkogel, Bad Gastein", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "47.1186884", - "longitude": "13.104196", - "machine_status": "available", - "id": 5604, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 144.7522119, - 13.4776957 - ] - }, - "properties": { - "name": "Chamorro Village store", - "area": "Guam", - "address": "Marine Corps Dr., Santa Rita, Mariana Islands", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "13.4776957", - "longitude": "144.7522119", - "machine_status": "available", - "id": 1742, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 15.5995437, - 49.39673140000001 - ] - }, - "properties": { - "name": "Zoo Jihlava", - "area": "Czech Republic", - "address": "Brezinovy sady 5642/10, Jihlava", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "49.39673140000001", - "longitude": "15.5995437", - "machine_status": "available", - "id": 5632, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -109.7182665, - 23.1455358 - ] - }, - "properties": { - "name": "Los Cabos International Airport ", - "area": "Mexico", - "address": "Los Cabos, Cabo San Lucas ", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "23.1455358", - "longitude": "-109.7182665", - "machine_status": "available", - "id": 3217, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -16.5656081, - 28.2937645 - ] - }, - "properties": { - "name": "Tenerife-Parque Nacional del Teide - restaurante Bamby", - "area": "Spain", - "address": "Carretera General de las Cañadas, La Orotava, Santa Cruz de Tenerife", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "28.2937645", - "longitude": "-16.5656081", - "machine_status": "available", - "id": 327, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.519808, - 28.370131 - ] - }, - "properties": { - "name": "Walt Disney World, Disney Springs, Galactic Outpost", - "area": "Florida", - "address": "Disney Springs Shopping Area, Lake Buena Vista", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "28.370131", - "longitude": "-81.519808", - "machine_status": "available", - "id": 3355, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.46588679999999, - 28.4729899 - ] - }, - "properties": { - "name": "Universal Studios CityWalk - The Stand #1 (Was the Hub retired 1)", - "area": "Florida", - "address": "CityWalk, Orlando", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "28.4729899", - "longitude": "-81.46588679999999", - "machine_status": "retired", - "id": 3416, - "last_updated": "2024-03-23" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.47354589999999, - 28.4771981 - ] - }, - "properties": { - "name": "Universal Studios Florida", - "area": "Florida", - "address": "1000 Universal Studios Plaza , Orlando", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "28.4771981", - "longitude": "-81.47354589999999", - "machine_status": "available", - "id": 3419, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.4735259, - 28.4774032 - ] - }, - "properties": { - "name": "Universal Studios Islands of Adventure", - "area": "Florida", - "address": "1000 Universal Studios Plaza , Orlando", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "28.4774032", - "longitude": "-81.4735259", - "machine_status": "available", - "id": 3420, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.468558, - 28.4793301 - ] - }, - "properties": { - "name": "Universal Studios Islands of Adventure, Harry Potter Area", - "area": "Florida", - "address": " 1000 Universal Studios Plaza, Orlando", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "28.4793301", - "longitude": "-81.468558", - "machine_status": "available", - "id": 3421, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -97.0187796, - 28.8092772 - ] - }, - "properties": { - "name": "The Texas Zoo", - "area": "Texas", - "address": "110 Memorial Drive in Riverside Park, Victoria", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "28.8092772", - "longitude": "-97.0187796", - "machine_status": "retired", - "id": 3817, - "last_updated": "2024-08-28" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -94.79372099999999, - 29.3089859 - ] - }, - "properties": { - "name": "Texas Seaport Museum/ELISSA", - "area": "Texas", - "address": "2200 Harborside Drive, Galveston", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "29.3089859", - "longitude": "-94.79372099999999", - "machine_status": "out-of-order", - "id": 3717, - "last_updated": "2024-02-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.4997253, - 29.4250394 - ] - }, - "properties": { - "name": "Los Pueblitos", - "area": "Texas", - "address": "220 Produce Row, San Antonio ", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "29.4250394", - "longitude": "-98.4997253", - "machine_status": "available", - "id": 3784, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -98.4998016, - 29.4250755 - ] - }, - "properties": { - "name": "Historic Marketplace", - "area": "Texas", - "address": "514 W Commerce St, San Antonio", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "29.4250755", - "longitude": "-98.4998016", - "machine_status": "available", - "id": 3781, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -95.06299369999999, - 29.4290145 - ] - }, - "properties": { - "name": "Buc-ee's", - "area": "Texas", - "address": "6201 Gulf Fwy, Texas City", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "29.4290145", - "longitude": "-95.06299369999999", - "machine_status": "available", - "id": 3810, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -87.6761509, - 30.634322 - ] - }, - "properties": { - "name": "Buc-ees Gas Station", - "area": "Alabama", - "address": "20403 County Road 68, Robertsdale", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "30.634322", - "longitude": "-87.6761509", - "machine_status": "available", - "id": 1735, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 121.6624046, - 31.1416262 - ] - }, - "properties": { - "name": "Shanghai Disney Resort", - "area": "China", - "address": ", Shanghai", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "31.1416262", - "longitude": "121.6624046", - "machine_status": "available", - "id": 2948, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.14867269999999, - 32.6071036 - ] - }, - "properties": { - "name": "Islands Mercantile", - "area": "South Carolina", - "address": "544 Freshfields Drive (Freshfields Village), Kiawah Island (Johns Island)", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "32.6071036", - "longitude": "-80.14867269999999", - "machine_status": "available", - "id": 2203, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -16.9624873, - 32.7103256 - ] - }, - "properties": { - "name": "Estalagem Eira do Serrado", - "area": "Portugal", - "address": "Eira Do Serrado | Curral Das Freiras, 9000-421 Funchal, Funchal (madeira Island)", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "32.7103256", - "longitude": "-16.9624873", - "machine_status": "available", - "id": 666, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -106.3256816, - 32.7872403 - ] - }, - "properties": { - "name": "White Sands National Park", - "area": "New Mexico", - "address": "U.S. Highway 70/82 (P.O. Box 1086 Holloman AFB, NM), Alamogordo", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "32.7872403", - "longitude": "-106.3256816", - "machine_status": "available", - "id": 4901, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.0040619, - 33.6552063 - ] - }, - "properties": { - "name": "Huntington Beach Pier", - "area": "California", - "address": ", Huntington Beach", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "33.6552063", - "longitude": "-118.0040619", - "machine_status": "retired", - "id": 4647, - "last_updated": "2024-06-23" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -84.38744990000001, - 33.7598163 - ] - }, - "properties": { - "name": "Hard Rock Cafe - Atlanta", - "area": "Georgia", - "address": "215 Peachtree St NE, Atlanta", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "33.7598163", - "longitude": "-84.38744990000001", - "machine_status": "available", - "id": 1620, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -118.0, - 33.842885 - ] - }, - "properties": { - "name": "Knott's Berry Farm - Machine 2", - "area": "California", - "address": "8039 Beach Blvd, Buena Park", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=374543", - "internal_url": "null", - "latitude": "33.842885", - "longitude": "-118.0", - "machine_status": "available", - "id": 4582, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -117.266674, - 33.882707 - ] - }, - "properties": { - "name": "March Field Air Museum", - "area": "California", - "address": "22550 Van Buren Blvd, Riverside", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "33.882707", - "longitude": "-117.266674", - "machine_status": "available", - "id": 4746, - "last_updated": "2023-10-29" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -112.731053, - 33.968567 - ] - }, - "properties": { - "name": "Desert Caballeros Western Museum", - "area": "Arizona", - "address": "21 N Frontier St, Wickenburg", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": "33.968567", - "longitude": "-112.731053", - "machine_status": "available", - "id": 2721, - "last_updated": "2023-10-29" + "id": 4797, + "last_updated": "2024-02-17" } }, { @@ -24241,22 +588,22 @@ "geometry": { "type": "Point", "coordinates": [ - 109.2784918, - 34.3841153 + -84.3951098, + 33.763382 ] }, "properties": { - "name": "Xian Tericotta Warriors Museum", - "area": "China", - "address": ", Xian", - "status": "unvisited", - "external_url": "null", + "name": "Georgia Aquarium", + "area": "Georgia", + "address": "225 Baker Street, Atlanta", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=13967", "internal_url": "null", - "latitude": "34.3841153", - "longitude": "109.2784918", + "latitude": "33.763382", + "longitude": "-84.3951098", "machine_status": "available", - "id": 2952, - "last_updated": "2023-10-29" + "id": 1619, + "last_updated": "2024-08-28" } }, { @@ -24264,22 +611,22 @@ "geometry": { "type": "Point", "coordinates": [ - -119.2458632, - 34.4483742 + -72.086904, + 41.3874555 ] }, "properties": { - "name": "Treasures of Ojai", - "area": "California", - "address": "110 N Signal St, Ojai", - "status": "unvisited", - "external_url": "null", + "name": "USS Natilus / Submarine Force Museum", + "area": "Connecticut", + "address": "Naval Submarine Base New London, 1 Crystal Lake Rd, Groton, CT 06340, United States", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=1458", "internal_url": "null", - "latitude": "34.4483742", - "longitude": "-119.2458632", + "latitude": "41.3874555", + "longitude": "-72.086904", "machine_status": "available", - "id": 4717, - "last_updated": "2023-10-29" + "id": 1689, + "last_updated": "2024-03-29" } }, { @@ -24287,22 +634,24 @@ "geometry": { "type": "Point", "coordinates": [ - -83.06986789999999, - 34.4726221 + -86.1578917, + 39.8106132 ] }, "properties": { - "name": "Gulog Rest Area/Welcome Center Georgia ", - "area": "Georgia", - "address": "Rest Area , Lavonia", + "name": "Children's Museum of Indianapolis", + "area": "Indiana", + "address": "3000 North Meridian Street, Indianapolis", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=2186", "internal_url": "null", - "latitude": "34.4726221", - "longitude": "-83.06986789999999", + "latitude": "39.8106132", + "longitude": "-86.1578917", + "multimachine": 3, + "paywall": true, "machine_status": "available", - "id": 1644, - "last_updated": "2023-10-29" + "id": 2266, + "last_updated": "2024-06-28" } }, { @@ -24310,22 +659,23 @@ "geometry": { "type": "Point", "coordinates": [ - -5.3455153, - 36.1259297 + -86.15813267991254, + 39.81106757061918 ] }, "properties": { - "name": "St Michael's Cave", - "area": "Gibraltar", - "address": "Gibraltar", - "status": "retired", + "name": "Colts traveling children museum - lobby", + "area": "Indiana", + "address": "3000 N Meridian St, Indianapolis, IN 46208, US", + "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "36.1259297", - "longitude": "-5.3455153", + "latitude": 39.81106757061918, + "longitude": -86.15813267991254, + "paywall": false, "machine_status": "retired", - "id": 146, - "last_updated": "2023-10-31" + "id": 6018, + "last_updated": "2024-06-28" } }, { @@ -24333,22 +683,23 @@ "geometry": { "type": "Point", "coordinates": [ - -4.5152, - 36.59664 + -111.0221934, + 35.0277544 ] }, "properties": { - "name": "Sea Life Benalmádena", - "area": "Spain", - "address": "Puerto Marina, Avd del Puerto, s/n, 29630 Benalmadena Costa, Málaga, Spanija, Benalmádena", - "status": "unvisited", - "external_url": "null", + "name": "Meteor Crater, The Museum of Astrogeology", + "area": "Arizona", + "address": "Exit 233 East off I-40, Winslow", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=351", "internal_url": "null", - "latitude": "36.59664", - "longitude": "-4.5152", + "latitude": "35.0277544", + "longitude": "-111.0221934", + "multimachine": 2, "machine_status": "available", - "id": 288, - "last_updated": "2023-10-29" + "id": 2737, + "last_updated": "2024-05-10" } }, { @@ -24356,22 +707,23 @@ "geometry": { "type": "Point", "coordinates": [ - -4.5398204, - 36.5988652 + -83.5678459, + 35.7991683 ] }, "properties": { - "name": "Teleferico Benalmedena", - "area": "Spain", - "address": ", Benalmedena - Malaga", + "name": "Three Bears General Store", + "area": "Tennessee", + "address": "2861 Parkway, Pigeon Forge", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=318213", "internal_url": "null", - "latitude": "36.5988652", - "longitude": "-4.5398204", + "latitude": "35.7991683", + "longitude": "-83.5678459", "machine_status": "available", - "id": 290, - "last_updated": "2023-10-29" + "id": 4282, + "last_updated": "2024-09-09", + "multimachine": 2 } }, { @@ -24379,22 +731,22 @@ "geometry": { "type": "Point", "coordinates": [ - -117.1467421, - 36.6068898 + -119.9443247, + 38.9562465 ] }, "properties": { - "name": "Stovepipe Wells General Store & The Nugget Gift Shop", + "name": "Powder House Ski & Snowboard", "area": "California", - "address": "Highway 190 Stovepipe Wells Village, Death Valley National Park", - "status": "unvisited", - "external_url": "null", + "address": "4045 Lake Tahoe Boulevard, South Lake Tahoe", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=282551", "internal_url": "null", - "latitude": "36.6068898", - "longitude": "-117.1467421", + "latitude": "38.9562465", + "longitude": "-119.9443247", "machine_status": "available", - "id": 4610, - "last_updated": "2023-10-29" + "id": 4875, + "last_updated": "2024-08-28" } }, { @@ -24402,22 +754,22 @@ "geometry": { "type": "Point", "coordinates": [ - -5.366012899999999, - 36.7582261 + -81.41522770982236, + 19.379946215605646 ] }, "properties": { - "name": "Sabores de Grazalema shop", - "area": "Spain", - "address": "Calle Las Piedras, 22, Cádiz, Grazalema", + "name": "Cayman Turtle center", + "area": "Cayman Islands", + "address": "786 Northwest Point Road, West Bay Grand Cayman", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=31625", "internal_url": "null", - "latitude": "36.7582261", - "longitude": "-5.366012899999999", - "machine_status": "available", - "id": 295, - "last_updated": "2023-10-29" + "latitude": 19.379946215605646, + "longitude": -81.41522770982236, + "machine_status": "retired", + "id": 6029, + "last_updated": "2024-10-04" } }, { @@ -24425,22 +777,24 @@ "geometry": { "type": "Point", "coordinates": [ - -4.8018648, - 36.9317226 + -78.87624990690874, + 33.71560391798763 ] }, "properties": { - "name": "Restaurante el kiosko (caminito del Rey)", - "area": "Spain", - "address": "Parque Ardales, Pantano El Chorro, s/n, 29550 Ardales, Málaga, Ardales", + "name": "Broadway at the Beach - East Visitor's Center", + "area": "South Carolina", + "address": "1325 Celebrity Circle, #34, Myrtle Beach", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=19337", "internal_url": "null", - "latitude": "36.9317226", - "longitude": "-4.8018648", + "latitude": "33.71560391798763", + "longitude": "-78.87624990690874", "machine_status": "available", - "id": 270, - "last_updated": "2023-10-29" + "id": 2211, + "last_updated": "2024-09-05", + "multimachine": 2, + "paywall": true } }, { @@ -24448,22 +802,23 @@ "geometry": { "type": "Point", "coordinates": [ - -111.4858141, - 36.9357176 + -83.58340252422926, + 41.62047786549837 ] }, "properties": { - "name": "Glen Canyon Dam Visitor Center", - "area": "Arizona", - "address": "Hwy 89 North, Page", - "status": "unvisited", - "external_url": "null", + "name": "Toledo Zoo - Arctic Encounter", + "area": "Ohio", + "address": "Toledo Zoo, 2 Hippo Way, Toledo, OH 43609", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=284070", "internal_url": "null", - "latitude": "36.9357176", - "longitude": "-111.4858141", - "machine_status": "out-of-order", - "id": 2659, - "last_updated": "2024-03-31" + "latitude": "41.62047786549837", + "longitude": "-83.58340252422926", + "paywall": true, + "machine_status": "available", + "id": 2014, + "last_updated": "2024-08-28" } }, { @@ -24471,22 +826,23 @@ "geometry": { "type": "Point", "coordinates": [ - -3.2665353, - 37.0012828 + -83.58005165675876, + 41.6178601139826 ] }, "properties": { - "name": "Trevelez", - "area": "Spain", - "address": "Main Plaza, Trevelez", - "status": "unvisited", - "external_url": "null", + "name": "Toledo Zoo - Aquarium", + "area": "Ohio", + "address": "2 Hippo Way, Toledo, OH 43609", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=284070", "internal_url": "null", - "latitude": "37.0012828", - "longitude": "-3.2665353", + "latitude": 41.6178601139826, + "longitude": -83.58005165675876, + "paywall": true, "machine_status": "available", - "id": 391, - "last_updated": "2023-10-29" + "id": 6038, + "last_updated": "2024-08-28" } }, { @@ -24494,22 +850,23 @@ "geometry": { "type": "Point", "coordinates": [ - -6.4344467, - 37.0427289 + -83.58167902736798, + 41.61943698517184 ] }, "properties": { - "name": "Donana National Park", - "area": "Spain", - "address": "Matalascanas, Huelva", - "status": "unvisited", - "external_url": "null", + "name": "Toledo Zoo - Aviary", + "area": "Ohio", + "address": "2 Hippo Way, Toledo, OH 43609", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=284070", "internal_url": "null", - "latitude": "37.0427289", - "longitude": "-6.4344467", + "latitude": 41.61943698517184, + "longitude": -83.58167902736798, + "paywall": true, "machine_status": "available", - "id": 322, - "last_updated": "2023-10-29" + "id": 6036, + "last_updated": "2024-08-28" } }, { @@ -24517,22 +874,23 @@ "geometry": { "type": "Point", "coordinates": [ - -8.314199, - 37.126969 + -83.57957191012376, + 41.61995504860125 ] }, "properties": { - "name": "ZooMarine", - "area": "Portugal", - "address": "8201-864 Albufeira,, Albufiera", - "status": "unvisited", - "external_url": "null", + "name": "Toledo Zoo - Reptile House", + "area": "Ohio", + "address": "Toledo Zoo, 2 Hippo Way, Toledo, OH 43609", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=284070", "internal_url": "null", - "latitude": "37.126969", - "longitude": "-8.314199", + "latitude": 41.61995504860125, + "longitude": -83.57957191012376, + "paywall": true, "machine_status": "available", - "id": 652, - "last_updated": "2023-10-29" + "id": 6035, + "last_updated": "2024-08-28" } }, { @@ -24540,22 +898,23 @@ "geometry": { "type": "Point", "coordinates": [ - -3.598843, - 37.17542 + -0.1312887, + 51.51067150000001 ] }, "properties": { - "name": "Alcaiceria Gift Shop", - "area": "Spain", - "address": ", Granada", + "name": "M&Ms World", + "area": "England", + "address": "1 Swiss Court Leicester Square (Leicester Square tube stop), LONDON - Leicester Square", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=95848", "internal_url": "null", - "latitude": "37.17542", - "longitude": "-3.598843", + "latitude": "51.51067150000001", + "longitude": "-0.1312887", + "multimachine": 1, "machine_status": "retired", - "id": 314, - "last_updated": "2024-10-04" + "id": 1472, + "last_updated": "2024-08-26" } }, { @@ -24563,22 +922,22 @@ "geometry": { "type": "Point", "coordinates": [ - -3.599958, - 37.1756733 + 9.43215654105179, + 54.789214983611444 ] }, "properties": { - "name": "Take Granada Souvenirs", - "area": "Spain", - "address": "Plaza Bib-rambia, Granada", + "name": "Flensburg Souvenirs", + "area": "Germany", + "address": "Nordermarkt 5, 24937 Flensburg, Germany", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=427527", "internal_url": "null", - "latitude": "37.1756733", - "longitude": "-3.599958", - "machine_status": "retired", - "id": 319, - "last_updated": "2024-10-04" + "latitude": 54.789214983611444, + "longitude": 9.43215654105179, + "machine_status": "available", + "id": 6058, + "last_updated": "2024-04-11" } }, { @@ -24586,45 +945,47 @@ "geometry": { "type": "Point", "coordinates": [ - -76.5182237, - 37.2387626 + -0.136738, + 50.8168555 ] }, "properties": { - "name": "The American Revolution Museum at Yorktown", - "area": "Virginia", - "address": "200 Walter St, Yorktown", + "name": "Brighton Marine Palace and Pier", + "area": "England", + "address": "Madeira Drive, Brighton BN2 1TW, East Sussex, United Kingdom", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=107276", "internal_url": "null", - "latitude": "37.2387626", - "longitude": "-76.5182237", - "machine_status": "available", - "id": 4472, - "last_updated": "2023-10-29" + "latitude": "50.8168555", + "longitude": "-0.136738", + "multimachine": 2, + "machine_status": "retired", + "id": 1388, + "last_updated": "2024-04-25" } }, { "type": "Feature", "geometry": { "type": "Point", - "coordinates": [ - -6.001627099999999, - 37.3777893 + "coordinates": [ + -118.498101, + 34.008576 ] }, "properties": { - "name": "Welcome / Tourist Center", - "area": "Spain", - "address": ", Seville", + "name": "Santa Monica Pier - Pacific Park", + "area": "California", + "address": "380 Santa Monica Pier, Santa Monica, CA 90401, United States", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=525", "internal_url": "null", - "latitude": "37.3777893", - "longitude": "-6.001627099999999", + "latitude": "34.008576", + "longitude": "-118.498101", + "multimachine": 3, "machine_status": "retired", - "id": 381, - "last_updated": "2024-09-29" + "id": 4855, + "last_updated": "2024-02-12" } }, { @@ -24632,22 +993,22 @@ "geometry": { "type": "Point", "coordinates": [ - -5.9944247, - 37.3906143 + -0.1361609, + 51.5001244 ] }, "properties": { - "name": "Vazquez - Outside the shop", - "area": "Spain", - "address": "Calle Sierpes , Seville", - "status": "unvisited", - "external_url": "null", + "name": "The Guards Museum", + "area": "England", + "address": "Wellington Barracks, Birdcage Walk, LONDON - Westminster", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=223327", "internal_url": "null", - "latitude": "37.3906143", - "longitude": "-5.9944247", + "latitude": "51.5001244", + "longitude": "-0.1361609", "machine_status": "retired", - "id": 380, - "last_updated": "2024-09-28" + "id": 1497, + "last_updated": "2024-08-26" } }, { @@ -24655,22 +1016,23 @@ "geometry": { "type": "Point", "coordinates": [ - -5.996263, - 37.397214 + -86.6978622, + 36.2176958 ] }, "properties": { - "name": "Basílica menos del Gran Poder", - "area": "Spain", - "address": "Plaza de San Lorenzo, 13, Seville", + "name": "Cooters Place Nashville", + "area": "Tennessee", + "address": "2613B McGavock Pk, Nashville, TN 37214, United States", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=106375", "internal_url": "null", - "latitude": "37.397214", - "longitude": "-5.996263", + "latitude": "36.2176958", + "longitude": "-86.6978622", + "multimachine": 2, "machine_status": "available", - "id": 371, - "last_updated": "2023-10-29" + "id": 4243, + "last_updated": "2024-05-10" } }, { @@ -24678,22 +1040,22 @@ "geometry": { "type": "Point", "coordinates": [ - -5.9998594, - 37.4079699 + -83.5628564, + 35.7940287 ] }, "properties": { - "name": "Isla Mágica", - "area": "Spain", - "address": "Avda. de los descubrimientos s/n, Seville", - "status": "unvisited", + "name": "Flyaway Indoor Skydiving", + "area": "Tennessee", + "address": "3106 Parkway, Pigeon Forge, TN 37863, United States", + "status": "retired", "external_url": "null", "internal_url": "null", - "latitude": "37.4079699", - "longitude": "-5.9998594", - "machine_status": "available", - "id": 373, - "last_updated": "2023-10-29" + "latitude": "35.7940287", + "longitude": "-83.5628564", + "machine_status": "retired", + "id": 4268, + "last_updated": "2024-01-02" } }, { @@ -24701,22 +1063,22 @@ "geometry": { "type": "Point", "coordinates": [ - -5.9339851, - 37.410168 + -109.788717, + 35.083583 ] }, "properties": { - "name": "Color Espilaly", - "area": "Spain", - "address": ", Seville", + "name": "Fred Harvey Painted Desert Gift Shop", + "area": "Arizona", + "address": "1 Park Road (P.O..Box 2217) Interstate 40 (Exit 311), Petrified Forest (near Holbrook)", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=321", "internal_url": "null", - "latitude": "37.410168", - "longitude": "-5.9339851", - "machine_status": "available", - "id": 372, - "last_updated": "2023-10-29" + "latitude": "35.083583", + "longitude": "-109.788717", + "machine_status": "retired", + "id": 2662, + "last_updated": "2024-03-09" } }, { @@ -24724,22 +1086,22 @@ "geometry": { "type": "Point", "coordinates": [ - 22.1409273, - 37.9611342 + -87.6157576, + 30.6303787 ] }, "properties": { - "name": "Cave of the Lakes - Kalavryta", - "area": "Greece", - "address": "25007 Kastria, Kalavryta", + "name": "Oasis Travel Center", + "area": "Alabama", + "address": "27801 County Road 64 Ext , Robertsdale", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=409542", "internal_url": "null", - "latitude": "37.9611342", - "longitude": "22.1409273", + "latitude": "30.6303787", + "longitude": "-87.6157576", "machine_status": "available", - "id": 1035, - "last_updated": "2023-10-29" + "id": 6065, + "last_updated": "2024-06-08" } }, { @@ -24747,22 +1109,22 @@ "geometry": { "type": "Point", "coordinates": [ - -3.4688009, - 37.9901466 + -149.8916467, + 61.21867760000001 ] }, "properties": { - "name": "Baeza Cathedral", - "area": "Spain", - "address": "Plaza Sta. María s/n, Jaen, Baeza", - "status": "unvisited", - "external_url": "null", + "name": "Grizzly's Gifts ", + "area": "Alaska", + "address": "501 West 4th Avenue, Anchorage", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=230", "internal_url": "null", - "latitude": "37.9901466", - "longitude": "-3.4688009", + "latitude": "61.21867760000001", + "longitude": "-149.8916467", "machine_status": "available", - "id": 326, - "last_updated": "2023-10-29" + "id": 1148, + "last_updated": "2024-03-03" } }, { @@ -24770,22 +1132,22 @@ "geometry": { "type": "Point", "coordinates": [ - -86.3378788, - 38.3729416 + -111.8261764, + 36.0441081 ] }, "properties": { - "name": "Marengo Cave National Landmark", - "area": "Indiana", - "address": "400 East State Road 64, Marengo", + "name": "Desert View Trading Post", + "area": "Arizona", + "address": "on the Eastern side of the south rim (Watch Tower area), Grand Canyon National Park, South Rim", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=286828", "internal_url": "null", - "latitude": "38.3729416", - "longitude": "-86.3378788", - "machine_status": "available", - "id": 2275, - "last_updated": "2023-10-29" + "latitude": "36.0441081", + "longitude": "-111.8261764", + "machine_status": "out-of-order", + "id": 2631, + "last_updated": "2024-04-01" } }, { @@ -24793,22 +1155,22 @@ "geometry": { "type": "Point", "coordinates": [ - -0.1446154, - 38.5692069 + -112.355836, + 33.53849 ] }, "properties": { - "name": "Terra Natura", - "area": "Spain", - "address": "Foia del Verdarer street, 1, Benidorm (Alicante)", - "status": "unvisited", - "external_url": "null", + "name": "Luke Air Force Base", + "area": "Arizona", + "address": "Base Exchange (MILITARY ID REQUIRED), Glendale", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=54630", "internal_url": "null", - "latitude": "38.5692069", - "longitude": "-0.1446154", - "machine_status": "available", - "id": 292, - "last_updated": "2023-10-29" + "latitude": "33.53849", + "longitude": "-112.355836", + "machine_status": "retired", + "id": 2625, + "last_updated": "2024-08-28" } }, { @@ -24816,22 +1178,22 @@ "geometry": { "type": "Point", "coordinates": [ - -109.6198462, - 38.6165892 + -111.7598125, + 34.8737264 ] }, "properties": { - "name": "Arches National Park Visitor Center", - "area": "Utah", - "address": "3015 S Hwy191, Moab", - "status": "unvisited", - "external_url": "null", + "name": "Sedona's Candy Shopp", + "area": "Arizona", + "address": "466 Sunset Lane, Sedona", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=387624", "internal_url": "null", - "latitude": "38.6165892", - "longitude": "-109.6198462", + "latitude": "34.8737264", + "longitude": "-111.7598125", "machine_status": "available", - "id": 2076, - "last_updated": "2023-10-29" + "id": 5981, + "last_updated": "2024-08-28" } }, { @@ -24839,22 +1201,22 @@ "geometry": { "type": "Point", "coordinates": [ - -0.1984499, - 38.6763199 + -123.9288242, + 45.9930402 ] }, "properties": { - "name": "Guadalest", - "area": "Spain", - "address": "Calle la Peña 2, El Castell de Guadalest", + "name": "World of Gifts", + "area": "Oregon", + "address": "111 Broadway street UNIT 17 Seaside, OR, Seaside", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=411254", "internal_url": "null", - "latitude": "38.6763199", - "longitude": "-0.1984499", + "latitude": "45.9930402", + "longitude": "-123.9288242", "machine_status": "available", - "id": 306, - "last_updated": "2023-10-29" + "id": 6096, + "last_updated": "2024-08-28" } }, { @@ -24862,22 +1224,22 @@ "geometry": { "type": "Point", "coordinates": [ - -104.9179652, - 38.8589369 + -70.34634604174883, + 41.646052199506286 ] }, "properties": { - "name": "Penny Arcade", - "area": "Colorado", - "address": "930 Manitou Ave, Manitou Springs", + "name": "1856 County Store", + "area": "Massachusetts", + "address": "555 Main St, Centerville , MA", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=409103", "internal_url": "null", - "latitude": "38.8589369", - "longitude": "-104.9179652", + "latitude": "41.646052199506286", + "longitude": "-70.34634604174883", "machine_status": "available", - "id": 1906, - "last_updated": "2023-10-29" + "id": 6102, + "last_updated": "2024-09-21" } }, { @@ -24885,22 +1247,22 @@ "geometry": { "type": "Point", "coordinates": [ - -77.0327373, - 38.895211 + -72.02485, + 42.139786 ] }, "properties": { - "name": "White House Visitor's Center", - "area": "Washington DC", - "address": "1450 Pennsylvania Ave NW, Washington", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=404051", + "name": "Charlton Pike Rest Stop ", + "area": "Massachusetts", + "address": "I-90 Mass Pike both East and West svc plazas, Charlton", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=225910", "internal_url": "null", - "latitude": "38.895211", - "longitude": "-77.0327373", + "latitude": "42.139786", + "longitude": "-72.02485", "machine_status": "available", - "id": 3251, - "last_updated": "2024-07-11" + "id": 2899, + "last_updated": "2024-05-10" } }, { @@ -24908,22 +1270,22 @@ "geometry": { "type": "Point", "coordinates": [ - -120.1433003, - 39.1693367 + -79.27633519999999, + 40.2621017 ] }, "properties": { - "name": "North Lake Auto Parts", - "area": "California", - "address": "295 North Lake Blvd, North Lake Tahoe", - "status": "unvisited", - "external_url": "null", + "name": "Idlewild Park", + "area": "Pennsylvania", + "address": "P.O. Box C, Rt. 30 East, Ligonier", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=4055", "internal_url": "null", - "latitude": "39.1693367", - "longitude": "-120.1433003", + "latitude": "40.2621017", + "longitude": "-79.27633519999999", "machine_status": "available", - "id": 4709, - "last_updated": "2023-10-29" + "id": 4015, + "last_updated": "2024-08-28" } }, { @@ -24931,22 +1293,23 @@ "geometry": { "type": "Point", "coordinates": [ - -76.607204, - 39.2863929 + -75.15015559999999, + 39.9502112 ] }, "properties": { - "name": "Hard Rock Cafe - Baltimore", - "area": "Maryland", - "address": "601 E Pratt St, Baltimore", + "name": "Liberty Bell Center", + "area": "Pennsylvania", + "address": "101 S Independence Mall W, Philadelphia, PA 19106", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "39.2863929", - "longitude": "-76.607204", - "machine_status": "out-of-order", - "id": 3608, - "last_updated": "2024-10-18" + "latitude": "39.9502112", + "longitude": "-75.15015559999999", + "machine_status": "retired", + "id": 6107, + "last_updated": "2024-09-21", + "multimachine": 1 } }, { @@ -24954,22 +1317,22 @@ "geometry": { "type": "Point", "coordinates": [ - -85.05643839999999, - 39.3883049 + -117.1467942, + 36.606886 ] }, "properties": { - "name": "Wolf Creek Habitat", - "area": "Indiana", - "address": "14099 Wolf Creek Rd, Brookville", + "name": "Stovepipe Wells General Store", + "area": "California", + "address": "51880 Highway 190, Death Valley National Park", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=396688", "internal_url": "null", - "latitude": "39.3883049", - "longitude": "-85.05643839999999", - "machine_status": "available", - "id": 2253, - "last_updated": "2023-10-29" + "latitude": "36.606886", + "longitude": "-117.1467942", + "machine_status": "retired", + "id": 6114, + "last_updated": "2024-05-10" } }, { @@ -24977,22 +1340,22 @@ "geometry": { "type": "Point", "coordinates": [ - -77.8048445, - 39.4292154 + -120.8569796, + 35.3705752 ] }, "properties": { - "name": "Shepherdstown Visitor's Center", - "area": "West Virginia", - "address": "201 South Princess Street, Shepherdstown", + "name": "Destination Camp One Morro Bay", + "area": "California", + "address": "1215 Embarcadero Suite C, Morro Bay", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=400566", "internal_url": "null", - "latitude": "39.4292154", - "longitude": "-77.8048445", - "machine_status": "available", - "id": 3905, - "last_updated": "2023-10-29" + "latitude": "35.3705752", + "longitude": "-120.8569796", + "machine_status": "retired", + "id": 6120, + "last_updated": "2024-04-25" } }, { @@ -25000,22 +1363,22 @@ "geometry": { "type": "Point", "coordinates": [ - -0.35139, - 39.45427 + -117.9006713, + 33.6032184 ] }, "properties": { - "name": "Museu de ls Cièncias Príncipe Felipe", - "area": "Spain", - "address": "Av Profesor López Piñero, 7, Valencia", + "name": "The Mermaid Store", + "area": "California", + "address": "309 Palm St,, Newport Beach", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=404094", "internal_url": "null", - "latitude": "39.45427", - "longitude": "-0.35139", - "machine_status": "available", - "id": 394, - "last_updated": "2023-10-29" + "latitude": "33.6032184", + "longitude": "-117.9006713", + "machine_status": "retired", + "id": 6123, + "last_updated": "2024-09-29" } }, { @@ -25023,22 +1386,22 @@ "geometry": { "type": "Point", "coordinates": [ - 3.1858296, - 39.4555713 + -123.7657553, + 39.9159598 ] }, "properties": { - "name": "Santuari de Sant Salvador", - "area": "Spain", - "address": "Santuari de Sant Salvador, Crta. de Portocolón, s/n, 07200 Felanitx, Illes Balears, Felanitx", + "name": "World Famous Tree House", + "area": "California", + "address": "74800 N. U.S. Hwy 101, Piercy", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=1249", "internal_url": "null", - "latitude": "39.4555713", - "longitude": "3.1858296", - "machine_status": "available", - "id": 311, - "last_updated": "2023-10-29" + "latitude": "39.9159598", + "longitude": "-123.7657553", + "machine_status": "retired", + "id": 4729, + "last_updated": "2024-07-07" } }, { @@ -25046,22 +1409,22 @@ "geometry": { "type": "Point", "coordinates": [ - 19.8986246, - 39.5616001 + -117.1958841, + 32.7523936 ] }, "properties": { - "name": "Achillon - Korfu - Griechenland", - "area": "Greece", - "address": "Korfu - Achillon, Korfu - City", + "name": "Old Town - Dantes Leather", + "area": "California", + "address": "2522 Congress St, San Diego", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=412790", "internal_url": "null", - "latitude": "39.5616001", - "longitude": "19.8986246", + "latitude": "32.7523936", + "longitude": "-117.1958841", "machine_status": "available", - "id": 1036, - "last_updated": "2023-10-29" + "id": 6124, + "last_updated": "2024-08-28" } }, { @@ -25069,22 +1432,22 @@ "geometry": { "type": "Point", "coordinates": [ - -75.6913107, - 39.6618305 + -121.8897436, + 37.33230210000001 ] }, "properties": { - "name": "HMS Host at the Biden Welcome Center", - "area": "Delaware", - "address": "530 John F. Kennedy Memorial Highway, Newark", + "name": "Christmas in the Park", + "area": "California", + "address": "Plaza de Cesar Chavez, San Jose", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=227234", "internal_url": "null", - "latitude": "39.6618305", - "longitude": "-75.6913107", - "machine_status": "out-of-order", - "id": 2244, - "last_updated": "2024-02-16" + "latitude": "37.33230210000001", + "longitude": "-121.8897436", + "machine_status": "retired", + "id": 6125, + "last_updated": "2024-01-06" } }, { @@ -25092,22 +1455,22 @@ "geometry": { "type": "Point", "coordinates": [ - -75.1962708, - 39.9719878 + -85.2589182, + 45.3177656 ] }, "properties": { - "name": "Philadelphia Zoo", - "area": "Pennsylvania", - "address": "3400 West Girard Avenue, Philadelphia", - "status": "unvisited", - "external_url": "null", + "name": "The Taffy Barrel", + "area": "Michigan", + "address": "211 Bridge Street, Charlevoix", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=101318", "internal_url": "null", - "latitude": "39.9719878", - "longitude": "-75.1962708", + "latitude": "45.3177656", + "longitude": "-85.2589182", "machine_status": "available", - "id": 4041, - "last_updated": "2023-10-29" + "id": 2501, + "last_updated": "2024-08-06" } }, { @@ -25115,22 +1478,22 @@ "geometry": { "type": "Point", "coordinates": [ - -2.1299123, - 40.0784274 + -84.729722, + 45.7822293 ] }, "properties": { - "name": "Artesana shop", - "area": "Spain", - "address": "plaza mayor, Cuenca ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=437685", + "name": "A Cats Grin Tourist Trap", + "area": "Michigan", + "address": "209 E Central Ave, Mackinaw City", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=2826", "internal_url": "null", - "latitude": "40.0784274", - "longitude": "-2.1299123", + "latitude": "45.7822293", + "longitude": "-84.729722", "machine_status": "available", - "id": 305, - "last_updated": "2024-08-28" + "id": 2551, + "last_updated": "2024-06-13" } }, { @@ -25138,22 +1501,22 @@ "geometry": { "type": "Point", "coordinates": [ - -7.614024, - 40.321701 + -106.0457303, + 39.4824098 ] }, "properties": { - "name": "Serra da Estrela (Centro Comercial)", - "area": "Portugal", - "address": "Centro Comercial da Torre, Alvoco da Serra, Loriga", + "name": "Breck 'N' Boujee ", + "area": "Colorado", + "address": "100 N Main St. Unit 112, Breckinridge ", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=389510", "internal_url": "null", - "latitude": "40.321701", - "longitude": "-7.614024", - "machine_status": "available", - "id": 651, - "last_updated": "2023-10-29" + "latitude": "39.4824098", + "longitude": "-106.0457303", + "machine_status": "retired", + "id": 6135, + "last_updated": "2024-08-28" } }, { @@ -25161,22 +1524,22 @@ "geometry": { "type": "Point", "coordinates": [ - -84.3809242, - 40.43667749999999 + -104.7588218, + 38.8435892 ] }, "properties": { - "name": "Bicycle Museum of America", - "area": "Ohio", - "address": "7 W Monroe St,, Bremen", + "name": "Estate Collectibles, Citadel Mall Upper Level ", + "area": "Colorado", + "address": "750 Citadel Drive East, Colorado Springs", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=403178", "internal_url": "null", - "latitude": "40.43667749999999", - "longitude": "-84.3809242", - "machine_status": "available", - "id": 1948, - "last_updated": "2023-10-29" + "latitude": "38.8435892", + "longitude": "-104.7588218", + "machine_status": "retired", + "id": 6136, + "last_updated": "2024-03-16" } }, { @@ -25184,22 +1547,22 @@ "geometry": { "type": "Point", "coordinates": [ - -4.108806899999999, - 40.9429032 + -105.0767936, + 40.5760754 ] }, "properties": { - "name": "Candles gift store", - "area": "Spain", - "address": ", Segovia ", + "name": "Colorado Candy Company", + "area": "Colorado", + "address": "814 S College Ave, Fort Collins", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=319528", "internal_url": "null", - "latitude": "40.9429032", - "longitude": "-4.108806899999999", + "latitude": "40.5760754", + "longitude": "-105.0767936", "machine_status": "available", - "id": 366, - "last_updated": "2023-10-29" + "id": 1862, + "last_updated": "2023-12-05" } }, { @@ -25207,22 +1570,22 @@ "geometry": { "type": "Point", "coordinates": [ - -4.1182684, - 40.94801959999999 + -104.9185894, + 38.8588217 ] }, "properties": { - "name": "Tourist Information Center", - "area": "Spain", - "address": "Plaza del Azoguejo, 1, Segovia", + "name": "D'Colores", + "area": "Colorado", + "address": "935 Manitou Ave, Manitou Springs", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=398626", "internal_url": "null", - "latitude": "40.94801959999999", - "longitude": "-4.1182684", - "machine_status": "available", - "id": 369, - "last_updated": "2023-10-29" + "latitude": "38.8588217", + "longitude": "-104.9185894", + "machine_status": "retired", + "id": 6142, + "last_updated": "2024-03-24" } }, { @@ -25230,22 +1593,23 @@ "geometry": { "type": "Point", "coordinates": [ - -5.666795, - 40.961001 + -93.2407762770843, + 44.85374968385508 ] }, "properties": { - "name": "Mercatus gift shop", - "area": "Spain", - "address": "Cardenal Pla y Deniel, Salamanca", + "name": "Mall of America - I Love Minnesota Store", + "area": "Minnesota", + "address": "372 West Market - Level 1, Bloomington", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=22336", "internal_url": "null", - "latitude": "40.961001", - "longitude": "-5.666795", - "machine_status": "available", - "id": 358, - "last_updated": "2023-10-29" + "latitude": "44.85374968385508", + "longitude": "-93.2407762770843", + "machine_status": "retired", + "id": 6144, + "last_updated": "2024-08-06", + "paywall": true } }, { @@ -25253,22 +1617,22 @@ "geometry": { "type": "Point", "coordinates": [ - -5.6661456, - 40.96209959999999 + -79.9253279, + 32.7905278 ] }, "properties": { - "name": "Shopping Salamanca gift shop", - "area": "Spain", - "address": "40 Rua Mayor, Salamanca", + "name": "Fort Sumpter National Historic Park", + "area": "South Carolina", + "address": "340 Concord St, Charleston", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "40.96209959999999", - "longitude": "-5.6661456", - "machine_status": "available", - "id": 360, - "last_updated": "2023-10-29" + "latitude": "32.7905278", + "longitude": "-79.9253279", + "machine_status": "retired", + "id": 6148, + "last_updated": "2024-02-25" } }, { @@ -25276,22 +1640,22 @@ "geometry": { "type": "Point", "coordinates": [ - -5.6641062, - 40.96414740000001 + -93.2466481, + 36.642321 ] }, "properties": { - "name": "Regalos Hispania gift shop", - "area": "Spain", - "address": "Plaza del Poeta Iglesias, Salamanca", - "status": "unvisited", - "external_url": "null", + "name": "Dolly Parton's Stampede Dinner & Show", + "area": "Missouri", + "address": "1525 West Highway 76, Branson", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=3276", "internal_url": "null", - "latitude": "40.96414740000001", - "longitude": "-5.6641062", + "latitude": "36.642321", + "longitude": "-93.2466481", "machine_status": "available", - "id": 359, - "last_updated": "2023-10-29" + "id": 5325, + "last_updated": "2023-12-22" } }, { @@ -25299,22 +1663,22 @@ "geometry": { "type": "Point", "coordinates": [ - -5.663539699999999, - 40.9701039 + -93.2506705138694, + 36.64281057130955 ] }, "properties": { - "name": "Lazarillo de Tormes Regalos gift shop", - "area": "Spain", - "address": "22 Libreros, Salamanca", + "name": "Sunshine T-Shirt and Souvenirs", + "area": "Missouri", + "address": "1819 West Hwy 76, Branson", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=391474", "internal_url": "null", - "latitude": "40.9701039", - "longitude": "-5.663539699999999", - "machine_status": "available", - "id": 357, - "last_updated": "2023-10-29" + "latitude": "36.64281057130955", + "longitude": "-93.2506705138694", + "machine_status": "retired", + "id": 6157, + "last_updated": "2024-08-28" } }, { @@ -25322,22 +1686,22 @@ "geometry": { "type": "Point", "coordinates": [ - -5.648571599999999, - 40.9721256 + -94.42338649999999, + 39.09376049999999 ] }, "properties": { - "name": "Train Station ", - "area": "Spain", - "address": "Paseo de la Estación, Salamanca", + "name": "Harry S Truman National Historic Site Visitors Center", + "area": "Missouri", + "address": "223 North Main Street , Independence", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=405485", "internal_url": "null", - "latitude": "40.9721256", - "longitude": "-5.648571599999999", - "machine_status": "available", - "id": 361, - "last_updated": "2023-10-29" + "latitude": "39.09376049999999", + "longitude": "-94.42338649999999", + "machine_status": "retired", + "id": 6159, + "last_updated": "2024-03-14" } }, { @@ -25345,22 +1709,22 @@ "geometry": { "type": "Point", "coordinates": [ - -96.3201172, - 41.018104 + -94.42338649999999, + 39.09376049999999 ] }, "properties": { - "name": "Strategic Air & Space Museum", - "area": "Nebraska", - "address": "28210 West Park Highway, Ashland", + "name": "Home of Harry S. Truman", + "area": "Missouri", + "address": ", Independence", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=394734", "internal_url": "null", - "latitude": "41.018104", - "longitude": "-96.3201172", - "machine_status": "available", - "id": 4166, - "last_updated": "2023-10-29" + "latitude": "39.09376049999999", + "longitude": "-94.42338649999999", + "machine_status": "retired", + "id": 6160, + "last_updated": "2024-07-05" } }, { @@ -25368,22 +1732,22 @@ "geometry": { "type": "Point", "coordinates": [ - -8.6109043, - 41.1380756 + -91.7215746, + 37.9779385 ] }, "properties": { - "name": "Porto Càlem", - "area": "Portugal", - "address": "Avenida Diogo Leite, 344 Vila Nova de Gaia, Porto", + "name": "Mule Trading Post", + "area": "Missouri", + "address": "11160 Dillon Outer Rd, Rolla", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=394408", "internal_url": "null", - "latitude": "41.1380756", - "longitude": "-8.6109043", - "machine_status": "available", - "id": 677, - "last_updated": "2023-10-29" + "latitude": "37.9779385", + "longitude": "-91.7215746", + "machine_status": "retired", + "id": 6162, + "last_updated": "2024-01-02" } }, { @@ -25391,22 +1755,22 @@ "geometry": { "type": "Point", "coordinates": [ - -1.7823247, - 41.1934687 + -83.514517, + 35.7126814 ] }, "properties": { - "name": "Monasterio de piedra", - "area": "Spain", - "address": "Calle Afueras, s/n, Nuévalos, Zaragoza", - "status": "unvisited", - "external_url": "null", + "name": "Beef Jerky Outlet", + "area": "Tennessee", + "address": "636 Parkway Suite #1, Gatlinburg", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=90659", "internal_url": "null", - "latitude": "41.1934687", - "longitude": "-1.7823247", + "latitude": "35.7126814", + "longitude": "-83.514517", "machine_status": "available", - "id": 400, - "last_updated": "2023-10-29" + "id": 4199, + "last_updated": "2024-05-10" } }, { @@ -25414,22 +1778,22 @@ "geometry": { "type": "Point", "coordinates": [ - 16.550678, - 41.2134298 + -86.374488, + 35.281877 ] }, "properties": { - "name": "Miragica Terra di Giganti", - "area": "Italy", - "address": "via dei Portuali, Zona Asi", + "name": "Historic Lynchburg Home of Jack Daniels", + "area": "Tennessee", + "address": "203 Main St, Lynchburg, TN 37352", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=389400", "internal_url": "null", - "latitude": "41.2134298", - "longitude": "16.550678", + "latitude": "35.281877", + "longitude": "-86.374488", "machine_status": "available", - "id": 934, - "last_updated": "2023-10-29" + "id": 6167, + "last_updated": "2023-11-17" } }, { @@ -25437,22 +1801,22 @@ "geometry": { "type": "Point", "coordinates": [ - 2.1526945, - 41.4144948 + -90.0254238, + 35.0433202 ] }, "properties": { - "name": "Park Guell ", - "area": "Spain", - "address": ", Barcelona", - "status": "unvisited", - "external_url": "null", + "name": "Rock N Roll Cafe", + "area": "Tennessee", + "address": "3855 Elvis Presley Boulevard, Memphis", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=28047", "internal_url": "null", - "latitude": "41.4144948", - "longitude": "2.1526945", + "latitude": "35.0433202", + "longitude": "-90.0254238", "machine_status": "available", - "id": 282, - "last_updated": "2023-10-29" + "id": 4238, + "last_updated": "2024-04-25" } }, { @@ -25460,22 +1824,22 @@ "geometry": { "type": "Point", "coordinates": [ - -8.3770546, - 41.5547347 + -81.7055024, + 28.419869 ] }, "properties": { - "name": "Bon Jesus", - "area": "Portugal", - "address": ", Braga", - "status": "unvisited", - "external_url": "null", + "name": "Show Case of Citrus", + "area": "Florida", + "address": "5010 US Highway 27, Clermont", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=308538", "internal_url": "null", - "latitude": "41.5547347", - "longitude": "-8.3770546", + "latitude": "28.419869", + "longitude": "-81.7055024", "machine_status": "available", - "id": 656, - "last_updated": "2023-10-29" + "id": 3272, + "last_updated": "2024-05-10" } }, { @@ -25483,22 +1847,22 @@ "geometry": { "type": "Point", "coordinates": [ - -2.4689988, - 41.7639927 + -81.0056292, + 29.2273592 ] }, "properties": { - "name": "Turística 3", - "area": "Spain", - "address": ", Soria", + "name": "Joe's Crab Shack", + "area": "Florida", + "address": "1200 Main St, Daytona Beach", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=398850", "internal_url": "null", - "latitude": "41.7639927", - "longitude": "-2.4689988", - "machine_status": "available", - "id": 382, - "last_updated": "2023-10-29" + "latitude": "29.2273592", + "longitude": "-81.0056292", + "machine_status": "out-of-order", + "id": 6173, + "last_updated": "2024-02-03" } }, { @@ -25506,22 +1870,22 @@ "geometry": { "type": "Point", "coordinates": [ - -82.60002089999999, - 42.0524541 + -82.7994263, + 27.8001832 ] }, "properties": { - "name": "The Big Tomat'er", - "area": "Canada", - "address": "29 Erie Street South, Ontario - Leamington", + "name": "Alligator and Wildlife Discovery Center", + "area": "Florida", + "address": "12973 Village Blvd, Suites A-J, Madiera Beach", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=398595", "internal_url": "null", - "latitude": "42.0524541", - "longitude": "-82.60002089999999", + "latitude": "27.8001832", + "longitude": "-82.7994263", "machine_status": "available", - "id": 5004, - "last_updated": "2023-10-29" + "id": 6176, + "last_updated": "2024-03-16" } }, { @@ -25529,22 +1893,22 @@ "geometry": { "type": "Point", "coordinates": [ - 27.5160873, - 42.5652706 + -81.79049239999999, + 26.1415188 ] }, "properties": { - "name": "Burgas (Bourgas) International Airport", - "area": "Bulgaria", - "address": "8016 Burgas, Burgas", - "status": "unvisited", - "external_url": "null", + "name": "Tin City", + "area": "Florida", + "address": "1200 5th Avenue South, Naples", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=1690", "internal_url": "null", - "latitude": "42.5652706", - "longitude": "27.5160873", + "latitude": "26.1415188", + "longitude": "-81.79049239999999", "machine_status": "available", - "id": 879, - "last_updated": "2023-10-29" + "id": 3398, + "last_updated": "2024-01-28" } }, { @@ -25552,22 +1916,22 @@ "geometry": { "type": "Point", "coordinates": [ - -7.615536, - 42.807578 + -81.4924151, + 28.3870146 ] }, "properties": { - "name": "Portomarin (Camino de Santiago)", - "area": "Spain", - "address": "Praza Conde Fenosa, Portomarin", + "name": "Vineland Premium Outlet Mall, Disney's Character Warehouse (Outlet)", + "area": "Florida", + "address": "8200 Vineland Ave, Orlando", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=396651", "internal_url": "null", - "latitude": "42.807578", - "longitude": "-7.615536", - "machine_status": "available", - "id": 354, - "last_updated": "2023-10-29" + "latitude": "28.3870146", + "longitude": "-81.4924151", + "machine_status": "retired", + "id": 6179, + "last_updated": "2024-06-04" } }, { @@ -25575,22 +1939,22 @@ "geometry": { "type": "Point", "coordinates": [ - 13.9355162, - 42.8228689 + -82.0532488, + 29.2162 ] }, "properties": { - "name": "Caffè Gelateria Il Sorriso", - "area": "Italy", - "address": "Lungomare Marconi, 242", + "name": "Silver Springs Nature's Theme Park", + "area": "Florida", + "address": "5656 E. Silver Springs Blvd, Silver Springs (near Ocala)", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=1539", "internal_url": "null", - "latitude": "42.8228689", - "longitude": "13.9355162", + "latitude": "29.216200", + "longitude": "-82.0532488", "machine_status": "available", - "id": 897, - "last_updated": "2023-10-29" + "id": 6181, + "last_updated": "2023-11-18" } }, { @@ -25598,22 +1962,22 @@ "geometry": { "type": "Point", "coordinates": [ - -8.5446412, - 42.88059620000001 + -98.4984139, + 29.4253459 ] }, "properties": { - "name": "St. James Cathedral (Camino de Santiago)", - "area": "Spain", - "address": "Praza das Praterias, Santiago de Compostella", + "name": "Centro de Artes Gallery", + "area": "Texas", + "address": "101 S Santa Rosa Ave, San Antonio", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=399551", "internal_url": "null", - "latitude": "42.88059620000001", - "longitude": "-8.5446412", - "machine_status": "available", - "id": 365, - "last_updated": "2023-10-29" + "latitude": "29.4253459", + "longitude": "-98.4984139", + "machine_status": "retired", + "id": 6196, + "last_updated": "2024-01-02" } }, { @@ -25621,22 +1985,22 @@ "geometry": { "type": "Point", "coordinates": [ - -8.5335956, - 42.8875876 + -98.3420118, + 40.9263957 ] }, "properties": { - "name": "Santiago de Compostela Bus Stop", - "area": "Spain", - "address": ", A Coruña, Santiago de Compostela", + "name": "Stuh Museum Gift Shop", + "area": "Nebraska", + "address": "3133 W Hwy 34, Grand Island", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "42.8875876", - "longitude": "-8.5335956", + "latitude": "40.9263957", + "longitude": "-98.3420118", "machine_status": "available", - "id": 269, - "last_updated": "2023-10-29" + "id": 6205, + "last_updated": "2024-08-28" } }, { @@ -25644,22 +2008,22 @@ "geometry": { "type": "Point", "coordinates": [ - -79.0687075, - 43.0926264 + -110.707109, + 38.573697 ] }, "properties": { - "name": "Bird Kingdom ", - "area": "Canada", - "address": "5651 River Road, Ontario - Niagra Falls", + "name": "Goblin Valley State Park", + "area": "Utah", + "address": "Goblin Valley Road, Green River", "status": "retired", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=249400", "internal_url": "null", - "latitude": "43.0926264", - "longitude": "-79.0687075", - "machine_status": "retired", - "id": 5015, - "last_updated": "2023-10-29" + "latitude": "38.573697", + "longitude": "-110.707109", + "machine_status": "available", + "id": 2065, + "last_updated": "2024-05-10" } }, { @@ -25667,22 +2031,22 @@ "geometry": { "type": "Point", "coordinates": [ - -79.0617473, - 43.1128183 + -111.8881773, + 40.7774076 ] }, "properties": { - "name": "Souvenir City", - "area": "Canada", - "address": "4199 River Rd, Ontario - Niagara Falls", + "name": "Utah State Capitol Building", + "area": "Utah", + "address": "350 N State Street, Salt Lake City", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=410066", "internal_url": "null", - "latitude": "43.1128183", - "longitude": "-79.0617473", + "latitude": "40.7774076", + "longitude": "-111.8881773", "machine_status": "available", - "id": 5014, - "last_updated": "2023-10-29" + "id": 6215, + "last_updated": "2024-05-10" } }, { @@ -25690,22 +2054,22 @@ "geometry": { "type": "Point", "coordinates": [ - -2.924246, - 43.2576478 + -115.1662589, + 36.1387477 ] }, "properties": { - "name": "Tximeleta Souvenirs", - "area": "Spain", - "address": ", Bilboa", + "name": "Mini Mart / Souvenirs", + "area": "Nevada", + "address": "2830 Las Vegas S (Corner of Circus Circus Dr), Las Vegas", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=351077", "internal_url": "null", - "latitude": "43.2576478", - "longitude": "-2.924246", - "machine_status": "available", - "id": 293, - "last_updated": "2023-10-29" + "latitude": "36.1387477", + "longitude": "-115.1662589", + "machine_status": "retired", + "id": 4518, + "last_updated": "2024-08-28" } }, { @@ -25713,22 +2077,23 @@ "geometry": { "type": "Point", "coordinates": [ - -7.157225899999999, - 43.5540577 + -115.1592392, + 36.1630422 ] }, "properties": { - "name": "As Catedrais Beach", - "area": "Spain", - "address": ", Ribadeo", + "name": "Las Vegas North Premium Outlets - Simon Guest Services", + "area": "Nevada", + "address": "875 South Grand Central Parkway suite 1690, Las Vegas", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=390820", "internal_url": "null", - "latitude": "43.5540577", - "longitude": "-7.157225899999999", - "machine_status": "available", - "id": 355, - "last_updated": "2023-10-29" + "latitude": "36.1630422", + "longitude": "-115.1592392", + "machine_status": "retired", + "id": 6221, + "paywall": true, + "last_updated": "2024-04-11" } }, { @@ -25736,22 +2101,22 @@ "geometry": { "type": "Point", "coordinates": [ - 1.4933567, - 43.5866272 + -115.1737468, + 36.1017806 ] }, "properties": { - "name": "Cité de l'Espace", - "area": "France", - "address": ", Toulouse", + "name": "New York New York Hotel & Casino - Gotta Have It Souvenir store", + "area": "Nevada", + "address": "3790 Las Vegas Boulevard South, Las Vegas", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=2987", "internal_url": "null", - "latitude": "43.5866272", - "longitude": "1.4933567", - "machine_status": "available", - "id": 119, - "last_updated": "2023-10-29" + "latitude": "36.1017806", + "longitude": "-115.1737468", + "machine_status": "out-of-order", + "id": 4521, + "last_updated": "2024-10-13" } }, { @@ -25759,22 +2124,22 @@ "geometry": { "type": "Point", "coordinates": [ - 1.4418039, - 43.6083156 + -115.1648666, + 36.1314339 ] }, "properties": { - "name": "Cathédrale Saint-Sernin", - "area": "France", - "address": ", Toulouse", + "name": "Official Las Vegas Welcome gift store", + "area": "Nevada", + "address": "3049 Las Vegas Blvd, Las Vegas", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=399946", "internal_url": "null", - "latitude": "43.6083156", - "longitude": "1.4418039", - "machine_status": "available", - "id": 118, - "last_updated": "2023-10-29" + "latitude": "36.1314339", + "longitude": "-115.1648666", + "machine_status": "retired", + "id": 6225, + "last_updated": "2024-03-16" } }, { @@ -25782,22 +2147,22 @@ "geometry": { "type": "Point", "coordinates": [ - 22.6779485, - 43.6232074 + -117.2377709, + 38.0721506 ] }, "properties": { - "name": "Belogradchik Rocks", - "area": "Bulgaria", - "address": ", Belogradchik", + "name": "The World Famous Clown Motel", + "area": "Nevada", + "address": "521 N Main St, Tonopah", "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=428474", + "external_url": "http://209.221.138.252/Details.aspx?location=406427", "internal_url": "null", - "latitude": "43.6232074", - "longitude": "22.6779485", + "latitude": "38.0721506", + "longitude": "-117.2377709", "machine_status": "available", - "id": 878, - "last_updated": "2024-04-25" + "id": 6228, + "last_updated": "2024-08-28" } }, { @@ -25805,22 +2170,22 @@ "geometry": { "type": "Point", "coordinates": [ - 1.3605989, - 43.6601453 + -104.6029115, + 36.3668304 ] }, "properties": { - "name": "Aéroscopia - Airbus History museum.", - "area": "France", - "address": ", Toulouse", + "name": "Russell''s Truck and Travel Center", + "area": "New Mexico", + "address": "I 25 Exit 419,, Springer", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=401530", "internal_url": "null", - "latitude": "43.6601453", - "longitude": "1.3605989", - "machine_status": "available", - "id": 117, - "last_updated": "2023-10-29" + "latitude": "36.3668304", + "longitude": "-104.6029115", + "machine_status": "retired", + "id": 6252, + "last_updated": "2024-03-16" } }, { @@ -25828,22 +2193,22 @@ "geometry": { "type": "Point", "coordinates": [ - 12.5136397, - 44.0902546 + -92.917654, + 41.4064722 ] }, "properties": { - "name": "Italia in Miniatura", - "area": "Italy", - "address": "Via Popilia, 239", - "status": "unvisited", - "external_url": "null", + "name": "Jaarsma Bakery", + "area": "Iowa", + "address": "727 Franklin Street, Pella", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=379879", "internal_url": "null", - "latitude": "44.0902546", - "longitude": "12.5136397", + "latitude": "41.4064722", + "longitude": "-92.917654", "machine_status": "available", - "id": 980, - "last_updated": "2023-10-29" + "id": 5470, + "last_updated": "2024-04-13" } }, { @@ -25851,22 +2216,22 @@ "geometry": { "type": "Point", "coordinates": [ - 12.2633986, - 44.33780480000001 + -73.990866, + 40.7143028 ] }, "properties": { - "name": "Mirabilandia Theme Park", - "area": "Italy", - "address": "Parco della Standiana S.r.l. Statale Adriatica SS 16", - "status": "unvisited", - "external_url": "null", + "name": "Daredevil Tattoo", + "area": "New York", + "address": "141 Division St Ste 2, New York City (Manhattan)", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=317318", "internal_url": "null", - "latitude": "44.33780480000001", - "longitude": "12.2633986", + "latitude": "40.7143028", + "longitude": "-73.990866", "machine_status": "available", - "id": 951, - "last_updated": "2023-10-29" + "id": 3043, + "last_updated": "2024-01-02" } }, { @@ -25874,22 +2239,22 @@ "geometry": { "type": "Point", "coordinates": [ - -110.8259479, - 44.4593593 + -73.98566439999999, + 40.7484405 ] }, "properties": { - "name": "Yellowstone - Old Faithful Lodge Gift Shop", - "area": "Wyoming", - "address": "West Entrance Road, Yellowstone National Park", + "name": "Empire State Building", + "area": "New York", + "address": "350 5th Avenue, New York City (Manhattan)", "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=662", + "external_url": "http://209.221.138.252/Details.aspx?location=3609", "internal_url": "null", - "latitude": "44.4593593", - "longitude": "-110.8259479", - "machine_status": "available", - "id": 3126, - "last_updated": "2024-05-10" + "latitude": "40.7484405", + "longitude": "-73.98566439999999", + "machine_status": "retired", + "id": 6254, + "last_updated": "2024-01-17" } }, { @@ -25897,22 +2262,22 @@ "geometry": { "type": "Point", "coordinates": [ - -75.682678, - 44.5876976 + -79.0641553, + 43.0874441 ] }, "properties": { - "name": "Brockville Aquatarium", - "area": "Canada", - "address": "Tall Ships Landing, Ontario - Brockville", + "name": "One Niagara Welcome Center", + "area": "New York", + "address": "360 Rainbow Blvd, Niagara Falls", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=411114", "internal_url": "null", - "latitude": "44.5876976", - "longitude": "-75.682678", + "latitude": "43.0874441", + "longitude": "-79.0641553", "machine_status": "available", - "id": 4987, - "last_updated": "2023-10-29" + "id": 6256, + "last_updated": "2024-04-11" } }, { @@ -25920,22 +2285,22 @@ "geometry": { "type": "Point", "coordinates": [ - -124.0551816, - 44.6288748 + -3.324212, + 54.3896469 ] }, "properties": { - "name": "Old Bayfront Bazaar", - "area": "Oregon", - "address": "620 SW Bay Boulevard, Newport", + "name": "Rest Area 69, W Virginia Tpke,", + "area": "West Virginia", + "address": "69 Eskdale Avenue (I-77 South), Eskdale", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=411545", "internal_url": "null", - "latitude": "44.6288748", - "longitude": "-124.0551816", - "machine_status": "retired", - "id": 4376, - "last_updated": "2024-01-22" + "latitude": "54.3896469", + "longitude": "-3.324212", + "machine_status": "out-of-order", + "id": 6257, + "last_updated": "2024-07-22" } }, { @@ -25943,22 +2308,22 @@ "geometry": { "type": "Point", "coordinates": [ - 9.4997358, - 45.473387 + -100.0217447, + 37.7538033 ] }, "properties": { - "name": "Parque de la Prehistoria", - "area": "Italy", - "address": " Province of Cremona", - "status": "unvisited", - "external_url": "null", + "name": "Boot Hill Museum", + "area": "Kansas", + "address": "500 W Wyatt Earp Blvd, Dodge City", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=2268", "internal_url": "null", - "latitude": "45.473387", - "longitude": "9.4997358", + "latitude": "37.7538033", + "longitude": "-100.0217447", "machine_status": "available", - "id": 916, - "last_updated": "2023-10-29" + "id": 3926, + "last_updated": "2023-12-21" } }, { @@ -25966,22 +2331,22 @@ "geometry": { "type": "Point", "coordinates": [ - 25.3671637, - 45.51490219999999 + -95.2313579776291, + 38.94924971554137 ] }, "properties": { - "name": "Dracula Castle Transilvania", - "area": "Romania", - "address": "Str. General Traian Mosoiu, nr. 24, Bran", - "status": "unvisited", - "external_url": "null", + "name": "Mass Street Soda", + "area": "Kansas", + "address": "1103 Massachusetts, Lawrence", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=410459", "internal_url": "null", - "latitude": "45.51490219999999", - "longitude": "25.3671637", + "latitude": "38.94924971554137", + "longitude": "-95.2313579776291", "machine_status": "available", - "id": 885, - "last_updated": "2023-10-29" + "id": 6259, + "last_updated": "2024-07-07" } }, { @@ -25989,22 +2354,22 @@ "geometry": { "type": "Point", "coordinates": [ - 18.6469278, - 45.94189799999999 + -77.92618153573001, + 33.962857698707836 ] }, "properties": { - "name": " Mohacs Tortenelmi Emlekhely", - "area": "Hungary", - "address": "Satorhely", + "name": "Fort Fisher", + "area": "North Carolina", + "address": "900 Loggerhead Road, Wilmington", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=400759", "internal_url": "null", - "latitude": "45.94189799999999", - "longitude": "18.6469278", + "latitude": "33.962857698707836", + "longitude": "-77.92618153573001", "machine_status": "available", - "id": 852, - "last_updated": "2023-10-29" + "id": 6266, + "last_updated": "2024-07-09" } }, { @@ -26012,22 +2377,22 @@ "geometry": { "type": "Point", "coordinates": [ - 11.4145688, - 46.3917989 + -110.5545361, + 44.4714079 ] }, "properties": { - "name": "Hotel Weissenstein ", - "area": "Italy", - "address": "Pietralba 10", + "name": "Yellowstone - Canyon Village Education Center", + "area": "Wyoming", + "address": "Grand Loop Rd, 2,, Yellowstone National Park", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=414072", "internal_url": "null", - "latitude": "46.3917989", - "longitude": "11.4145688", - "machine_status": "available", - "id": 938, - "last_updated": "2023-10-29" + "latitude": "44.4714079", + "longitude": "-110.5545361", + "machine_status": "retired", + "id": 6277, + "last_updated": "2024-05-10" } }, { @@ -26035,22 +2400,22 @@ "geometry": { "type": "Point", "coordinates": [ - -87.39477099999999, - 46.5407959 + 15.519961050564076, + 48.39374436766402 ] }, "properties": { - "name": "Upper Peninsula Children's Museum", - "area": "Michigan", - "address": "123 W. Baraga Ave., Marquette", + "name": "Shop down from the Dürnstein castle ruins", + "area": "Austria", + "address": "Dürnstein 132, 3601, Dürnstein", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=388431", "internal_url": "null", - "latitude": "46.5407959", - "longitude": "-87.39477099999999", + "latitude": "48.39374436766402", + "longitude": "15.519961050564076", "machine_status": "available", - "id": 2562, - "last_updated": "2023-10-29" + "id": 6287, + "last_updated": "2024-06-23" } }, { @@ -26058,22 +2423,22 @@ "geometry": { "type": "Point", "coordinates": [ - 8.204835394068086, - 46.719945954522025 + 15.910731111333197, + 47.79024853100385 ] }, "properties": { - "name": "Aareschlucht", - "area": "Switzerland", - "address": "Aareschluchtstrasse 15", + "name": "Schneebergbahn Puchberg", + "area": "Austria", + "address": "Bahnhofplatz 1, Puchberg am Schneeberg", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=415741", "internal_url": "null", - "latitude": "46.719945954522025", - "longitude": "8.204835394068086", + "latitude": "47.79024853100385", + "longitude": "15.910731111333197", "machine_status": "available", - "id": 723, - "last_updated": "2024-03-04" + "id": 6291, + "last_updated": "2024-05-12" } }, { @@ -26081,22 +2446,22 @@ "geometry": { "type": "Point", "coordinates": [ - 11.2015671, - 46.7388254 + 14.3950837, + 50.083527 ] }, "properties": { - "name": "Christmas Market", - "area": "Italy", - "address": "Walk along Passirio", + "name": "Petrin Tower", + "area": "Czech", + "address": "Petrin, Mala Strana, Prague", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=15100", "internal_url": "null", - "latitude": "46.7388254", - "longitude": "11.2015671", + "latitude": "50.083527", + "longitude": "14.3950837", "machine_status": "available", - "id": 931, - "last_updated": "2023-10-29" + "id": 51, + "last_updated": "2024-02-15" } }, { @@ -26104,22 +2469,22 @@ "geometry": { "type": "Point", "coordinates": [ - 14.452348, - 46.755972 + -0.09719399999999999, + 51.508076 ] }, "properties": { - "name": "Burg Hochosterwitz", - "area": "Austria", - "address": "Hochosterwitz 1", + "name": "Shakespeares Globe", + "area": "England", + "address": "21 New Globe Walk , LONDON - Bankside", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=325787", "internal_url": "null", - "latitude": "46.755972", - "longitude": "14.452348", - "machine_status": "available", - "id": 999, - "last_updated": "2023-10-29" + "latitude": "51.508076", + "longitude": "-0.09719399999999999", + "machine_status": "retired", + "id": 6302, + "last_updated": "2024-07-28" } }, { @@ -26127,25 +2492,23 @@ "geometry": { "type": "Point", "coordinates": [ - 17.256292, - 46.757892 + -0.7084625999999999, + 52.3868689 ] }, "properties": { - "name": "Keszthely Port (Molo)", - "area": "Hungary", - "address": "Keszthely, Kikötő (Balaton), 8360 Hungary", + "name": "Wicksteed Park", + "area": "England", + "address": "Barton Road , Northamptonshire - Kettering", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=412278", "internal_url": "null", - "latitude": "46.757892", - "longitude": "17.256292", - "logs": { - "2021-11-14": "Requires 2x 100 + 5 Hungarian forint." - }, - "machine_status": "available", - "id": 849, - "last_updated": "2023-10-29" + "latitude": "52.3868689", + "longitude": "-0.7084625999999999", + "machine_status": "retired", + "id": 6304, + "last_updated": "2024-06-26", + "multimachine": 2 } }, { @@ -26153,22 +2516,23 @@ "geometry": { "type": "Point", "coordinates": [ - 17.8901768, - 46.891028 + 6.9747145, + 51.621873 ] }, "properties": { - "name": "Tihany Port", - "area": "Hungary", - "address": "Rév u. 1., 8237 Tihany, Hungary", - "status": "unvisited", - "external_url": "null", + "name": "Movie Park Germany", + "area": "Germany", + "address": "Warner-Allee 1", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=198964", "internal_url": "null", - "latitude": "46.891028", - "longitude": "17.8901768", + "latitude": "51.621873", + "longitude": "6.9747145", "machine_status": "available", - "id": 864, - "last_updated": "2023-10-29" + "id": 453, + "last_updated": "2024-10-14", + "multimachine": 4 } }, { @@ -26176,22 +2540,22 @@ "geometry": { "type": "Point", "coordinates": [ - 17.8895078, - 46.9139572 + 9.2580075, + 48.4062556 ] }, "properties": { - "name": "Benedictine Abbey of Tihany", - "area": "Hungary", - "address": "I. András tér 1.", + "name": "Schloss Lichtenstein", + "area": "Germany", + "address": "Schloss Lichtenstein 1, Lichtenstein", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "46.9139572", - "longitude": "17.8895078", + "latitude": "48.4062556", + "longitude": "9.2580075", "machine_status": "available", - "id": 863, - "last_updated": "2023-10-29" + "id": 6337, + "last_updated": "2023-12-11" } }, { @@ -26199,22 +2563,22 @@ "geometry": { "type": "Point", "coordinates": [ - 12.7691617, - 47.06920789999999 + -5.351932, + 36.132827 ] }, "properties": { - "name": "Grossglockner strasse", - "area": "Austria", - "address": "Kaiser Franz Joseph Hohe ", + "name": "Top of the Rock - Cable Car", + "area": "Gibraltar", + "address": "Cable Car, Bottom Station, Gibraltar", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=102201", "internal_url": "null", - "latitude": "47.06920789999999", - "longitude": "12.7691617", - "machine_status": "available", - "id": 992, - "last_updated": "2023-10-29" + "latitude": "36.132827", + "longitude": "-5.351932", + "machine_status": "out-of-order", + "id": 144, + "last_updated": "2024-04-05" } }, { @@ -26222,22 +2586,22 @@ "geometry": { "type": "Point", "coordinates": [ - 12.6946761, - 47.07418510000001 + 23.7253573, + 37.9756761 ] }, "properties": { - "name": "Grossglockner", - "area": "Austria", - "address": "", + "name": "Maiandros Restaurant", + "area": "Greece", + "address": "Adrianoy 47, Athens", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=387916", "internal_url": "null", - "latitude": "47.07418510000001", - "longitude": "12.6946761", - "machine_status": "available", - "id": 1002, - "last_updated": "2023-10-29" + "latitude": "37.9756761", + "longitude": "23.7253573", + "machine_status": "out-of-order", + "id": 6345, + "last_updated": "2024-10-04" } }, { @@ -26245,22 +2609,22 @@ "geometry": { "type": "Point", "coordinates": [ - 10.2138812, - 47.1576731 + 19.0528283, + 47.5001213 ] }, "properties": { - "name": "Valluga Mountain", - "area": "Austria", - "address": "", + "name": "Gelarto Rosa", + "area": "Hungary", + "address": "Budapest, Szent István tér 3, 1051, Budapest", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=407071", "internal_url": "null", - "latitude": "47.1576731", - "longitude": "10.2138812", - "machine_status": "available", - "id": 1009, - "last_updated": "2023-10-29" + "latitude": "47.5001213", + "longitude": "19.0528283", + "machine_status": "retired", + "id": 6348, + "last_updated": "2024-10-12" } }, { @@ -26268,22 +2632,22 @@ "geometry": { "type": "Point", "coordinates": [ - 11.4001535, - 47.2862215 + -8.811922599999999, + 52.69956819999999 ] }, "properties": { - "name": "Hungerburg Cable Car Station", - "area": "Austria", - "address": "", - "status": "unvisited", - "external_url": "null", + "name": "Bunratty Castle & Folk Park", + "area": "Ireland", + "address": "Brown's Pawnbroker building in village street (building C), COUNTY CLARE - Bunratty ", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=203746", "internal_url": "null", - "latitude": "47.2862215", - "longitude": "11.4001535", + "latitude": "52.69956819999999", + "longitude": "-8.811922599999999", "machine_status": "available", - "id": 995, - "last_updated": "2023-10-29" + "id": 683, + "last_updated": "2024-01-17" } }, { @@ -26291,22 +2655,22 @@ "geometry": { "type": "Point", "coordinates": [ - 13.1889589, - 47.482932 + -6.2603097, + 53.3498053 ] }, "properties": { - "name": "Burg Hohenwerfen /Werfen ", - "area": "Austria", - "address": "", + "name": "Carrolls Irish gift shop", + "area": "Ireland", + "address": "Westmoreland, Dublin", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=404318", "internal_url": "null", - "latitude": "47.482932", - "longitude": "13.1889589", - "machine_status": "available", - "id": 1029, - "last_updated": "2023-10-29" + "latitude": "53.3498053", + "longitude": "-6.2603097", + "machine_status": "retired", + "id": 6358, + "last_updated": "2024-08-05" } }, { @@ -26314,22 +2678,22 @@ "geometry": { "type": "Point", "coordinates": [ - 13.5064417, - 47.5286719 + 14.4869128, + 40.6284055 ] }, "properties": { - "name": "Gosausee", - "area": "Austria", - "address": "", + "name": "Chiesa di Santa Maria Assunta", + "area": "Italy", + "address": "P.za Flavio Gioia, Positano SA", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=410337", "internal_url": "null", - "latitude": "47.5286719", - "longitude": "13.5064417", - "machine_status": "available", - "id": 989, - "last_updated": "2023-10-29" + "latitude": "40.6284055", + "longitude": "14.4869128", + "machine_status": "retired", + "id": 6367, + "last_updated": "2024-04-28" } }, { @@ -26337,22 +2701,22 @@ "geometry": { "type": "Point", "coordinates": [ - 18.963827, - 47.541416 + 132.457298, + 34.395682 ] }, "properties": { - "name": "Children's Railway Ticket Office", - "area": "Hungary", - "address": "MAV Zrt. Szechenyi-hegyi Gyermekvasut", + "name": "Pokemon Center Hiroshima", + "area": "Japan", + "address": "6F Sogo Hiroshima 6-27 Moto-machi, Naka-ku, Hiroshima", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=389795", "internal_url": "null", - "latitude": "47.541416", - "longitude": "18.963827", + "latitude": "34.395682", + "longitude": "132.457298", "machine_status": "available", - "id": 822, - "last_updated": "2023-10-29" + "id": 6374, + "last_updated": "2024-05-05" } }, { @@ -26360,22 +2724,22 @@ "geometry": { "type": "Point", "coordinates": [ - 14.4619517, - 47.5739575 + 139.7001252, + 35.6612003 ] }, "properties": { - "name": "Benediktinerstift Admont", - "area": "Austria", - "address": "Kichplatz 1", - "status": "unvisited", + "name": "Disney Store, Shibuya Koen-dori", + "area": "Japan", + "address": "20-15 Udagawacho Humnax Pavillion Shibuya Koen-dori, , Shibuya - Tokyo Prefecture", + "status": "retired", "external_url": "null", "internal_url": "null", - "latitude": "47.5739575", - "longitude": "14.4619517", - "machine_status": "available", - "id": 983, - "last_updated": "2023-10-29" + "latitude": "35.6612003", + "longitude": "139.7001252", + "machine_status": "retired", + "id": 5841, + "last_updated": "2024-03-16" } }, { @@ -26383,22 +2747,22 @@ "geometry": { "type": "Point", "coordinates": [ - 19.347578, - 47.5960091 + -109.7182665, + 23.1455358 ] }, "properties": { - "name": "Gödöllo Royal Palace", - "area": "Hungary", - "address": "", + "name": "Los Cabos International Airport (SJD)", + "area": "Mexico", + "address": "Carretera Transpeninsular Km 43.5,, San José del Cabo, Baja California Sur", "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=434760", + "external_url": "http://209.221.138.252/Details.aspx?location=354754", "internal_url": "null", - "latitude": "47.5960091", - "longitude": "19.347578", - "machine_status": "available", - "id": 843, - "last_updated": "2024-07-21" + "latitude": "23.1455358", + "longitude": "-109.7182665", + "machine_status": "retired", + "id": 6391, + "last_updated": "2023-12-12" } }, { @@ -26406,22 +2770,22 @@ "geometry": { "type": "Point", "coordinates": [ - 11.06284, - 47.598666 + -16.9025536, + 32.6478538 ] }, "properties": { - "name": "Souvenir Shop", - "area": "Germany", - "address": "", + "name": "Madeira Story Centre", + "area": "Portugal", + "address": "R. Dom Carlos I 27, Funchal, Madeira", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "47.598666", - "longitude": "11.062840", + "latitude": "32.6478538", + "longitude": "-16.9025536", "machine_status": "available", - "id": 579, - "last_updated": "2023-10-29" + "id": 6411, + "last_updated": "2024-02-24" } }, { @@ -26429,21 +2793,21 @@ "geometry": { "type": "Point", "coordinates": [ - -122.3320708, - 47.6062095 + -3.1956862, + 55.950902 ] }, "properties": { - "name": "Royal Caribbean International", - "area": "Washington", - "address": "Ovation of the Seas, Seattle", - "status": "unvisited", - "external_url": "null", + "name": "National Galleries of Scotland", + "area": "Scotland", + "address": "The Mound, Edinburgh", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=424528", "internal_url": "null", - "latitude": "47.6062095", - "longitude": "-122.3320708", - "machine_status": "available", - "id": 5147, + "latitude": "55.950902", + "longitude": "-3.1956862", + "machine_status": "retired", + "id": 756, "last_updated": "2024-08-28" } }, @@ -26452,22 +2816,22 @@ "geometry": { "type": "Point", "coordinates": [ - 17.633908, - 47.686302 + 2.1737735, + 41.4043488 ] }, "properties": { - "name": "Gyor Visitor Centre", - "area": "Hungary", - "address": "9021. Gyor, Baross street 21.", + "name": "Sport Sagrada Familia", + "area": "Spain", + "address": "Carrer de Provença, 438, Barcelona - Catalonia Region Barcelona Province", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=389512", "internal_url": "null", - "latitude": "47.686302", - "longitude": "17.633908", + "latitude": "41.4043488", + "longitude": "2.1737735", "machine_status": "available", - "id": 846, - "last_updated": "2023-10-29" + "id": 6429, + "last_updated": "2024-10-06" } }, { @@ -26475,22 +2839,22 @@ "geometry": { "type": "Point", "coordinates": [ - 15.9108696, - 47.7903694 + -16.2480297, + 28.466559 ] }, "properties": { - "name": "Schneebergbahn Puchberg", - "area": "Austria", - "address": "Bahnhofplatz 1", + "name": "Electronica & Souvenir Shop", + "area": "Spain", + "address": "Gral. Gutierrez 2, Santa Cruz - Tenerife", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=396947", "internal_url": "null", - "latitude": "47.7903694", - "longitude": "15.9108696", - "machine_status": "available", - "id": 1001, - "last_updated": "2023-10-29" + "latitude": "28.466559", + "longitude": "-16.2480297", + "machine_status": "retired", + "id": 6442, + "last_updated": "2024-03-29" } }, { @@ -26498,22 +2862,22 @@ "geometry": { "type": "Point", "coordinates": [ - 19.5919709, - 47.9975197 + 121.8325081, + 24.8687221 ] }, "properties": { - "name": "Hollókoi Castle", - "area": "Hungary", - "address": "", - "status": "unvisited", - "external_url": "null", + "name": "Lanyang Museum", + "area": "Taiwan", + "address": "Lanyang Museum, No. 750, Section 3, Qingyun Road, , Yilan County - Toucheng Township", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=331448", "internal_url": "null", - "latitude": "47.9975197", - "longitude": "19.5919709", + "latitude": "24.8687221", + "longitude": "121.8325081", "machine_status": "available", - "id": 848, - "last_updated": "2023-10-29" + "id": 2376, + "last_updated": "2024-01-02" } }, { @@ -26521,22 +2885,24 @@ "geometry": { "type": "Point", "coordinates": [ - 19.761346, - 47.999857 + -84.3716604, + 33.7337594 ] }, "properties": { - "name": "Szentkút, National Shrine", - "area": "Hungary", - "address": "Mátraverebély-Szentkút, Hungary, 3077", + "name": "Zoo Atlanta", + "area": "Georgia", + "address": "800 Cherokee Avenue, S.E., Atlanta", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=1901", "internal_url": "null", - "latitude": "47.999857", - "longitude": "19.761346", + "latitude": "33.7337594", + "longitude": "-84.3716604", + "multimachine": 5, "machine_status": "available", - "id": 850, - "last_updated": "2023-10-29" + "id": 1624, + "last_updated": "2024-05-31", + "paywall": true } }, { @@ -26544,22 +2910,22 @@ "geometry": { "type": "Point", "coordinates": [ - 10.5912344, - 48.0430234 + 8.858686, + 47.660127 ] }, "properties": { - "name": "Skyline Park", - "area": "Germany", - "address": "Im Hardtfeld 1 ", + "name": "Zur Burg gift shop", + "area": "Switzerland", + "address": "Understadt 5, 8260 Stein Am Rhein, Switzerland", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=294765", "internal_url": "null", - "latitude": "48.0430234", - "longitude": "10.5912344", - "machine_status": "available", - "id": 415, - "last_updated": "2023-10-29" + "latitude": "47.660127", + "longitude": "8.858686", + "machine_status": "retired", + "id": 728, + "last_updated": "2024-08-28" } }, { @@ -26567,22 +2933,22 @@ "geometry": { "type": "Point", "coordinates": [ - 20.6248704, - 48.1052185 + -110.491356, + 44.73359 ] }, "properties": { - "name": "Anna Cave", - "area": "Hungary", - "address": "Hámor stny. 1.", - "status": "unvisited", + "name": "Yellowstone - Canyon Village General Store", + "area": "Wyoming", + "address": "North or West Entrance Road, Yellowstone National Park", + "status": "retired", "external_url": "null", "internal_url": "null", - "latitude": "48.1052185", - "longitude": "20.6248704", + "latitude": "44.73359", + "longitude": "-110.491356", "machine_status": "available", - "id": 851, - "last_updated": "2023-10-29" + "id": 3122, + "last_updated": "2024-08-28" } }, { @@ -26590,22 +2956,22 @@ "geometry": { "type": "Point", "coordinates": [ - 16.3371073, - 48.2749624 + 33.6203516, + 34.8723402 ] }, "properties": { - "name": "Kahlenberg", - "area": "Austria", - "address": "Am Kahlenberg", - "status": "unvisited", - "external_url": "null", + "name": "Larnaca International Airport", + "area": "Cyprus", + "address": "Dromolaxia, Larnaca", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=298848", "internal_url": "null", - "latitude": "48.2749624", - "longitude": "16.3371073", + "latitude": "34.8723402", + "longitude": "33.6203516", "machine_status": "available", - "id": 1018, - "last_updated": "2023-10-29" + "id": 5630, + "last_updated": "2024-04-11" } }, { @@ -26613,22 +2979,22 @@ "geometry": { "type": "Point", "coordinates": [ - 8.4118932, - 48.4635735 + -5.93012, + 54.597285 ] }, "properties": { - "name": "Freudenstadt Tourist Info", - "area": "Germany", - "address": "Market 64", + "name": "RMS Titanic Museum", + "area": "Ireland", + "address": "Queen's Road 1 Olympic Way, Titanic Quarter, Belfast, Belfast", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "48.4635735", - "longitude": "8.4118932", + "latitude": "54.597285", + "longitude": "-5.93012", "machine_status": "available", - "id": 486, - "last_updated": "2023-10-29" + "id": 6474, + "last_updated": "2024-03-16" } }, { @@ -26636,22 +3002,22 @@ "geometry": { "type": "Point", "coordinates": [ - 8.2012738, - 48.5965029 + -9.1334762, + 38.7139092 ] }, "properties": { - "name": "Berghotel Mummelsee", - "area": "Germany", - "address": "Schwarzwaldhochstraße 11", + "name": "Castelo de S. Jorge", + "area": "Portugal", + "address": "R. de Santa Cruz do Castelo, 1100-129 Lisboa, Lisbon", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=416226", "internal_url": "null", - "latitude": "48.5965029", - "longitude": "8.2012738", - "machine_status": "available", - "id": 616, - "last_updated": "2023-10-29" + "latitude": "38.7139092", + "longitude": "-9.1334762", + "machine_status": "retired", + "id": 6479, + "last_updated": "2024-03-29" } }, { @@ -26659,22 +3025,23 @@ "geometry": { "type": "Point", "coordinates": [ - 6.8345338, - 49.55898269999999 + -83.5176278, + 35.7078861 ] }, "properties": { - "name": "Mettlach", - "area": "Germany", - "address": "Eichenlaub Strasse", + "name": "Bear-Land General Store", + "area": "Tennessee", + "address": "305 Historic Nature Trl,, Gatlinburg", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=416438", "internal_url": "null", - "latitude": "49.55898269999999", - "longitude": "6.8345338", + "latitude": "35.7078861", + "longitude": "-83.5176278", + "multimachine": 2, "machine_status": "available", - "id": 559, - "last_updated": "2023-10-29" + "id": 6481, + "last_updated": "2023-11-16" } }, { @@ -26682,22 +3049,22 @@ "geometry": { "type": "Point", "coordinates": [ - 8.6680853, - 49.793716 + -80.8674470650878, + 35.22915576377668 ] }, "properties": { - "name": "Frankenstein Castle", - "area": "Germany", - "address": "64367 Burg Frankenstein", + "name": "Pinky’s Westside Grill", + "area": "North Carolina", + "address": "1600 W Morehead St, Charlotte, NC 28208", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=435783", "internal_url": "null", - "latitude": "49.793716", - "longitude": "8.6680853", + "latitude": 35.22915576377668, + "longitude": -80.8674470650878, "machine_status": "available", - "id": 561, - "last_updated": "2023-10-29" + "id": 6484, + "last_updated": "2024-08-06" } }, { @@ -26705,22 +3072,22 @@ "geometry": { "type": "Point", "coordinates": [ - -97.2200919, - 49.8390418 + 17.238296, + 40.782902 ] }, "properties": { - "name": "Cabela's (Winnipeg)", - "area": "Canada", - "address": " 580 Sterling Lyon Pkwy, Winnipeg, Manitoba", + "name": "Basile / Angela Flowers & Gifts", + "area": "Italy", + "address": "Alberobello 70011, Via dell Indipendenza 1A Italy", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=292356", "internal_url": "null", - "latitude": "49.8390418", - "longitude": "-97.2200919", + "latitude": "40.782901655174776", + "longitude": "17.23829564639623", "machine_status": "available", - "id": 4978, - "last_updated": "2023-10-29" + "id": 898, + "last_updated": "2024-08-28" } }, { @@ -26728,22 +3095,22 @@ "geometry": { "type": "Point", "coordinates": [ - -97.2300939, - 49.8702491 + -104.61126991, + 38.2674245 ] }, "properties": { - "name": "Assiniboine Park Zoo", - "area": "Canada", - "address": "55 Pavilion Crescent , Manitoba - Winnipeg", + "name": "El Pueblo History Museum", + "area": "Colorado", + "address": "301 N Union Ave, Pueblo, CO 81003", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "49.8702491", - "longitude": "-97.2300939", - "machine_status": "available", - "id": 4977, - "last_updated": "2023-10-29" + "latitude": "38.26742451297945", + "longitude": "-104.61126991869898", + "machine_status": "retired", + "id": 6485, + "last_updated": "2024-07-13" } }, { @@ -26751,22 +3118,22 @@ "geometry": { "type": "Point", "coordinates": [ - 7.262952899999999, - 49.9429026 + 2.3430302, + 48.8867111 ] }, "properties": { - "name": "Hahn Airport", - "area": "Germany", - "address": "55483 Hahn-Flughafen", - "status": "unvisited", - "external_url": "null", + "name": "Sacre Coeur", + "area": "France", + "address": "35 Rue du Chevalier de la Barre, Paris - Île-De-France", + "status": "retired", + "external_url": "http://209.221.138.252/Details.aspx?location=335143", "internal_url": "null", - "latitude": "49.9429026", - "longitude": "7.262952899999999", + "latitude": "48.8867111", + "longitude": "2.3430302", "machine_status": "available", - "id": 494, - "last_updated": "2023-10-29" + "id": 5658, + "last_updated": "2024-02-08" } }, { @@ -26774,22 +3141,23 @@ "geometry": { "type": "Point", "coordinates": [ - 7.262952899999999, - 49.9429026 + -81.0896752, + 32.0812016 ] }, "properties": { - "name": "Frankfurt Hahn Airport", - "area": "Germany", - "address": "Gebäude 667", + "name": "True Grits Gifts & Cards", + "area": "Georgia", + "address": "107 E. River Street, Savannah", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=189339", "internal_url": "null", - "latitude": "49.9429026", - "longitude": "7.262952899999999", + "latitude": "32.0812016", + "longitude": "-81.0896752", + "multimachine": 3, "machine_status": "available", - "id": 548, - "last_updated": "2023-10-29" + "id": 1666, + "last_updated": "2024-06-29" } }, { @@ -26797,22 +3165,23 @@ "geometry": { "type": "Point", "coordinates": [ - 8.2684152, - 50.0011965 + 4.3842739, + 52.1474982 ] }, "properties": { - "name": "Römerpassage", - "area": "Germany", - "address": "Römerpassage", + "name": "Duinrell", + "area": "Netherlands", + "address": "Duinrell 1, 2242 JP Wassenaar, Wassenaar", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=245802", "internal_url": "null", - "latitude": "50.0011965", - "longitude": "8.2684152", + "latitude": "52.1474982", + "longitude": "4.3842739", + "multimachine": 6, "machine_status": "available", - "id": 555, - "last_updated": "2023-10-29" + "id": 246, + "last_updated": "2024-09-01" } }, { @@ -26820,22 +3189,24 @@ "geometry": { "type": "Point", "coordinates": [ - -5.6949128, - 50.06910269999999 + -104.9179652, + 38.8589369 ] }, "properties": { - "name": "Lands End ", - "area": "England", - "address": "Lands End, Sennen, Cornwall - Sennen,", + "name": "Arcade Amusements - Skeeball Building", + "area": "Colorado", + "address": "930 Manitou Ave., Manitou Springs", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=331833", "internal_url": "null", - "latitude": "50.06910269999999", - "longitude": "-5.6949128", + "latitude": "38.8589369", + "longitude": "-104.9179652", + "paywall": false, + "multimachine": 4, "machine_status": "available", - "id": 1354, - "last_updated": "2023-10-29" + "id": 1900, + "last_updated": "2024-06-09" } }, { @@ -26843,22 +3214,22 @@ "geometry": { "type": "Point", "coordinates": [ - 7.1635849, - 50.158807 + -86.7757255, + 36.1614462 ] }, "properties": { - "name": "Wild- und Freizeitpark Klotten/Cochem", - "area": "Germany", - "address": "Wildparkstraße 1", + "name": "Kid Rock's Big Ass Honky Tonk Rock N' Roll Steakhouse", + "area": "Tennessee", + "address": "221 Broadway, Nashville", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "50.158807", - "longitude": "7.1635849", - "machine_status": "available", - "id": 537, - "last_updated": "2023-10-29" + "latitude": "36.1614462", + "longitude": "-86.7757255", + "machine_status": "retired", + "id": 5343, + "last_updated": "2024-03-13" } }, { @@ -26866,22 +3237,22 @@ "geometry": { "type": "Point", "coordinates": [ - 4.3805439, - 50.1925164 + 149.1484327, + -35.2811355 ] }, "properties": { - "name": "Pace de Crocodile Rouge", - "area": "Belgium", - "address": "Lac de l'eau d'Heure, Boussu - lez - Walcourt", + "name": "Australian War Memorial", + "area": "Australia", + "address": "Treloar Crescent,Campbell ACT , ACT - Canberra", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "50.1925164", - "longitude": "4.3805439", - "machine_status": "available", - "id": 125, - "last_updated": "2023-10-29" + "latitude": "-35.2811355", + "longitude": "149.1484327", + "machine_status": "retired", + "id": 2109, + "last_updated": "2024-03-05" } }, { @@ -26889,22 +3260,22 @@ "geometry": { "type": "Point", "coordinates": [ - 7.5905722, - 50.2327126 + -17.1104787, + 28.0910304 ] }, "properties": { - "name": "Boppard", - "area": "Germany", - "address": "Rheinallee 40 ", + "name": "San Sebastian de La Gomera", + "area": "Spain", + "address": "Tienda Casa de Los Balcones (Artesanía La Gomera), San Sebastian de la Gomera", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "50.2327126", - "longitude": "7.5905722", + "latitude": "28.0910304", + "longitude": "-17.1104787", "machine_status": "available", - "id": 452, - "last_updated": "2023-10-29" + "id": 5943, + "last_updated": "2024-02-08" } }, { @@ -26912,22 +3283,22 @@ "geometry": { "type": "Point", "coordinates": [ - 3.0619492, - 50.6355033 + -2.4444962, + 50.6256499 ] }, "properties": { - "name": "Office du Tourisme (Lille)", - "area": "France", - "address": "Place Rihour, Lille", + "name": "Weymouth Sea LifeCentre", + "area": "England", + "address": "Lodmoor Country Park, Weymouth DT4 7SX, United Kingdom", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=422720", "internal_url": "null", - "latitude": "50.6355033", - "longitude": "3.0619492", + "latitude": "50.6256499", + "longitude": "-2.4444962", "machine_status": "available", - "id": 76, - "last_updated": "2023-10-29" + "id": 5637, + "last_updated": "2024-02-25" } }, { @@ -26935,22 +3306,22 @@ "geometry": { "type": "Point", "coordinates": [ - 6.058654499999999, - 50.86154459999999 + -1.9841633, + 43.3234631 ] }, "properties": { - "name": "Continium Discovery Center (former industrion)", - "area": "Netherlands", - "address": "Museumplein 2, Kerkrade", + "name": "Souvenir Shop", + "area": "Spain", + "address": "Narrika Kalea, San Sebastian", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=428117", "internal_url": "null", - "latitude": "50.86154459999999", - "longitude": "6.058654499999999", - "machine_status": "retired", - "id": 199, - "last_updated": "2024-10-13" + "latitude": "43.3234631", + "longitude": "-1.9841633", + "machine_status": "available", + "id": 5942, + "last_updated": "2024-04-11" } }, { @@ -26958,23 +3329,22 @@ "geometry": { "type": "Point", "coordinates": [ - 4.3389369, - 50.894085 + 7.8522, + 47.99509 ] }, "properties": { - "name": "Mini Europe Amusement Park", - "area": "Belgium", - "address": "1020 Brussels, Belgium, Brussels", - "status": "retired", - "external_url": "null", + "name": "Schwarzwaldmarie-Freiburg-Kuckucksuhren-Souvenirs", + "area": "Germany", + "address": "Münsterplatz 16, Freiburg im Breisgau", + "status": "unvisited", + "external_url": "http://209.221.138.252/Details.aspx?location=426721", "internal_url": "null", - "latitude": "50.894085", - "longitude": "4.3389369", - "paywall": true, - "machine_status": "retired", - "id": 134, - "last_updated": "2023-11-26" + "latitude": "47.99509", + "longitude": "7.8522", + "machine_status": "available", + "id": 5708, + "last_updated": "2024-03-29" } }, { @@ -26982,22 +3352,22 @@ "geometry": { "type": "Point", "coordinates": [ - 8.5088071, - 51.1815843 + 8.6522205, + 54.3048043 ] }, "properties": { - "name": "Winterberg Bobhaus", + "name": "St. Peter Ording", "area": "Germany", - "address": "Kappe, 59955 Winterberg", + "address": "25826 Schleswig-Holstein", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=440887", "internal_url": "null", - "latitude": "51.1815843", - "longitude": "8.5088071", + "latitude": "54.3048043", + "longitude": "8.6522205", "machine_status": "available", - "id": 641, - "last_updated": "2023-10-29" + "id": 5763, + "last_updated": "2024-08-28" } }, { @@ -27005,22 +3375,22 @@ "geometry": { "type": "Point", "coordinates": [ - 8.6897381, - 51.2068959 + 13.434691525219678, + 47.773529953861114 ] }, "properties": { - "name": "CenterParcs Hochsauerland", - "area": "Germany", - "address": "Sonnenallee 1 ", + "name": "Scharfberg", + "area": "Austria", + "address": "Scharfberg, Unterrach", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=422954", "internal_url": "null", - "latitude": "51.2068959", - "longitude": "8.6897381", + "latitude": "47.773529953861114", + "longitude": "13.434691525219678", "machine_status": "available", - "id": 557, - "last_updated": "2023-10-29" + "id": 5605, + "last_updated": "2024-03-29" } }, { @@ -27028,22 +3398,22 @@ "geometry": { "type": "Point", "coordinates": [ - 8.7568438, - 51.7186823 + 12.5084703, + 47.3655921 ] }, "properties": { - "name": "Paderborn Zentrum/Domplatz", - "area": "Germany", - "address": "", + "name": "Hochseilpark Hinterglemm", + "area": "Austria", + "address": "Talschlussweg 367, 5754 Hinterglemm, Hinterglemm ", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=424039", "internal_url": "null", - "latitude": "51.7186823", - "longitude": "8.7568438", + "latitude": "47.3655921", + "longitude": "12.5084703", "machine_status": "available", - "id": 590, - "last_updated": "2023-10-29" + "id": 5607, + "last_updated": "2024-03-03" } }, { @@ -27051,22 +3421,22 @@ "geometry": { "type": "Point", "coordinates": [ - 13.748617, - 52.03892399999999 + -81.46588679999999, + 28.4729899 ] }, "properties": { - "name": "Tropical Islands", - "area": "Germany", - "address": "", + "name": "Universal Studios CityWalk - The Stand #1 (Was the Hub retired 1)", + "area": "Florida", + "address": "CityWalk, Orlando", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "52.03892399999999", - "longitude": "13.748617", - "machine_status": "available", - "id": 540, - "last_updated": "2023-10-29" + "latitude": "28.4729899", + "longitude": "-81.46588679999999", + "machine_status": "retired", + "id": 3416, + "last_updated": "2024-03-23" } }, { @@ -27074,22 +3444,22 @@ "geometry": { "type": "Point", "coordinates": [ - 23.683787050518983, - 52.09923103073813 + -97.0187796, + 28.8092772 ] }, "properties": { - "name": "Brest (central bus station)", - "area": "Belarus", - "address": "Ordzhonikidze 12, Brest, Belarus", + "name": "The Texas Zoo", + "area": "Texas", + "address": "110 Memorial Drive in Riverside Park, Victoria", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "52.09923103073813", - "longitude": "23.683787050518983", - "machine_status": "available", - "id": 1190, - "last_updated": "2023-10-29" + "latitude": "28.8092772", + "longitude": "-97.0187796", + "machine_status": "retired", + "id": 3817, + "last_updated": "2024-08-28" } }, { @@ -27097,22 +3467,22 @@ "geometry": { "type": "Point", "coordinates": [ - 9.766576599999999, - 52.1725307 + -94.79372099999999, + 29.3089859 ] }, "properties": { - "name": "Schloss Marienburg", - "area": "Germany", - "address": "Marienberg1", + "name": "Texas Seaport Museum/ELISSA", + "area": "Texas", + "address": "2200 Harborside Drive, Galveston", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "52.1725307", - "longitude": "9.766576599999999", - "machine_status": "available", - "id": 505, - "last_updated": "2023-10-29" + "latitude": "29.3089859", + "longitude": "-94.79372099999999", + "machine_status": "out-of-order", + "id": 3717, + "last_updated": "2024-02-14" } }, { @@ -27120,22 +3490,22 @@ "geometry": { "type": "Point", "coordinates": [ - 4.8901686, - 52.371561 + -118.0040619, + 33.6552063 ] }, "properties": { - "name": "Amsterdam Experience", - "area": "Netherlands", - "address": "Nieuwezijds Voorburgwal 264, 1012 RS Amsterdam, Amsterdam", + "name": "Huntington Beach Pier", + "area": "California", + "address": ", Huntington Beach", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "52.371561", - "longitude": "4.8901686", - "machine_status": "available", - "id": 156, - "last_updated": "2023-10-29" + "latitude": "33.6552063", + "longitude": "-118.0040619", + "machine_status": "retired", + "id": 4647, + "last_updated": "2024-06-23" } }, { @@ -27143,22 +3513,22 @@ "geometry": { "type": "Point", "coordinates": [ - 13.9407854, - 52.8492196 + -111.4858141, + 36.9357176 ] }, "properties": { - "name": "Schiffshebewerk Niederfinow", - "area": "Germany", - "address": "Am Schiffshebewerk", + "name": "Glen Canyon Dam Visitor Center", + "area": "Arizona", + "address": "Hwy 89 North, Page", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "52.8492196", - "longitude": "13.9407854", - "machine_status": "available", - "id": 573, - "last_updated": "2023-10-29" + "latitude": "36.9357176", + "longitude": "-111.4858141", + "machine_status": "out-of-order", + "id": 2659, + "last_updated": "2024-03-31" } }, { @@ -27166,22 +3536,22 @@ "geometry": { "type": "Point", "coordinates": [ - 10.1091409, - 52.9868 + -3.598843, + 37.17542 ] }, "properties": { - "name": "Deutsches Panzer Museum", - "area": "Germany", - "address": "Hans-Krüger-Straße 33, ", + "name": "Alcaiceria Gift Shop", + "area": "Spain", + "address": ", Granada", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "52.9868", - "longitude": "10.1091409", - "machine_status": "available", - "id": 566, - "last_updated": "2023-10-29" + "latitude": "37.17542", + "longitude": "-3.598843", + "machine_status": "retired", + "id": 314, + "last_updated": "2024-10-04" } }, { @@ -27189,22 +3559,22 @@ "geometry": { "type": "Point", "coordinates": [ - 10.0426, - 53.23624 + -3.599958, + 37.1756733 ] }, "properties": { - "name": "Wildpark Lüneburger Heide ", - "area": "Germany", - "address": "Wildpark 1", + "name": "Take Granada Souvenirs", + "area": "Spain", + "address": "Plaza Bib-rambia, Granada", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "53.23624", - "longitude": "10.0426", - "machine_status": "available", - "id": 574, - "last_updated": "2023-10-29" + "latitude": "37.1756733", + "longitude": "-3.599958", + "machine_status": "retired", + "id": 319, + "last_updated": "2024-10-04" } }, { @@ -27212,22 +3582,22 @@ "geometry": { "type": "Point", "coordinates": [ - 10.408975, - 53.24987609999999 + -6.001627099999999, + 37.3777893 ] }, "properties": { - "name": "Hansestadt", - "area": "Germany", - "address": "Große Bäckerstr. 30", + "name": "Welcome / Tourist Center", + "area": "Spain", + "address": ", Seville", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "53.24987609999999", - "longitude": "10.408975", - "machine_status": "available", - "id": 545, - "last_updated": "2023-10-29" + "latitude": "37.3777893", + "longitude": "-6.001627099999999", + "machine_status": "retired", + "id": 381, + "last_updated": "2024-09-29" } }, { @@ -27235,22 +3605,22 @@ "geometry": { "type": "Point", "coordinates": [ - -2.9929265, - 53.4013472 + -5.9944247, + 37.3906143 ] }, "properties": { - "name": "Merseyside Maritime Museum", - "area": "England", - "address": "Albert Dock, Warehouse Block D, Merseyside - Liverpool", + "name": "Vazquez - Outside the shop", + "area": "Spain", + "address": "Calle Sierpes , Seville", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "53.4013472", - "longitude": "-2.9929265", - "machine_status": "available", - "id": 1509, - "last_updated": "2023-10-29" + "latitude": "37.3906143", + "longitude": "-5.9944247", + "machine_status": "retired", + "id": 380, + "last_updated": "2024-09-28" } }, { @@ -27258,22 +3628,22 @@ "geometry": { "type": "Point", "coordinates": [ - -2.2990048, - 53.4726001 + -77.0327373, + 38.895211 ] }, "properties": { - "name": "Coronation Street Tour", - "area": "England", - "address": ", LANCASHIRE - Media City", + "name": "White House Visitor's Center", + "area": "Washington DC", + "address": "1450 Pennsylvania Ave NW, Washington", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=404051", "internal_url": "null", - "latitude": "53.4726001", - "longitude": "-2.2990048", + "latitude": "38.895211", + "longitude": "-77.0327373", "machine_status": "available", - "id": 1453, - "last_updated": "2023-10-29" + "id": 3251, + "last_updated": "2024-07-11" } }, { @@ -27281,22 +3651,22 @@ "geometry": { "type": "Point", "coordinates": [ - -0.3302169, - 53.73892859999999 + -76.607204, + 39.2863929 ] }, "properties": { - "name": "The Deep", - "area": "England", - "address": "Tower Street, EAST YORKSHIRE - Hull", + "name": "Hard Rock Cafe - Baltimore", + "area": "Maryland", + "address": "601 E Pratt St, Baltimore", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "53.73892859999999", - "longitude": "-0.3302169", - "machine_status": "available", - "id": 1397, - "last_updated": "2023-10-29" + "latitude": "39.2863929", + "longitude": "-76.607204", + "machine_status": "out-of-order", + "id": 3608, + "last_updated": "2024-10-18" } }, { @@ -27304,22 +3674,22 @@ "geometry": { "type": "Point", "coordinates": [ - 12.1394141, - 54.0922046 + -75.6913107, + 39.6618305 ] }, "properties": { - "name": "U-Boot Denkmal", - "area": "Germany", - "address": "Strandstrasse 92", + "name": "HMS Host at the Biden Welcome Center", + "area": "Delaware", + "address": "530 John F. Kennedy Memorial Highway, Newark", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "54.0922046", - "longitude": "12.1394141", - "machine_status": "available", - "id": 546, - "last_updated": "2023-10-29" + "latitude": "39.6618305", + "longitude": "-75.6913107", + "machine_status": "out-of-order", + "id": 2244, + "last_updated": "2024-02-16" } }, { @@ -27327,22 +3697,22 @@ "geometry": { "type": "Point", "coordinates": [ - 9.6829209, - 54.294201 + -2.1299123, + 40.0784274 ] }, "properties": { - "name": "Schiffsbegrüßungsanlage (Ships Welcome Point)", - "area": "Germany", - "address": "Am Kreishafen", + "name": "Artesana shop", + "area": "Spain", + "address": "plaza mayor, Cuenca ", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=437685", "internal_url": "null", - "latitude": "54.294201", - "longitude": "9.6829209", + "latitude": "40.0784274", + "longitude": "-2.1299123", "machine_status": "available", - "id": 602, - "last_updated": "2023-10-29" + "id": 305, + "last_updated": "2024-08-28" } }, { @@ -27350,22 +3720,22 @@ "geometry": { "type": "Point", "coordinates": [ - 11.1924219, - 54.41969779999999 + 22.6779485, + 43.6232074 ] }, "properties": { - "name": "U11 - U-Boot - Submarine", - "area": "Germany", - "address": "Burgstaaken 87", + "name": "Belogradchik Rocks", + "area": "Bulgaria", + "address": ", Belogradchik", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=428474", "internal_url": "null", - "latitude": "54.41969779999999", - "longitude": "11.1924219", + "latitude": "43.6232074", + "longitude": "22.6779485", "machine_status": "available", - "id": 484, - "last_updated": "2023-10-29" + "id": 878, + "last_updated": "2024-04-25" } }, { @@ -27373,22 +3743,22 @@ "geometry": { "type": "Point", "coordinates": [ - 9.5694428, - 54.5135621 + -110.8259479, + 44.4593593 ] }, "properties": { - "name": "St. Petri Dom", - "area": "Germany", - "address": "Norderdomstraße 24837", + "name": "Yellowstone - Old Faithful Lodge Gift Shop", + "area": "Wyoming", + "address": "West Entrance Road, Yellowstone National Park", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=662", "internal_url": "null", - "latitude": "54.5135621", - "longitude": "9.5694428", - "machine_status": "retired", - "id": 613, - "last_updated": "2024-04-11" + "latitude": "44.4593593", + "longitude": "-110.8259479", + "machine_status": "available", + "id": 3126, + "last_updated": "2024-05-10" } }, { @@ -27396,22 +3766,22 @@ "geometry": { "type": "Point", "coordinates": [ - -4.870146, - 55.80007070000001 + -124.0551816, + 44.6288748 ] }, "properties": { - "name": "Vikingar!", - "area": "Scotland", - "address": "Greenock Road, Largs", + "name": "Old Bayfront Bazaar", + "area": "Oregon", + "address": "620 SW Bay Boulevard, Newport", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "55.80007070000001", - "longitude": "-4.870146", - "machine_status": "available", - "id": 780, - "last_updated": "2023-10-29" + "latitude": "44.6288748", + "longitude": "-124.0551816", + "machine_status": "retired", + "id": 4376, + "last_updated": "2024-01-22" } }, { @@ -27419,22 +3789,22 @@ "geometry": { "type": "Point", "coordinates": [ - 38.182853, - 55.8328848 + 8.204835394068086, + 46.719945954522025 ] }, "properties": { - "name": "Monino Air Force Museum", - "area": "Russia", - "address": "Monino Airfield, Monino", + "name": "Aareschlucht", + "area": "Switzerland", + "address": "Aareschluchtstrasse 15", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "55.8328848", - "longitude": "38.182853", + "latitude": "46.719945954522025", + "longitude": "8.204835394068086", "machine_status": "available", - "id": 29, - "last_updated": "2023-10-29" + "id": 723, + "last_updated": "2024-03-04" } }, { @@ -27442,22 +3812,22 @@ "geometry": { "type": "Point", "coordinates": [ - -3.0868112, - 56.3041871 + 19.347578, + 47.5960091 ] }, "properties": { - "name": "The Scottish Deer Centre", - "area": "Scotland", - "address": "KY15 4NQ, Cupar, Fife", + "name": "Gödöllo Royal Palace", + "area": "Hungary", + "address": "", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=434760", "internal_url": "null", - "latitude": "56.3041871", - "longitude": "-3.0868112", + "latitude": "47.5960091", + "longitude": "19.347578", "machine_status": "available", - "id": 738, - "last_updated": "2023-10-29" + "id": 843, + "last_updated": "2024-07-21" } }, { @@ -27465,22 +3835,22 @@ "geometry": { "type": "Point", "coordinates": [ - 9.8980438, - 57.0370298 + -122.3320708, + 47.6062095 ] }, "properties": { - "name": "Ålborg Zoo", - "area": "Denmark", - "address": "Mølleparkvej 63, Ålborg", + "name": "Royal Caribbean International", + "area": "Washington", + "address": "Ovation of the Seas, Seattle", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "57.0370298", - "longitude": "9.8980438", - "machine_status": "retired", - "id": 981, - "last_updated": "2024-07-25" + "latitude": "47.6062095", + "longitude": "-122.3320708", + "machine_status": "available", + "id": 5147, + "last_updated": "2024-08-28" } }, { @@ -27488,22 +3858,22 @@ "geometry": { "type": "Point", "coordinates": [ - -4.225450599999999, - 57.47703319999999 + 6.058654499999999, + 50.86154459999999 ] }, - "properties": { - "name": "Inverness Museum and Art Gallery", - "area": "Scotland", - "address": "Castle Wynd, Inverness", + "properties": { + "name": "Continium Discovery Center (former industrion)", + "area": "Netherlands", + "address": "Museumplein 2, Kerkrade", "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=262458", + "external_url": "null", "internal_url": "null", - "latitude": "57.47703319999999", - "longitude": "-4.225450599999999", - "machine_status": "out-of-order", - "id": 778, - "last_updated": "2024-09-13" + "latitude": "50.86154459999999", + "longitude": "6.058654499999999", + "machine_status": "retired", + "id": 199, + "last_updated": "2024-10-13" } }, { @@ -27511,22 +3881,23 @@ "geometry": { "type": "Point", "coordinates": [ - -135.4628176, - 58.1292446 + 4.3389369, + 50.894085 ] }, "properties": { - "name": "Cabin Cache", - "area": "Alaska", - "address": "108 Cannery Rd, Hoonah", - "status": "unvisited", + "name": "Mini Europe Amusement Park", + "area": "Belgium", + "address": "1020 Brussels, Belgium, Brussels", + "status": "retired", "external_url": "null", "internal_url": "null", - "latitude": "58.1292446", - "longitude": "-135.4628176", - "machine_status": "available", - "id": 1156, - "last_updated": "2023-10-29" + "latitude": "50.894085", + "longitude": "4.3389369", + "paywall": true, + "machine_status": "retired", + "id": 134, + "last_updated": "2023-11-26" } }, { @@ -27534,22 +3905,22 @@ "geometry": { "type": "Point", "coordinates": [ - 24.7444926, - 59.4364706 + 9.5694428, + 54.5135621 ] }, "properties": { - "name": "Tourist Information Centre", - "area": "Estonia", - "address": "Kullasepe St, Tallinn", + "name": "St. Petri Dom", + "area": "Germany", + "address": "Norderdomstraße 24837", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "59.4364706", - "longitude": "24.7444926", - "machine_status": "available", - "id": 259, - "last_updated": "2023-10-29" + "latitude": "54.5135621", + "longitude": "9.5694428", + "machine_status": "retired", + "id": 613, + "last_updated": "2024-04-11" } }, { @@ -27557,22 +3928,22 @@ "geometry": { "type": "Point", "coordinates": [ - -149.438626, - 60.121886 + 9.8980438, + 57.0370298 ] }, "properties": { - "name": "Harbor Train Station (Alaska Railroad Station)", - "area": "Alaska", - "address": "North Waterfront, Seward", + "name": "Ålborg Zoo", + "area": "Denmark", + "address": "Mølleparkvej 63, Ålborg", "status": "unvisited", "external_url": "null", "internal_url": "null", - "latitude": "60.121886", - "longitude": "-149.438626", - "machine_status": "available", - "id": 1173, - "last_updated": "2023-10-29" + "latitude": "57.0370298", + "longitude": "9.8980438", + "machine_status": "retired", + "id": 981, + "last_updated": "2024-07-25" } }, { @@ -27580,22 +3951,22 @@ "geometry": { "type": "Point", "coordinates": [ - 127.0582827, - 37.513131 + -4.225450599999999, + 57.47703319999999 ] }, "properties": { - "name": "COEX aquarium", - "area": "South Korea", - "address": "Yeongdongdae-ro 513 Basement 1, Seoul, Gangnam", + "name": "Inverness Museum and Art Gallery", + "area": "Scotland", + "address": "Castle Wynd, Inverness", "status": "unvisited", - "external_url": "null", + "external_url": "http://209.221.138.252/Details.aspx?location=262458", "internal_url": "null", - "latitude": "37.513131", - "longitude": "127.0582827", - "machine_status": "available", - "id": 5911, - "last_updated": "2023-10-29" + "latitude": "57.47703319999999", + "longitude": "-4.225450599999999", + "machine_status": "out-of-order", + "id": 778, + "last_updated": "2024-09-13" } }, { @@ -27622,29 +3993,6 @@ "last_updated": "2024-01-09" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - 10.150221161305177, - 48.67550450844872 - ] - }, - "properties": { - "name": "Schloss Hellenstein", - "area": "Germany", - "address": "Schloß Hellenstein 1, 89522 Heidenheim an der Brenz, Germany", - "status": "unvisited", - "external_url": "null", - "internal_url": "null", - "latitude": 48.67550450844872, - "longitude": 10.150221161305177, - "machine_status": "available", - "id": 6494, - "last_updated": "2023-10-31" - } - }, { "type": "Feature", "geometry": { @@ -27668,52 +4016,6 @@ "last_updated": "2024-02-04" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -0.13084407, - 38.53439287 - ] - }, - "properties": { - "name": "Arte Vela Shop", - "area": "Spain", - "address": "Calle Major, 03501 Benidorm, Alicante, Spain", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=286566", - "internal_url": "null", - "latitude": "38.53439287", - "longitude": "-0.13084407", - "machine_status": "available", - "id": 291, - "last_updated": "2023-11-01" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -5.3456982, - 36.1344529 - ] - }, - "properties": { - "name": "Top of the Rock Cable Car Top", - "area": "Gibraltar", - "address": "Cable Car, Gibraltar", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=88233", - "internal_url": "null", - "latitude": "36.1344529", - "longitude": "-5.3456982", - "machine_status": "available", - "id": 147, - "last_updated": "2023-10-31" - } - }, { "type": "Feature", "geometry": { @@ -27737,52 +4039,6 @@ "last_updated": "2024-08-28" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -107.882513, - 37.268136 - ] - }, - "properties": { - "name": "Durango and Silverton Narrow Gauge Railroad and Museum", - "area": "Colorado", - "address": "479 Main Avenue, Durango", - "status": "retired", - "external_url": "http://209.221.138.252/Details.aspx?location=1047", - "internal_url": "null", - "latitude": "37.268136", - "longitude": "-107.882513", - "machine_status": "retired", - "id": 1855, - "last_updated": "2023-11-03" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -2.6778902, - 43.3154347 - ] - }, - "properties": { - "name": "Euskal Souvenirs ", - "area": "Spain", - "address": "Calle Barrenkalea, 11, Gernika", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=417091", - "internal_url": "null", - "latitude": "43.3154347", - "longitude": "-2.6778902", - "machine_status": "available", - "id": 6495, - "last_updated": "2023-11-03" - } - }, { "type": "Feature", "geometry": { @@ -40087,144 +16343,6 @@ "last_updated": "2023-12-06" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -122.3502, - 47.61163 - ] - }, - "properties": { - "name": "Norwegian Cruise Line - Pearl (cruise ship Seattle)", - "area": "Washington", - "address": "Pier 66/ Bell Street Terminal, Seattle", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=112646", - "internal_url": "null", - "latitude": "47.61163", - "longitude": "-122.3502", - "machine_status": "available", - "id": 5137, - "last_updated": "2022-08-14" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.173, - 25.778 - ] - }, - "properties": { - "name": "Norwegian Cruise Line - Escape (cruise ship)", - "area": "Florida", - "address": "South America Way, Dodge Island, Miami ", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=248668", - "internal_url": "null", - "latitude": "25.778", - "longitude": "-80.173", - "machine_status": "available", - "id": 3387, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.164, - 25.775 - ] - }, - "properties": { - "name": "Norwegian Cruise Line - Getaway (cruise ship)", - "area": "Florida", - "address": "South America Way, Dodge Island, Miami", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=204376", - "internal_url": "null", - "latitude": "25.775", - "longitude": "-80.164", - "machine_status": "available", - "id": 3389, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.170114, - 25.776993 - ] - }, - "properties": { - "name": "Norwegian Cruise Line - Jewel (cruise ship)", - "area": "Florida", - "address": "South America Way, Dodge Island, Miami", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=253006", - "internal_url": "null", - "latitude": "25.776993", - "longitude": "-80.170114", - "machine_status": "available", - "id": 3391, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.174, - 25.776993 - ] - }, - "properties": { - "name": "Norwegian Cruise Line - Sky (cruise ship)", - "area": "Florida", - "address": "Port of Miami; Dodge Island, Miami", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=226448", - "internal_url": "null", - "latitude": "25.776993", - "longitude": "-80.174", - "machine_status": "available", - "id": 3393, - "last_updated": "2021-04-05" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.174, - 25.7769 - ] - }, - "properties": { - "name": "Norwegian Cruise Line - Sun (cruise ship)", - "area": "Florida", - "address": "South America Way, Dodge Island, Miami", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=311321", - "internal_url": "null", - "latitude": "25.7769", - "longitude": "-80.174", - "machine_status": "available", - "id": 3395, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -40619,29 +16737,6 @@ "last_updated": "2023-12-11" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -80.1735, - 25.778 - ] - }, - "properties": { - "name": "Norwegian Cruise Line - Jade (cruise ship)", - "area": "Florida", - "address": "South America Way, Dodge Island, Miami", - "status": "unvisited", - "external_url": "http://209.221.138.252/Details.aspx?location=311319", - "internal_url": "null", - "latitude": "25.778", - "longitude": "-80.1735", - "machine_status": "available", - "id": 3390, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": { @@ -41845,29 +17940,6 @@ "last_updated": "2024-01-02" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -81.06791, - 37.474715 - ] - }, - "properties": { - "name": "Bluestone Travel Plaza", - "area": "West Virginia", - "address": "Milepost 18 Northbound on I-77 (West Virginia Turnpike), Princeton", - "external_url": "http://209.221.138.252/Details.aspx?location=972", - "internal_url": "null", - "latitude": "37.474715", - "longitude": "-81.06791", - "machine_status": "retired", - "status": "unvisited", - "id": 3902, - "last_updated": "2021-04-05" - } - }, { "type": "Feature", "geometry": {