Last active
May 23, 2020 05:05
-
-
Save JJediny/13863d12b32613865dfcb43181737d3b to your computer and use it in GitHub Desktop.
deadmalls.com scrape of entries as of 4/22/20 - using google maps geocoding api for results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"name": "deadmalls", | |
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, | |
"features": [ | |
{ "type": "Feature", "properties": { "mall_id": "Century Plaza", "city": "Birmingham", "state": "AL", "country": "USA", "hyperlink": "Century Plaza: Birmingham, AL", "addrstatus": "OK", "addrtype": "APPROXIMATE", "addrlocat": "33.5185892,-86.8103567" }, "geometry": { "type": "Point", "coordinates": [ -86.8103567, 33.5185892 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Eastwood Mall", "city": "Birmingham", "state": "AL ", "country": "USA", "hyperlink": "Eastwood Mall: Birmingham, AL ", "addrstatus": "OK", "addrtype": "APPROXIMATE", "addrlocat": "33.5279058,-86.716207" }, "geometry": { "type": "Point", "coordinates": [ -86.716207, 33.5279058 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "McFarland Mall", "city": "Tuscaloosa", "state": "AL", "country": "USA", "hyperlink": "McFarland Mall: Tuscaloosa, AL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.1948058,-87.5221224" }, "geometry": { "type": "Point", "coordinates": [ -87.5221224, 33.1948058 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Mobile Festival Centre", "city": "Mobile", "state": "AL", "country": "USA", "hyperlink": "Mobile Festival Centre: Mobile, AL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "30.6727301,-88.1365321" }, "geometry": { "type": "Point", "coordinates": [ -88.1365321, 30.6727301 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Montgomery Mall", "city": "Montgomery", "state": "AL", "country": "USA", "hyperlink": "Montgomery Mall: Montgomery, AL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "32.385033,-86.206362" }, "geometry": { "type": "Point", "coordinates": [ -86.206362, 32.385033 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Parkway City Mall", "city": "Huntsville", "state": "AL", "country": "USA", "hyperlink": "Parkway City Mall: Huntsville, AL", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "34.707993,-86.587172" }, "geometry": { "type": "Point", "coordinates": [ -86.587172, 34.707993 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Springdale Mall", "city": "Mobile", "state": "AL", "country": "USA", "hyperlink": "Springdale Mall: Mobile, AL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "30.6785586,-88.1233227" }, "geometry": { "type": "Point", "coordinates": [ -88.1233227, 30.6785586 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "The Mall", "city": "Huntsville", "state": "AL", "country": "USA", "hyperlink": "The Mall: Huntsville, AL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "34.7166327,-86.6739899" }, "geometry": { "type": "Point", "coordinates": [ -86.6739899, 34.7166327 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Cottonwood Creek Mall", "city": "Wasilla", "state": "AK", "country": "USA", "hyperlink": "Cottonwood Creek Mall: Wasilla, AK", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "61.57641340000001,-149.4033088" }, "geometry": { "type": "Point", "coordinates": [ -149.4033088, 61.5764134 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "University Center", "city": "Anchorage", "state": "AK", "country": "USA", "hyperlink": "University Center: Anchorage, AK", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "61.185718,-149.866254" }, "geometry": { "type": "Point", "coordinates": [ -149.866254, 61.185718 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Camelview Plaza", "city": "Scottsdale", "state": "AZ", "country": "USA", "hyperlink": "Camelview Plaza: Scottsdale, AZ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.5046989,-111.9274787" }, "geometry": { "type": "Point", "coordinates": [ -111.9274787, 33.5046989 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Los Arcos Mall", "city": "Scottsdale", "state": "AZ", "country": "USA", "hyperlink": "Los Arcos Mall: Scottsdale, AZ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.4655862,-111.9194587" }, "geometry": { "type": "Point", "coordinates": [ -111.9194587, 33.4655862 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Valley West Mall", "city": "Glendale", "state": "AZ ", "country": "USA", "hyperlink": "Valley West Mall: Glendale, AZ [offsite]", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.5485351,-112.2618514" }, "geometry": { "type": "Point", "coordinates": [ -112.2618514, 33.5485351 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Scottsdale Galleria", "city": "Phoeniz", "state": "AZ", "country": "USA", "hyperlink": "Scottsdale Galleria: Phoeniz, AZ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.5000422,-111.9247825" }, "geometry": { "type": "Point", "coordinates": [ -111.9247825, 33.5000422 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Indian Mall", "city": "Jonesboro", "state": "AR", "country": "USA", "hyperlink": "Indian Mall: Jonesboro, AR", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "35.84229670000001,-90.704279" }, "geometry": { "type": "Point", "coordinates": [ -90.704279, 35.842296700000013 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Phoenix Village Mall", "city": "Fort Smith", "state": "AR", "country": "USA", "hyperlink": "Phoenix Village Mall: Fort Smith, AR", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "35.3402431,-94.42323379999999" }, "geometry": { "type": "Point", "coordinates": [ -94.4232338, 35.3402431 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "University Mall", "city": "Little Rock", "state": "AR", "country": "USA", "hyperlink": "University Mall: Little Rock, AR", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "34.7534725,-92.3431198" }, "geometry": { "type": "Point", "coordinates": [ -92.3431198, 34.7534725 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Central City Mall \/ Carousel Mall", "city": "San Bernardino", "state": "CA", "country": "USA", "hyperlink": "Central City Mall \/ Carousel Mall: San Bernardino, CA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "34.0851852,-117.2973276" }, "geometry": { "type": "Point", "coordinates": [ -117.2973276, 34.0851852 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Downtown Redding Mall", "city": "Redding", "state": "CA", "country": "USA", "hyperlink": "Downtown Redding Mall: Redding, CA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.5850011,-122.3909864" }, "geometry": { "type": "Point", "coordinates": [ -122.3909864, 40.5850011 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Eastmont Mall", "city": "Oakland", "state": "CA", "country": "USA", "hyperlink": "Eastmont Mall: Oakland, CA", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "37.7666075,-122.1759131" }, "geometry": { "type": "Point", "coordinates": [ -122.1759131, 37.7666075 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Fallbrook Center", "city": "West Hills", "state": "CA", "country": "USA", "hyperlink": "Fallbrook Center: West Hills, CA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "34.1901995,-118.6256637" }, "geometry": { "type": "Point", "coordinates": [ -118.6256637, 34.1901995 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Fashion Island Mall", "city": "San Mateo", "state": "CA", "country": "USA", "hyperlink": "Fashion Island Mall: San Mateo, CA", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "37.5548156,-122.2908115" }, "geometry": { "type": "Point", "coordinates": [ -122.2908115, 37.5548156 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Hawthorne Mall", "city": "Hawthorne", "state": "CA", "country": "USA", "hyperlink": "Hawthorne Mall: Hawthorne, CA", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "33.9213132,-118.3517068" }, "geometry": { "type": "Point", "coordinates": [ -118.3517068, 33.9213132 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "The Palladio", "city": "Folsom", "state": "CA", "country": "USA", "hyperlink": "The Palladio: Folsom, CA", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "38.6486321,-121.1216192" }, "geometry": { "type": "Point", "coordinates": [ -121.1216192, 38.6486321 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Valley Plaza", "city": "North Hollywood", "state": "CA", "country": "USA", "hyperlink": "Valley Plaza: North Hollywood, CA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "34.1875955,-118.3977492" }, "geometry": { "type": "Point", "coordinates": [ -118.3977492, 34.1875955 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Indian Hill Mall", "city": "Pomona", "state": "CA", "country": "USA", "hyperlink": "Indian Hill Mall: Pomona, CA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "34.062093,-117.72113" }, "geometry": { "type": "Point", "coordinates": [ -117.72113, 34.062093 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "The Quad", "city": "Whittier", "state": "CA", "country": "USA", "hyperlink": "The Quad: Whittier, CA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.9617063,-118.0315506" }, "geometry": { "type": "Point", "coordinates": [ -118.0315506, 33.9617063 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Sherman Oaks Galleria", "city": "Los Angeles", "state": "CA", "country": "USA", "hyperlink": "Sherman Oaks Galleria: Los Angeles, CA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "34.1558608,-118.4670098" }, "geometry": { "type": "Point", "coordinates": [ -118.4670098, 34.1558608 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "The Promenade", "city": "Woodland Hills", "state": "CA", "country": "USA", "hyperlink": "The Promenade: Woodland Hills, CA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "34.1914024,-118.6039276" }, "geometry": { "type": "Point", "coordinates": [ -118.6039276, 34.1914024 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Tracy Outlets", "city": "Tracy", "state": "CA", "country": "USA", "hyperlink": "Tracy Outlets: Tracy, CA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "37.7620673,-121.4123131" }, "geometry": { "type": "Point", "coordinates": [ -121.4123131, 37.7620673 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Whittwood Mall", "city": "Whittier", "state": "CA", "country": "USA", "hyperlink": "Whittwood Mall: Whittier, CA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.9434399,-117.995657" }, "geometry": { "type": "Point", "coordinates": [ -117.995657, 33.9434399 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Buckingham Square Mall", "city": "Aurora", "state": "CO", "country": "USA", "hyperlink": "Buckingham Square Mall: Aurora, CO", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "39.68831590000001,-104.8671334" }, "geometry": { "type": "Point", "coordinates": [ -104.8671334, 39.688315900000013 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Cinderella City", "city": "Englewood", "state": "CO", "country": "USA", "hyperlink": "Cinderella City: Englewood, CO", "addrstatus": "OK", "addrtype": "APPROXIMATE", "addrlocat": "39.6477653,-104.9877597" }, "geometry": { "type": "Point", "coordinates": [ -104.9877597, 39.6477653 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Foothills Mall", "city": "Fort Collins", "state": "CO", "country": "USA", "hyperlink": "Foothills Mall: Fort Collins, CO", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.5434246,-105.0735746" }, "geometry": { "type": "Point", "coordinates": [ -105.0735746, 40.5434246 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Greeley Mall", "city": "Greeley", "state": "CO", "country": "USA", "hyperlink": "Greeley Mall: Greeley, CO", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "40.3906233,-104.7124735" }, "geometry": { "type": "Point", "coordinates": [ -104.7124735, 40.3906233 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Northglenn Mall", "city": "Denver", "state": "CO", "country": "USA", "hyperlink": "Northglenn Mall: Denver, CO", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.8867384,-104.9919072" }, "geometry": { "type": "Point", "coordinates": [ -104.9919072, 39.8867384 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "North Valley Mall", "city": "Thornton", "state": "CO", "country": "USA", "hyperlink": "North Valley Mall: Thornton, CO[offsite]", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.847896,-104.9812904" }, "geometry": { "type": "Point", "coordinates": [ -104.9812904, 39.847896 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Lakeside Mall", "city": "Denver", "state": "CO", "country": "USA", "hyperlink": "Lakeside Mall: Denver, Colorado [offsite]", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.7434915,-104.9910865" }, "geometry": { "type": "Point", "coordinates": [ -104.9910865, 39.7434915 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Southglenn Mall", "city": "Denver", "state": "CO", "country": "USA", "hyperlink": "Southglenn Mall: Denver, CO", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.591615,-104.9627169" }, "geometry": { "type": "Point", "coordinates": [ -104.9627169, 39.591615 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Twin Peaks Mall", "city": "Longmont", "state": "CO", "country": "USA", "hyperlink": "Twin Peaks Mall: Longmont, CO", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "40.1471497,-105.1262288" }, "geometry": { "type": "Point", "coordinates": [ -105.1262288, 40.1471497 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Villa Italia", "city": "Lakewood", "state": "CO", "country": "USA", "hyperlink": "Villa Italia: Lakewood, CO", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.7394063,-105.0904468" }, "geometry": { "type": "Point", "coordinates": [ -105.0904468, 39.7394063 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Westminster Mall", "city": "Westminster", "state": "CO", "country": "USA", "hyperlink": "Westminster Mall: Westminster, CO", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.74754900000001,-118.0116211" }, "geometry": { "type": "Point", "coordinates": [ -118.0116211, 33.747549 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Bristol Centre Mall", "city": "Bristol", "state": "CT", "country": "USA", "hyperlink": "Bristol Centre Mall: Bristol, CT", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.6969508,-72.9076498" }, "geometry": { "type": "Point", "coordinates": [ -72.9076498, 41.6969508 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Chapel Square Mall", "city": "New Haven", "state": "CT", "country": "USA", "hyperlink": "Chapel Square Mall: New Haven, CT", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.3060337,-72.9265242" }, "geometry": { "type": "Point", "coordinates": [ -72.9265242, 41.3060337 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Charter Oak Mall", "city": "East Hartford", "state": "CT", "country": "USA", "hyperlink": "Charter Oak Mall: East Hartford, CT", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.7678215,-72.60392569999999" }, "geometry": { "type": "Point", "coordinates": [ -72.6039257, 41.7678215 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Farmington Valley Mall (now Simsbury Commons)", "city": "Avon", "state": "CT", "country": "USA", "hyperlink": "Farmington Valley Mall (now Simsbury Commons): Avon, CT", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.816781,-72.8651357" }, "geometry": { "type": "Point", "coordinates": [ -72.8651357, 41.816781 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Hartford Civic Center \/ Hartford 21", "city": "Hartford", "state": "CT", "country": "USA", "hyperlink": "Hartford Civic Center \/ Hartford 21: Hartford, CT", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.76745289999999,-72.67606119999999" }, "geometry": { "type": "Point", "coordinates": [ -72.6760612, 41.767452899999988 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Lafayette Plaza \/ Hi-Ho Center", "city": "Bridgeport", "state": "CT", "country": "USA", "hyperlink": "Lafayette Plaza \/ Hi-Ho Center: Bridgeport, CT", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "41.1676179,-73.1882533" }, "geometry": { "type": "Point", "coordinates": [ -73.1882533, 41.1676179 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Manchester Parkade", "city": "Manchester", "state": "CT", "country": "USA", "hyperlink": "Manchester Parkade: Manchester, CT", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "41.779909,-72.5404475" }, "geometry": { "type": "Point", "coordinates": [ -72.5404475, 41.779909 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Meriden Mall", "city": "Meriden", "state": "CT", "country": "USA", "hyperlink": "Meriden Mall: Meriden, CT", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.5510076,-72.8077014" }, "geometry": { "type": "Point", "coordinates": [ -72.8077014, 41.5510076 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Blue Hen Mall", "city": "Dover", "state": "DE", "country": "USA", "hyperlink": "Blue Hen Mall: Dover, DE", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.1514392,-75.5024668" }, "geometry": { "type": "Point", "coordinates": [ -75.5024668, 39.1514392 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Shipyard Shops Outlet", "city": "Wilmington", "state": "DE", "country": "USA", "hyperlink": "Shipyard Shops Outlet: Wilmington, DE", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.7332748,-75.5618918" }, "geometry": { "type": "Point", "coordinates": [ -75.5618918, 39.7332748 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Tri-State Mall", "city": "Claymont", "state": "DE", "country": "USA", "hyperlink": "Tri-State Mall: Claymont, DE", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.8158081,-75.4488753" }, "geometry": { "type": "Point", "coordinates": [ -75.4488753, 39.8158081 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Colonial Plaza Mall", "city": "Orlando", "state": "FL", "country": "USA", "hyperlink": "Colonial Plaza Mall: Orlando, FL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "28.5509712,-81.3499664" }, "geometry": { "type": "Point", "coordinates": [ -81.3499664, 28.5509712 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Crossroads Mall", "city": "Clearwater", "state": "FL", "country": "USA", "hyperlink": "Crossroads Mall: Clearwater, FL", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "27.7890431,-82.72678289999999" }, "geometry": { "type": "Point", "coordinates": [ -82.726782899999989, 27.7890431 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Crystal River Mall", "city": "Crystal River", "state": "FL", "country": "USA", "hyperlink": "Crystal River Mall: Crystal River, FL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "28.9099975,-82.6039807" }, "geometry": { "type": "Point", "coordinates": [ -82.6039807, 28.9099975 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Festival Bay Mall", "city": "Orlando", "state": "FL", "country": "USA", "hyperlink": "Festival Bay Mall: Orlando, FL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "28.4701916,-81.4461611" }, "geometry": { "type": "Point", "coordinates": [ -81.4461611, 28.4701916 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Gulfgate Mall", "city": "Sarasota", "state": "FL", "country": "USA", "hyperlink": "Gulfgate Mall: Sarasota, FL", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "27.2601909,-82.52036199999999" }, "geometry": { "type": "Point", "coordinates": [ -82.520362, 27.2601909 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "The Mall At 163rd St", "city": "North Miami Beach", "state": "FL", "country": "USA", "hyperlink": "The Mall At 163rd St: North Miami Beach, FL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "25.9266121,-80.1739211" }, "geometry": { "type": "Point", "coordinates": [ -80.1739211, 25.9266121 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Miracle City Mall", "city": "Titusville", "state": "FL", "country": "USA", "hyperlink": "Miracle City Mall: Titusville, FL", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "28.5852504,-80.8022836" }, "geometry": { "type": "Point", "coordinates": [ -80.8022836, 28.5852504 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Omni International Mall of Miami", "city": "Miami", "state": "FL", "country": "USA", "hyperlink": "Omni International Mall of Miami: Miami, FL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "25.7906711,-80.1880609" }, "geometry": { "type": "Point", "coordinates": [ -80.1880609, 25.7906711 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Osceola Square Mall", "city": "Kissimmee (Orlando)", "state": "FL", "country": "USA", "hyperlink": "Osceola Square Mall: Kissimmee (Orlando), FL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "28.3067241,-81.44243469999999" }, "geometry": { "type": "Point", "coordinates": [ -81.4424347, 28.3067241 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Palatka Mall", "city": "Palatka", "state": "FL", "country": "USA", "hyperlink": "Palatka Mall: Palatka, FL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "29.654026,-81.67279049999999" }, "geometry": { "type": "Point", "coordinates": [ -81.6727905, 29.654026 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Palm Beach Mall", "city": "West Palm Beach", "state": "FL", "country": "USA", "hyperlink": "Palm Beach Mall: West Palm Beach, FL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "26.7241295,-80.0880196" }, "geometry": { "type": "Point", "coordinates": [ -80.0880196, 26.7241295 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Regency Square Mall", "city": "Jacksonville", "state": "FL", "country": "USA", "hyperlink": "Regency Square Mall: Jacksonville, FL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "30.3233757,-81.5506821" }, "geometry": { "type": "Point", "coordinates": [ -81.5506821, 30.3233757 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Seminole Mall", "city": "Seminole", "state": "FL", "country": "USA", "hyperlink": "Seminole Mall: Seminole, FL", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "27.8420975,-82.7920097" }, "geometry": { "type": "Point", "coordinates": [ -82.7920097, 27.8420975 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Tampa Bay Center", "city": "Tampa", "state": "FL ", "country": "USA", "hyperlink": "Tampa Bay Center: Tampa, FL ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "27.9429663,-82.53710559999999" }, "geometry": { "type": "Point", "coordinates": [ -82.5371056, 27.9429663 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Tallahassee Mall", "city": "Tallahassee", "state": "FL", "country": "USA", "hyperlink": "Tallahassee Mall: Tallahassee, FL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "30.4756995,-84.2902684" }, "geometry": { "type": "Point", "coordinates": [ -84.2902684, 30.4756995 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Winter Park Mall", "city": "Winter Park", "state": "FL", "country": "USA", "hyperlink": "Winter Park Mall: Winter Park, FL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "28.6021712,-81.3633871" }, "geometry": { "type": "Point", "coordinates": [ -81.3633871, 28.6021712 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "University Mall", "city": "Pensacola", "state": "FL", "country": "USA", "hyperlink": "University Mall: Pensacola, FL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "30.4987703,-87.2241315" }, "geometry": { "type": "Point", "coordinates": [ -87.2241315, 30.4987703 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Cobb Center Mall", "city": "Smyrna", "state": "GA", "country": "USA", "hyperlink": "Cobb Center Mall: Smyrna, GA", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "33.9000039,-84.542204" }, "geometry": { "type": "Point", "coordinates": [ -84.542204, 33.9000039 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Columbia Mall \/ Avondale Mall", "city": "Dekalb County", "state": "GA", "country": "USA", "hyperlink": "Columbia Mall \/ Avondale Mall: Dekalb County, GA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.7569633,-84.2640584" }, "geometry": { "type": "Point", "coordinates": [ -84.2640584, 33.7569633 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Columbus Square Mall", "city": "Columbus", "state": "GA", "country": "USA", "hyperlink": "Columbus Square Mall: Columbus, GA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "32.546175,-84.9465189" }, "geometry": { "type": "Point", "coordinates": [ -84.9465189, 32.546175 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Macon Mall", "city": "Macon", "state": "GA", "country": "USA", "hyperlink": "Macon Mall: Macon, GA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "32.81774710000001,-83.6928156" }, "geometry": { "type": "Point", "coordinates": [ -83.6928156, 32.817747100000012 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Regency Mall", "city": "Augusta", "state": "GA ", "country": "USA", "hyperlink": "Regency Mall: Augusta, GA ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.462648,-82.0792044" }, "geometry": { "type": "Point", "coordinates": [ -82.0792044, 33.462648 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Riverbend Mall", "city": "Rome", "state": "GA", "country": "USA", "hyperlink": "Riverbend Mall: Rome, GA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "34.2496059,-85.1638959" }, "geometry": { "type": "Point", "coordinates": [ -85.1638959, 34.2496059 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Savannah Mall", "city": "Savannah", "state": "GA", "country": "USA", "hyperlink": "Savannah Mall: Savannah, GA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "31.9840925,-81.17267660000002" }, "geometry": { "type": "Point", "coordinates": [ -81.172676600000017, 31.9840925 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Shannon Southpark Mall", "city": "Union City", "state": "GA ", "country": "USA", "hyperlink": "Shannon Southpark Mall: Union City, GA ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.567456,-84.54089599999999" }, "geometry": { "type": "Point", "coordinates": [ -84.540896, 33.567456 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Country Club Mall", "city": "Idaho Falls", "state": "ID ", "country": "USA", "hyperlink": "Country Club Mall: Idaho Falls, ID", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.392351,-111.994692" }, "geometry": { "type": "Point", "coordinates": [ -111.994692, 43.392351 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Alton Square Mall", "city": "Alton", "state": "IL", "country": "USA", "hyperlink": "Alton Square Mall: Alton, IL", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "38.924907,-90.17632809999999" }, "geometry": { "type": "Point", "coordinates": [ -90.1763281, 38.924907 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Belvidere Mall", "city": "Belvidere", "state": "IL", "country": "USA", "hyperlink": "Belvidere Mall: Belvidere, IL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.26815269999999,-88.85064659999999" }, "geometry": { "type": "Point", "coordinates": [ -88.8506466, 42.268152699999987 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Brementown Mall", "city": "Tinley Park", "state": "IL", "country": "USA", "hyperlink": "Brementown Mall: Tinley Park, IL", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "41.6015243,-87.803215" }, "geometry": { "type": "Point", "coordinates": [ -87.803215, 41.6015243 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Brickyard Mall", "city": "Chicago", "state": "IL", "country": "USA", "hyperlink": "Brickyard Mall: Chicago, IL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.9284572,-87.7873882" }, "geometry": { "type": "Point", "coordinates": [ -87.7873882, 41.9284572 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Charlestowne Mall", "city": "St. Charles", "state": "IL", "country": "USA", "hyperlink": "Charlestowne Mall: St. Charles, IL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.924312,-88.2702" }, "geometry": { "type": "Point", "coordinates": [ -88.2702, 41.924312 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Chicago Place", "city": "Chicago", "state": "IL", "country": "USA", "hyperlink": "Chicago Place: Chicago, IL", "addrstatus": "OK", "addrtype": "APPROXIMATE", "addrlocat": "41.8781136,-87.6297982" }, "geometry": { "type": "Point", "coordinates": [ -87.6297982, 41.8781136 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "College Hills Mall", "city": "Normal", "state": "IL", "country": "USA", "hyperlink": "College Hills Mall: Normal, IL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.506398,-88.9574306" }, "geometry": { "type": "Point", "coordinates": [ -88.9574306, 40.506398 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Colonial Village Mall", "city": "Rockford", "state": "IL", "country": "USA", "hyperlink": "Colonial Village Mall: Rockford, IL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.2534011,-89.0266987" }, "geometry": { "type": "Point", "coordinates": [ -89.0266987, 42.2534011 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Dixie Square Mall", "city": "Harvey", "state": "IL ", "country": "USA", "hyperlink": "Dixie Square Mall: Harvey, IL ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.6132823,-87.6684421" }, "geometry": { "type": "Point", "coordinates": [ -87.6684421, 41.6132823 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Forest Park Mall", "city": "Forest Park", "state": "IL ", "country": "USA", "hyperlink": "Forest Park Mall: Forest Park, IL ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.8632238,-87.81400250000002" }, "geometry": { "type": "Point", "coordinates": [ -87.814002500000015, 41.8632238 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Hillcrest Shopping Center", "city": "Joliet", "state": "IL", "country": "USA", "hyperlink": "Hillcrest Shopping Center: Joliet, IL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.5529091,-88.12781729999999" }, "geometry": { "type": "Point", "coordinates": [ -88.1278173, 41.5529091 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Hillside Shopping Center", "city": "Hillside", "state": "IL", "country": "USA", "hyperlink": "Hillside Shopping Center: Hillside, IL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.8680036,-87.88514719999999" }, "geometry": { "type": "Point", "coordinates": [ -87.8851472, 41.8680036 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Jefferson Square Mall", "city": "Joliet", "state": "IL", "country": "USA", "hyperlink": "Jefferson Square Mall: Joliet, IL", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "41.521986,-88.16199499999999" }, "geometry": { "type": "Point", "coordinates": [ -88.161995, 41.521986 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Lakehurst Mall", "city": "Waukegan (chicago)", "state": "IL ", "country": "USA", "hyperlink": "Lakehurst Mall: Waukegan (chicago), IL ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.34450160000001,-87.89851469999999" }, "geometry": { "type": "Point", "coordinates": [ -87.8985147, 42.3445016 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Lincoln Mall", "city": "Matteson", "state": "IL", "country": "USA", "hyperlink": "Lincoln Mall: Matteson, IL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.50573259999999,-87.7314086" }, "geometry": { "type": "Point", "coordinates": [ -87.7314086, 41.505732599999988 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Lincoln Square Mall", "city": "Urbana", "state": "IL", "country": "USA", "hyperlink": "Lincoln Square Mall: Urbana, IL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.110265,-88.2065573" }, "geometry": { "type": "Point", "coordinates": [ -88.2065573, 40.110265 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Machesney Park Mall", "city": "Machesney Park", "state": "IL", "country": "USA", "hyperlink": "Machesney Park Mall: Machesney Park, IL", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "42.3500983,-89.0526343" }, "geometry": { "type": "Point", "coordinates": [ -89.0526343, 42.3500983 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Meadows Town Mall", "city": "Rolling Meadows", "state": "IL", "country": "USA", "hyperlink": "Meadows Town Mall: Rolling Meadows, IL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.0807162,-88.0252412" }, "geometry": { "type": "Point", "coordinates": [ -88.0252412, 42.0807162 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "North Park Mall", "city": "Villa Park", "state": "IL", "country": "USA", "hyperlink": "North Park Mall: Villa Park, IL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.90676209999999,-87.98573259999999" }, "geometry": { "type": "Point", "coordinates": [ -87.9857326, 41.906762099999987 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Old Chicago", "city": "Bolingbrook", "state": "IL ", "country": "USA", "hyperlink": "Old Chicago: Bolingbrook, IL [offsite] ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "41.6804333,-88.06516049999999" }, "geometry": { "type": "Point", "coordinates": [ -88.0651605, 41.6804333 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "One Schaumburg Place", "city": "Schaumburg", "state": "IL", "country": "USA", "hyperlink": "One Schaumburg Place: Schaumburg, IL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.0404835,-88.03360789999999" }, "geometry": { "type": "Point", "coordinates": [ -88.0336079, 42.0404835 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Orland Park Place", "city": "Orland Park", "state": "IL", "country": "USA", "hyperlink": "Orland Park Place: Orland Park, IL", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "41.614002,-87.8519038" }, "geometry": { "type": "Point", "coordinates": [ -87.8519038, 41.614002 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Randhurst Mall", "city": "Mount Prospect", "state": "IL", "country": "USA", "hyperlink": "Randhurst Mall: Mount Prospect, IL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.0844807,-87.93303809999999" }, "geometry": { "type": "Point", "coordinates": [ -87.9330381, 42.0844807 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "South Commons Mall", "city": "Bolingbrook", "state": "IL", "country": "USA", "hyperlink": "South Commons Mall: Bolingbrook, IL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.6878046,-88.06625540000002" }, "geometry": { "type": "Point", "coordinates": [ -88.066255400000017, 41.6878046 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "St Charles Mall", "city": "St Charles", "state": "IL ", "country": "USA", "hyperlink": "St Charles Mall: St Charles, IL ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.92365100000001,-88.2687917" }, "geometry": { "type": "Point", "coordinates": [ -88.2687917, 41.923651 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "The Grove (The Grove Shopping Center)", "city": "Downers Grove", "state": "IL", "country": "USA", "hyperlink": "The Grove (The Grove Shopping Center): Downers Grove, IL", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "41.7525962,-88.0171573" }, "geometry": { "type": "Point", "coordinates": [ -88.0171573, 41.7525962 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Town & Country Mall", "city": "Arlington Heights", "state": "IL", "country": "USA", "hyperlink": "Town & Country Mall: Arlington Heights, IL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.1082436,-87.97731000000002" }, "geometry": { "type": "Point", "coordinates": [ -87.97731, 42.1082436 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Village Square Mall", "city": "Effingham", "state": "IL", "country": "USA", "hyperlink": "Village Square Mall: Effingham, IL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.1030193,-88.54458070000001" }, "geometry": { "type": "Point", "coordinates": [ -88.544580700000012, 39.1030193 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Washington Square Mall", "city": "Homewood", "state": "IL", "country": "USA", "hyperlink": "Washington Square Mall: Homewood, IL", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.9084979,-87.7482651" }, "geometry": { "type": "Point", "coordinates": [ -87.7482651, 41.9084979 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Circle Centre Mall", "city": "Indianapolis", "state": "IN", "country": "USA", "hyperlink": "Circle Centre Mall: Indianapolis, IN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.7663952,-86.15977520000001" }, "geometry": { "type": "Point", "coordinates": [ -86.159775200000013, 39.7663952 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Concord Mall", "city": "Elkhart", "state": "IN", "country": "USA", "hyperlink": "Concord Mall: Elkhart, IN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.64324939999999,-85.9330523" }, "geometry": { "type": "Point", "coordinates": [ -85.9330523, 41.643249399999988 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Eastgate Shopping Center", "city": "Indianapolis", "state": "IN", "country": "USA", "hyperlink": "Eastgate Shopping Center: Indianapolis, IN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.77879859999999,-85.98652969999999" }, "geometry": { "type": "Point", "coordinates": [ -85.9865297, 39.778798599999988 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Lafayette Square", "city": "Indianapolis", "state": "IN", "country": "USA", "hyperlink": "Lafayette Square: Indianapolis, IN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.8285543,-86.2359694" }, "geometry": { "type": "Point", "coordinates": [ -86.2359694, 39.8285543 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Mounds Mall", "city": "Anderson", "state": "IN", "country": "USA", "hyperlink": "Mounds Mall: Anderson, IN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.0960404,-85.65662239999999" }, "geometry": { "type": "Point", "coordinates": [ -85.656622399999989, 40.0960404 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Scottsdale Mall", "city": "South Bend", "state": "IN", "country": "USA", "hyperlink": "Scottsdale Mall: South Bend, IN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.5027922,-111.9293195" }, "geometry": { "type": "Point", "coordinates": [ -111.9293195, 33.5027922 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Southtown Mall", "city": "Fort Wayne", "state": "IN ", "country": "USA", "hyperlink": "Southtown Mall: Fort Wayne, IN ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.0131919,-85.11325599999999" }, "geometry": { "type": "Point", "coordinates": [ -85.113256, 41.0131919 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Washington Square Mall", "city": "Evansville", "state": "IN", "country": "USA", "hyperlink": "Washington Square Mall: Evansville, IN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "37.96,-87.4911111" }, "geometry": { "type": "Point", "coordinates": [ -87.4911111, 37.96 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Woodmar Mall", "city": "Hammond", "state": "IN ", "country": "USA", "hyperlink": "Woodmar Mall: Hammond, IN [offsite] ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "41.5936133,-87.4816166" }, "geometry": { "type": "Point", "coordinates": [ -87.4816166, 41.5936133 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Duck Creek Plaza", "city": "Bettendork", "state": "IA", "country": "USA", "hyperlink": "Duck Creek Plaza: Bettendork, IA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.5402638,-90.5214029" }, "geometry": { "type": "Point", "coordinates": [ -90.5214029, 41.5402638 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Mall Of The Bluffs", "city": "Council Bluffs", "state": "IA", "country": "USA", "hyperlink": "Mall Of The Bluffs: Council Bluffs, IA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.2228418,-95.83803909999999" }, "geometry": { "type": "Point", "coordinates": [ -95.838039099999989, 41.2228418 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Muscatine Mall", "city": "Muscatine", "state": "IA", "country": "USA", "hyperlink": "Muscatine Mall: Muscatine, IA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.4465616,-91.02798419999999" }, "geometry": { "type": "Point", "coordinates": [ -91.0279842, 41.4465616 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Old Capitol Mall", "city": "Iowa City", "state": "IA", "country": "USA", "hyperlink": "Old Capitol Mall: Iowa City, IA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.65905,-91.5348892" }, "geometry": { "type": "Point", "coordinates": [ -91.5348892, 41.65905 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Park Fair Mall", "city": "Des Moines", "state": "IA", "country": "USA", "hyperlink": "Park Fair Mall: Des Moines, IA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.6288336,-93.61854699999999" }, "geometry": { "type": "Point", "coordinates": [ -93.618547, 41.6288336 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Westdale Mall", "city": "Cedar Rapids", "state": "IA", "country": "USA", "hyperlink": "Westdale Mall: Cedar Rapids, IA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.9523125,-91.71972769999999" }, "geometry": { "type": "Point", "coordinates": [ -91.7197277, 41.9523125 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Hutchinson Mall", "city": "Hutchinson", "state": "KS", "country": "USA", "hyperlink": "Hutchinson Mall: Hutchinson, KS", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "38.0686711,-97.8962858" }, "geometry": { "type": "Point", "coordinates": [ -97.8962858, 38.0686711 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Mid-State Mall", "city": "Salina", "state": "KS", "country": "USA", "hyperlink": "Mid-State Mall: Salina, KS", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "38.7962464,-97.6152031" }, "geometry": { "type": "Point", "coordinates": [ -97.6152031, 38.7962464 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Mission Center \/ Mission Center Mall", "city": "KC Metro", "state": "KS", "country": "USA", "hyperlink": "Mission Center \/ Mission Center Mall: KC Metro (Mission, KS)", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.0968942,-94.55297589999999" }, "geometry": { "type": "Point", "coordinates": [ -94.5529759, 39.0968942 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Newton Factory Outlet Mall", "city": "Newton", "state": "KS", "country": "USA", "hyperlink": "Newton Factory Outlet Mall: Newton, KS", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "37.9973704,-97.3342624" }, "geometry": { "type": "Point", "coordinates": [ -97.3342624, 37.9973704 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Riverfront Outlet Mall", "city": "Lawrence", "state": "KS", "country": "USA", "hyperlink": "Riverfront Outlet Mall: Lawrence, KS", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "38.9675413,-95.2359237" }, "geometry": { "type": "Point", "coordinates": [ -95.2359237, 38.9675413 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "The Mall", "city": "Hays", "state": "KS", "country": "USA", "hyperlink": "The Mall: Hays, KS", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "38.8912055,-99.3161669" }, "geometry": { "type": "Point", "coordinates": [ -99.3161669, 38.8912055 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Metcalf South Shopping Center", "city": "Overland Park", "state": "KS", "country": "USA", "hyperlink": "Metcalf South Shopping Center: Overland Park, KS (KC Metro)", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "38.9927929,-94.6647685" }, "geometry": { "type": "Point", "coordinates": [ -94.6647685, 38.9927929 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Kyova Mall", "city": "Ashland", "state": "KY", "country": "USA", "hyperlink": "Kyova Mall: Ashland, KY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "38.4011993,-82.7138635" }, "geometry": { "type": "Point", "coordinates": [ -82.7138635, 38.4011993 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Lexington Mall", "city": "Lexington", "state": "KY", "country": "USA", "hyperlink": "Lexington Mall: Lexington, KY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "37.9884639,-84.5283695" }, "geometry": { "type": "Point", "coordinates": [ -84.5283695, 37.9884639 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Lincoln Mall", "city": "Owensboro", "state": "KY", "country": "USA", "hyperlink": "Lincoln Mall: Owensboro, KY", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "37.7468099,-87.099769" }, "geometry": { "type": "Point", "coordinates": [ -87.099769, 37.7468099 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Turfland Mall", "city": "Lexington", "state": "KY", "country": "USA", "hyperlink": "Turfland Mall: Lexington, KY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "38.0256249,-84.54069969999999" }, "geometry": { "type": "Point", "coordinates": [ -84.5406997, 38.0256249 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Western Kentucky Factory Outlet Center", "city": "Eddyville", "state": "KY", "country": "USA", "hyperlink": "Western Kentucky Factory Outlet Center: Eddyville, KY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "37.0861504,-88.0858305" }, "geometry": { "type": "Point", "coordinates": [ -88.0858305, 37.0861504 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Belle Promenade", "city": "Marrero (New Orleans)", "state": "LA", "country": "USA", "hyperlink": "Belle Promenade: Marrero (New Orleans), LA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "29.7774413,-90.09877060000001" }, "geometry": { "type": "Point", "coordinates": [ -90.0987706, 29.7774413 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Bon Marche Mall", "city": "Baton Rouge", "state": "LA", "country": "USA", "hyperlink": "Bon Marche Mall: Baton Rouge, LA", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "30.459168,-91.11588119999999" }, "geometry": { "type": "Point", "coordinates": [ -91.1158812, 30.459168 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Corporate Mall", "city": "Baton Rouge", "state": "LA", "country": "USA", "hyperlink": "Corporate Mall: Baton Rouge, LA", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "30.4258254,-91.1214997" }, "geometry": { "type": "Point", "coordinates": [ -91.1214997, 30.4258254 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Cortana Mall", "city": "Baton Rouge", "state": "LA", "country": "USA", "hyperlink": "Cortana Mall: Baton Rouge, LA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "30.457197,-91.094975" }, "geometry": { "type": "Point", "coordinates": [ -91.094975, 30.457197 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "New Orleans Centre", "city": "New Orleans", "state": "LA", "country": "USA", "hyperlink": "New Orleans Centre: New Orleans, LA", "addrstatus": "OK", "addrtype": "APPROXIMATE", "addrlocat": "29.95106579999999,-90.0715323" }, "geometry": { "type": "Point", "coordinates": [ -90.0715323, 29.9510658 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Oakwood Mall", "city": "New Orleans", "state": "LA", "country": "USA", "hyperlink": "Oakwood Mall: New Orleans, LA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "29.9216338,-90.0394142" }, "geometry": { "type": "Point", "coordinates": [ -90.0394142, 29.9216338 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "The Plaza at Lake Forest", "city": "New Orleans", "state": "LA ", "country": "USA", "hyperlink": "The Plaza at Lake Forest: New Orleans, LA ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "30.0336619,-89.9725247" }, "geometry": { "type": "Point", "coordinates": [ -89.9725247, 30.0336619 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "South Park Mall", "city": "Shreveport", "state": "LA", "country": "USA", "hyperlink": "South Park Mall: Shreveport, LA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "32.4144066,-93.7979841" }, "geometry": { "type": "Point", "coordinates": [ -93.7979841, 32.4144066 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Twin City Mall", "city": "Monroe", "state": "LA", "country": "USA", "hyperlink": "Twin City Mall: Monroe, LA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "32.5221789,-92.1015336" }, "geometry": { "type": "Point", "coordinates": [ -92.1015336, 32.5221789 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Auburn Mall", "city": "Auburn", "state": "ME ", "country": "USA", "hyperlink": "Auburn Mall: Auburn, ME ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "44.1221667,-70.2291194" }, "geometry": { "type": "Point", "coordinates": [ -70.2291194, 44.1221667 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Allentown Outlet Mall", "city": "Morningside (near Andrews AFB)", "state": "MD", "country": "USA", "hyperlink": "Allentown Outlet Mall: Morningside (near Andrews AFB), MD", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "38.8190058,-76.8916424" }, "geometry": { "type": "Point", "coordinates": [ -76.8916424, 38.8190058 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Capital Plaza Mall", "city": "Landover", "state": "MD", "country": "USA", "hyperlink": "Capital Plaza Mall: Landover, MD", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "38.9415813,-76.90708630000002" }, "geometry": { "type": "Point", "coordinates": [ -76.907086300000017, 38.9415813 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Chatham Mall", "city": "Ellicott City", "state": "MD", "country": "USA", "hyperlink": "Chatham Mall: Ellicott City, MD", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.2782504,-76.82948859999999" }, "geometry": { "type": "Point", "coordinates": [ -76.8294886, 39.2782504 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Carrolltowne Mall \/ Center", "city": "Eldersburg", "state": "MD", "country": "USA", "hyperlink": "Carrolltowne Mall \/ Center: Eldersburg, MD", "addrstatus": "OK", "addrtype": "APPROXIMATE", "addrlocat": "39.3909373,-76.930256" }, "geometry": { "type": "Point", "coordinates": [ -76.930256, 39.3909373 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Frederick Towne Mall", "city": "Frederick", "state": "MD", "country": "USA", "hyperlink": "Frederick Towne Mall: Frederick, MD", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "39.4204456,-77.4592835" }, "geometry": { "type": "Point", "coordinates": [ -77.4592835, 39.4204456 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Golden Ring Mall", "city": "Rosedale", "state": "MD", "country": "USA", "hyperlink": "Golden Ring Mall: Rosedale, MD", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.3360691,-76.48785889999999" }, "geometry": { "type": "Point", "coordinates": [ -76.4878589, 39.3360691 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Harundale Mall", "city": "Glen Burnie", "state": "MD", "country": "USA", "hyperlink": "Harundale Mall: Glen Burnie, MD", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.1517092,-76.61504599999999" }, "geometry": { "type": "Point", "coordinates": [ -76.615046, 39.1517092 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Hunt Valley Mall", "city": "Baltimore", "state": "MD ", "country": "USA", "hyperlink": "Hunt Valley Mall: Baltimore, MD ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.4969514,-76.65461189999999" }, "geometry": { "type": "Point", "coordinates": [ -76.6546119, 39.4969514 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Landover Mall", "city": "Landover (near D.C.)", "state": "MD ", "country": "USA", "hyperlink": "Landover Mall: Landover (near D.C.), MD ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "38.9251038,-76.87213679999999" }, "geometry": { "type": "Point", "coordinates": [ -76.8721368, 38.9251038 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Laurel Mall", "city": "Laurel", "state": "MD", "country": "USA", "hyperlink": "Laurel Mall: Laurel, MD", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.0970921,-76.853915" }, "geometry": { "type": "Point", "coordinates": [ -76.853915, 39.0970921 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Owings Mills Mall", "city": "Baltimore", "state": "MD", "country": "USA", "hyperlink": "Owings Mills Mall: Baltimore, MD", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.4067707,-76.7922462" }, "geometry": { "type": "Point", "coordinates": [ -76.7922462, 39.4067707 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Rockville Mall", "city": "Rockville", "state": "MD", "country": "USA", "hyperlink": "Rockville Mall: Rockville, MD", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.0860111,-77.1510306" }, "geometry": { "type": "Point", "coordinates": [ -77.1510306, 39.0860111 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Assembly Square Mall", "city": "Sommerville", "state": "MA", "country": "USA", "hyperlink": "Assembly Square Mall: Sommerville, MA", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "42.3938779,-71.0790553" }, "geometry": { "type": "Point", "coordinates": [ -71.0790553, 42.3938779 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Baystate West \/ Tower Square", "city": "Springfield", "state": "MA", "country": "USA", "hyperlink": "Baystate West \/ Tower Square: Springfield, MA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.1023806,-72.5927214" }, "geometry": { "type": "Point", "coordinates": [ -72.5927214, 42.1023806 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Dedham Mall", "city": "Dedham", "state": "MA", "country": "USA", "hyperlink": "Dedham Mall: Dedham, MA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.2536585,-71.169684" }, "geometry": { "type": "Point", "coordinates": [ -71.169684, 42.2536585 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Fairfield Mall", "city": "Chicopee", "state": "MA ", "country": "USA", "hyperlink": "Fairfield Mall: Chicopee, MA ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.1747249,-72.5740453" }, "geometry": { "type": "Point", "coordinates": [ -72.5740453, 42.1747249 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Hampshire Mall", "city": "Hadley", "state": "MA ", "country": "USA", "hyperlink": "Hampshire Mall: Hadley, MA ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "42.355961,-72.550139" }, "geometry": { "type": "Point", "coordinates": [ -72.550139, 42.355961 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Mountain Farms Mall", "city": "Hadley", "state": "MA ", "country": "USA", "hyperlink": "Mountain Farms Mall: Hadley, MA ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "42.35538,-72.552007" }, "geometry": { "type": "Point", "coordinates": [ -72.552007, 42.35538 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Methuen Mall", "city": "Methuen\/Lawrence", "state": "MA", "country": "USA", "hyperlink": "Methuen Mall: Methuen\/Lawrence, MA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.7436563,-71.1588913" }, "geometry": { "type": "Point", "coordinates": [ -71.1588913, 42.7436563 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "New Harbour Mall", "city": "Fall River", "state": "MA ", "country": "USA", "hyperlink": "New Harbour Mall: Fall River, MA ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.6718605,-71.1575932" }, "geometry": { "type": "Point", "coordinates": [ -71.1575932, 41.6718605 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Shoppers World", "city": "Framingham \/ Natick", "state": "MA", "country": "USA", "hyperlink": "Shoppers World: Framingham \/ Natick, MA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.30176350000001,-71.39478869999999" }, "geometry": { "type": "Point", "coordinates": [ -71.3947887, 42.3017635 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Swansea Mall", "city": "Swansea", "state": "MA", "country": "USA", "hyperlink": "Swansea Mall: Swansea, MA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.7522764,-71.2125975" }, "geometry": { "type": "Point", "coordinates": [ -71.2125975, 41.7522764 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Worcester Common Outlets \/ Worcester Fashion Outlets", "city": "Worcester", "state": "MA ", "country": "USA", "hyperlink": "Worcester Common Outlets \/ Worcester Fashion Outlets: Worcester, MA ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.2396111,-71.7469101" }, "geometry": { "type": "Point", "coordinates": [ -71.7469101, 42.2396111 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Cherryland Mall", "city": "Traverse City", "state": "MI", "country": "USA", "hyperlink": "Cherryland Mall: Traverse City, MI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "44.7255048,-85.6406006" }, "geometry": { "type": "Point", "coordinates": [ -85.6406006, 44.7255048 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Copper Country Mall", "city": "Houghton", "state": "MI", "country": "USA", "hyperlink": "Copper Country Mall: Houghton, MI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "47.1028935,-88.59258779999999" }, "geometry": { "type": "Point", "coordinates": [ -88.5925878, 47.1028935 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Hampton Square Mall \/ Hampton Towne Center", "city": "Essexville", "state": "MI", "country": "USA", "hyperlink": "Hampton Square Mall \/ Hampton Towne Center: Essexville, MI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.6266305,-83.89079339999999" }, "geometry": { "type": "Point", "coordinates": [ -83.8907934, 43.6266305 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Livonia Mall", "city": "Livonia (Detroit)", "state": "MI", "country": "USA", "hyperlink": "Livonia Mall: Livonia (Detroit), MI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.4295362,-83.3399634" }, "geometry": { "type": "Point", "coordinates": [ -83.3399634, 42.4295362 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Maple Hill Mall", "city": "Kalamazoo", "state": "MI", "country": "USA", "hyperlink": "Maple Hill Mall: Kalamazoo, MI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.29781819999999,-85.65052039999999" }, "geometry": { "type": "Point", "coordinates": [ -85.6505204, 42.297818199999988 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Marquette Mall", "city": "Marquette", "state": "MI", "country": "USA", "hyperlink": "Marquette Mall: Marquette, MI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "46.547265,-87.4358102" }, "geometry": { "type": "Point", "coordinates": [ -87.4358102, 46.547265 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Northland Center Mall", "city": "Southfield (Detroit)", "state": "MI", "country": "USA", "hyperlink": "Northland Center Mall: Southfield (Detroit), MI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.4510873,-83.2043966" }, "geometry": { "type": "Point", "coordinates": [ -83.2043966, 42.4510873 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "North Kent Mall", "city": "Grand Rapids", "state": "MI", "country": "USA", "hyperlink": "North Kent Mall: Grand Rapids, MI", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "43.0402727,-85.6119848" }, "geometry": { "type": "Point", "coordinates": [ -85.6119848, 43.0402727 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Summit Place Mall \/ Pontiac Mall", "city": "Waterford", "state": "MI", "country": "USA", "hyperlink": "Summit Place Mall \/ Pontiac Mall: Waterford, MI", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "42.6466376,-83.33451749999999" }, "geometry": { "type": "Point", "coordinates": [ -83.3345175, 42.6466376 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "The Orchards Mall", "city": "Benton Harbor", "state": "MI", "country": "USA", "hyperlink": "The Orchards Mall: Benton Harbor, MI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.0848473,-86.4244521" }, "geometry": { "type": "Point", "coordinates": [ -86.4244521, 42.0848473 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Universal Mall \/ Universal City", "city": "Warren", "state": "MI", "country": "USA", "hyperlink": "Universal Mall \/ Universal City: Warren, MI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.5020746,-83.08325889999999" }, "geometry": { "type": "Point", "coordinates": [ -83.0832589, 42.5020746 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Wonderland Mall", "city": "Livonia (Detroit)", "state": "MI", "country": "USA", "hyperlink": "Wonderland Mall: Livonia (Detroit), MI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.3673705,-83.3380256" }, "geometry": { "type": "Point", "coordinates": [ -83.3380256, 42.3673705 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Apache Plaza", "city": "St Anthony Village (Minneapolis)", "state": "MN", "country": "USA", "hyperlink": "Apache Plaza: St Anthony Village (Minneapolis), MN", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "45.0396888,-93.22040659999999" }, "geometry": { "type": "Point", "coordinates": [ -93.2204066, 45.0396888 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Brookdale Mall", "city": "Brooklyn Center", "state": "MN", "country": "USA", "hyperlink": "Brookdale Mall: Brooklyn Center, MN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "45.0571767,-93.3183906" }, "geometry": { "type": "Point", "coordinates": [ -93.3183906, 45.0571767 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "The Conservatory", "city": "Minneapolis", "state": "MN", "country": "USA", "hyperlink": "The Conservatory: Minneapolis, MN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "44.9823653,-93.1514132" }, "geometry": { "type": "Point", "coordinates": [ -93.1514132, 44.9823653 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Bandana Square", "city": "St Paul", "state": "MN", "country": "USA", "hyperlink": "Bandana Square: St Paul, MN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "44.9720567,-93.1534878" }, "geometry": { "type": "Point", "coordinates": [ -93.1534878, 44.9720567 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Knollwood Mall", "city": "St Louis Park", "state": "MN", "country": "USA", "hyperlink": "Knollwood Mall: St Louis Park, MN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "44.93774699999999,-93.38484799999999" }, "geometry": { "type": "Point", "coordinates": [ -93.384848, 44.937747 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Westridge Mall", "city": "Fergus Falls", "state": "MN", "country": "USA", "hyperlink": "Westridge Mall: Fergus Falls, MN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "46.2870082,-96.1111225" }, "geometry": { "type": "Point", "coordinates": [ -96.1111225, 46.2870082 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Jackson Mall", "city": "Jackson", "state": "MS", "country": "USA", "hyperlink": "Jackson Mall: Jackson, MS", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "32.4030556,-90.1291667" }, "geometry": { "type": "Point", "coordinates": [ -90.1291667, 32.4030556 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Metro Center", "city": "Jackson", "state": "MS", "country": "USA", "hyperlink": "Metro Center: Jackson, MS", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "32.3020772,-90.2516361" }, "geometry": { "type": "Point", "coordinates": [ -90.2516361, 32.3020772 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Sawmill Square Mall", "city": "Laurel", "state": "MS", "country": "USA", "hyperlink": "Sawmill Square Mall: Laurel, MS", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "31.6913548,-89.1368128" }, "geometry": { "type": "Point", "coordinates": [ -89.1368128, 31.6913548 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Singing River Mall", "city": "Gautier", "state": "MS", "country": "USA", "hyperlink": "Singing River Mall: Gautier, MS", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "30.395146,-88.65225660000002" }, "geometry": { "type": "Point", "coordinates": [ -88.652256600000015, 30.395146 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Village Fair Mall", "city": "Meridian", "state": "MS", "country": "USA", "hyperlink": "Village Fair Mall: Meridian, MS", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "32.3592238,-88.6718324" }, "geometry": { "type": "Point", "coordinates": [ -88.6718324, 32.3592238 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Antioch Shopping Center", "city": "North Kansas City", "state": "MO", "country": "USA", "hyperlink": "Antioch Shopping Center: North Kansas City, MO (KC Metro)", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.1901731,-94.5468763" }, "geometry": { "type": "Point", "coordinates": [ -94.5468763, 39.1901731 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Bannister Mall", "city": "Kansas City", "state": "MO", "country": "USA", "hyperlink": "Bannister Mall: Kansas City, MO (KC Metro)", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "38.9517037,-94.5285358" }, "geometry": { "type": "Point", "coordinates": [ -94.5285358, 38.9517037 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Blue Ridge Mall", "city": "Independence", "state": "MO", "country": "USA", "hyperlink": "Blue Ridge Mall: Independence, MO (KC Metro)", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.0455981,-94.4441325" }, "geometry": { "type": "Point", "coordinates": [ -94.4441325, 39.0455981 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Crestwood Plaza", "city": "St Louis", "state": "MO", "country": "USA", "hyperlink": "Crestwood Plaza: St Louis, MO", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "38.5593434,-90.3814326" }, "geometry": { "type": "Point", "coordinates": [ -90.3814326, 38.5593434 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Jamestown Mall", "city": "Florissant", "state": "MO", "country": "USA", "hyperlink": "Jamestown Mall: Florissant, MO", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "38.8228021,-90.2486421" }, "geometry": { "type": "Point", "coordinates": [ -90.2486421, 38.8228021 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Metro North Mall", "city": "Kansas City", "state": "MO", "country": "USA", "hyperlink": "Metro North Mall: Kansas City, MO (KC Metro)", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "39.2515997,-94.5840285" }, "geometry": { "type": "Point", "coordinates": [ -94.5840285, 39.2515997 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Northland Shopping Center", "city": "Jennings", "state": "MO ", "country": "USA", "hyperlink": "Northland Shopping Center: Jennings, MO ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "38.7294998,-90.2745131" }, "geometry": { "type": "Point", "coordinates": [ -90.2745131, 38.7294998 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "North Town Mall", "city": "Springfield", "state": "MO ", "country": "USA", "hyperlink": "North Town Mall: Springfield, MO ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "37.2417468,-93.2586778" }, "geometry": { "type": "Point", "coordinates": [ -93.2586778, 37.2417468 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Northwest Plaza", "city": "St. Ann (St. Louis)", "state": "MO", "country": "USA", "hyperlink": "Northwest Plaza: St. Ann (St. Louis), MO", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "38.733037,-90.403343" }, "geometry": { "type": "Point", "coordinates": [ -90.403343, 38.733037 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "River Roads Mall", "city": "Jennings", "state": "MO ", "country": "USA", "hyperlink": "River Roads Mall: Jennings, MO ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "38.7269472,-90.2448461" }, "geometry": { "type": "Point", "coordinates": [ -90.2448461, 38.7269472 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "St Louis Centre", "city": "St Louis", "state": "MO", "country": "USA", "hyperlink": "St Louis Centre: St Louis, MO", "addrstatus": "OK", "addrtype": "APPROXIMATE", "addrlocat": "38.6270025,-90.19940419999999" }, "geometry": { "type": "Point", "coordinates": [ -90.199404199999989, 38.6270025 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Mall At Wentzville Crossings", "city": "Wentzville", "state": "MO", "country": "USA", "hyperlink": "Mall At Wentzville Crossings: Wentzville, MO", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "38.8191878,-90.8748478" }, "geometry": { "type": "Point", "coordinates": [ -90.8748478, 38.8191878 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Conestoga Mall", "city": "Grand Island", "state": "NE ", "country": "USA", "hyperlink": "Conestoga Mall: Grand Island, NE ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.9342195,-98.3810524" }, "geometry": { "type": "Point", "coordinates": [ -98.3810524, 40.9342195 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Crossroads Mall", "city": "Omaha", "state": "NE", "country": "USA", "hyperlink": "Crossroads Mall: Omaha, NE", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.2615749,-96.02645489999999" }, "geometry": { "type": "Point", "coordinates": [ -96.0264549, 41.2615749 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Monument Mall", "city": "Scottsbluff", "state": "NE", "country": "USA", "hyperlink": "Monument Mall: Scottsbluff, NE", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.8696,-103.649" }, "geometry": { "type": "Point", "coordinates": [ -103.649, 41.8696 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "South Roads Mall", "city": "Bellevue (near Omaha)", "state": "NE", "country": "USA", "hyperlink": "South Roads Mall: Bellevue (near Omaha), NE", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.1782492,-95.9249394" }, "geometry": { "type": "Point", "coordinates": [ -95.9249394, 41.1782492 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Park Lane Mall", "city": "Reno", "state": "NV", "country": "USA", "hyperlink": "Park Lane Mall: Reno, NV", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.5028787,-119.797808" }, "geometry": { "type": "Point", "coordinates": [ -119.797808, 39.5028787 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Bedford Mall", "city": "Bedford", "state": "NH", "country": "USA", "hyperlink": "Bedford Mall: Bedford, NH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.9578697,-71.4771166" }, "geometry": { "type": "Point", "coordinates": [ -71.4771166, 42.9578697 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Belknap Mall", "city": "Belknap", "state": "NH", "country": "USA", "hyperlink": "Belknap Mall: Belknap, NH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.5149739,-71.4924977" }, "geometry": { "type": "Point", "coordinates": [ -71.4924977, 43.5149739 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Nashua Mall", "city": "Nashua", "state": "NH ", "country": "USA", "hyperlink": "Nashua Mall: Nashua, NH ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "42.7754152,-71.5271412" }, "geometry": { "type": "Point", "coordinates": [ -71.5271412, 42.7754152 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Newington Mall", "city": "Newington", "state": "NH", "country": "USA", "hyperlink": "Newington Mall: Newington, NH", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "43.0978708,-70.80487839999999" }, "geometry": { "type": "Point", "coordinates": [ -70.8048784, 43.0978708 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Royal Ridge Mall", "city": "Nashua", "state": "NH", "country": "USA", "hyperlink": "Royal Ridge Mall: Nashua, NH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.7122675,-71.44489039999999" }, "geometry": { "type": "Point", "coordinates": [ -71.4448904, 42.7122675 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "251 Route 18", "city": "East Brunswick", "state": "NJ", "country": "USA", "hyperlink": "251 Route 18: East Brunswick, NJ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.4621481,-74.4057528" }, "geometry": { "type": "Point", "coordinates": [ -74.4057528, 40.4621481 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Bergen Mall", "city": "Paramus", "state": "NJ", "country": "USA", "hyperlink": "Bergen Mall: Paramus, NJ [offsite] (Robi", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "40.9158055,-74.0611429" }, "geometry": { "type": "Point", "coordinates": [ -74.0611429, 40.9158055 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Burlington Center Mall", "city": "Burlington", "state": "NJ", "country": "USA", "hyperlink": "Burlington Center Mall: Burlington, NJ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.0351887,-74.8225527" }, "geometry": { "type": "Point", "coordinates": [ -74.8225527, 40.0351887 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Echelon Mall", "city": "Voorhees", "state": "NJ", "country": "USA", "hyperlink": "Echelon Mall: Voorhees, NJ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "39.8490587,-75.00253339999999" }, "geometry": { "type": "Point", "coordinates": [ -75.0025334, 39.8490587 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Fashion Center", "city": "Paramus", "state": "NJ", "country": "USA", "hyperlink": "Fashion Center: Paramus, NJ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.9666383,-74.0755319" }, "geometry": { "type": "Point", "coordinates": [ -74.0755319, 40.9666383 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Flemington Mall", "city": "Flemington", "state": "NJ", "country": "USA", "hyperlink": "Flemington Mall: Flemington, NJ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.5056103,-74.8488746" }, "geometry": { "type": "Point", "coordinates": [ -74.8488746, 40.5056103 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Ledgewood Mall", "city": "Roxbury Township", "state": "NJ", "country": "USA", "hyperlink": "Ledgewood Mall: Roxbury Township, NJ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.8700412,-74.64585439999999" }, "geometry": { "type": "Point", "coordinates": [ -74.6458544, 40.8700412 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Manalapan Mall", "city": "Manalapan", "state": "NJ", "country": "USA", "hyperlink": "Manalapan Mall: Manalapan, NJ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.2914034,-74.30034189999999" }, "geometry": { "type": "Point", "coordinates": [ -74.3003419, 40.2914034 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Princeton Forrestal Village", "city": "Princeton", "state": "NJ", "country": "USA", "hyperlink": "Princeton Forrestal Village: Princeton, NJ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.355512,-74.6127704" }, "geometry": { "type": "Point", "coordinates": [ -74.6127704, 40.355512 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Seaview Square", "city": "Ocean Township", "state": "NJ", "country": "USA", "hyperlink": "Seaview Square: Ocean Township, NJ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.2318769,-74.0453155" }, "geometry": { "type": "Point", "coordinates": [ -74.0453155, 40.2318769 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Shore Mall", "city": "Egg Harbor Township", "state": "NJ", "country": "USA", "hyperlink": "Shore Mall: Egg Harbor Township, NJ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.4011709,-74.5646359" }, "geometry": { "type": "Point", "coordinates": [ -74.5646359, 39.4011709 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "The Mall at Fashion Place", "city": "North Brunswick", "state": "NJ", "country": "USA", "hyperlink": "The Mall at Fashion Place: North Brunswick, NJ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.4613448,-74.46492119999999" }, "geometry": { "type": "Point", "coordinates": [ -74.4649212, 40.4613448 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Wayne Hills Mall", "city": "Wayne", "state": "NJ", "country": "USA", "hyperlink": "Wayne Hills Mall: Wayne, NJ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "40.9624662,-74.2386903" }, "geometry": { "type": "Point", "coordinates": [ -74.2386903, 40.9624662 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Wayne Towne Center", "city": "Wayne", "state": "NJ", "country": "USA", "hyperlink": "Wayne Towne Center: Wayne, NJ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.8900894,-74.2539247" }, "geometry": { "type": "Point", "coordinates": [ -74.2539247, 40.8900894 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Willingboro (Levittown) Plaza", "city": "Levittown", "state": "NJ", "country": "USA", "hyperlink": "Willingboro (Levittown) Plaza: Levittown, NJ", "addrstatus": "OK", "addrtype": "APPROXIMATE", "addrlocat": "40.028848,-74.89164579999999" }, "geometry": { "type": "Point", "coordinates": [ -74.8916458, 40.028848 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Winrock Center", "city": "Albuquerque", "state": "NM", "country": "USA", "hyperlink": "Winrock Center: Albuquerque, NM", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "35.0988256,-106.5645412" }, "geometry": { "type": "Point", "coordinates": [ -106.5645412, 35.0988256 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Amsterdam Mall", "city": "Amsterdam", "state": "NY ", "country": "USA", "hyperlink": "Amsterdam Mall: Amsterdam, NY ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.9642081,-74.1894533" }, "geometry": { "type": "Point", "coordinates": [ -74.1894533, 42.9642081 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Aviation Mall", "city": "Queensbury \/ Glens Falls", "state": "NY ", "country": "USA", "hyperlink": "Aviation Mall: Queensbury \/ Glens Falls, NY ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.3267543,-73.6777302" }, "geometry": { "type": "Point", "coordinates": [ -73.6777302, 43.3267543 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Clifton Country Mall \/ Park Center", "city": "Clifton Park", "state": "NY ", "country": "USA", "hyperlink": "Clifton Country Mall \/ Park Center: Clifton Park, NY ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.85799069999999,-73.7793141" }, "geometry": { "type": "Point", "coordinates": [ -73.7793141, 42.857990699999988 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Cohoes Commons", "city": "Cohoes", "state": "NY ", "country": "USA", "hyperlink": "Cohoes Commons: Cohoes, NY ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.77590319999999,-73.701662" }, "geometry": { "type": "Point", "coordinates": [ -73.701662, 42.775903199999988 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Johnstown Mall", "city": "Johnstown", "state": "NY", "country": "USA", "hyperlink": "Johnstown Mall: Johnstown, NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.0161177,-74.36070339999999" }, "geometry": { "type": "Point", "coordinates": [ -74.3607034, 43.0161177 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Latham Circle Mall", "city": "Latham", "state": "NY ", "country": "USA", "hyperlink": "Latham Circle Mall: Latham, NY ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "42.74782769999999,-73.76110659999999" }, "geometry": { "type": "Point", "coordinates": [ -73.7611066, 42.747827699999988 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Malta Mall", "city": "Round Lake\/Malta", "state": "NY ", "country": "USA", "hyperlink": "Malta Mall, Round Lake\/Malta, NY ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "42.9339294,-73.8136803" }, "geometry": { "type": "Point", "coordinates": [ -73.8136803, 42.9339294 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Mohawk Mall", "city": "Schenectady", "state": "NY ", "country": "USA", "hyperlink": "Mohawk Mall, Schenectady, NY ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.7744714,-73.8925084" }, "geometry": { "type": "Point", "coordinates": [ -73.8925084, 42.7744714 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Northway Mall", "city": "Albany", "state": "NY ", "country": "USA", "hyperlink": "Northway Mall, Albany, NY ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "42.7065573,-73.822259" }, "geometry": { "type": "Point", "coordinates": [ -73.822259, 42.7065573 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Rotterdam Square Mall \/ Viaport Rotterdam", "city": "Rotterdam", "state": "NY", "country": "USA", "hyperlink": "Rotterdam Square Mall \/ Viaport Rotterdam: Rotterdam, NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.807934,-73.9887859" }, "geometry": { "type": "Point", "coordinates": [ -73.9887859, 42.807934 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Saratoga Mall", "city": "Wilton\/Saratoga", "state": "NY ", "country": "USA", "hyperlink": "Saratoga Mall, Wilton\/Saratoga, NY ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.1021513,-73.73761859999999" }, "geometry": { "type": "Point", "coordinates": [ -73.7376186, 43.1021513 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Apollo Plaza", "city": "Monticello", "state": "NY ", "country": "USA", "hyperlink": "Apollo Plaza: Monticello, NY ", "addrstatus": "OK", "addrtype": "APPROXIMATE", "addrlocat": "41.6556465,-74.68932819999999" }, "geometry": { "type": "Point", "coordinates": [ -74.6893282, 41.6556465 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Dutchess Mall", "city": "Fishkill", "state": "NY", "country": "USA", "hyperlink": "Dutchess Mall: Fishkill, NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.5212425,-73.8921818" }, "geometry": { "type": "Point", "coordinates": [ -73.8921818, 41.5212425 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Galleria at Crystal Run", "city": "Middletown", "state": "NY", "country": "USA", "hyperlink": "Galleria at Crystal Run: Middletown, NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.4529935,-74.36823" }, "geometry": { "type": "Point", "coordinates": [ -74.36823, 41.4529935 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Hudson Valley Mall", "city": "Kingston", "state": "NY", "country": "USA", "hyperlink": "Hudson Valley Mall: Kingston, NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.9668312,-73.98458860000001" }, "geometry": { "type": "Point", "coordinates": [ -73.9845886, 41.9668312 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Kings Mall", "city": "Kingston", "state": "NY", "country": "USA", "hyperlink": "Kings Mall: Kingston, NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.96435779999999,-73.9882837" }, "geometry": { "type": "Point", "coordinates": [ -73.9882837, 41.964357799999988 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Mall At New Rochelle", "city": "New Rochelle", "state": "NY", "country": "USA", "hyperlink": "Mall At New Rochelle: New Rochelle, NY", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "40.9118675,-73.77966359999999" }, "geometry": { "type": "Point", "coordinates": [ -73.7796636, 40.9118675 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Nanuet Mall", "city": "Nanuet", "state": "NY", "country": "USA", "hyperlink": "Nanuet Mall: Nanuet, NY", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "41.0975832,-74.0167561" }, "geometry": { "type": "Point", "coordinates": [ -74.0167561, 41.0975832 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Orange Plaza", "city": "Middletown", "state": "NY ", "country": "USA", "hyperlink": "Orange Plaza: Middletown, NY ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.454009,-74.38048359999999" }, "geometry": { "type": "Point", "coordinates": [ -74.3804836, 41.454009 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "South Hills Mall", "city": "Poughkeepsie", "state": "NY ", "country": "USA", "hyperlink": "South Hills Mall: Poughkeepsie, NY ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.6173919,-73.9195664" }, "geometry": { "type": "Point", "coordinates": [ -73.9195664, 41.6173919 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Atlas Park Mall \/ The Shops at Atlas Park", "city": "Glendale", "state": "NY", "country": "USA", "hyperlink": "Atlas Park Mall \/ The Shops at Atlas Park: Glendale, NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.7086643,-73.8693992" }, "geometry": { "type": "Point", "coordinates": [ -73.8693992, 40.7086643 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "The Mall at the Source", "city": "Westbury", "state": "NY", "country": "USA", "hyperlink": "The Mall at the Source: Westbury, NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.7440185,-73.5973739" }, "geometry": { "type": "Point", "coordinates": [ -73.5973739, 40.7440185 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Champlaine Centre (south)", "city": "Plattsburgh", "state": "NY", "country": "USA", "hyperlink": "Champlaine Centre (south), Plattsburgh, NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "44.7024118,-73.4909898" }, "geometry": { "type": "Point", "coordinates": [ -73.4909898, 44.7024118 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Camillus Mall", "city": "Camillus", "state": "NY", "country": "USA", "hyperlink": "Camillus Mall: Camillus, NY", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "43.0410336,-76.2688958" }, "geometry": { "type": "Point", "coordinates": [ -76.2688958, 43.0410336 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Cortlandville Mall", "city": "Cortland", "state": "NY", "country": "USA", "hyperlink": "Cortlandville Mall: Cortland, NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.5712428,-76.2163901" }, "geometry": { "type": "Point", "coordinates": [ -76.2163901, 42.5712428 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Destiny USA", "city": "Syracuse", "state": "NY", "country": "USA", "hyperlink": "Destiny USA: Syracuse, NY", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "43.071056,-76.171947" }, "geometry": { "type": "Point", "coordinates": [ -76.171947, 43.071056 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Fayetteville Mall", "city": "Fayetteville", "state": "NY ", "country": "USA", "hyperlink": "Fayetteville Mall: Fayetteville, NY ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.033389,-76.0189511" }, "geometry": { "type": "Point", "coordinates": [ -76.0189511, 43.033389 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Marketplace Mall", "city": "Cicero", "state": "NY ", "country": "USA", "hyperlink": "Marketplace Mall: Cicero, NY ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.1498443,-76.120426" }, "geometry": { "type": "Point", "coordinates": [ -76.120426, 43.1498443 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Penn-Can Mall", "city": "Syracuse", "state": "NY ", "country": "USA", "hyperlink": "Penn-Can Mall: Syracuse, NY ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.1506489,-76.1139134" }, "geometry": { "type": "Point", "coordinates": [ -76.1139134, 43.1506489 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Shoppingtown Mall", "city": "Dewitt", "state": "NY", "country": "USA", "hyperlink": "Shoppingtown Mall: Dewitt, NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.0397328,-76.0640748" }, "geometry": { "type": "Point", "coordinates": [ -76.0640748, 43.0397328 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "TriCounty Mall", "city": "Baldwinsville", "state": "NY", "country": "USA", "hyperlink": "TriCounty Mall: Baldwinsville, NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.289244,-84.4638672" }, "geometry": { "type": "Point", "coordinates": [ -84.4638672, 39.289244 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Pyramid Mall", "city": "Ithaca", "state": "NY ", "country": "USA", "hyperlink": "Pyramid Mall: Ithaca, NY ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.4835813,-76.49137080000001" }, "geometry": { "type": "Point", "coordinates": [ -76.491370800000013, 42.4835813 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Appletree Mall", "city": "Buffalo (Cheektowaga)", "state": "NY", "country": "USA", "hyperlink": "Appletree Mall: Buffalo (Cheektowaga), NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.8908121,-78.7528546" }, "geometry": { "type": "Point", "coordinates": [ -78.7528546, 42.8908121 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Boulevard Mall", "city": "Buffalo (Amherst)", "state": "NY", "country": "USA", "hyperlink": "Boulevard Mall: Buffalo (Amherst), NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.987753,-78.820218" }, "geometry": { "type": "Point", "coordinates": [ -78.820218, 42.987753 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Eastern Hills Mall", "city": "Buffalo (Clarence)", "state": "NY", "country": "USA", "hyperlink": "Eastern Hills Mall: Buffalo (Clarence), NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.9720142,-78.6935045" }, "geometry": { "type": "Point", "coordinates": [ -78.6935045, 42.9720142 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Fingerlakes Mall", "city": "Auburn", "state": "NY", "country": "USA", "hyperlink": "Fingerlakes Mall: Auburn, NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.9302065,-76.611808" }, "geometry": { "type": "Point", "coordinates": [ -76.611808, 42.9302065 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Irondequoit Mall \/ Medley Centre", "city": "Rochester", "state": "NY", "country": "USA", "hyperlink": "Irondequoit Mall \/ Medley Centre: Rochester, NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.1978149,-77.5741729" }, "geometry": { "type": "Point", "coordinates": [ -77.5741729, 43.1978149 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Lockport Mall", "city": "Lockport", "state": "NY ", "country": "USA", "hyperlink": "Lockport Mall: Lockport, NY ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.1481917,-78.6962588" }, "geometry": { "type": "Point", "coordinates": [ -78.6962588, 43.1481917 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Main Place Mall", "city": "Buffalo", "state": "NY", "country": "USA", "hyperlink": "Main Place Mall: Buffalo, NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.8850173,-78.8748962" }, "geometry": { "type": "Point", "coordinates": [ -78.8748962, 42.8850173 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Midtown Plaza", "city": "Rochester", "state": "NY", "country": "USA", "hyperlink": "Midtown Plaza: Rochester, NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.1419246,-77.5509533" }, "geometry": { "type": "Point", "coordinates": [ -77.5509533, 43.1419246 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Rainbow Mall", "city": "Niagara Falls", "state": "NY ", "country": "USA", "hyperlink": "Rainbow Mall: Niagara Falls, NY ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "43.0836434,-79.056298" }, "geometry": { "type": "Point", "coordinates": [ -79.056298, 43.0836434 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Seneca Mall", "city": "Buffalo (West Seneca)", "state": "NY", "country": "USA", "hyperlink": "Seneca Mall: Buffalo (West Seneca), NY", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "42.8270119,-78.7548154" }, "geometry": { "type": "Point", "coordinates": [ -78.7548154, 42.8270119 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Summit Park Mall", "city": "Wheatfield (Niagara Falls)", "state": "NY", "country": "USA", "hyperlink": "Summit Park Mall: Wheatfield (Niagara Falls), NY", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.0919321,-78.9074329" }, "geometry": { "type": "Point", "coordinates": [ -78.9074329, 43.0919321 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Becker Village Mall", "city": "Roanoke Rapids", "state": "NC", "country": "USA", "hyperlink": "Becker Village Mall: Roanoke Rapids, NC (from external web site)", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "36.4410525,-77.6412362" }, "geometry": { "type": "Point", "coordinates": [ -77.6412362, 36.4410525 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Biltmore Square", "city": "Asheville", "state": "NC", "country": "USA", "hyperlink": "Biltmore Square: Asheville, NC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "35.4860226,-82.5556163" }, "geometry": { "type": "Point", "coordinates": [ -82.5556163, 35.4860226 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Burlington Square Mall", "city": "Burlington", "state": "NC", "country": "USA", "hyperlink": "Burlington Square Mall: Burlington, NC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "36.0787746,-79.4869872" }, "geometry": { "type": "Point", "coordinates": [ -79.4869872, 36.0787746 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Carolina Circle Mall", "city": "Greensboro", "state": "NC ", "country": "USA", "hyperlink": "Carolina Circle Mall: Greensboro, NC [offsite]", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "36.1109947,-79.7566246" }, "geometry": { "type": "Point", "coordinates": [ -79.7566246, 36.1109947 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Carolina East Mall", "city": "Greenville", "state": "NC", "country": "USA", "hyperlink": "Carolina East Mall: Greenville, NC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "35.5856181,-77.3669" }, "geometry": { "type": "Point", "coordinates": [ -77.3669, 35.5856181 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Eastland Mall", "city": "Charlotte", "state": "NC", "country": "USA", "hyperlink": "Eastland Mall: Charlotte, NC", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "35.206955,-80.75269" }, "geometry": { "type": "Point", "coordinates": [ -80.75269, 35.206955 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Eastridge Mall", "city": "Gastonia", "state": "NC", "country": "USA", "hyperlink": "Eastridge Mall: Gastonia, NC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "35.264726,-81.147038" }, "geometry": { "type": "Point", "coordinates": [ -81.147038, 35.264726 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Founders Hall", "city": "Charlotte", "state": "NC", "country": "USA", "hyperlink": "Founders Hall: Charlotte, NC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "35.2268588,-80.8419996" }, "geometry": { "type": "Point", "coordinates": [ -80.8419996, 35.2268588 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Innsbruck Mall", "city": "Asheville", "state": "NC", "country": "USA", "hyperlink": "Innsbruck Mall: Asheville, NC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "35.5939564,-82.53348439999999" }, "geometry": { "type": "Point", "coordinates": [ -82.5334844, 35.5939564 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Northpark Mall", "city": "Charlotte", "state": "NC", "country": "USA", "hyperlink": "Northpark Mall: Charlotte, NC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "35.2561139,-80.77729409999999" }, "geometry": { "type": "Point", "coordinates": [ -80.7772941, 35.2561139 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Salisbury Mall", "city": "Salisbury", "state": "NC", "country": "USA", "hyperlink": "Salisbury Mall: Salisbury, NC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "35.6575749,-80.46367699999999" }, "geometry": { "type": "Point", "coordinates": [ -80.463677, 35.6575749 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Signal Hill Mall", "city": "Statesville", "state": "NC", "country": "USA", "hyperlink": "Signal Hill Mall: Statesville, NC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "35.7928175,-80.8573013" }, "geometry": { "type": "Point", "coordinates": [ -80.8573013, 35.7928175 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "South Square Mall", "city": "Durham", "state": "NC", "country": "USA", "hyperlink": "South Square Mall: Durham, NC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "35.9686214,-78.9569879" }, "geometry": { "type": "Point", "coordinates": [ -78.9569879, 35.9686214 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Southgate Mall", "city": "Elizabeth City", "state": "NC", "country": "USA", "hyperlink": "Southgate Mall: Elizabeth City, NC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "36.2927339,-76.2406669" }, "geometry": { "type": "Point", "coordinates": [ -76.2406669, 36.2927339 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Tryon Mall", "city": "Charlotte", "state": "NC", "country": "USA", "hyperlink": "Tryon Mall: Charlotte, NC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "35.2528409,-80.808926" }, "geometry": { "type": "Point", "coordinates": [ -80.808926, 35.2528409 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Wilson Mall", "city": "Wilson", "state": "NC", "country": "USA", "hyperlink": "Wilson Mall: Wilson, NC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "35.7245199,-77.9372764" }, "geometry": { "type": "Point", "coordinates": [ -77.9372764, 35.7245199 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "American Mall", "city": "Lima", "state": "OH", "country": "USA", "hyperlink": "American Mall: Lima, OH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.764914,-84.1495796" }, "geometry": { "type": "Point", "coordinates": [ -84.1495796, 40.764914 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Arcade Square", "city": "Dayton", "state": "OH", "country": "USA", "hyperlink": "Arcade Square: Dayton, OH", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "39.7589777,-84.19267479999999" }, "geometry": { "type": "Point", "coordinates": [ -84.1926748, 39.7589777 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Beechmont Mall", "city": "Cincinnati", "state": "OH ", "country": "USA", "hyperlink": "Beechmont Mall: Cincinnati, OH ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "39.0993001,-84.3870225" }, "geometry": { "type": "Point", "coordinates": [ -84.3870225, 39.0993001 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "City Centre Mart", "city": "Middleton", "state": "OH", "country": "USA", "hyperlink": "City Centre Mart: Middleton, OH", "addrstatus": "OK", "addrtype": "APPROXIMATE", "addrlocat": "39.5150576,-84.39827629999999" }, "geometry": { "type": "Point", "coordinates": [ -84.3982763, 39.5150576 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Columbus City Center", "city": "Columbus", "state": "OH", "country": "USA", "hyperlink": "Columbus City Center: Columbus, OH", "addrstatus": "OK", "addrtype": "APPROXIMATE", "addrlocat": "39.9611755,-82.99879419999999" }, "geometry": { "type": "Point", "coordinates": [ -82.9987942, 39.9611755 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Euclid Square Mall", "city": "Euclid", "state": "OH", "country": "USA", "hyperlink": "Euclid Square Mall: Euclid, OH", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "41.5951592,-81.5089011" }, "geometry": { "type": "Point", "coordinates": [ -81.5089011, 41.5951592 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Forest Fair Mall", "city": "Cincinnati", "state": "OH ", "country": "USA", "hyperlink": "Forest Fair Mall: Cincinnati, OH ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "39.3044339,-84.51704749999999" }, "geometry": { "type": "Point", "coordinates": [ -84.5170475, 39.3044339 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Fort Steuben Mall", "city": "Steubenville", "state": "OH", "country": "USA", "hyperlink": "Fort Steuben Mall: Steubenville, OH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.366055,-80.6716655" }, "geometry": { "type": "Point", "coordinates": [ -80.6716655, 40.366055 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Midway Mall", "city": "Elyria", "state": "OH", "country": "USA", "hyperlink": "Midway Mall: Elyria, OH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.3956978,-82.1117542" }, "geometry": { "type": "Point", "coordinates": [ -82.1117542, 41.3956978 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "New Market Mall", "city": "Columbus", "state": "OH", "country": "USA", "hyperlink": "New Market Mall: Columbus, OH", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "40.1111675,-83.0891486" }, "geometry": { "type": "Point", "coordinates": [ -83.0891486, 40.1111675 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Northland Mall", "city": "Columbus", "state": "OH", "country": "USA", "hyperlink": "Northland Mall: Columbus, OH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.0821315,-82.9468715" }, "geometry": { "type": "Point", "coordinates": [ -82.9468715, 40.0821315 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Northtowne Square Mall", "city": "Toledo", "state": "OH", "country": "USA", "hyperlink": "Northtowne Square Mall: Toledo, OH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.7199541,-83.5636114" }, "geometry": { "type": "Point", "coordinates": [ -83.5636114, 41.7199541 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Parmatown Mall", "city": "Parma", "state": "OH", "country": "USA", "hyperlink": "Parmatown Mall: Parma, OH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.382887,-81.7408653" }, "geometry": { "type": "Point", "coordinates": [ -81.7408653, 41.382887 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Portside Festival Marketplace", "city": "Toledo", "state": "OH", "country": "USA", "hyperlink": "Portside Festival Marketplace: Toledo, OH", "addrstatus": "OK", "addrtype": "APPROXIMATE", "addrlocat": "41.6528052,-83.5378674" }, "geometry": { "type": "Point", "coordinates": [ -83.5378674, 41.6528052 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Randall Park Mall", "city": "North Randall (Cleveland)", "state": "OH", "country": "USA", "hyperlink": "Randall Park Mall: North Randall (Cleveland), OH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.436572,-81.53672399999999" }, "geometry": { "type": "Point", "coordinates": [ -81.536724, 41.436572 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Rolling Acres Mall", "city": "Akron", "state": "OH ", "country": "USA", "hyperlink": "Rolling Acres Mall: Akron, OH ", "addrstatus": "OK", "addrtype": "APPROXIMATE", "addrlocat": "41.0512218,-81.5706524" }, "geometry": { "type": "Point", "coordinates": [ -81.5706524, 41.0512218 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Salem Mall", "city": "Trotwood (Dayton)", "state": "OH", "country": "USA", "hyperlink": "Salem Mall: Trotwood (Dayton), OH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.820619,-84.27869299999999" }, "geometry": { "type": "Point", "coordinates": [ -84.278693, 39.820619 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Severance (Town) Center", "city": "Cleveland", "state": "OH", "country": "USA", "hyperlink": "Severance (Town) Center: Cleveland, OH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.5189215,-81.5504419" }, "geometry": { "type": "Point", "coordinates": [ -81.5504419, 41.5189215 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Southland Mall", "city": "Marion", "state": "OH", "country": "USA", "hyperlink": "Southland Mall: Marion, OH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.56212190000001,-83.1206576" }, "geometry": { "type": "Point", "coordinates": [ -83.1206576, 40.5621219 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Southwyck Mall", "city": "Toledo", "state": "OH", "country": "USA", "hyperlink": "Southwyck Mall: Toledo, OH", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "41.6004651,-83.6665778" }, "geometry": { "type": "Point", "coordinates": [ -83.6665778, 41.6004651 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Surrey Square", "city": "Norwood", "state": "OH", "country": "USA", "hyperlink": "Surrey Square: Norwood, OH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.1586613,-84.4558504" }, "geometry": { "type": "Point", "coordinates": [ -84.4558504, 39.1586613 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Tiffin Mall", "city": "Tiffin", "state": "OH", "country": "USA", "hyperlink": "Tiffin Mall: Tiffin, OH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.1122494,-83.2125245" }, "geometry": { "type": "Point", "coordinates": [ -83.2125245, 41.1122494 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Tower Place Mall at Carew Tower", "city": "Cincinnati", "state": "OH", "country": "USA", "hyperlink": "Tower Place Mall at Carew Tower: Cincinnati, OH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.1008361,-84.5131163" }, "geometry": { "type": "Point", "coordinates": [ -84.5131163, 39.1008361 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Towne Mall Galleria", "city": "Middletown", "state": "OH", "country": "USA", "hyperlink": "Towne Mall Galleria: Middletown, OH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.4957093,-84.3315476" }, "geometry": { "type": "Point", "coordinates": [ -84.3315476, 39.4957093 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Tri County Mall", "city": "Cincinnati", "state": "OH", "country": "USA", "hyperlink": "Tri County Mall: Cincinnati, OH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.289244,-84.4638672" }, "geometry": { "type": "Point", "coordinates": [ -84.4638672, 39.289244 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Upper Valley Mall", "city": "Springfield", "state": "OH", "country": "USA", "hyperlink": "Upper Valley Mall: Springfield, OH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.9487248,-83.8538696" }, "geometry": { "type": "Point", "coordinates": [ -83.8538696, 39.9487248 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Westland Mall", "city": "Columbus", "state": "OH", "country": "USA", "hyperlink": "Westland Mall: Columbus, OH", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "39.9508278,-83.1158057" }, "geometry": { "type": "Point", "coordinates": [ -83.1158057, 39.9508278 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Western Woods Mall", "city": "Cincinnati", "state": "OH", "country": "USA", "hyperlink": "Western Woods Mall: Cincinnati , OH", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "39.148492,-84.622421" }, "geometry": { "type": "Point", "coordinates": [ -84.622421, 39.148492 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Westgate Mall", "city": "Fairview Park (Cleveland)", "state": "OH ", "country": "USA", "hyperlink": "Westgate Mall: Fairview Park (Cleveland), OH ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "41.4601418,-81.8503339" }, "geometry": { "type": "Point", "coordinates": [ -81.8503339, 41.4601418 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Woodland Mall", "city": "Bowling Green", "state": "OH", "country": "USA", "hyperlink": "Woodland Mall: Bowling Green, OH", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.3979319,-83.64831269999999" }, "geometry": { "type": "Point", "coordinates": [ -83.6483127, 41.3979319 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Woodville Mall", "city": "Northwood (Toledo)", "state": "OH", "country": "USA", "hyperlink": "Woodville Mall: Northwood (Toledo), OH", "addrstatus": "OK", "addrtype": "APPROXIMATE", "addrlocat": "41.60727199999999,-83.46882040000001" }, "geometry": { "type": "Point", "coordinates": [ -83.468820400000013, 41.607272 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Crossroads Mall", "city": "Oklahoma City", "state": "OK", "country": "USA", "hyperlink": "Crossroads Mall: Oklahoma City, OK", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "35.3961663,-97.4895944" }, "geometry": { "type": "Point", "coordinates": [ -97.4895944, 35.3961663 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Eastland Mall", "city": "Tulsa", "state": "OK ", "country": "USA", "hyperlink": "Eastland Mall: Tulsa, OK ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "36.13224280000001,-95.8191147" }, "geometry": { "type": "Point", "coordinates": [ -95.8191147, 36.1322428 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Heritage Park Mall", "city": "Midwest City", "state": "OK", "country": "USA", "hyperlink": "Heritage Park Mall: Midwest City, OK", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "35.46295509999999,-97.4078026" }, "geometry": { "type": "Point", "coordinates": [ -97.4078026, 35.462955099999988 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Shepherd Mall", "city": "Oklahoma City", "state": "OK", "country": "USA", "hyperlink": "Shepherd Mall: Oklahoma City, OK", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "35.4935306,-97.5545752" }, "geometry": { "type": "Point", "coordinates": [ -97.5545752, 35.4935306 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Sheridan Village", "city": "Tulsa", "state": "OK", "country": "USA", "hyperlink": "Sheridan Village: Tulsa, OK", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "36.0670372,-95.9042667" }, "geometry": { "type": "Point", "coordinates": [ -95.9042667, 36.0670372 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Eastport Plaza", "city": "Portland", "state": "OR", "country": "USA", "hyperlink": "Eastport Plaza: Portland, OR", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "45.4921053,-122.5764522" }, "geometry": { "type": "Point", "coordinates": [ -122.5764522, 45.4921053 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Jantzen Beach Mall", "city": "Portland", "state": "OR", "country": "USA", "hyperlink": "Jantzen Beach Mall: Portland, OR", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "45.61312119999999,-122.6852361" }, "geometry": { "type": "Point", "coordinates": [ -122.6852361, 45.613121199999988 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Mall 205", "city": "Portland", "state": "OR", "country": "USA", "hyperlink": "Mall 205: Portland, OR", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "45.51676399999999,-122.560078" }, "geometry": { "type": "Point", "coordinates": [ -122.560078, 45.516764 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Allegheny Center Mall", "city": "Pittsburgh", "state": "PA", "country": "USA", "hyperlink": "Allegheny Center Mall: Pittsburgh, PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.4505838,-80.0042927" }, "geometry": { "type": "Point", "coordinates": [ -80.0042927, 40.4505838 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Camp Hill Mall", "city": "Camp Hill (Harrisburg)", "state": "PA", "country": "USA", "hyperlink": "Camp Hill Mall: Camp Hill (Harrisburg), PA", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "40.2352332,-76.9346059" }, "geometry": { "type": "Point", "coordinates": [ -76.9346059, 40.2352332 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Carlisle Plaza Mall", "city": "Carlisle", "state": "PA", "country": "USA", "hyperlink": "Carlisle Plaza Mall: Carlisle, PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.1989344,-77.1735886" }, "geometry": { "type": "Point", "coordinates": [ -77.1735886, 40.1989344 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Cedarbrook Mall", "city": "Wyncote (Philadelphia)", "state": "PA", "country": "USA", "hyperlink": "Cedarbrook Mall: Wyncote (Philadelphia), PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.0805975,-75.167271" }, "geometry": { "type": "Point", "coordinates": [ -75.167271, 40.0805975 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Century III Mall", "city": "Pittsburgh", "state": "PA", "country": "USA", "hyperlink": "Century III Mall: Pittsburgh, PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.3375968,-79.9465713" }, "geometry": { "type": "Point", "coordinates": [ -79.9465713, 40.3375968 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Clearfield Mall", "city": "Clearfield", "state": "PA", "country": "USA", "hyperlink": "Clearfield Mall: Clearfield, PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.0235513,-78.4141571" }, "geometry": { "type": "Point", "coordinates": [ -78.4141571, 41.0235513 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Columbia Mall", "city": "Bloomsburg", "state": "PA", "country": "USA", "hyperlink": "Columbia Mall: Bloomsburg, PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.0175122,-76.4874403" }, "geometry": { "type": "Point", "coordinates": [ -76.4874403, 41.0175122 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Delco Plaza Mall", "city": "York", "state": "PA", "country": "USA", "hyperlink": "Delco Plaza Mall: York, PA", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "39.96547,-76.76801139999999" }, "geometry": { "type": "Point", "coordinates": [ -76.7680114, 39.96547 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Eastland Mall", "city": "North Versailles", "state": "PA ", "country": "USA", "hyperlink": "Eastland Mall: North Versailles, PA ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "40.3831816,-79.8277892" }, "geometry": { "type": "Point", "coordinates": [ -79.8277892, 40.3831816 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Fairgrounds Square Mall", "city": "Reading", "state": "PA ", "country": "USA", "hyperlink": "Fairgrounds Square Mall: Reading, PA ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.3804664,-75.9304962" }, "geometry": { "type": "Point", "coordinates": [ -75.9304962, 40.3804664 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Gallery At Market East", "city": "Philadephia", "state": "PA", "country": "USA", "hyperlink": "Gallery At Market East: Philadephia, PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.9521028,-75.15581499999999" }, "geometry": { "type": "Point", "coordinates": [ -75.155815, 39.9521028 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Greengate Mall", "city": "Hempfield", "state": "PA ", "country": "USA", "hyperlink": "Greengate Mall: Hempfield, PA ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.30057250000001,-79.5082123" }, "geometry": { "type": "Point", "coordinates": [ -79.5082123, 40.3005725 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Highlands Mall", "city": "Natrona Heights", "state": "PA", "country": "USA", "hyperlink": "Highlands Mall: Natrona Heights, PA", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "40.6461634,-79.710852" }, "geometry": { "type": "Point", "coordinates": [ -79.710852, 40.6461634 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "MacDade Mall", "city": "Holmes", "state": "PA ", "country": "USA", "hyperlink": "MacDade Mall: Holmes, PA [offsite]", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.8994258,-75.3031724" }, "geometry": { "type": "Point", "coordinates": [ -75.3031724, 39.8994258 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "MJ Mall", "city": "Carlisle", "state": "PA", "country": "USA", "hyperlink": "MJ Mall: Carlisle, PA", "addrstatus": "OK", "addrtype": "APPROXIMATE", "addrlocat": "40.2010241,-77.20027449999999" }, "geometry": { "type": "Point", "coordinates": [ -77.2002745, 40.2010241 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Monroeville Mall", "city": "Monroeville \/ Pittsburgh", "state": "PA", "country": "USA", "hyperlink": "Monroeville Mall: Monroeville \/ Pittsburgh, PA", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "40.4309411,-79.79457599999999" }, "geometry": { "type": "Point", "coordinates": [ -79.794576, 40.4309411 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "North Hills Village Mall", "city": "Pittsburgh", "state": "PA", "country": "USA", "hyperlink": "North Hills Village Mall: Pittsburgh, PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.525355,-80.0066087" }, "geometry": { "type": "Point", "coordinates": [ -80.0066087, 40.525355 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "North Mall", "city": "York", "state": "PA", "country": "USA", "hyperlink": "North Mall: York, PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.980425,-76.7543274" }, "geometry": { "type": "Point", "coordinates": [ -76.7543274, 39.980425 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Northway Mall", "city": "Pittsburgh", "state": "PA", "country": "USA", "hyperlink": "Northway Mall: Pittsburgh, PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.5515026,-80.0210804" }, "geometry": { "type": "Point", "coordinates": [ -80.0210804, 40.5515026 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Parkway Center Mall", "city": "Pittsburgh", "state": "PA", "country": "USA", "hyperlink": "Parkway Center Mall: Pittsburgh, PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.4228431,-80.035052" }, "geometry": { "type": "Point", "coordinates": [ -80.035052, 40.4228431 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Pittsburgh Mills", "city": "Tarentum", "state": "PA", "country": "USA", "hyperlink": "Pittsburgh Mills: Tarentum, PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.57250000000001,-79.7972222" }, "geometry": { "type": "Point", "coordinates": [ -79.7972222, 40.5725 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Richland Mall", "city": "Johnstown", "state": "PA", "country": "USA", "hyperlink": "Richland Mall: Johnstown, PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.2947507,-78.834049" }, "geometry": { "type": "Point", "coordinates": [ -78.834049, 40.2947507 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Schuylkill Mall", "city": "Frackville", "state": "PA", "country": "USA", "hyperlink": "Schuylkill Mall: Frackville, PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.7697334,-76.2211914" }, "geometry": { "type": "Point", "coordinates": [ -76.2211914, 40.7697334 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Station Mall", "city": "Altoona", "state": "PA", "country": "USA", "hyperlink": "Station Mall: Altoona, PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.5115673,-78.4017286" }, "geometry": { "type": "Point", "coordinates": [ -78.4017286, 40.5115673 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Steamtown Mall \/ The Mall at Steamtown", "city": "Scranton", "state": "PA", "country": "USA", "hyperlink": "Steamtown Mall \/ The Mall at Steamtown: Scranton, PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.4078995,-75.6681463" }, "geometry": { "type": "Point", "coordinates": [ -75.6681463, 41.4078995 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Village Mall", "city": "Hatboro", "state": "PA", "country": "USA", "hyperlink": "Village Mall: Hatboro, PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.1832074,-75.11851209999999" }, "geometry": { "type": "Point", "coordinates": [ -75.1185121, 40.1832074 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Warren Mall", "city": "Warren", "state": "PA", "country": "USA", "hyperlink": "Warren Mall: Warren, PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.8989214,-79.1483623" }, "geometry": { "type": "Point", "coordinates": [ -79.1483623, 41.8989214 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "West Manchester Mall", "city": "York", "state": "PA", "country": "USA", "hyperlink": "West Manchester Mall: York, PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.9700472,-76.77199019999999" }, "geometry": { "type": "Point", "coordinates": [ -76.7719902, 39.9700472 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "York Mall", "city": "York", "state": "PA", "country": "USA", "hyperlink": "York Mall: York, PA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.9700472,-76.77199019999999" }, "geometry": { "type": "Point", "coordinates": [ -76.7719902, 39.9700472 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Davol Square Marketplace", "city": "Providence", "state": "RI", "country": "USA", "hyperlink": "Davol Square Marketplace: Providence, RI", "addrstatus": "OK", "addrtype": "APPROXIMATE", "addrlocat": "41.8177032,-71.40626619999999" }, "geometry": { "type": "Point", "coordinates": [ -71.4062662, 41.8177032 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Lincoln Mall", "city": "Lincoln", "state": "RI", "country": "USA", "hyperlink": "Lincoln Mall: Lincoln, RI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.93792450000001,-71.477604" }, "geometry": { "type": "Point", "coordinates": [ -71.477604, 41.9379245 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Rhode Island Mall", "city": "Warwick", "state": "RI ", "country": "USA", "hyperlink": "Rhode Island Mall: Warwick, RI ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "41.719601,-71.482554" }, "geometry": { "type": "Point", "coordinates": [ -71.482554, 41.719601 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Wakefield Mall", "city": "Wakefield", "state": "RI", "country": "USA", "hyperlink": "Wakefield Mall: Wakefield, RI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.443582,-71.4825981" }, "geometry": { "type": "Point", "coordinates": [ -71.4825981, 41.443582 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Wampanoag Mall", "city": "East Providence", "state": "RI", "country": "USA", "hyperlink": "Wampanoag Mall: East Providence, RI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.823163,-71.3574782" }, "geometry": { "type": "Point", "coordinates": [ -71.3574782, 41.823163 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Aiken Mall", "city": "Aiken", "state": "SC", "country": "USA", "hyperlink": "Aiken Mall: Aiken, SC", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "33.5091194,-81.7131217" }, "geometry": { "type": "Point", "coordinates": [ -81.7131217, 33.5091194 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Ashley Plaza Mall", "city": "Charleston", "state": "SC", "country": "USA", "hyperlink": "Ashley Plaza Mall: Charleston, SC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "32.8129893,-79.99669109999999" }, "geometry": { "type": "Point", "coordinates": [ -79.9966911, 32.8129893 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Bell Tower Mall", "city": "Greenville", "state": "SC", "country": "USA", "hyperlink": "Bell Tower Mall: Greenville, SC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "34.8409884,-82.4002252" }, "geometry": { "type": "Point", "coordinates": [ -82.4002252, 34.8409884 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Bush River Mall", "city": "Columbia", "state": "SC", "country": "USA", "hyperlink": "Bush River Mall: Columbia, SC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "34.0328281,-81.0921907" }, "geometry": { "type": "Point", "coordinates": [ -81.0921907, 34.0328281 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Charles Towne Square", "city": "Charleston", "state": "SC ", "country": "USA", "hyperlink": "Charles Towne Square: Charleston, SC ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "32.8778102,-80.0112173" }, "geometry": { "type": "Point", "coordinates": [ -80.0112173, 32.8778102 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Columbia Place Mall", "city": "Columbia", "state": "SC", "country": "USA", "hyperlink": "Columbia Place Mall: Columbia, SC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "34.065935,-80.961581" }, "geometry": { "type": "Point", "coordinates": [ -80.961581, 34.065935 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Decker Mall", "city": "Columbia", "state": "SC", "country": "USA", "hyperlink": "Decker Mall: Columbia, SC", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "34.05393720000001,-80.9470108" }, "geometry": { "type": "Point", "coordinates": [ -80.9470108, 34.0539372 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Greenville Mall", "city": "Greenville", "state": "SC", "country": "USA", "hyperlink": "Greenville Mall: Greenville, SC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "34.8499469,-82.33202949999999" }, "geometry": { "type": "Point", "coordinates": [ -82.3320295, 34.8499469 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Hillcrest Mall", "city": "Spartanburg", "state": "SC", "country": "USA", "hyperlink": "Hillcrest Mall: Spartanburg, SC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "34.968191,-81.8898706" }, "geometry": { "type": "Point", "coordinates": [ -81.8898706, 34.968191 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Inlet Square Mall", "city": "Myrtle Beach", "state": "SC", "country": "USA", "hyperlink": "Inlet Square Mall: Myrtle Beach, SC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.5810102,-79.0256832" }, "geometry": { "type": "Point", "coordinates": [ -79.0256832, 33.5810102 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "McAlister Square Mall", "city": "Greenville", "state": "SC", "country": "USA", "hyperlink": "McAlister Square Mall: Greenville, SC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "34.8379599,-82.3632327" }, "geometry": { "type": "Point", "coordinates": [ -82.3632327, 34.8379599 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Myrtle Square Mall", "city": "Myrtle Beach", "state": "SC", "country": "USA", "hyperlink": "Myrtle Square Mall: Myrtle Beach, SC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.7024814,-78.9234243" }, "geometry": { "type": "Point", "coordinates": [ -78.9234243, 33.7024814 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Richland Mall", "city": "Columbia", "state": "SC", "country": "USA", "hyperlink": "Richland Mall: Columbia, SC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "34.0167372,-80.9902154" }, "geometry": { "type": "Point", "coordinates": [ -80.9902154, 34.0167372 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Rock Hill Galleria", "city": "Rock Hill", "state": "SC", "country": "USA", "hyperlink": "Rock Hill Galleria: Rock Hill, SC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "34.9430556,-80.9655556" }, "geometry": { "type": "Point", "coordinates": [ -80.9655556, 34.9430556 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Woodhill Mall", "city": "Columbia", "state": "SC", "country": "USA", "hyperlink": "Woodhill Mall: Columbia, SC", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.9822208,-80.9680413" }, "geometry": { "type": "Point", "coordinates": [ -80.9680413, 33.9822208 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Huron Mall", "city": "Huron", "state": "SD", "country": "USA", "hyperlink": "Huron Mall: Huron, SD", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "44.343309,-98.2310852" }, "geometry": { "type": "Point", "coordinates": [ -98.2310852, 44.343309 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "University Mall", "city": "Brookings", "state": "SD", "country": "USA", "hyperlink": "University Mall: Brookings, SD", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "44.2951269,-96.769318" }, "geometry": { "type": "Point", "coordinates": [ -96.769318, 44.2951269 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "100 Oaks Mall", "city": "Nashville", "state": "TN", "country": "USA", "hyperlink": "100 Oaks Mall: Nashville, TN", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "36.1067931,-86.7624854" }, "geometry": { "type": "Point", "coordinates": [ -86.7624854, 36.1067931 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Bellevue Mall \/ Bellevue Center", "city": "Nashville", "state": "TN", "country": "USA", "hyperlink": "Bellevue Mall \/ Bellevue Center: Nashville, TN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "36.0803723,-86.9470036" }, "geometry": { "type": "Point", "coordinates": [ -86.9470036, 36.0803723 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Church Street Center", "city": "Nashville", "state": "TN", "country": "USA", "hyperlink": "Church Street Center: Nashville, TN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "36.1635535,-86.7798888" }, "geometry": { "type": "Point", "coordinates": [ -86.7798888, 36.1635535 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "College Square", "city": "Morristown", "state": "TN", "country": "USA", "hyperlink": "College Square: Morristown, TN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "36.2207174,-83.2609471" }, "geometry": { "type": "Point", "coordinates": [ -83.2609471, 36.2207174 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Eastgate Mall", "city": "Chattanooga", "state": "TN", "country": "USA", "hyperlink": "Eastgate Mall: Chattanooga, TN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "35.0084556,-85.2151665" }, "geometry": { "type": "Point", "coordinates": [ -85.2151665, 35.0084556 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Fort Henry Mall", "city": "Kingsport", "state": "TN", "country": "USA", "hyperlink": "Fort Henry Mall: Kingsport, TN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "36.52952399999999,-82.52032489999999" }, "geometry": { "type": "Point", "coordinates": [ -82.5203249, 36.529524 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Fountain Square Mall", "city": "Nashville", "state": "TN", "country": "USA", "hyperlink": "Fountain Square Mall: Nashville, TN", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "36.1308218,-86.8573246" }, "geometry": { "type": "Point", "coordinates": [ -86.8573246, 36.1308218 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Greenville Commons", "city": "Greenville", "state": "TN", "country": "USA", "hyperlink": "Greenville Commons: Greenville, TN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "36.1750227,-82.7965216" }, "geometry": { "type": "Point", "coordinates": [ -82.7965216, 36.1750227 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Harding Mall", "city": "Nashville", "state": "TN", "country": "USA", "hyperlink": "Harding Mall: Nashville, TN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "36.0809055,-86.72357350000001" }, "geometry": { "type": "Point", "coordinates": [ -86.723573500000015, 36.0809055 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Hickory Hollow Mall", "city": "Nashville", "state": "TN", "country": "USA", "hyperlink": "Hickory Hollow Mall: Nashville, TN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "36.0509881,-86.656143" }, "geometry": { "type": "Point", "coordinates": [ -86.656143, 36.0509881 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Mall Of Memphis", "city": "Memphis", "state": "TN", "country": "USA", "hyperlink": "Mall Of Memphis: Memphis, TN", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "35.0758166,-89.9071858" }, "geometry": { "type": "Point", "coordinates": [ -89.9071858, 35.0758166 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Peabody Place", "city": "Memphis", "state": "TN", "country": "USA", "hyperlink": "Peabody Place: Memphis, TN", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "35.1406053,-90.0527044" }, "geometry": { "type": "Point", "coordinates": [ -90.0527044, 35.1406053 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Three Star Mall", "city": "McMinnville", "state": "TN", "country": "USA", "hyperlink": "Three Star Mall: McMinnville, TN", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "35.6938171,-85.7476882" }, "geometry": { "type": "Point", "coordinates": [ -85.7476882, 35.6938171 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Amigoland Mall", "city": "Brownsville", "state": "TX", "country": "USA", "hyperlink": "Amigoland Mall: Brownsville, TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "25.9019847,-97.51054549999999" }, "geometry": { "type": "Point", "coordinates": [ -97.5105455, 25.9019847 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Big Town Mall", "city": "Mesquite (Dallas)", "state": "TX", "country": "USA", "hyperlink": "Big Town Mall: Mesquite (Dallas), TX", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "32.7953471,-96.6713699" }, "geometry": { "type": "Point", "coordinates": [ -96.6713699, 32.7953471 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Collin Creek Mall", "city": "Plano (near Dallas)", "state": "TX", "country": "USA", "hyperlink": "Collin Creek Mall: Plano (near Dallas), TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.030683,-96.712927" }, "geometry": { "type": "Point", "coordinates": [ -96.712927, 33.030683 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Denton Factory Stores", "city": "Denton", "state": "TX", "country": "USA", "hyperlink": "Denton Factory Stores: Denton, TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.1935548,-97.09266009999999" }, "geometry": { "type": "Point", "coordinates": [ -97.092660099999989, 33.1935548 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Forum 303 Mall", "city": "Arlington", "state": "TX", "country": "USA", "hyperlink": "Forum 303 Mall: Arlington, TX", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "32.7072804,-97.0589511" }, "geometry": { "type": "Point", "coordinates": [ -97.0589511, 32.7072804 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Greenspoint Mall", "city": "Houston", "state": "TX", "country": "USA", "hyperlink": "Greenspoint Mall: Houston, TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "29.9454231,-95.4115982" }, "geometry": { "type": "Point", "coordinates": [ -95.4115982, 29.9454231 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Highland Mall", "city": "Austin", "state": "TX", "country": "USA", "hyperlink": "Highland Mall: Austin, TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "30.3269827,-97.71376509999999" }, "geometry": { "type": "Point", "coordinates": [ -97.713765099999989, 30.3269827 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Mall Of The Mainland", "city": "Houston", "state": "TX", "country": "USA", "hyperlink": "Mall Of The Mainland: Houston, TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "29.4060971,-95.02562449999999" }, "geometry": { "type": "Point", "coordinates": [ -95.0256245, 29.4060971 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Manor East Mall", "city": "Bryan (College Station)", "state": "TX", "country": "USA", "hyperlink": "Manor East Mall: Bryan (College Station), TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "30.624268,-96.30332" }, "geometry": { "type": "Point", "coordinates": [ -96.30332, 30.624268 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Midway Mall", "city": "Sherman", "state": "TX", "country": "USA", "hyperlink": "Midway Mall: Sherman, TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.68750000000001,-96.585" }, "geometry": { "type": "Point", "coordinates": [ -96.585, 33.6875 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "North Hills Mall", "city": "North Richland Hills", "state": "TX", "country": "USA", "hyperlink": "North Hills Mall: North Richland Hills, TX", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "32.818631,-97.261786" }, "geometry": { "type": "Point", "coordinates": [ -97.261786, 32.818631 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Northwest Mall", "city": "Houston", "state": "TX", "country": "USA", "hyperlink": "Northwest Mall: Houston, TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "29.7994033,-95.4543975" }, "geometry": { "type": "Point", "coordinates": [ -95.4543975, 29.7994033 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Pasadena Town Square", "city": "Pasadena", "state": "TX", "country": "USA", "hyperlink": "Pasadena Town Square: Pasadena, TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "29.69592889999999,-95.1979963" }, "geometry": { "type": "Point", "coordinates": [ -95.1979963, 29.6959289 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Prestonwood Town Center", "city": "Dallas", "state": "TX", "country": "USA", "hyperlink": "Prestonwood Town Center: Dallas, TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "32.954902,-96.815958" }, "geometry": { "type": "Point", "coordinates": [ -96.815958, 32.954902 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Richardson Square Mall", "city": "Richardson", "state": "TX", "country": "USA", "hyperlink": "Richardson Square Mall: Richardson, TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "32.9417765,-96.6974651" }, "geometry": { "type": "Point", "coordinates": [ -96.6974651, 32.9417765 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Ridgmar Mall", "city": "Fort Worth", "state": "TX", "country": "USA", "hyperlink": "Ridgmar Mall: Fort Worth, TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "32.7404192,-97.4359899" }, "geometry": { "type": "Point", "coordinates": [ -97.4359899, 32.7404192 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Sharpstown Mall", "city": "Houston", "state": "TX", "country": "USA", "hyperlink": "Sharpstown Mall: Houston, TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "29.7079143,-95.5153808" }, "geometry": { "type": "Point", "coordinates": [ -95.5153808, 29.7079143 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Six Flags Mall", "city": "Arlington", "state": "TX", "country": "USA", "hyperlink": "Six Flags Mall: Arlington, TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "32.7438928,-97.05710189999999" }, "geometry": { "type": "Point", "coordinates": [ -97.0571019, 32.7438928 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "San Jacinto Mall", "city": "Baytown", "state": "TX", "country": "USA", "hyperlink": "San Jacinto Mall: Baytown, TX", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "29.80017059999999,-94.98671279999999" }, "geometry": { "type": "Point", "coordinates": [ -94.9867128, 29.8001706 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "The Shops At Willow Bend", "city": "Plano", "state": "TX", "country": "USA", "hyperlink": "The Shops At Willow Bend: Plano, TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.0306625,-96.83197779999999" }, "geometry": { "type": "Point", "coordinates": [ -96.8319778, 33.0306625 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Sunrise Mall", "city": "Corpus Christi", "state": "TX", "country": "USA", "hyperlink": "Sunrise Mall: Corpus Christi, TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "27.7068466,-97.3643948" }, "geometry": { "type": "Point", "coordinates": [ -97.3643948, 27.7068466 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Town & Country Mall", "city": "Houston", "state": "TX", "country": "USA", "hyperlink": "Town & Country Mall: Houston, TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "29.7753305,-95.5602272" }, "geometry": { "type": "Point", "coordinates": [ -95.5602272, 29.7753305 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Valley View Mall", "city": "Dallas", "state": "TX", "country": "USA", "hyperlink": "Valley View Mall: Dallas, TX", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "32.9310045,-96.8057218" }, "geometry": { "type": "Point", "coordinates": [ -96.8057218, 32.9310045 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Vista Ridge Mall (now Music City Mall)", "city": "Lewisville", "state": "TX", "country": "USA", "hyperlink": "Vista Ridge Mall (now Music City Mall): Lewisville, TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "33.0023102,-96.9716711" }, "geometry": { "type": "Point", "coordinates": [ -96.9716711, 33.0023102 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Western Plaza", "city": "Amarillo", "state": "TX", "country": "USA", "hyperlink": "Western Plaza: Amarillo, TX", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "35.1875097,-101.8817782" }, "geometry": { "type": "Point", "coordinates": [ -101.8817782, 35.1875097 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Windsor Park Mall", "city": "San Antonio", "state": "TX", "country": "USA", "hyperlink": "Windsor Park Mall: San Antonio, TX", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "29.5108433,-98.39224279999999" }, "geometry": { "type": "Point", "coordinates": [ -98.3922428, 29.5108433 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Bell Canyon Center", "city": "Sandy", "state": "UT", "country": "USA", "hyperlink": "Bell Canyon Center: Sandy, UT", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.5448317,-111.8419049" }, "geometry": { "type": "Point", "coordinates": [ -111.8419049, 40.5448317 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Cottonwood Mall", "city": "Holladay", "state": "UT", "country": "USA", "hyperlink": "Cottonwood Mall: Holladay, UT", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.6646754,-111.8375651" }, "geometry": { "type": "Point", "coordinates": [ -111.8375651, 40.6646754 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Ogden City Mall", "city": "Ogden", "state": "UT", "country": "USA", "hyperlink": "Ogden City Mall: Ogden, UT", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "41.1953773,-111.9821701" }, "geometry": { "type": "Point", "coordinates": [ -111.9821701, 41.1953773 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Trolley Square", "city": "Salt Lake City", "state": "UT", "country": "USA", "hyperlink": "Trolley Square: Salt Lake City, UT", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "40.7572068,-111.8724211" }, "geometry": { "type": "Point", "coordinates": [ -111.8724211, 40.7572068 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Rutland Mall", "city": "Rutland", "state": "VT", "country": "USA", "hyperlink": "Rutland Mall: Rutland, VT", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "43.5856463,-72.96992829999999" }, "geometry": { "type": "Point", "coordinates": [ -72.9699283, 43.5856463 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Apple Blossom Mall", "city": "Winchester", "state": "VA", "country": "USA", "hyperlink": "Apple Blossom Mall: Winchester, VA", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "39.163959,-78.163156" }, "geometry": { "type": "Point", "coordinates": [ -78.163156, 39.163959 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Azalea Mall", "city": "Richmond", "state": "VA", "country": "USA", "hyperlink": "Azalea Mall: Richmond, VA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "37.5996584,-77.4560648" }, "geometry": { "type": "Point", "coordinates": [ -77.4560648, 37.5996584 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Cloverleaf Mall", "city": "Richmond", "state": "VA", "country": "USA", "hyperlink": "Cloverleaf Mall: Richmond, VA", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "37.4988062,-77.528263" }, "geometry": { "type": "Point", "coordinates": [ -77.528263, 37.4988062 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Coliseum Mall", "city": "Hampton", "state": "VA", "country": "USA", "hyperlink": "Coliseum Mall: Hampton, VA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "37.0457437,-76.3895246" }, "geometry": { "type": "Point", "coordinates": [ -76.3895246, 37.0457437 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Delco Plaza Mall", "city": "Winchester", "state": "VA", "country": "USA", "hyperlink": "Delco Plaza Mall: Winchester, VA", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "39.1596344,-78.15400650000001" }, "geometry": { "type": "Point", "coordinates": [ -78.1540065, 39.1596344 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Fairfield Commons (formerly Eastgate Mall)", "city": "Richmond", "state": "VA", "country": "USA", "hyperlink": "Fairfield Commons (formerly Eastgate Mall): Richmond, VA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "37.5452964,-77.3663828" }, "geometry": { "type": "Point", "coordinates": [ -77.3663828, 37.5452964 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Landmark Mall", "city": "Alexandria", "state": "VA ", "country": "USA", "hyperlink": "Landmark Mall: Alexandria, VA ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "38.817157,-77.131136" }, "geometry": { "type": "Point", "coordinates": [ -77.131136, 38.817157 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Newmarket North \/ Newmarket Fair Mall", "city": "Hampton", "state": "VA ", "country": "USA", "hyperlink": "Newmarket North \/ Newmarket Fair Mall: Hampton, VA ", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "37.0197913,-76.44076969999999" }, "geometry": { "type": "Point", "coordinates": [ -76.4407697, 37.0197913 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Manassas Mall", "city": "Manassas (near Washington DC)", "state": "VA", "country": "USA", "hyperlink": "Manassas Mall: Manassas (near Washington DC), VA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "38.7719277,-77.5056853" }, "geometry": { "type": "Point", "coordinates": [ -77.5056853, 38.7719277 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Mercury Plaza Mall", "city": "Hampton", "state": "VA", "country": "USA", "hyperlink": "Mercury Plaza Mall: Hampton, VA", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "37.0372586,-76.4017069" }, "geometry": { "type": "Point", "coordinates": [ -76.4017069, 37.0372586 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Military Circle Mall", "city": "Norfolk", "state": "VA", "country": "USA", "hyperlink": "Military Circle Mall: Norfolk, VA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "36.8516667,-76.2055556" }, "geometry": { "type": "Point", "coordinates": [ -76.2055556, 36.8516667 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Staunton Mall", "city": "Staunton", "state": "VA", "country": "USA", "hyperlink": "Staunton Mall: Staunton, VA(offsite)", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "38.1243095,-79.0632698" }, "geometry": { "type": "Point", "coordinates": [ -79.0632698, 38.1243095 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Seven Corners Center", "city": "Falls Church", "state": "VA", "country": "USA", "hyperlink": "Seven Corners Center: Falls Church, VA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "38.8692997,-77.1511769" }, "geometry": { "type": "Point", "coordinates": [ -77.1511769, 38.8692997 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Tanglewood Mall", "city": "Roanoke", "state": "VA ", "country": "USA", "hyperlink": "Tanglewood Mall: Roanoke, VA ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "37.2299394,-79.97753469999999" }, "geometry": { "type": "Point", "coordinates": [ -79.9775347, 37.2299394 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Tower Mall", "city": "Portsmouth (Norfolk)", "state": "VA", "country": "USA", "hyperlink": "Tower Mall: Portsmouth (Norfolk), VA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "36.8443027,-76.2910835" }, "geometry": { "type": "Point", "coordinates": [ -76.2910835, 36.8443027 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Virginia Center Commons", "city": "Richmond", "state": "VA", "country": "USA", "hyperlink": "Virginia Center Commons: Richmond, VA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "37.6751589,-77.4558256" }, "geometry": { "type": "Point", "coordinates": [ -77.4558256, 37.6751589 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Walnut Mall", "city": "Petersburg", "state": "VA", "country": "USA", "hyperlink": "Walnut Mall: Petersburg, VA", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "37.202592,-77.380726" }, "geometry": { "type": "Point", "coordinates": [ -77.380726, 37.202592 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Blue Mountain Mall", "city": "Walla Walla", "state": "WA", "country": "USA", "hyperlink": "Blue Mountain Mall: Walla Walla, WA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "46.0774475,-118.2939801" }, "geometry": { "type": "Point", "coordinates": [ -118.2939801, 46.0774475 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Totem Lake Mall", "city": "Kirkland", "state": "WA", "country": "USA", "hyperlink": "Totem Lake Mall: Kirkland, WA", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "47.7120366,-122.1807002" }, "geometry": { "type": "Point", "coordinates": [ -122.1807002, 47.7120366 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Martinsburg Mall", "city": "Martinsburg", "state": "WV", "country": "USA", "hyperlink": "Martinsburg Mall: Martinsburg, WV", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.4505141,-77.9862982" }, "geometry": { "type": "Point", "coordinates": [ -77.9862982, 39.4505141 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Middletown Mall", "city": "Fairmont", "state": "WV", "country": "USA", "hyperlink": "Middletown Mall: Fairmont, WV", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "39.4281355,-80.1854142" }, "geometry": { "type": "Point", "coordinates": [ -80.1854142, 39.4281355 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Mountaineer Mall", "city": "Morgantown", "state": "WV", "country": "USA", "hyperlink": "Mountaineer Mall: Morgantown, WV", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "39.606436,-79.96223499999999" }, "geometry": { "type": "Point", "coordinates": [ -79.962235, 39.606436 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Raleigh Mall", "city": "Beckley", "state": "WV", "country": "USA", "hyperlink": "Raleigh Mall: Beckley, WV", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "37.8147132,-81.1879653" }, "geometry": { "type": "Point", "coordinates": [ -81.1879653, 37.8147132 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Town Square Mall", "city": "Parkersburg", "state": "WV", "country": "USA", "hyperlink": "Town Square Mall: Parkersburg, WV", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "39.2654123,-81.5629677" }, "geometry": { "type": "Point", "coordinates": [ -81.5629677, 39.2654123 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Beaver Dam Mall", "city": "Beaver Dam", "state": "WI", "country": "USA", "hyperlink": "Beaver Dam Mall: Beaver Dam, WI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.4760025,-88.8214962" }, "geometry": { "type": "Point", "coordinates": [ -88.8214962, 43.4760025 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Beloit Plaza \/ Mall", "city": "Beloit", "state": "WI", "country": "USA", "hyperlink": "Beloit Plaza \/ Mall: Beloit, WI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.5207485,-89.0314053" }, "geometry": { "type": "Point", "coordinates": [ -89.0314053, 42.5207485 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Grand Avenue Mall", "city": "Milwaukee", "state": "WI", "country": "USA", "hyperlink": "Grand Avenue Mall: Milwaukee, WI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.0376132,-87.91133959999999" }, "geometry": { "type": "Point", "coordinates": [ -87.9113396, 43.0376132 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Lakeview Center", "city": "Manitowoc", "state": "WI", "country": "USA", "hyperlink": "Lakeview Center: Manitowoc, WI", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "44.0867917,-87.6530088" }, "geometry": { "type": "Point", "coordinates": [ -87.6530088, 44.0867917 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Memorial Mall", "city": "Sheboygan", "state": "WI", "country": "USA", "hyperlink": "Memorial Mall: Sheboygan, WI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.7539837,-87.75273690000002" }, "geometry": { "type": "Point", "coordinates": [ -87.752736900000016, 43.7539837 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Northridge Mall", "city": "Milwaukee", "state": "WI", "country": "USA", "hyperlink": "Northridge Mall: Milwaukee, WI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.1808853,-88.01110829999999" }, "geometry": { "type": "Point", "coordinates": [ -88.011108299999989, 43.1808853 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Original Outlet Mall", "city": "Kenosha", "state": "WI", "country": "USA", "hyperlink": "Original Outlet Mall: Kenosha, WI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.51621979999999,-87.94889239999999" }, "geometry": { "type": "Point", "coordinates": [ -87.9488924, 42.516219799999988 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Thunderbird Mall", "city": "Menomonie", "state": "WI", "country": "USA", "hyperlink": "Thunderbird Mall: Menomonie, WI", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "47.5108561,-92.5542408" }, "geometry": { "type": "Point", "coordinates": [ -92.5542408, 47.5108561 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Valley Fair Mall", "city": "Appleton", "state": "WI", "country": "USA", "hyperlink": "Valley Fair Mall: Appleton, WI", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "44.2422634,-88.414334" }, "geometry": { "type": "Point", "coordinates": [ -88.414334, 44.2422634 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Village Mall", "city": "Menomonee Falls", "state": "WI", "country": "USA", "hyperlink": "Village Mall: Menomonee Falls, WI", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "43.1737068,-88.132526" }, "geometry": { "type": "Point", "coordinates": [ -88.132526, 43.1737068 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Westgate Mall", "city": "Madison", "state": "WI", "country": "USA", "hyperlink": "Westgate Mall: Madison, WI", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.0508689,-89.4716186" }, "geometry": { "type": "Point", "coordinates": [ -89.4716186, 43.0508689 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Calgary Eaton Centre", "city": "Calgary", "state": "Alberta", "country": "Canada", "hyperlink": "Calgary Eaton Centre: Calgary, Alberta, Canada", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "51.04600989999999,-114.0691417" }, "geometry": { "type": "Point", "coordinates": [ -114.0691417, 51.046009899999987 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Fort Mall", "city": "Saskatchewan", "state": "Alberta", "country": "Canada", "hyperlink": "Fort Mall: Saskatchewan, Alberta, Canada", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "53.7115115,-113.2060151" }, "geometry": { "type": "Point", "coordinates": [ -113.2060151, 53.7115115 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Heritage Mall", "city": "Edmonton", "state": "Alberta", "country": "Canada", "hyperlink": "Heritage Mall: Edmonton, Alberta, Canada", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "53.4529162,-113.5109351" }, "geometry": { "type": "Point", "coordinates": [ -113.5109351, 53.4529162 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Northtown Mall", "city": "Edmonton", "state": "Alberta", "country": "Canada", "hyperlink": "Northtown Mall: Edmonton, Alberta, Canada", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "53.5984349,-113.4885353" }, "geometry": { "type": "Point", "coordinates": [ -113.4885353, 53.5984349 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Brookside Mall", "city": "Fredericton", "state": "New Brunswick", "country": "Canada", "hyperlink": "Brookside Mall: Fredericton, New Brunswick, Canada", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "45.9928415,-66.65141179999999" }, "geometry": { "type": "Point", "coordinates": [ -66.6514118, 45.9928415 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Prince Edward Square", "city": "Saint John", "state": "New Brunswick", "country": "Canada", "hyperlink": "Prince Edward Square: Saint John, New Brunswick, Canada", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "45.2770516,-66.0546026" }, "geometry": { "type": "Point", "coordinates": [ -66.0546026, 45.2770516 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Mount Pearl Square", "city": "Mount Pearl", "state": "Newfoundland", "country": "Canada", "hyperlink": "Mount Pearl Square: Mount Pearl, Newfoundland, Canada", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "47.523852,-52.7805" }, "geometry": { "type": "Point", "coordinates": [ -52.7805, 47.523852 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Penhorn Mall", "city": "Dartmouth", "state": "Nova Scotia", "country": "Canada", "hyperlink": "Penhorn Mall: Dartmouth, Nova Scotia, Canada", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "44.6718556,-63.5403157" }, "geometry": { "type": "Point", "coordinates": [ -63.5403157, 44.6718556 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Bayside Mall", "city": "Sarnia", "state": "Ontario", "country": "Canada", "hyperlink": "Bayside Mall: Sarnia, Ontario, Canada", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.974183,-82.4057651" }, "geometry": { "type": "Point", "coordinates": [ -82.4057651, 42.974183 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Downtown Chatham Centre", "city": "Chatham", "state": "Ontario", "country": "Canada", "hyperlink": "Downtown Chatham Centre: Chatham, Ontatio, Canada", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.40540499999999,-82.1843088" }, "geometry": { "type": "Point", "coordinates": [ -82.1843088, 42.405405 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Galleria London", "city": "London", "state": "Ontario", "country": "Canada", "hyperlink": "Galleria London: London, Ontario, Canada", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "42.9835196,-81.245977" }, "geometry": { "type": "Point", "coordinates": [ -81.245977, 42.9835196 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Honeydale Mall", "city": "Etobicoke (Toronto)", "state": "Ontario", "country": "Canada ", "hyperlink": "Honeydale Mall: Etobicoke (Toronto), Ontario, Canada ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.6294549,-79.5489727" }, "geometry": { "type": "Point", "coordinates": [ -79.5489727, 43.6294549 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Whitby Mall", "city": "Whitby", "state": "Ontario", "country": "Canada", "hyperlink": "Whitby Mall: Whitby, Ontario, Canada", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "43.8847518,-78.9106128" }, "geometry": { "type": "Point", "coordinates": [ -78.9106128, 43.8847518 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Le Village Place Cartier", "city": "Gatineau", "state": "Quebec", "country": "Canada ", "hyperlink": "Le Village Place Cartier: Gatineau, Quebec, Canada ", "addrstatus": "OK", "addrtype": "ROOFTOP", "addrlocat": "45.4454684,-75.73390970000001" }, "geometry": { "type": "Point", "coordinates": [ -75.733909700000012, 45.4454684 ] } }, | |
{ "type": "Feature", "properties": { "mall_id": "Place de la Seigneurie", "city": "Boucherville", "state": "Quebec", "country": "Canada", "hyperlink": "Place de la Seigneurie: Boucherville, Quebec, Canada", "addrstatus": "OK", "addrtype": "GEOMETRIC_CENTER", "addrlocat": "45.5959271,-73.4545735" }, "geometry": { "type": "Point", "coordinates": [ -73.4545735, 45.5959271 ] } } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment