Last active
November 2, 2015 22:54
-
-
Save venuatu/76f707a6340257509372 to your computer and use it in GitHub Desktop.
shopsmall-barangaroo.geojson
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
| # Usage: pbpaste | amexsmall.py | |
| import json, sys | |
| output = [{ | |
| "type": "Feature", | |
| "properties": {k: v for k, v in x.items() if v}, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| x['ConLongitude'], | |
| x['ConLatitude'] | |
| ] | |
| } | |
| } for x in json.load(sys.stdin) | |
| ] | |
| print(json.dumps({ | |
| "type": "FeatureCollection", | |
| "features": output | |
| })) |
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", | |
| "features": [ | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.202112, | |
| -33.867391 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "MI MANCHI", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.202112, | |
| "ConAddressline1": "Shop 14 26a Lime St", | |
| "ConDPOIId": "9819996062", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 8283 5650", | |
| "ConLatitude": -33.867391, | |
| "ConSE_Number": "9796540383", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2016682, | |
| -33.8674199 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConBKnownFor": "Wharf Teppenyaki offers high-tech Japanese at its flamboyant best. Enjoy high-quality Australian produce and views of Darling Harbour.", | |
| "ConLatitude": -33.8674199, | |
| "ConName": "KOBE JONES", | |
| "ConOptHrsFromSunday": "12:00 pm - 10:00 pm", | |
| "ConOptHrsFromSaturday": "12:00 pm - 10:00 pm", | |
| "ConSE_Number": "9793538190", | |
| "ConOptHrsFromWednesday": "12:00 pm - 10:00 pm", | |
| "ConLongitude": 151.2016682, | |
| "ConAddressline1": "29 Lime St", | |
| "ConOptHrsFromThursday": "12:00 pm - 10:00 pm", | |
| "ConDPOIId": "9816984879", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9299 5290", | |
| "ConOptHrsFromMonday": "12:00 pm - 10:00 pm", | |
| "ConOptHrsFromFriday": "12:00 pm - 10:00 pm", | |
| "ConOptHrsFrom": "12:00 pm - 10:00 pm", | |
| "ConSubCategory": "Cuisine", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConOptHrsFromTuesday": "12:00 pm - 10:00 pm", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2015443, | |
| -33.8677558 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "SYDNEY EXHIBITION CENTREGLEBE ISLAND", | |
| "ConState": "NSW", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2015443, | |
| "ConAddressline1": "3501/35 Lime St", | |
| "ConDPOIId": "9816496347", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.8677558, | |
| "ConSE_Number": "9793040668", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2015443, | |
| -33.8677558 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "SYDNEY EXHIBITION CENTREGLEBE ISLAND", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2015443, | |
| "ConAddressline1": "3501/35 Lime St", | |
| "ConDPOIId": "9816496032", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9247 1889", | |
| "ConLatitude": -33.8677558, | |
| "ConSE_Number": "9793040353", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2038427, | |
| -33.8676958 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "TAGO AN", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2038427, | |
| "ConAddressline1": "Lot 4 & 8", | |
| "ConAddressline2": "23 25 Kent Street", | |
| "ConDPOIId": "9816123162", | |
| "ConCity": "Millers Point", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9252 3707", | |
| "ConLatitude": -33.8676958, | |
| "ConSE_Number": "9793777483", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2038427, | |
| -33.8676958 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConBKnownFor": "Due for a lunchtime pick-me-up? The salt and pepper squid is available to go at La Cantina on Kent.", | |
| "ConName": "LA CANTINA", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2038427, | |
| "ConAddressline1": "321 Kent St", | |
| "ConDPOIId": "9813738107", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConLatitude": -33.8676958, | |
| "ConSE_Number": "9790382428", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2038427, | |
| -33.8676958 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "LA CANTINA", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2038427, | |
| "ConAddressline1": "321 Kent St", | |
| "ConDPOIId": "9812830417", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9262 4321", | |
| "ConLatitude": -33.8676958, | |
| "ConSE_Number": "9799484738", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.203849, | |
| -33.866661 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "ESPRESSO ON SUSSEX LN", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.203849, | |
| "ConAddressline1": "52-54 Erskine Street", | |
| "ConDPOIId": "9812159170", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9279 3930", | |
| "ConLatitude": -33.866661, | |
| "ConSE_Number": "9799703491", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.202617, | |
| -33.866109 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "THE PATCH ON SHELLEY", | |
| "ConState": "NSW", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.202617, | |
| "ConAddressline1": "Shop 2 12-20 Shelley St", | |
| "ConDPOIId": "9814397778", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.866109, | |
| "ConSE_Number": "9791941099", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2041943, | |
| -33.8677557 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "REPUBLICA HOLDINGS", | |
| "ConState": "AU", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2041943, | |
| "ConAddressline1": "Shop 2", | |
| "ConAddressline2": "309-321 Kent Street", | |
| "ConDPOIId": "9818281026", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConLatitude": -33.8677557, | |
| "ConSE_Number": "9795835347", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.203996, | |
| -33.86665 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConBKnownFor": "Shirt Bar is a good place to have around whether you need a new shirt, a coffee or a decent whisky.", | |
| "ConName": "SHIRT BAR", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConFavIcon": true, | |
| "ConLongitude": 151.203996, | |
| "ConAddressline1": "56-60 Erskine St", | |
| "ConDPOIId": "9812725386", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 8068 8222", | |
| "ConLatitude": -33.86665, | |
| "ConSE_Number": "9799379607", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.204164, | |
| -33.866633 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "WELLBEING ERSKINE STREET", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.204164, | |
| "ConAddressline1": "66a Erskine St", | |
| "ConDPOIId": "9813210708", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9290 1412", | |
| "ConLatitude": -33.866633, | |
| "ConSE_Number": "9790864029", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2028545, | |
| -33.8658834 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "BON BON ESPRESSO", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2028545, | |
| "ConAddressline1": "Shop T1a 12 Shelley St", | |
| "ConDPOIId": "9814882969", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9299 1488", | |
| "ConLatitude": -33.8658834, | |
| "ConSE_Number": "9791436280", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.204154, | |
| -33.868371 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConBKnownFor": "Sydney CBD Japanese serving fresh, authentic dishes from tempura prawns to freshly made sushi.", | |
| "ConName": "AKANAYA", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.204154, | |
| "ConAddressline1": "Shop 2 347 Kent St", | |
| "ConDPOIId": "9818226411", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9279 1141", | |
| "ConLatitude": -33.868371, | |
| "ConSE_Number": "9795870732", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.204154, | |
| -33.868371 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "AKANEYA JAPANESE RESTAURANT", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.204154, | |
| "ConAddressline1": "Shop 2 347 Kent St", | |
| "ConDPOIId": "9810425739", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9279 1141", | |
| "ConLatitude": -33.868371, | |
| "ConSE_Number": "9797079050", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.204154, | |
| -33.868371 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "CAFE ESPRESSO", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.204154, | |
| "ConAddressline1": "347 Kent St", | |
| "ConDPOIId": "9810735659", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9234 6508", | |
| "ConLatitude": -33.868371, | |
| "ConSE_Number": "9797389970", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2046474, | |
| -33.8676436 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "CAFE CAPRICCIO", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2046474, | |
| "ConAddressline1": "Shop 7 272 Kent St", | |
| "ConDPOIId": "9819068911", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9299 1030", | |
| "ConLatitude": -33.8676436, | |
| "ConSE_Number": "9796612232", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.204753, | |
| -33.867446 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "BERTONI", | |
| "ConState": "NSW", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.204753, | |
| "ConAddressline1": "262 Kent St", | |
| "ConDPOIId": "9816804432", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.867446, | |
| "ConSE_Number": "9793458753", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.202115, | |
| -33.865662 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "STIX CATERING", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.202115, | |
| "ConAddressline1": "1 Shelley St", | |
| "ConDPOIId": "9814256346", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9550 1639", | |
| "ConLatitude": -33.865662, | |
| "ConSE_Number": "9791800667", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.204049, | |
| -33.868941 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "PEACE HARMONY", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.204049, | |
| "ConAddressline1": "Shop 1 27-29 King St", | |
| "ConDPOIId": "9815821587", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9299 0419", | |
| "ConLatitude": -33.868941, | |
| "ConSE_Number": "9792475808", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2040887, | |
| -33.8658663 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "D'OUGH ESPRESSO", | |
| "ConState": "NSW", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2040887, | |
| "ConAddressline1": "Shop 8 275 Kent St", | |
| "ConDPOIId": "9813257586", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.8658663, | |
| "ConSE_Number": "9790801807", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2040887, | |
| -33.8658663 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "PRONTO CAFE", | |
| "ConState": "NSW", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2040887, | |
| "ConAddressline1": "275 Kent St", | |
| "ConDPOIId": "9813257444", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.8658663, | |
| "ConSE_Number": "9790801765", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2044346, | |
| -33.8688005 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "TAMPER PRESS CAFE", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2044346, | |
| "ConAddressline1": "35-37 King Street", | |
| "ConDPOIId": "9816741569", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9279 1122", | |
| "ConLatitude": -33.8688005, | |
| "ConSE_Number": "9793395880", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2050012, | |
| -33.8680095 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "THE CROSS EATERY", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2050012, | |
| "ConAddressline1": "155 Clarence Street", | |
| "ConDPOIId": "9811836134", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9279 4280", | |
| "ConLatitude": -33.8680095, | |
| "ConSE_Number": "9798480455", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2047099, | |
| -33.8660458 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "LOVEHEALTHY", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2047099, | |
| "ConAddressline1": "Shop 1 83 Clarence St", | |
| "ConDPOIId": "9811075061", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9299 4458", | |
| "ConLatitude": -33.8660458, | |
| "ConSE_Number": "9798629382", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.205263, | |
| -33.86683 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "BLEND", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.205263, | |
| "ConAddressline1": "66 Clarence St", | |
| "ConDPOIId": "9815222337", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9299 6909", | |
| "ConLatitude": -33.86683, | |
| "ConSE_Number": "9792876658", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2049947, | |
| -33.8662627 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "PSALM1388", | |
| "ConState": "NSW", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2049947, | |
| "ConAddressline1": "Shop 4 50 Clarence St", | |
| "ConDPOIId": "9813346785", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.8662627, | |
| "ConSE_Number": "9790990006", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.205211, | |
| -33.866396 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "ROKUJUNI", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.205211, | |
| "ConAddressline1": "Ground Floor 60-62 Clarence St", | |
| "ConDPOIId": "9812242370", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 8068 0301", | |
| "ConLatitude": -33.866396, | |
| "ConSE_Number": "9799896691", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2047564, | |
| -33.8658285 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "NOOK URBAN FRESH BAR", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConFavIcon": true, | |
| "ConLongitude": 151.2047564, | |
| "ConAddressline1": "83 Clarence St", | |
| "ConDPOIId": "9811287972", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9299 5050", | |
| "ConLatitude": -33.8658285, | |
| "ConSE_Number": "9798831293", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.205504, | |
| -33.867925 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "JOES KITCHEN CITY OF SYDNEY", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.205504, | |
| "ConAddressline1": "5 Barrack St", | |
| "ConDPOIId": "9816968767", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "0418 635 084", | |
| "ConLatitude": -33.867925, | |
| "ConSE_Number": "9793512088", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.205185, | |
| -33.866179 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "MADE IN ITALY YORK LANE", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.205185, | |
| "ConAddressline1": "56 Clarence St", | |
| "ConDPOIId": "9816745421", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9299 1676", | |
| "ConLatitude": -33.866179, | |
| "ConSE_Number": "9793399742", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.205185, | |
| -33.866179 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "ANNEX ESPRESSO BAR", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.205185, | |
| "ConAddressline1": "56 Clarence St", | |
| "ConDPOIId": "9812110280", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9299 1575", | |
| "ConLatitude": -33.866179, | |
| "ConSE_Number": "9799764501", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2056544, | |
| -33.8674613 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "BANNOCKBURN PL", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2056544, | |
| "ConAddressline1": "Shop 1 61 York St", | |
| "ConDPOIId": "9811615074", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "0410 424 252", | |
| "ConLatitude": -33.8674613, | |
| "ConSE_Number": "9798269395", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2056544, | |
| -33.8674613 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "BANNOCKBURN", | |
| "ConState": "AU", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2056544, | |
| "ConAddressline1": "Shop 1 61 York St", | |
| "ConDPOIId": "9812364688", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.8674613, | |
| "ConSE_Number": "9799918909", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.205573, | |
| -33.866802 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "THE OCCIDENTAL HOTEL", | |
| "ConState": "NSW", | |
| "ConSubCategory": "Restaurant", | |
| "ConFavIcon": true, | |
| "ConLongitude": 151.205573, | |
| "ConAddressline1": "43 York St", | |
| "ConDPOIId": "9812057705", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConLatitude": -33.866802, | |
| "ConSE_Number": "9799601026", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.205628, | |
| -33.86793 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "TAGLIO BAR", | |
| "ConState": "NSW", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.205628, | |
| "ConAddressline1": "65 York St", | |
| "ConAddressline2": "Shop 2 65 York St", | |
| "ConDPOIId": "9814368118", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9299 5582", | |
| "ConLatitude": -33.86793, | |
| "ConSE_Number": "9791912439", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.204374, | |
| -33.869567 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "COCO RICO", | |
| "ConState": "AU", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.204374, | |
| "ConAddressline1": "Shop 198 365-377 Kent St", | |
| "ConDPOIId": "9813016452", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.869567, | |
| "ConSE_Number": "9790660773", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.205152, | |
| -33.86591 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "SEONKI INTERNATIONAL", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.205152, | |
| "ConAddressline1": "Shop 3 40-50 Clarence St", | |
| "ConDPOIId": "9814697757", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "0433 907 940", | |
| "ConLatitude": -33.86591, | |
| "ConSE_Number": "9791241078", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.205512, | |
| -33.866352 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "SYDNEY COFFEE CONNEC SYDNEY", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.205512, | |
| "ConAddressline1": "Shop 2 37 York St", | |
| "ConDPOIId": "9816245867", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9262 2826", | |
| "ConLatitude": -33.866352, | |
| "ConSE_Number": "9793899188", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.205691, | |
| -33.868493 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "PICCOLOME", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.205691, | |
| "ConAddressline1": "50 King St", | |
| "ConDPOIId": "9810382970", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "0404 089 289", | |
| "ConLatitude": -33.868493, | |
| "ConSE_Number": "9797936291", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2056997, | |
| -33.8661305 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "CONCOURSE CAFE", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2056997, | |
| "ConAddressline1": "Shop 1 33 York St", | |
| "ConDPOIId": "9811579826", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 8960 3440", | |
| "ConLatitude": -33.8661305, | |
| "ConSE_Number": "9798123147", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2062093, | |
| -33.86768 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "CAFFE CORTO", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2062093, | |
| "ConAddressline1": "Shop 3 10 Barrack St", | |
| "ConDPOIId": "9812365461", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9279 0070", | |
| "ConLatitude": -33.86768, | |
| "ConSE_Number": "9799919782", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2051743, | |
| -33.869637 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConZipPostalCode": "2000", | |
| "ConName": "SPAWN POINT", | |
| "ConSE_Number": "9796845188", | |
| "ConLongitude": 151.2051743, | |
| "ConAddressline1": "Basement", | |
| "ConAddressline2": "199 Clarence Street", | |
| "ConMerchantEmail": "[email protected]", | |
| "ConDPOIId": "9819291867", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConstrFBLikeMerchantURL": "spawnpointbar", | |
| "ConLatitude": -33.869637, | |
| "ConMerchantURL": "http://www.spawnpoint.com.au", | |
| "ConSubCategory": "Cuisine", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConstrTwitterHandler": "spawnpointbar" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2048201, | |
| -33.8649672 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "LA CANTINA ON CLARENCE STREET", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2048201, | |
| "ConAddressline1": "45-53 Clarence St", | |
| "ConDPOIId": "9811584999", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "0416 220 310", | |
| "ConLatitude": -33.8649672, | |
| "ConSE_Number": "9798138210", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2048201, | |
| -33.8649672 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "CITY BITES CAFE", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2048201, | |
| "ConAddressline1": "45-53 Clarence St", | |
| "ConDPOIId": "9811605356", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9290 1330", | |
| "ConLatitude": -33.8649672, | |
| "ConSE_Number": "9798259677", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2046187, | |
| -33.8700909 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "D & Z AUSTRALIA HOLDING", | |
| "ConState": "NSW", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2046187, | |
| "ConAddressline1": "383 Kent St", | |
| "ConDPOIId": "9814655515", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.8700909, | |
| "ConSE_Number": "9791209836", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2064395, | |
| -33.8677264 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConBKnownFor": "Feast like a God within the palatial surrounds of the Athenian, a shamelessly showy Greek eatery with a menu fit for the Trojan army.", | |
| "ConName": "THE ATHENIAN GREEK RESTAURANT", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConFavIcon": true, | |
| "ConLongitude": 151.2064395, | |
| "ConAddressline1": "11 Barrack St", | |
| "ConDPOIId": "9810262536", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9262 2624", | |
| "ConLatitude": -33.8677264, | |
| "ConSE_Number": "9797816857", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2064468, | |
| -33.8667602 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "STEEL ESPRESSO", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2064468, | |
| "ConAddressline1": "60 Carrington St", | |
| "ConDPOIId": "9813792590", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9299 9997", | |
| "ConLatitude": -33.8667602, | |
| "ConSE_Number": "9790346811", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2064468, | |
| -33.8667602 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "TABLE SIXTY", | |
| "ConState": "NSW", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2064468, | |
| "ConAddressline1": "Shop 2 60 Carrington St", | |
| "ConDPOIId": "9815868662", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.8667602, | |
| "ConSE_Number": "9792412983", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2064202, | |
| -33.8663896 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "GREEN BEAN CAFE", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2064202, | |
| "ConAddressline1": "Ground Floor 50 Carrington St", | |
| "ConDPOIId": "9812296964", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9299 6070", | |
| "ConLatitude": -33.8663896, | |
| "ConSE_Number": "9799840285", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.205185, | |
| -33.869997 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "FORTUNE VILLAGE CHINESE RESTAURANT", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSE_Number": "9791056534", | |
| "ConFavIcon": true, | |
| "ConLongitude": 151.205185, | |
| "ConAddressline1": "209 Clarence St", | |
| "ConMerchantEmail": "[email protected]", | |
| "ConDPOIId": "9814402213", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9299 7273", | |
| "ConLatitude": -33.869997, | |
| "ConMerchantURL": "http://www.fortunevillage.com.au", | |
| "ConSubCategory": "Cuisine", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2056079, | |
| -33.869918 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "E.S.A. RETAILING", | |
| "ConState": "NSW", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2056079, | |
| "ConAddressline1": "160 Clarence St", | |
| "ConDPOIId": "9819281032", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9279 2515", | |
| "ConLatitude": -33.869918, | |
| "ConSE_Number": "9796835353", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.206867, | |
| -33.868349 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "363 LOBY CAFE", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.206867, | |
| "ConAddressline1": "357-363 George St", | |
| "ConDPOIId": "9814269928", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9262 2756", | |
| "ConLatitude": -33.868349, | |
| "ConSE_Number": "9791813249", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2053405, | |
| -33.8645825 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "CONDOR JAPANESE RESTAURANT", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2053405, | |
| "ConAddressline1": "Shop 1 5 York St", | |
| "ConDPOIId": "9819291321", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9299 8686", | |
| "ConLatitude": -33.8645825, | |
| "ConSE_Number": "9796845642", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.204619, | |
| -33.870754 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "BLOW DRY BAR", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.204619, | |
| "ConAddressline1": "2 Market St", | |
| "ConDPOIId": "9812038911", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.870754, | |
| "ConSE_Number": "9799682232", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.204619, | |
| -33.870754 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConBKnownFor": "Medusa Greek Taverna proves you can do classy Greek fare without kitch. Start with the meze. Thank us later.", | |
| "ConName": "MEDUSA GREEK TAVERNA", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConFavIcon": true, | |
| "ConLongitude": 151.204619, | |
| "ConAddressline1": "2 Market St", | |
| "ConDPOIId": "9816887637", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9267 0799", | |
| "ConLatitude": -33.870754, | |
| "ConSE_Number": "9793431958", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.204619, | |
| -33.870754 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "PRESSO & BRANS", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.204619, | |
| "ConAddressline1": "2 Market St", | |
| "ConDPOIId": "9810746657", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "0402 288 293", | |
| "ConLatitude": -33.870754, | |
| "ConSE_Number": "9797390978", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.205871, | |
| -33.870121 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConBKnownFor": "Behind the name is an aim to bring thoughts of China's culture, music and food to diners at this restaurant in Sydney's Bowlers Club.", | |
| "ConName": "CHINA DRUM", | |
| "ConState": "AU", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.205871, | |
| "ConAddressline1": "95-99 York St", | |
| "ConDPOIId": "9816925296", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConLatitude": -33.870121, | |
| "ConSE_Number": "9793579517", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2050357, | |
| -33.8706972 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "MR CORPORATE", | |
| "ConState": "NSW", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2050357, | |
| "ConAddressline1": "2/22 Market St", | |
| "ConDPOIId": "9818175211", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.8706972, | |
| "ConSE_Number": "9795729532", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2069968, | |
| -33.8687911 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "THE LOBBY ESPRESSO BAR", | |
| "ConState": "NSW", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2069968, | |
| "ConAddressline1": "400 George St", | |
| "ConDPOIId": "9816962602", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.8687911, | |
| "ConSE_Number": "9793516923", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.206423, | |
| -33.869824 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "BAKER BROS ESPRESSO", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.206423, | |
| "ConAddressline1": "Shop 1 56-58 York St", | |
| "ConDPOIId": "9815265487", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "0414 757 280", | |
| "ConLatitude": -33.869824, | |
| "ConSE_Number": "9792819708", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2047425, | |
| -33.8710282 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "NUMBER 1 EXPRESSO BAR", | |
| "ConState": "NSW", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2047425, | |
| "ConAddressline1": "3/1 Market St", | |
| "ConDPOIId": "9816936294", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.8710282, | |
| "ConSE_Number": "9793580515", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2047425, | |
| -33.8710282 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "PLATOS ON PYRMONT", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2047425, | |
| "ConAddressline1": "Shop 1 1 Market St", | |
| "ConDPOIId": "9814374320", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9264 8535", | |
| "ConLatitude": -33.8710282, | |
| "ConSE_Number": "9791928641", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.205333, | |
| -33.870777 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "DE VINEFOOD + WINE", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConFavIcon": true, | |
| "ConLongitude": 151.205333, | |
| "ConAddressline1": "26-32 Market St", | |
| "ConDPOIId": "9816295755", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9262 6906", | |
| "ConLatitude": -33.870777, | |
| "ConSE_Number": "9793849076", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2062999, | |
| -33.8701573 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "MISSION CAFE", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2062999, | |
| "ConAddressline1": "64 York St", | |
| "ConDPOIId": "9810313446", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "0425 215 890", | |
| "ConLatitude": -33.8701573, | |
| "ConSE_Number": "9797967767", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2071664, | |
| -33.8657789 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "CASRA ARYAN & PARVIN AHMADI", | |
| "ConState": "AU", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2071664, | |
| "ConAddressline1": "301 George Street", | |
| "ConDPOIId": "9816595057", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.8657789, | |
| "ConSE_Number": "9793149378", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2071664, | |
| -33.8657789 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "DUE MONDI EXPRESS", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2071664, | |
| "ConAddressline1": "Shop G59 301 George St", | |
| "ConDPOIId": "9816835818", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9299 4339", | |
| "ConLatitude": -33.8657789, | |
| "ConSE_Number": "9793489139", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2059605, | |
| -33.8705581 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "SERIGO ESPRESSO", | |
| "ConState": "AU", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2059605, | |
| "ConAddressline1": "44 Market St", | |
| "ConDPOIId": "9814450741", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.8705581, | |
| "ConSE_Number": "9791004062", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.203614, | |
| -33.863227 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "EVEREST CAFE", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.203614, | |
| "ConAddressline1": "Shop 4 189-197 Kent St", | |
| "ConDPOIId": "9812603052", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9251 4808", | |
| "ConLatitude": -33.863227, | |
| "ConSE_Number": "9799257373", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2076793, | |
| -33.8684426 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "VIVO CAFE", | |
| "ConState": "NSW", | |
| "ConSubCategory": "Restaurant", | |
| "ConFavIcon": true, | |
| "ConLongitude": 151.2076793, | |
| "ConAddressline1": "388 George St", | |
| "ConDPOIId": "9814484526", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9221 1169", | |
| "ConLatitude": -33.8684426, | |
| "ConSE_Number": "9791038847", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2076556, | |
| -33.8662903 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "THE CUPCAKE BAKERY", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2076556, | |
| "ConAddressline1": "320b George St", | |
| "ConDPOIId": "9810390496", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.8662903, | |
| "ConSE_Number": "9797944717", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.206758, | |
| -33.864726 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "SUNSHINE GLOBAL INVESTMENT", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.206758, | |
| "ConAddressline1": "60 Margaret St", | |
| "ConDPOIId": "9816903721", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "0414 815 359", | |
| "ConLatitude": -33.864726, | |
| "ConSE_Number": "9793557042", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.20701, | |
| -33.8648985 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "JANUS", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.20701, | |
| "ConAddressline1": "Shop 19 273 George St", | |
| "ConDPOIId": "9813539554", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9247 2614", | |
| "ConLatitude": -33.8648985, | |
| "ConSE_Number": "9790183875", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.20701, | |
| -33.8648985 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "ZENSOR", | |
| "ConState": "001", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.20701, | |
| "ConAddressline1": "Ground Floor 16b", | |
| "ConAddressline2": "273 George St", | |
| "ConDPOIId": "9818137725", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConLatitude": -33.8648985, | |
| "ConSE_Number": "9795781046", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.1973238, | |
| -33.8668166 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "LUMI BAR & DINING", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.1973238, | |
| "ConAddressline1": "56 Pirrama Rd", | |
| "ConDPOIId": "9815764000", | |
| "ConCity": "Pyrmont", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "0413 352 314", | |
| "ConLatitude": -33.8668166, | |
| "ConSE_Number": "9792318321", | |
| "ConZipPostalCode": "2009" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.207839, | |
| -33.865964 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "SOUL ORIGIN", | |
| "ConState": "NSW", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.207839, | |
| "ConAddressline1": "House 1 7 Hunter St", | |
| "ConDPOIId": "9816391131", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.865964, | |
| "ConSE_Number": "9793945452", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2080613, | |
| -33.8666353 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "BAR CUPOLA AT ANGEL", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConFavIcon": true, | |
| "ConLongitude": 151.2080613, | |
| "ConAddressline1": "123 Pitt St", | |
| "ConDPOIId": "9813494229", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9221 3377", | |
| "ConLatitude": -33.8666353, | |
| "ConSE_Number": "9790048540", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.197497, | |
| -33.869169 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "TANGO ESPRESSO", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.197497, | |
| "ConAddressline1": "Shop 3 1-27 Murray St", | |
| "ConDPOIId": "9812242461", | |
| "ConCity": "Pyrmont", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9571 8999", | |
| "ConLatitude": -33.869169, | |
| "ConSE_Number": "9799896782", | |
| "ConZipPostalCode": "2009" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2057649, | |
| -33.8712314 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConBKnownFor": "Date night? Kabuki Shoroku's hushed dining room is perfect for a Japanese encounter with your beloved. Artful CBD dining.", | |
| "ConName": "KABUKI SHOROKU", | |
| "ConState": "AU", | |
| "ConSubCategory": "Cuisine", | |
| "ConFavIcon": true, | |
| "ConLongitude": 151.2057649, | |
| "ConAddressline1": "Ground Floor", | |
| "ConAddressline2": "202 Clarence St", | |
| "ConDPOIId": "9814635037", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConLatitude": -33.8712314, | |
| "ConSE_Number": "9791289358", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2076488, | |
| -33.8694487 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "J&P BUSINESS", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2076488, | |
| "ConAddressline1": "Shop 18", | |
| "ConAddressline2": "Strand Arcade", | |
| "ConDPOIId": "9812242578", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9231 0472", | |
| "ConLatitude": -33.8694487, | |
| "ConSE_Number": "9799896899", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2082813, | |
| -33.8673946 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "GUZMAN Y GOMEZ", | |
| "ConState": "NSW", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2082813, | |
| "ConAddressline1": "14 Martin Pl", | |
| "ConDPOIId": "9812099715", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.8673946, | |
| "ConSE_Number": "9799643036", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.206856, | |
| -33.864244 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "ESPRESSO BARBETTI", | |
| "ConState": "AU", | |
| "ConSubCategory": "Restaurant", | |
| "ConFavIcon": true, | |
| "ConLongitude": 151.206856, | |
| "ConAddressline1": "Level 2 18-32 Jamison St", | |
| "ConDPOIId": "9816849290", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConLatitude": -33.864244, | |
| "ConSE_Number": "9793493511", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.207144, | |
| -33.864486 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "COLEVE", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.207144, | |
| "ConAddressline1": "261 George St", | |
| "ConDPOIId": "9815578667", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "0430 247 488", | |
| "ConLatitude": -33.864486, | |
| "ConSE_Number": "9792122988", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2079239, | |
| -33.8655694 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "PICCOLOME", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2079239, | |
| "ConAddressline1": "9-13 Hunter St", | |
| "ConDPOIId": "9810382962", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "0404 089 289", | |
| "ConLatitude": -33.8655694, | |
| "ConSE_Number": "9797936283", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.208038, | |
| -33.865776 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "PIES & COFFEE", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.208038, | |
| "ConAddressline1": "15 Hunter St", | |
| "ConDPOIId": "9810746946", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "0404 556 700", | |
| "ConLatitude": -33.865776, | |
| "ConSE_Number": "9797390267", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2082941, | |
| -33.8683559 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "SOHO ESPRESSO CBD", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2082941, | |
| "ConAddressline1": "175 Pitt St", | |
| "ConDPOIId": "9810519450", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9232 0027", | |
| "ConLatitude": -33.8683559, | |
| "ConSE_Number": "9797163771", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.208246, | |
| -33.866221 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "HUNGRY HUNTER", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.208246, | |
| "ConAddressline1": "Shop 1213 109 Pitt St", | |
| "ConDPOIId": "9810393133", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9221 1773", | |
| "ConLatitude": -33.866221, | |
| "ConSE_Number": "9797947454", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.208246, | |
| -33.866221 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "PIE FACE 109 PITT STREET", | |
| "ConState": "NSW", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.208246, | |
| "ConAddressline1": "109 Pitt St", | |
| "ConDPOIId": "9814555243", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9232 6924", | |
| "ConLatitude": -33.866221, | |
| "ConSE_Number": "9791109564", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.197892, | |
| -33.870353 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "AEGEAN BLU", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.197892, | |
| "ConAddressline1": "Shop 1", | |
| "ConAddressline2": "50 Murray St", | |
| "ConDPOIId": "9813497257", | |
| "ConCity": "Pyrmont", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "0415 246 982", | |
| "ConLatitude": -33.870353, | |
| "ConSE_Number": "9790041578", | |
| "ConZipPostalCode": "2009" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.197892, | |
| -33.870353 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "T P ENTERPRISES", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.197892, | |
| "ConAddressline1": "Shop 1", | |
| "ConAddressline2": "50 Murray St", | |
| "ConDPOIId": "9810307813", | |
| "ConCity": "Pyrmont", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9211 7171", | |
| "ConLatitude": -33.870353, | |
| "ConSE_Number": "9797951134", | |
| "ConZipPostalCode": "2009" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.197414, | |
| -33.869745 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "LEMONGRASS TAKRAI", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.197414, | |
| "ConAddressline1": "86 Union St", | |
| "ConDPOIId": "9813354084", | |
| "ConCity": "Pyrmont", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9552 2558", | |
| "ConLatitude": -33.869745, | |
| "ConSE_Number": "9790908305", | |
| "ConZipPostalCode": "2009" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.208012, | |
| -33.865364 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConZipPostalCode": "2000", | |
| "ConName": "THE LANE", | |
| "ConSE_Number": "9791154768", | |
| "ConFavIcon": true, | |
| "ConLongitude": 151.208012, | |
| "ConAddressline1": "Shop 3 20 Hunter St", | |
| "ConMerchantEmail": "[email protected]", | |
| "ConDPOIId": "9814500447", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConstrFBLikeMerchantURL": "TheLaneSydney", | |
| "ConphoneNumber": "02 9233 3242", | |
| "ConLatitude": -33.865364, | |
| "ConMerchantURL": "http://www.thelanesydney.com.au", | |
| "ConSubCategory": "Cuisine", | |
| "ConState": "NEW SOUTH WALES" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.1979889, | |
| -33.870532 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "THE LITTLE SNAIL", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.1979889, | |
| "ConAddressline1": "50 Murray St", | |
| "ConDPOIId": "9811715741", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9212 7512", | |
| "ConLatitude": -33.870532, | |
| "ConSE_Number": "9798369062", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.1979889, | |
| -33.870532 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "THE LITTLE SNAIL RESTAURANT", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.1979889, | |
| "ConAddressline1": "50 Murray St", | |
| "ConDPOIId": "9815285089", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9212 7512", | |
| "ConLatitude": -33.870532, | |
| "ConSE_Number": "9792839300", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2077935, | |
| -33.8649228 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "SABBABA MET LINK", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2077935, | |
| "ConAddressline1": "273 George St", | |
| "ConDPOIId": "9813725152", | |
| "ConCity": "Sydney", | |
| "ConZipPostalCode": "2000", | |
| "ConLatitude": -33.8649228, | |
| "ConSE_Number": "9790379473", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2077935, | |
| -33.8649228 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "BAKERS DELIGHT", | |
| "ConState": "NSW", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.2077935, | |
| "ConAddressline1": "114/273 George St", | |
| "ConDPOIId": "9814141795", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9251 7333", | |
| "ConLatitude": -33.8649228, | |
| "ConSE_Number": "9791795016", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.207488, | |
| -33.870354 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "A LA TURKO", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.207488, | |
| "ConAddressline1": "Shop 25 432-450 George St", | |
| "ConDPOIId": "9810942519", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 9723 0300", | |
| "ConLatitude": -33.870354, | |
| "ConSE_Number": "9797596830", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.2055233, | |
| -33.871809 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "TEASER", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.2055233, | |
| "ConAddressline1": "Unit 3 259-261 Clarence St", | |
| "ConDPOIId": "9811812852", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "0457 478 065", | |
| "ConLatitude": -33.871809, | |
| "ConSE_Number": "9798466173", | |
| "ConZipPostalCode": "2000" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.1968341, | |
| -33.8687964 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "JEMALEI", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Restaurant", | |
| "ConLongitude": 151.1968341, | |
| "ConAddressline1": "65 Pirrama Rd", | |
| "ConDPOIId": "9818226353", | |
| "ConCity": "Pyrmont", | |
| "ConZipPostalCode": "2009", | |
| "ConLatitude": -33.8687964, | |
| "ConSE_Number": "9795870674", | |
| "ConCategory": "Dining" | |
| } | |
| }, | |
| { | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 151.205838, | |
| -33.871695 | |
| ] | |
| }, | |
| "type": "Feature", | |
| "properties": { | |
| "ConName": "MANGO", | |
| "ConState": "NEW SOUTH WALES", | |
| "ConSubCategory": "Cuisine", | |
| "ConLongitude": 151.205838, | |
| "ConAddressline1": "Ground Floor 204 Clarence St", | |
| "ConDPOIId": "9819747615", | |
| "ConCity": "Sydney", | |
| "ConCategory": "Dining", | |
| "ConphoneNumber": "02 8065 8118", | |
| "ConLatitude": -33.871695, | |
| "ConSE_Number": "9796391936", | |
| "ConZipPostalCode": "2000" | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment