From 078245f7bd8c5ae99c0bba4ba254a2a4349ff0f4 Mon Sep 17 00:00:00 2001 From: m3ultra Date: Thu, 16 Jul 2026 19:30:50 +1000 Subject: [PATCH] =?UTF-8?q?Lane=20E=20R20=20(v4.0-beta):=20the=20density?= =?UTF-8?q?=20widening=20=E2=80=94=20widened=20fetch,=205=20caches=20re-em?= =?UTF-8?q?itted,=20towns=20index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ledger #2 (E's half), built to C's LANE_C_PUB §6 table under John's SUBTLE directive. - Widened fetch: C's tasteful staple list (shop=* + amenity=cafe per C's dagger note), mapped through C's copy-paste table onto EXISTING registry types (no new archetypes). Guardrails honoured: no vehicle/fuel/funeral/storage/industrial, no pure services. New raw snapshot per town (the fetcher auto-refetches when the class list changes -- query recorded in each snapshot), committed like the first. - SUBTLE by construction: secondhand HEROES never subsampled; texture capped at 3x heroes (top of C's ~2-3x band), over-cap towns seed-subsampled deterministically (sha256(townKey:osmId)) with every drop counted in counts.textureDropped. Result 3.0x in all five: katoomba 20+60 (-4), newtown 18+54 (-156), fremantle 20+60 (-81), bendigo 9+27 (-81), castlemaine 6+18 (-43). Density 6-21 -> 24-80 shops (3-4x). - web/assets/towns/index.json (new, E-owned): {schema, generated, license, attribution, towns[{key, town, state, shops, roads}]} -- B's selector can drop the REAL_TOWNS hardcode (hud.js:11). - Deterministic (byte-identical re-run, 0 re-fetch). ODbL: SOURCES.md + per-cache license/attribution. -> Lane A (absorb pass): (1) 10 expected golden re-pins -- the widening moves every real town's base+gig golden (designed E->A handoff); synthetic 0x3fa36874 UNMOVED, fixtures frozen. (2) SEAM: index.json trips selfcheck's town glob (selfcheck.js:467 takes every top-level towns/*.json as a cache) -- one-line fix in your file: .filter(f => f.endsWith('.json') && f !== 'index.json'). Didn't touch selfcheck.js (yours, you're mid-round in it); Fable spec'd the index at this path so the path stays. -> Lane C: kept video_games -> video (absent from your §6 table; was already shipping as video pre-widening, so the fallback would have regressed it to opshop). Same family, same target -- flagging for your table. Co-Authored-By: Claude Opus 4.8 --- docs/LANES/LANE_E_NOTES.md | 49 + pipeline/build_towns.py | 131 +- web/assets/towns/SOURCES.md | 29 +- .../towns/_raw/bendigo_real.overpass.json | 2626 +++++++++++- .../towns/_raw/castlemaine_real.overpass.json | 819 +++- .../towns/_raw/fremantle_real.overpass.json | 2060 ++++++++- .../towns/_raw/katoomba_real.overpass.json | 1045 ++++- .../towns/_raw/newtown_real.overpass.json | 3794 ++++++++++++++++- web/assets/towns/bendigo_real.json | 223 +- web/assets/towns/castlemaine_real.json | 163 +- web/assets/towns/fremantle_real.json | 491 ++- web/assets/towns/index.json | 43 + web/assets/towns/katoomba_real.json | 487 ++- web/assets/towns/newtown_real.json | 445 +- 14 files changed, 12340 insertions(+), 65 deletions(-) create mode 100644 web/assets/towns/index.json diff --git a/docs/LANES/LANE_E_NOTES.md b/docs/LANES/LANE_E_NOTES.md index 5eafc49..44766c7 100644 --- a/docs/LANES/LANE_E_NOTES.md +++ b/docs/LANES/LANE_E_NOTES.md @@ -1,5 +1,54 @@ # LANE E — cross-lane notes +## Round 20 — v4.0-beta THE FIVE TOWNS: the density widening ⟨v4-beta⟩ + +> Ledger #2, E's half — built to **C's LANE_C_PUB §6 table** under **John's SUBTLE directive** +> ("texture, not takeover"). Widened fetch → re-emitted 5 caches → `towns/index.json`. +> → **Lane A: caches re-emitted, densities are yours to absorb + re-pin** (see the two flags below). +> → **Lane B: `index.json` is live — drop the `REAL_TOWNS` hardcode in `hud.js:11`.** + +**The widening.** `build_towns.py` now fetches C's tasteful staple list (`shop=*` + `amenity=cafe`, +per C's †) and maps every class through C's copy-paste table onto **existing** registry types — no new +archetypes. Guardrails honoured: **no** vehicle/tyres/fuel, funeral, storage, industrial, or pure +services (hairdresser/beauty/bank/laundry/estate_agent). Raw is a **new snapshot** (the fetcher +auto-refetches when the class list changes — the query is recorded in each snapshot, so nobody has to +remember `--refetch`), committed like the first. Deterministic: same raw → byte-identical cache. + +**SUBTLE, enforced by construction.** The secondhand **heroes are never subsampled** (they're the +game). Texture is capped at **3× the hero count** (the top of C's ~2–3× band — keeps the town alive +without letting retail take over); over-cap towns are **seed-subsampled deterministically** +(`sha256(townKey:osmId)` rank — stable across rebuilds so A's goldens hold) and **every drop counted** +in `counts.textureDropped`: + +| town | heroes | texture | ratio | dropped | total | shop mix | +|---|---|---|---|---|---|---| +| katoomba_real | 20 | 60 | 3.0× | 4 | **80** | milkbar 33 · dept 22 · opshop 13 · stall 5 · book 4 · record 2 · video 1 | +| newtown_real | 18 | 54 | 3.0× | 156 | **72** | milkbar 30 · dept 21 · opshop 6 · record 5 · book 4 · stall 3 · toy 2 · video 1 | +| fremantle_real | 20 | 60 | 3.0× | 81 | **80** | milkbar 43 · dept 16 · opshop 9 · book 5 · toy 2 · video 2 · pawn 1 · record 1 · stall 1 | +| bendigo_real | 9 | 27 | 3.0× | 81 | **36** | milkbar 14 · dept 12 · opshop 3 · book 3 · stall 1 · record 1 · video 1 · pawn 1 | +| castlemaine_real | 6 | 18 | 3.0× | 43 | **24** | milkbar 9 · dept 6 · opshop 4 · stall 3 · book 2 | + +Density is now **3–4× pre-widening** (6–21 → 24–80 shops) — inside the ledger's 3–6× expectation for A. +Katoomba reads right: the op shops (Cancer Help, Tanglecare, Cat Defence, Red Shield) still anchor the +strip, now with The Hatters Cafe, Blue Mountains Chocolate Co, K Hub and Bunnings as texture around them. + +**`web/assets/towns/index.json`** (new, E-owned): `{schema:"procity-towns-index/1", generated, license, +attribution, towns:[{key, town, state, shops, roads}]}` — 5 towns, built from every cache on disk. + +### ⚠ Two flags for Lane A (both land in your absorb pass) +1. **10 expected golden re-pins** — the widening moves every real town's base + gig golden (5 × 2). + That's the designed E→A handoff (ledger #2). **Synthetic `0x3fa36874` is UNMOVED**; fixtures frozen. +2. **`index.json` trips selfcheck's town glob** (a real seam — `selfcheck.js:467` takes *every* + top-level `towns/*.json` as a cache, so the index validates as a town and fails). **One-line fix in + your file:** `.filter(f => f.endsWith('.json') && f !== 'index.json')`. I didn't touch `selfcheck.js` + — it's yours and you're mid-round in it. Fable spec'd the index at this path (ledger #2/#5, B reads + it there), so the path stays; the glob is what needs to learn about it. + +### → Lane C (one-line map addition) +`video_games` wasn't in your §6 table (you listed `video`/`games` → `video`). It was already shipping as +`video` pre-widening, so I kept **`video_games` → `video`** rather than regress those shops to `opshop` +via the fallback. Same family, same target — flagging so your table and my emit stay the one truth. + ## Round 18 — v4.0-alpha REAL ROADS: the road-geometry fetch ⟨v4-alpha⟩ > Ledger #3 — E fetches the real street geometry; A's lift builds the CityPlan graph from it. diff --git a/pipeline/build_towns.py b/pipeline/build_towns.py index 31d6e3a..4e2d6e7 100644 --- a/pipeline/build_towns.py +++ b/pipeline/build_towns.py @@ -17,7 +17,7 @@ attribution ships IN every cache (`license`/`attribution`) + `SOURCES.md`. Hours registry supplies them at plan time (contract shop = {id,name,type,lat,lon,suburb}). Overpass is an outward-facing fetch (John-authorized scout, once per town, raw cached). """ -import os, sys, json, re, math, time, datetime, urllib.request, urllib.parse, urllib.error +import os, sys, json, re, math, time, datetime, hashlib, urllib.request, urllib.parse, urllib.error ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) TOWNS_DIR = os.path.join(ROOT, "web", "assets", "towns") @@ -28,20 +28,55 @@ UA = "PROCITY-townscout/0.1 (real-map scout; OpenStreetMap ODbL data)" # Compact real AU towns: center (lat,lon) + query box span (km). `katoomba_real` is the fixture # comparison (vs the hand-made `katoomba` in osm_fixture.js). Spans kept tight so each is ONE town. TOWNS = { - "katoomba_real": {"town": "Katoomba", "center": (-33.7145, 150.3120), "span_km": 3.0}, - "newtown_real": {"town": "Newtown", "center": (-33.8985, 151.1790), "span_km": 2.6}, - "fremantle_real": {"town": "Fremantle", "center": (-32.0555, 115.7480), "span_km": 2.6}, - "bendigo_real": {"town": "Bendigo", "center": (-36.7580, 144.2810), "span_km": 3.4}, - "castlemaine_real": {"town": "Castlemaine", "center": (-37.0640, 144.2170), "span_km": 3.0}, + "katoomba_real": {"town": "Katoomba", "state": "NSW", "center": (-33.7145, 150.3120), "span_km": 3.0}, + "newtown_real": {"town": "Newtown", "state": "NSW", "center": (-33.8985, 151.1790), "span_km": 2.6}, + "fremantle_real": {"town": "Fremantle", "state": "WA", "center": (-32.0555, 115.7480), "span_km": 2.6}, + "bendigo_real": {"town": "Bendigo", "state": "VIC", "center": (-36.7580, 144.2810), "span_km": 3.4}, + "castlemaine_real": {"town": "Castlemaine", "state": "VIC", "center": (-37.0640, 144.2170), "span_km": 3.0}, } -# OSM shop tags we scout (on-theme: the game's secondhand/media/hobby world) → registry SHOP_TYPE. -SHOP_RE = "charity|second_hand|music|antiques|books|toys|games|video_games|pawnbroker" -TYPE_MAP = { - "books": "book", "music": "record", "toys": "toy", "games": "toy", - "video_games": "video", "video": "video", "pawnbroker": "pawn", - "charity": "opshop", "second_hand": "opshop", "antiques": "opshop", +# ── the class list (v4.0-beta, ROUND20 ledger #2 — C's LANE_C_PUB §6 table, John's SUBTLE directive) ── +# HEROES = the secondhand shops (they ARE the game) — never subsampled. TEXTURE = the everyday +# main-street staples a real AU town has (bakery/cafe/chemist/newsagent/clothes/…). Tasteful staples +# ONLY per C's guardrail: no vehicle/tyres/fuel, funeral, storage, industrial, and no pure services +# the player never browses (hairdresser/beauty/travel_agency/bank/laundry/estate_agent). +HERO_CLASSES = {"charity", "second_hand", "antiques", "vintage", "books", "bookshop", + "music", "video", "games", "video_games", "pawnbroker", "toys"} +TEXTURE_CLASSES = { + "bakery", "cafe", "confectionery", "pastry", "chocolate", "deli", "delicatessen", "butcher", + "cheese", "coffee", "tea", "convenience", "kiosk", "general", "dairy", "newsagent", "stationery", + "chemist", "pharmacy", "cosmetics", "perfumery", "clothes", "fashion", "boutique", "shoes", "bag", + "jewelry", "jewellery", "department_store", "variety_store", "supermarket", "hardware", + "doityourself", "trade", "electronics", "mobile_phone", "furniture", "houseware", "homeware", + "greengrocer", "florist", "farm", "garden_centre", } +AMENITY_CLASSES = {"cafe"} # C's †: cafe is amenity=*, not shop=* +SHOP_CLASSES = (HERO_CLASSES | TEXTURE_CLASSES) - AMENITY_CLASSES + +# C's copy-paste map (LANE_C_PUB §6). Every target is an EXISTING registry type — no new archetypes. +# (+ `video_games`→video: C listed video/games→video; video_games is the same family and was already +# shipping as `video` pre-widening — kept so those shops don't regress to opshop. Flagged to C.) +TYPE_MAP = { + "charity": "opshop", "second_hand": "opshop", "antiques": "opshop", "vintage": "opshop", + "books": "book", "bookshop": "book", "music": "record", "video": "video", "games": "video", + "video_games": "video", "pawnbroker": "pawn", "toys": "toy", + "bakery": "milkbar", "cafe": "milkbar", "confectionery": "milkbar", "pastry": "milkbar", + "chocolate": "milkbar", "deli": "milkbar", "delicatessen": "milkbar", "butcher": "milkbar", + "cheese": "milkbar", "coffee": "milkbar", "tea": "milkbar", "convenience": "milkbar", + "kiosk": "milkbar", "general": "milkbar", "dairy": "milkbar", "newsagent": "milkbar", + "stationery": "milkbar", "chemist": "milkbar", "pharmacy": "milkbar", "cosmetics": "milkbar", + "perfumery": "milkbar", + "clothes": "dept", "fashion": "dept", "boutique": "dept", "shoes": "dept", "bag": "dept", + "jewelry": "dept", "jewellery": "dept", "department_store": "dept", "variety_store": "dept", + "supermarket": "dept", "hardware": "dept", "doityourself": "dept", "trade": "dept", + "electronics": "dept", "mobile_phone": "dept", "furniture": "dept", "houseware": "dept", + "homeware": "dept", + "greengrocer": "stall", "florist": "stall", "farm": "stall", "garden_centre": "stall", +} +# John's directive: texture, not takeover. If a town's general retail would drown the secondhand +# strip, seed-subsample the TEXTURE classes toward C's ~2–3× band; heroes are never touched and +# every drop is counted (counts.textureDropped). +TEXTURE_CAP = 3.0 # ── roads[] (schema v2, ROUND18 REAL ROADS) ───────────────────────────────────────────────────── # We FETCH every OSM highway tier A's ROAD_KIND maps (→ raw cache, full provenance / beta-ready) but @@ -114,18 +149,27 @@ def overpass_post(q): time.sleep(wait) +def shops_query(bb): + box = f'{bb["minLat"]:.5f},{bb["minLon"]:.5f},{bb["maxLat"]:.5f},{bb["maxLon"]:.5f}' + return (f'[out:json][timeout:180];(' + f'nwr["shop"~"^({"|".join(sorted(SHOP_CLASSES))})$"]["name"]({box});' + f'nwr["amenity"~"^({"|".join(sorted(AMENITY_CLASSES))})$"]["name"]({box});' + f');out center;') + + def fetch_raw(key, bb, refetch): - """Return the raw Overpass elements list, cached in-repo so re-runs never re-fetch.""" + """Raw Overpass elements, cached in-repo so re-runs never re-fetch. Auto-refetches when the CLASS + LIST changes (each snapshot records its query) — that's how the R20 widening lands as a NEW raw + snapshot without anyone remembering --refetch.""" os.makedirs(RAW_DIR, exist_ok=True) path = os.path.join(RAW_DIR, key + ".overpass.json") + q = shops_query(bb) if os.path.exists(path) and not refetch: w = json.load(open(path)) - return w["elements"], w.get("fetchedAt") - q = (f'[out:json][timeout:120];' - f'nwr["shop"~"^({SHOP_RE})$"]["name"]' - f'({bb["minLat"]:.5f},{bb["minLon"]:.5f},{bb["maxLat"]:.5f},{bb["maxLon"]:.5f});' - f'out center;') - print(f" [{key}] fetching Overpass (bounded {bb['minLat']:.3f},{bb['minLon']:.3f} … {bb['maxLat']:.3f},{bb['maxLon']:.3f})") + if w.get("query") == q: + return w["elements"], w.get("fetchedAt") + print(f" [{key}] class list changed → new raw snapshot") + print(f" [{key}] fetching Overpass shops (widened, bounded)") els = overpass_post(q) fetched = datetime.date.today().isoformat() json.dump({"fetchedAt": fetched, "endpoint": OVERPASS, "query": q, "bbox": bb, "elements": els}, @@ -178,7 +222,7 @@ def process(key, cfg, els, fetched, roads=None): rows, seen = [], set() for el in els: t = el.get("tags", {}) - name, osm_shop = t.get("name"), t.get("shop") + name, osm_shop = t.get("name"), (t.get("shop") or t.get("amenity")) # cafe rides amenity=* lat = el.get("lat", el.get("center", {}).get("lat")) lon = el.get("lon", el.get("center", {}).get("lon")) if not (name and osm_shop and isinstance(lat, (int, float)) and isinstance(lon, (int, float))): @@ -206,9 +250,24 @@ def process(key, cfg, els, fetched, roads=None): continue seen2.add(k2) shops.append({"id": r["id"], "name": pname, "type": TYPE_MAP.get(r["osm"], "opshop"), - "lat": round(r["lat"], 6), "lon": round(r["lon"], 6), "suburb": r["suburb"]}) + "lat": round(r["lat"], 6), "lon": round(r["lon"], 6), "suburb": r["suburb"], + "_osm": r["osm"]}) + # ── SUBTLE (John's directive): texture, not takeover ──────────────────────────────────────── + # The secondhand HEROES are never subsampled — they're the game. If a town's general retail would + # drown the strip, seed-subsample the TEXTURE toward C's ~2–3× band (deterministic: rank by + # sha256(townKey:osmId), keep the top `cap`) and COUNT the drops like every other drop. + heroes = [s for s in shops if s["_osm"] in HERO_CLASSES] + texture = [s for s in shops if s["_osm"] not in HERO_CLASSES] + cap, dropped = int(round(TEXTURE_CAP * len(heroes))), 0 + if len(texture) > cap: + texture.sort(key=lambda s: hashlib.sha256(f"{key}:{s['id']}".encode()).hexdigest()) + dropped, texture = len(texture) - cap, texture[:cap] + shops = sorted(heroes + texture, key=lambda s: s["id"]) # deterministic emit order + for s in shops: + s.pop("_osm", None) bb = bbox(center, cfg["span_km"]) - counts = {"raw": len(els), "shops": len(shops)} + counts = {"raw": len(els), "shops": len(shops), "heroes": len(heroes), + "texture": len(texture), "textureDropped": dropped} cache = { "schema": "procity-town-cache/2" if roads else "procity-town-cache/1", "key": key, "town": cfg["town"], "source": "osm", @@ -257,16 +316,30 @@ def main(): kept.append(key) else: dropped.append((key, n, sp)) - rstr = "" - if roads is not None: - rk = {} - for r in roads: - rk[r["kind"]] = rk.get(r["kind"], 0) + 1 - rstr = f" roads={len(roads)} {dict(sorted(rk.items(), key=lambda x: -x[1]))}" - print(f" {'OK ' if ok else 'LOW'} {key:16} shops={n:>3} span={sp:.2f}km {dict(sorted(types.items()))}{rstr}") + c = cache["counts"] + sub = f" −{c['textureDropped']} subsampled" if c.get("textureDropped") else "" + print(f" {'OK ' if ok else 'LOW'} {key:16} shops={n:>3} (heroes {c['heroes']:>2} + texture " + f"{c['texture']:>3}{sub}) roads={len(roads or [])!s:>4} {dict(sorted(types.items()))}") print(f"\nBUILT {len(kept)} town cache(s) → web/assets/towns/: {', '.join(kept)}") if dropped: print(f"DROPPED (< 6 shops or span ≥ 5 km): {dropped}") + write_index() + + +def write_index(): + """web/assets/towns/index.json (ROUND20 ledger #2) — B's selector derives the town list from this + instead of hardcoding REAL_TOWNS. Built from every cache on disk, not just this run.""" + towns = [] + for f in sorted(x for x in os.listdir(TOWNS_DIR) if x.endswith(".json") and x != "index.json"): + c = json.load(open(os.path.join(TOWNS_DIR, f))) + k = c.get("key", f[:-5]) + towns.append({"key": k, "town": c.get("town", k), "state": TOWNS.get(k, {}).get("state", ""), + "shops": len(c.get("shops", [])), "roads": bool(c.get("roads"))}) + idx = {"schema": "procity-towns-index/1", "generated": datetime.date.today().isoformat(), + "license": "ODbL 1.0", "attribution": "© OpenStreetMap contributors", "towns": towns} + json.dump(idx, open(os.path.join(TOWNS_DIR, "index.json"), "w"), indent=1) + print(f"INDEX → web/assets/towns/index.json ({len(towns)} towns: " + f"{', '.join(t['key'] for t in towns)})") if __name__ == "__main__": diff --git a/web/assets/towns/SOURCES.md b/web/assets/towns/SOURCES.md index 7434354..366326c 100644 --- a/web/assets/towns/SOURCES.md +++ b/web/assets/towns/SOURCES.md @@ -17,13 +17,30 @@ the "© OpenStreetMap contributors (ODbL)" credit visible. ## Provenance table -| cache | town | source | licence | fetched | shops | raw response | +Shop counts are post-widening (v4.0-beta); `index.json` is the machine-readable roster. + +| cache | town | source | licence | fetched | shops (heroes+texture) | raw response | |---|---|---|---|---|---|---| -| `katoomba_real.json` | Katoomba, NSW | OSM Overpass (bounded) | ODbL 1.0 | 2026-07-16 | 20 | `_raw/katoomba_real.overpass.json` | -| `newtown_real.json` | Newtown, Sydney NSW | OSM Overpass (bounded) | ODbL 1.0 | 2026-07-16 | 18 | `_raw/newtown_real.overpass.json` | -| `fremantle_real.json` | Fremantle, WA | OSM Overpass (bounded) | ODbL 1.0 | 2026-07-16 | 21 | `_raw/fremantle_real.overpass.json` | -| `bendigo_real.json` | Bendigo, VIC | OSM Overpass (bounded) | ODbL 1.0 | 2026-07-16 | 9 | `_raw/bendigo_real.overpass.json` | -| `castlemaine_real.json` | Castlemaine, VIC | OSM Overpass (bounded) | ODbL 1.0 | 2026-07-16 | 6 | `_raw/castlemaine_real.overpass.json` | +| `katoomba_real.json` | Katoomba, NSW | OSM Overpass (bounded) | ODbL 1.0 | 2026-07-16 | 80 (20+60) | `_raw/katoomba_real.overpass.json` | +| `newtown_real.json` | Newtown, Sydney NSW | OSM Overpass (bounded) | ODbL 1.0 | 2026-07-16 | 72 (18+54) | `_raw/newtown_real.overpass.json` | +| `fremantle_real.json` | Fremantle, WA | OSM Overpass (bounded) | ODbL 1.0 | 2026-07-16 | 80 (20+60) | `_raw/fremantle_real.overpass.json` | +| `bendigo_real.json` | Bendigo, VIC | OSM Overpass (bounded) | ODbL 1.0 | 2026-07-16 | 36 (9+27) | `_raw/bendigo_real.overpass.json` | +| `castlemaine_real.json` | Castlemaine, VIC | OSM Overpass (bounded) | ODbL 1.0 | 2026-07-16 | 24 (6+18) | `_raw/castlemaine_real.overpass.json` | + +## The density widening (v4.0-beta, ROUND20 ledger #2) + +The fetch covers the **secondhand heroes** plus the everyday main-street **texture** (bakery/cafe/deli/ +newsagent/chemist/clothes/hardware/greengrocer/…), mapped to existing registry types per **C's +LANE_C_PUB §6** table. Tasteful staples only — no vehicle/fuel, funeral, storage, industrial, or pure +services. `cafe` rides `amenity=*`; everything else is `shop=*`. Per John's **subtle** directive the +heroes are **never** subsampled and texture is capped at **3× the hero count** (deterministic +`sha256(townKey:osmId)` rank); every drop is counted in each cache's `counts.textureDropped`. + +## `index.json` — the towns roster + +`{schema:"procity-towns-index/1", generated, license, attribution, towns:[{key, town, state, shops, +roads}]}`. Same ODbL terms as the caches. Consumers (B's selector) derive the town list from this +rather than hardcoding. ## Raw responses (`_raw/`) diff --git a/web/assets/towns/_raw/bendigo_real.overpass.json b/web/assets/towns/_raw/bendigo_real.overpass.json index 54093e7..3206839 100644 --- a/web/assets/towns/_raw/bendigo_real.overpass.json +++ b/web/assets/towns/_raw/bendigo_real.overpass.json @@ -1,7 +1,7 @@ { "fetchedAt": "2026-07-16", "endpoint": "https://overpass-api.de/api/interpreter", - "query": "[out:json][timeout:120];nwr[\"shop\"~\"^(charity|second_hand|music|antiques|books|toys|games|video_games|pawnbroker)$\"][\"name\"](-36.77332,144.26188,-36.74268,144.30012);out center;", + "query": "[out:json][timeout:180];(nwr[\"shop\"~\"^(antiques|bag|bakery|books|bookshop|boutique|butcher|charity|cheese|chemist|chocolate|clothes|coffee|confectionery|convenience|cosmetics|dairy|deli|delicatessen|department_store|doityourself|electronics|farm|fashion|florist|furniture|games|garden_centre|general|greengrocer|hardware|homeware|houseware|jewellery|jewelry|kiosk|mobile_phone|music|newsagent|pastry|pawnbroker|perfumery|pharmacy|second_hand|shoes|stationery|supermarket|tea|toys|trade|variety_store|video|video_games|vintage)$\"][\"name\"](-36.77332,144.26188,-36.74268,144.30012);nwr[\"amenity\"~\"^(cafe)$\"][\"name\"](-36.77332,144.26188,-36.74268,144.30012););out center;", "bbox": { "minLat": -36.773315315315315, "minLon": 144.26188381955436, @@ -9,6 +9,247 @@ "maxLon": 144.30011618044566 }, "elements": [ + { + "type": "node", + "id": 2268217833, + "lat": -36.7661922, + "lon": 144.2806335, + "tags": { + "brand": "Big W", + "brand:wikidata": "Q4906646", + "brand:wikipedia": "en:Big W", + "name": "Big W", + "shop": "department_store", + "website": "https://www.bigw.com.au/" + } + }, + { + "type": "node", + "id": 2268217834, + "lat": -36.7655585, + "lon": 144.2814042, + "tags": { + "brand": "Woolworths", + "brand:wikidata": "Q3249145", + "brand:wikipedia": "en:Woolworths Supermarkets", + "name": "Woolworths", + "operator": "Woolworths Group", + "operator:wikidata": "Q607272", + "shop": "supermarket", + "website": "https://www.woolworths.com.au/" + } + }, + { + "type": "node", + "id": 4952033541, + "lat": -36.7497492, + "lon": 144.2905654, + "tags": { + "amenity": "cafe", + "name": "Favourite Flavours" + } + }, + { + "type": "node", + "id": 5044621624, + "lat": -36.7554714, + "lon": 144.2647662, + "tags": { + "addr:housenumber": "46", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Eaglehawk Road", + "addr:suburb": "Ironbark", + "branch": "Bendigo", + "check_date": "2026-06-18", + "name": "The Fruit Shack", + "opening_hours": "Mo-Fr 08:30-18:00; Sa 08:30-17:30; Su 09:00-17:30", + "phone": "+61 3 5444 1600", + "shop": "supermarket" + } + }, + { + "type": "node", + "id": 5059534694, + "lat": -36.7708567, + "lon": 144.263383, + "tags": { + "addr:housenumber": "269", + "addr:street": "High Street", + "name": "Golden Square Bakery", + "phone": "+61 3 5441 5815", + "shop": "bakery" + } + }, + { + "type": "node", + "id": 5090201421, + "lat": -36.7666567, + "lon": 144.276836, + "tags": { + "addr:housenumber": "11", + "addr:postcode": "3550", + "addr:street": "Garsed Street", + "name": "Victory Op Shop", + "opening_hours": "Mo-Fr 10:00-17:00", + "phone": "+61 3 5443 5998", + "shop": "variety_store", + "website": "https://www.victorycc.com.au/op-shop" + } + }, + { + "type": "node", + "id": 6346442988, + "lat": -36.7620209, + "lon": 144.2718995, + "tags": { + "addr:housenumber": "120", + "addr:street": "High Street", + "brand": "Reece Plumbing Centre", + "brand:wikidata": "Q29025524", + "fixme": "sub shop categories for reece?", + "name": "Reece Plumbing Centre", + "shop": "trade", + "trade": "plumbing" + } + }, + { + "type": "node", + "id": 7679542557, + "lat": -36.7634913, + "lon": 144.2831013, + "tags": { + "addr:housenumber": "143", + "addr:state": "VIC", + "addr:street": "Mollison Street", + "name": "Ex Lion Tamer", + "shop": "coffee" + } + }, + { + "type": "node", + "id": 7687776109, + "lat": -36.761037, + "lon": 144.2780589, + "tags": { + "addr:housenumber": "27", + "addr:street": "Bath Lane", + "contact:facebook": "voguenature", + "contact:instagram": "voguenatureflorist", + "email": "hello@voguenature.com.au", + "name": "Vogue Nature", + "opening_hours": "Mo-Fr 09:00-17:30; Sa 10:00-15:00", + "payment:afterpay": "yes", + "payment:cash": "yes", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "payment:paypal": "yes", + "phone": "+61 3 5441 4264", + "shop": "florist", + "website": "https://voguenature.com.au/" + } + }, + { + "type": "node", + "id": 7756585874, + "lat": -36.7599758, + "lon": 144.2823127, + "tags": { + "addr:country": "AU", + "addr:housenumber": "271", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Lyttleton Terrace", + "addr:suburb": "Bendigo", + "name": "APM employment services", + "shop": "houseware" + } + }, + { + "type": "node", + "id": 7756585875, + "lat": -36.7596675, + "lon": 144.2824213, + "tags": { + "addr:country": "AU", + "addr:housenumber": "259", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Lyttleton Terrace", + "addr:suburb": "Bendigo", + "branch": "Bendigo", + "brand": "Bed Bath N' Table", + "brand:wikidata": "Q118551276", + "name": "Bed Bath N' Table", + "shop": "houseware" + } + }, + { + "type": "node", + "id": 7756585876, + "lat": -36.7597889, + "lon": 144.2823717, + "tags": { + "addr:country": "AU", + "addr:housenumber": "265", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Lyttleton Terrace", + "addr:suburb": "Bendigo", + "brand": "Provincial Home Living", + "brand:wikidata": "Q111080958", + "name": "Provincial Home Living", + "shop": "furniture" + } + }, + { + "type": "node", + "id": 7774462521, + "lat": -36.7562408, + "lon": 144.2829295, + "tags": { + "amenity": "cafe", + "name": "Hustle Coffee" + } + }, + { + "type": "node", + "id": 7816837806, + "lat": -36.7613199, + "lon": 144.2821243, + "tags": { + "addr:country": "AU", + "addr:housenumber": "295", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Lyttleton Terrace", + "addr:suburb": "Bendigo", + "addr:unit": "2", + "name": "Lollies2Go", + "shop": "confectionery", + "website": "https://lollies2go.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 7816868914, + "lat": -36.7613414, + "lon": 144.2822664, + "tags": { + "addr:country": "AU", + "addr:housenumber": "295", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Lyttleton Terrace", + "addr:suburb": "Bendigo", + "addr:unit": "6", + "name": "The Erindale Farm Butchery", + "shop": "butcher", + "website": "https://www.erindalefarmbutchery.com.au/", + "wheelchair": "yes" + } + }, { "type": "node", "id": 7816868915, @@ -27,6 +268,292 @@ "wheelchair": "yes" } }, + { + "type": "node", + "id": 7816868916, + "lat": -36.7612415, + "lon": 144.2822309, + "tags": { + "addr:country": "AU", + "addr:housenumber": "295", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Lyttleton Terrace", + "addr:suburb": "Bendigo", + "addr:unit": "3", + "brand": "Bakers Delight", + "brand:wikidata": "Q4849261", + "brand:wikipedia": "en:Bakers Delight", + "name": "Bakers Delight", + "shop": "bakery", + "website": "https://www.bakersdelight.com.au/bakery-locator/lyttleton-tce-bendigo/", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 7816868917, + "lat": -36.7613027, + "lon": 144.2819922, + "tags": { + "addr:country": "AU", + "addr:housenumber": "295", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Lyttleton Terrace", + "addr:suburb": "Bendigo", + "addr:unit": "5", + "name": "Johnny's Fruit And Veg", + "shop": "greengrocer", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 7821369718, + "lat": -36.7613296, + "lon": 144.2815764, + "tags": { + "addr:country": "AU", + "addr:housenumber": "314", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Lyttleton Terrace", + "addr:suburb": "Bendigo", + "name": "Wholefoods Kitchen", + "shop": "coffee", + "website": "https://bendigowholefoods.com.au/wholefoods-kitchen/" + } + }, + { + "type": "node", + "id": 7821369724, + "lat": -36.7610513, + "lon": 144.2815563, + "tags": { + "addr:country": "AU", + "addr:housenumber": "7", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Abott Arcade/ Lyttleton Terrace", + "addr:suburb": "Bendigo", + "name": "Diggers Clothing Co.", + "shop": "clothes", + "website": "https://diggersclothingco.com.au/" + } + }, + { + "type": "node", + "id": 7821369727, + "lat": -36.7609106, + "lon": 144.2816032, + "tags": { + "addr:country": "AU", + "addr:housenumber": "7", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Abott Arcade/ Lyttleton Terrace", + "addr:suburb": "Bendigo", + "name": "The Flower Spot Bendigo", + "shop": "florist", + "website": "https://www.theflowerspot.com.au/" + } + }, + { + "type": "node", + "id": 7828645967, + "lat": -36.760079, + "lon": 144.2817092, + "tags": { + "addr:country": "AU", + "addr:housenumber": "2", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Queen Street", + "addr:suburb": "Bendigo", + "amenity": "cafe", + "name": "Bakery Express Caffe", + "opening_hours:signed": "no" + } + }, + { + "type": "node", + "id": 7828645970, + "lat": -36.7603213, + "lon": 144.2810065, + "tags": { + "addr:country": "AU", + "addr:housenumber": "9", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Killians Walk", + "addr:suburb": "Bendigo", + "name": "Shop 12", + "shop": "clothes", + "website": "https://www.shop12bendigo.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 7828645972, + "lat": -36.7602273, + "lon": 144.2809072, + "tags": { + "addr:country": "AU", + "addr:housenumber": "15", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Killians Walk", + "addr:suburb": "Bendigo", + "name": "Stearns Showcase Jewellers", + "shop": "jewelry", + "website": "https://www.stearnsshowcase.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 7828645974, + "lat": -36.7604239, + "lon": 144.2811285, + "tags": { + "addr:country": "AU", + "addr:housenumber": "3", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Killians Walk", + "addr:suburb": "Bendigo", + "amenity": "cafe", + "name": "Gaijin Eatery", + "website": "https://www.gaijineatery.com/", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 7830781827, + "lat": -36.7597513, + "lon": 144.2803265, + "tags": { + "addr:country": "AU", + "addr:housenumber": "290", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Hargreaves Street", + "addr:suburb": "Bendigo", + "amenity": "cafe", + "brand": "Hudsons Coffee", + "brand:wikidata": "Q5929076", + "cuisine": "coffee_shop", + "name": "Hudsons Coffee", + "takeaway": "yes", + "website": "https://www.hudsonscoffee.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 7830781835, + "lat": -36.7591227, + "lon": 144.2799067, + "tags": { + "addr:country": "AU", + "addr:housenumber": "38", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Pall Mall", + "addr:suburb": "Bendigo", + "brand": "Peter Alexander", + "brand:wikidata": "Q118383240", + "name": "Peter Alexander", + "shop": "clothes", + "website": "https://www.peteralexander.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 7830781836, + "lat": -36.7591829, + "lon": 144.2799899, + "tags": { + "addr:country": "AU", + "addr:housenumber": "38", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Pall Mall", + "addr:suburb": "Bendigo", + "name": "Veronika Maine", + "shop": "clothes", + "website": "https://www.veronikamaine.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 7830781841, + "lat": -36.7596645, + "lon": 144.2812093, + "tags": { + "addr:country": "AU", + "addr:housenumber": "38", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Williamson Street", + "addr:suburb": "Bendigo", + "brand": "City Chic", + "brand:wikidata": "Q123383442", + "name": "City Chic", + "shop": "clothes", + "website": "https://www.citychic.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 7830781842, + "lat": -36.759709, + "lon": 144.2812724, + "tags": { + "addr:country": "AU", + "addr:housenumber": "40", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Williamson Street", + "addr:suburb": "Bendigo", + "name": "Taking Shape", + "shop": "clothes", + "website": "https://takingshape.com/AU/storelocator/storedetails?slug=bendigo", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 8040963189, + "lat": -36.7599743, + "lon": 144.2785985, + "tags": { + "amenity": "cafe", + "cuisine": "breakfast;coffee_shop;sandwich;tea", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "name": "Hoo-gah", + "opening_hours": "Mo-Su 09:00-14:00", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 8040964387, + "lat": -36.7600296, + "lon": 144.2786907, + "tags": { + "name": "The Plaza Lady Salon", + "shop": "clothes", + "wheelchair": "yes" + } + }, { "type": "node", "id": 8040967386, @@ -53,6 +580,96 @@ "shop": "books" } }, + { + "type": "node", + "id": 8086512918, + "lat": -36.7519738, + "lon": 144.2842222, + "tags": { + "name": "Petal Factory", + "shop": "florist" + } + }, + { + "type": "node", + "id": 8089526650, + "lat": -36.7595598, + "lon": 144.2789627, + "tags": { + "amenity": "cafe", + "name": "Magnolia Lane", + "outdoor_seating": "yes", + "smoking": "no", + "takeaway": "yes", + "wheelchair": "designated" + } + }, + { + "type": "node", + "id": 8090307856, + "lat": -36.7606065, + "lon": 144.2769836, + "tags": { + "changing_table": "no", + "clothes": "hats", + "name": "Bendigo Hat Shop", + "organic": "yes", + "second_hand": "no", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 8090344399, + "lat": -36.7599552, + "lon": 144.2783636, + "tags": { + "clothes": "denim", + "name": "Robs Jeanery", + "shop": "clothes", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 8090344401, + "lat": -36.7602678, + "lon": 144.2774945, + "tags": { + "amenity": "cafe", + "name": "Cafe Velo" + } + }, + { + "type": "node", + "id": 8090344402, + "lat": -36.7599382, + "lon": 144.2784299, + "tags": { + "name": "Zenbu", + "shop": "variety_store", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 8225386532, + "lat": -36.7611665, + "lon": 144.2792472, + "tags": { + "addr:housenumber": "339-355", + "addr:postcode": "3550", + "addr:street": "Hargreaves Street", + "branch": "Bendigo", + "brand": "JB Hi-Fi", + "brand:wikidata": "Q3310113", + "brand:wikipedia": "en:JB Hi-Fi", + "name": "JB Hi-Fi", + "phone": "+61 3 5446 5000", + "shop": "electronics", + "website": "https://www.jbhifi.com.au/" + } + }, { "type": "node", "id": 8225415317, @@ -69,6 +686,82 @@ "website": "http://batcitymusic.com.au" } }, + { + "type": "node", + "id": 8649203075, + "lat": -36.7658525, + "lon": 144.2797159, + "tags": { + "brand": "Best & Less", + "brand:wikidata": "Q4896542", + "brand:wikipedia": "en:Best & Less", + "name": "Best & Less", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 8649203076, + "lat": -36.7651628, + "lon": 144.2811777, + "tags": { + "brand": "Bakers Delight", + "brand:wikidata": "Q4849261", + "brand:wikipedia": "en:Bakers Delight", + "name": "Bakers Delight", + "shop": "bakery" + } + }, + { + "type": "node", + "id": 8649203077, + "lat": -36.765369, + "lon": 144.2802777, + "tags": { + "brand": "Just Jeans", + "brand:wikidata": "Q6316068", + "brand:wikipedia": "en:Just Group", + "clothes": "denim", + "contact:facebook": "justjeans", + "contact:instagram": "justjeans", + "name": "Just Jeans", + "phone": "+61 3 5443 4727", + "shop": "clothes", + "website": "https://justjeans.jgl.com.au/" + } + }, + { + "type": "node", + "id": 8649203078, + "lat": -36.7656688, + "lon": 144.2804656, + "tags": { + "brand": "Jay Jays", + "brand:wikidata": "Q6166759", + "brand:wikipedia": "en:Jay Jays", + "contact:facebook": "jayjays", + "contact:instagram": "jayjays", + "name": "Jay Jays", + "phone": "+61 3 5444 4471", + "shop": "clothes", + "website": "https://jayjays.jgl.com.au/" + } + }, + { + "type": "node", + "id": 8649203080, + "lat": -36.7654098, + "lon": 144.2804494, + "tags": { + "amenity": "cafe", + "brand": "Muffin Break", + "brand:wikidata": "Q16964876", + "brand:wikipedia": "en:Muffin Break", + "cuisine": "coffee_shop", + "name": "Muffin Break", + "takeaway": "yes" + } + }, { "type": "node", "id": 8649203082, @@ -82,6 +775,154 @@ "shop": "video_games" } }, + { + "type": "node", + "id": 8649203083, + "lat": -36.7654239, + "lon": 144.2808237, + "tags": { + "brand": "Telstra", + "brand:wikidata": "Q721162", + "brand:wikipedia": "en:Telstra", + "contact:facebook": "Telstra", + "contact:instagram": "telstra", + "contact:twitter": "telstra", + "name": "Telstra", + "opening_hours": "Mo-We 09:00-17:30; Th 09:00-18:00; Fr 09:00-19:00; Sa 09:00-17:00; Su 10:00-15:00", + "phone:AU": "1800 344 087", + "shop": "mobile_phone", + "website": "https://www.telstra.com.au/" + } + }, + { + "type": "node", + "id": 8649203084, + "lat": -36.7656903, + "lon": 144.2801772, + "tags": { + "brand": "The Body Shop", + "brand:wikidata": "Q837851", + "brand:wikipedia": "en:The Body Shop", + "name": "The Body Shop", + "shop": "cosmetics" + } + }, + { + "type": "node", + "id": 8649203085, + "lat": -36.7650972, + "lon": 144.2806707, + "tags": { + "brand": "Witchery", + "brand:wikidata": "Q8027909", + "brand:wikipedia": "en:Witchery (company)", + "name": "Witchery", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 8649203086, + "lat": -36.7654377, + "lon": 144.2806573, + "tags": { + "brand": "Pandora", + "brand:wikidata": "Q2241604", + "brand:wikipedia": "en:Pandora (jewelry)", + "name": "Pandora", + "shop": "jewelry" + } + }, + { + "type": "node", + "id": 9576588898, + "lat": -36.7604819, + "lon": 144.2792154, + "tags": { + "addr:housenumber": "22", + "addr:street": "Mitchell Street", + "name": "Bluebird Patisserie", + "phone": "+61 3 5441 2896", + "shop": "pastry", + "website": "https://www.bluebirdpatisserie.com/" + } + }, + { + "type": "node", + "id": 9965855774, + "lat": -36.7637813, + "lon": 144.2802937, + "tags": { + "amenity": "cafe", + "check_date": "2022-08-20", + "delivery": "no", + "name": "Awaken", + "outdoor_seating": "yes", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "smoking": "no", + "source": "local knowledge", + "takeaway": "yes" + } + }, + { + "type": "node", + "id": 11532871052, + "lat": -36.770517, + "lon": 144.2622603, + "tags": { + "name": "Proteas Direct", + "shop": "florist" + } + }, + { + "type": "node", + "id": 11794406895, + "lat": -36.7629052, + "lon": 144.2786168, + "tags": { + "amenity": "cafe", + "brand": "The Coffee Club", + "brand:wikidata": "Q7726599", + "cuisine": "coffee_shop", + "name": "The Coffee Club", + "takeaway": "yes" + } + }, + { + "type": "node", + "id": 12208346804, + "lat": -36.7614869, + "lon": 144.2724135, + "tags": { + "addr:housenumber": "110", + "addr:postcode": "3550", + "addr:street": "High Street", + "amenity": "cafe", + "name": "Altius" + } + }, + { + "type": "node", + "id": 12208348001, + "lat": -36.7633152, + "lon": 144.28319, + "tags": { + "addr:housenumber": "143", + "addr:postcode": "3550", + "addr:street": "Mollison Street", + "amenity": "cafe", + "contact:facebook": "exliontamercafe", + "contact:instagram": "exliontamercafe", + "cuisine": "breakfast", + "email": "info@nudefoodbreakfastbar.com.au", + "name": "Nude Food Breakfast Bar", + "opening_hours": "Mo-Su 07:00-14:00", + "phone": "+61 3 4432 7969", + "website": "https://nudefoodbreakfastbar.com.au", + "website:menu": "https://nudefoodbreakfastbar.com.au/menu" + } + }, { "type": "node", "id": 12421060314, @@ -103,6 +944,248 @@ "website": "https://www.cashconverters.com.au/store-locator/bendigovic" } }, + { + "type": "node", + "id": 12982186101, + "lat": -36.7653236, + "lon": 144.2807197, + "tags": { + "addr:housenumber": "116 - 120", + "addr:postcode": "3550", + "addr:street": "Mitchell Street", + "brand": "Optus", + "brand:wikidata": "Q865038", + "contact:facebook": "optus", + "contact:instagram": "optus", + "contact:twitter": "Optus", + "name": "Optus", + "opening_hours": "Mo-Fr 09:00-17:30; Sa 09:00-16:00; Su 11:00-16:00", + "phone": "+61 3 7022 8120", + "shop": "mobile_phone", + "website": "https://optus.com.au/" + } + }, + { + "type": "node", + "id": 13646365221, + "lat": -36.7578212, + "lon": 144.299039, + "tags": { + "amenity": "cafe", + "cuisine": "coffee_shop", + "name": "Coffee Co." + } + }, + { + "type": "node", + "id": 13646597047, + "lat": -36.7576337, + "lon": 144.2962897, + "tags": { + "addr:street": "Michael Street", + "brand": "Coles", + "brand:wikidata": "Q1108172", + "brand:wikipedia": "en:Coles Supermarkets", + "name": "Coles", + "opening_hours": "Mo-Su 07:00-22:00", + "operator": "Coles Group", + "operator:wikidata": "Q131937428", + "phone": "+61 3 5443 0833", + "shop": "supermarket", + "website": "https://www.coles.com.au/" + } + }, + { + "type": "node", + "id": 13646608627, + "lat": -36.7569461, + "lon": 144.2922947, + "tags": { + "brand": "Reddy Express", + "brand:wikidata": "Q5144653", + "name": "Reddy Express", + "operator:wikidata": "Q1339055", + "shop": "convenience" + } + }, + { + "type": "node", + "id": 13937629510, + "lat": -36.7628047, + "lon": 144.281672, + "tags": { + "amenity": "cafe", + "name": "Bayleaf" + } + }, + { + "type": "way", + "id": 51469190, + "center": { + "lat": -36.7669138, + "lon": 144.2651965 + }, + "nodes": [ + 657179099, + 657179104, + 11182223971, + 11182223999, + 11182223974, + 1841955375, + 11182208631, + 11182208632, + 11182223839, + 657179099 + ], + "tags": { + "addr:housenumber": "234-246", + "addr:postcode": "3555", + "addr:street": "High Street", + "branch": "Golden Square", + "brand": "Woolworths", + "brand:wikidata": "Q3249145", + "brand:wikipedia": "en:Woolworths Supermarkets", + "building": "retail", + "building:levels": "1", + "name": "Woolworths", + "opening_hours": "Mo-Su 06:30-24:00", + "operator": "Woolworths Group", + "operator:wikidata": "Q607272", + "shop": "supermarket", + "website": "https://www.woolworths.com.au/" + } + }, + { + "type": "way", + "id": 51469747, + "center": { + "lat": -36.7612657, + "lon": 144.2826422 + }, + "nodes": [ + 657241169, + 657241173, + 657241176, + 657241179, + 11922045896, + 7809423396, + 7809423405, + 7809423406, + 7809423435, + 657241185, + 7809423432, + 657241169 + ], + "tags": { + "addr:country": "AU", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Myers Street", + "addr:suburb": "Bendigo", + "branch": "Bendigo", + "brand": "Coles", + "brand:wikidata": "Q1108172", + "brand:wikipedia": "en:Coles Supermarkets", + "building": "retail", + "building:levels": "1", + "contact:facebook": "coles", + "contact:instagram": "colessupermarkets", + "name": "Coles", + "opening_hours": "Mo-Su 07:00-23:00", + "operator": "Coles Group", + "operator:wikidata": "Q131937428", + "phone": "+61 3 4448 4000", + "shop": "supermarket", + "website": "https://www.coles.com.au/find-stores/coles/vic/bendigo-638", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 158171946, + "center": { + "lat": -36.7629046, + "lon": 144.2800707 + }, + "nodes": [ + 1704048233, + 11794397551, + 11794397549, + 11794397554, + 11794397555, + 1704048231, + 11794397553, + 11794397552, + 11794397542, + 11794397543, + 1704048232, + 1704048211, + 11794397544, + 11794397547, + 11794397546, + 11794397545, + 11794397548, + 11794397550, + 1704048233 + ], + "tags": { + "branch": "Bendigo", + "brand": "Target", + "brand:wikidata": "Q7685854", + "brand:wikipedia": "en:Target Australia", + "building": "retail", + "check_date:opening_hours": "2023-05-05", + "contact:facebook": "https://www.facebook.com/targetaus", + "contact:instagram": "https://instagram.com/targetaus", + "contact:pinterest": "https://www.pinterest.com.au/targetaus", + "contact:twitter": "https://twitter.com/Targetaus", + "contact:youtube": "https://www.youtube.com/user/TargetAustralia", + "landuse": "retail", + "name": "Target", + "opening_hours": "Mo-We,Sa 09:00-19:00; Th-Fr 09:00-21:00; Su 09:00-18:00", + "phone": "+61 3 5430 3700", + "shop": "department_store", + "website": "https://www.target.com.au/store/vic/bendigo/5008" + } + }, + { + "type": "way", + "id": 274710665, + "center": { + "lat": -36.7551225, + "lon": 144.2912043 + }, + "nodes": [ + 2793926503, + 2793926510, + 9756134924, + 2793926497, + 2793926499, + 2793926498, + 2793926495, + 9756134920, + 9756134921, + 9756134922, + 9756134923, + 2793926503 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "35-37", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Charleston Road", + "addr:suburb": "Bendigo", + "brand": "Mitre 10", + "brand:wikidata": "Q6882393", + "building": "yes", + "name": "Mitre 10", + "opening_hours": "Mo-Fr 07:30-17:30; Sa 08:00-17:00; Su 09:00-16:00", + "phone": "+61 3 5440 7100", + "shop": "doityourself", + "website": "https://www.humeiser.com.au/" + } + }, { "type": "way", "id": 329659785, @@ -149,6 +1232,400 @@ "shop": "charity" } }, + { + "type": "way", + "id": 470420143, + "center": { + "lat": -36.7715174, + "lon": 144.2620275 + }, + "nodes": [ + 4646183966, + 5893796539, + 4646183967, + 4646183968, + 4646183969, + 4646183966 + ], + "tags": { + "amenity": "cafe", + "building": "yes", + "description": "Drive through cafe and bottle shop.", + "name": "Cafe 307" + } + }, + { + "type": "way", + "id": 551537847, + "center": { + "lat": -36.7489374, + "lon": 144.2902293 + }, + "nodes": [ + 5326445910, + 5326445911, + 5326445912, + 5326445913, + 5326445914, + 5326445915, + 5326445916, + 5326445917, + 5326445918, + 5326445919, + 5326445920, + 5326445921, + 5326445910 + ], + "tags": { + "amenity": "cafe", + "building": "yes", + "name": "The Boardwalk" + } + }, + { + "type": "way", + "id": 624152918, + "center": { + "lat": -36.7711636, + "lon": 144.2620511 + }, + "nodes": [ + 5893796530, + 5893796532, + 5893796533, + 5893796529, + 5893796530 + ], + "tags": { + "building": "yes", + "name": "Golden Square Newsagency", + "shop": "newsagent" + } + }, + { + "type": "way", + "id": 821454225, + "center": { + "lat": -36.7568088, + "lon": 144.2829275 + }, + "nodes": [ + 7669828360, + 7669828362, + 7669828364, + 7669828363, + 7669828368, + 7669828367, + 7669828366, + 7669828365, + 7669828361, + 7669828358, + 7669828359, + 7669828360 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "126", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "McCrae Street", + "addr:suburb": "Bendigo", + "building": "yes", + "name": "Asian Grocery", + "shop": "supermarket" + } + }, + { + "type": "way", + "id": 822139377, + "center": { + "lat": -36.7624599, + "lon": 144.2875134 + }, + "nodes": [ + 7676418293, + 7676418290, + 7676418291, + 7676418292, + 7676418293 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "10", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Galvin Street", + "addr:suburb": "Bendigo", + "building": "yes", + "name": "Bendigo Gem Club", + "shop": "jewelry" + } + }, + { + "type": "way", + "id": 822446928, + "center": { + "lat": -36.7626379, + "lon": 144.2854901 + }, + "nodes": [ + 7679409223, + 7679409220, + 7679409218, + 7679409183, + 10008150296, + 7679409221, + 10008150221, + 7679409176, + 7679409175, + 7679409222, + 7679390322, + 7679409223 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "107", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Williamson Street", + "addr:suburb": "Bendigo", + "brand": "The Good Guys", + "brand:wikidata": "Q7737217", + "brand:wikipedia": "en:The Good Guys (Australian company)", + "building": "yes", + "contact:facebook": "thegoodguysAU", + "contact:instagram": "thegoodguysau", + "email": "bendigo@thegoodguys.com.au", + "name": "The Good Guys", + "opening_hours": "Mo 09:00-19:00; Tu-Sa 09:00-17:30; Su 09:00-17:00", + "phone": "+61 3 5440 4000", + "shop": "electronics", + "website": "https://www.thegoodguys.com.au/" + } + }, + { + "type": "way", + "id": 822462722, + "center": { + "lat": -36.7639049, + "lon": 144.2838681 + }, + "nodes": [ + 13102968013, + 13102968012, + 7679542560, + 13102968014, + 13102968016, + 13102968015, + 13102968013 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "119-121", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Mitchell Street", + "addr:suburb": "Bendigo", + "building": "yes", + "contact:facebook": "reillyshomeappliances", + "contact:instagram": "reillysdesignerappliances", + "email": "reillys@designerappliances.com.au", + "name": "Reilly's Designer Appliances", + "opening_hours": "Mo-Th 09:00-17:00; Fr 09:00-17:30; Sa 09:00-13:00", + "phone": "+61 3 5442 1355", + "shop": "hardware", + "website": "https://www.reillysdesignerappliances.com.au" + } + }, + { + "type": "way", + "id": 823463816, + "center": { + "lat": -36.7625439, + "lon": 144.2821876 + }, + "nodes": [ + 7687925934, + 7687925933, + 7687925932, + 7687925931, + 7687925934 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "95", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Mitchell Street", + "addr:suburb": "Bendigo", + "building": "yes", + "name": "8 Sisters Cafe & Grill", + "shop": "coffee" + } + }, + { + "type": "way", + "id": 823740564, + "center": { + "lat": -36.7617946, + "lon": 144.2833217 + }, + "nodes": [ + 7690960501, + 7690960500, + 7690960499, + 7690960498, + 7690960501 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "12", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Myers Street", + "addr:suburb": "Bendigo", + "building": "yes", + "cuisine": "kebab", + "name": "Friends Kebap", + "shop": "kiosk" + } + }, + { + "type": "way", + "id": 825748215, + "center": { + "lat": -36.7584369, + "lon": 144.2880186 + }, + "nodes": [ + 7709917465, + 7709917476, + 7709917474, + 7709917475, + 10575742437, + 10575742438, + 7709917482, + 7709917479, + 7709917478, + 7709917477, + 7709917480, + 7709917481, + 7709917465 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "2-4", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "McIvor Highway", + "addr:suburb": "Bendigo", + "building": "yes", + "name": "The Bendigo Lighthouse", + "shop": "hardware" + } + }, + { + "type": "way", + "id": 826091286, + "center": { + "lat": -36.7587264, + "lon": 144.2853507 + }, + "nodes": [ + 7713053543, + 7713053542, + 7713053540, + 7713053538, + 10570097207, + 7713053539, + 7713053541, + 7713053535, + 7713053534, + 7713053543 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "167", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Lyttleton Terrace", + "addr:suburb": "Bendigo", + "building": "yes", + "layer": "1", + "name": "Bendigo Electronics", + "opening_hours": "Mo-Fr 09:00-17:30; Sa 09:00-16:00; Su 10:00-16:00", + "phone": "+61 3 5444 4044", + "shop": "electronics", + "website": "https://bendigoelectronics.com.au/" + } + }, + { + "type": "way", + "id": 826091288, + "center": { + "lat": -36.7587496, + "lon": 144.2848211 + }, + "nodes": [ + 7713053533, + 10570097211, + 7713053532, + 7713053531, + 10570097210, + 7713053530, + 7713053529, + 7713053528, + 7713053527, + 7713053526, + 10570097213, + 10570097212, + 7713053533 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "179", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Lyttleton Terrace", + "addr:suburb": "Bendigo", + "amenity": "cafe", + "building": "yes", + "cuisine": "coffee_shop", + "layer": "1", + "name": "The Old Green Bean", + "opening_hours": "Mo-Fr 07:30-15:00; Sa 09:00-14:00", + "outdoor_seating": "yes", + "phone": "+61 3 5444 3173", + "website": "https://oldgreenbean.com.au/" + } + }, + { + "type": "way", + "id": 827550041, + "center": { + "lat": -36.7582296, + "lon": 144.2864532 + }, + "nodes": [ + 7725901632, + 7725901631, + 7725901590, + 7725901629, + 7725901630, + 7725901632 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "160", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Lyttleton Terrace", + "addr:suburb": "Bendigo", + "building": "yes", + "name": "The Flower Mint", + "shop": "florist" + } + }, { "type": "way", "id": 827550052, @@ -186,6 +1663,1153 @@ "website": "https://www.vinnies.org.au/vic/shops/vinnies-bendigo/" } }, + { + "type": "way", + "id": 829597987, + "center": { + "lat": -36.7598605, + "lon": 144.2842624 + }, + "nodes": [ + 7743151904, + 7743149980, + 7743151912, + 13284385141, + 13343755669, + 7743151902, + 7743151901, + 7743151900, + 7743151903, + 7743151906, + 7743169779, + 7743151904 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "13", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Saint Andrews Avenue", + "addr:suburb": "Bendigo", + "branch": "Bendigo", + "brand": "Tradelink", + "brand:wikidata": "Q120648432", + "building": "yes", + "name": "Tradelink", + "shop": "trade", + "trade": "plumbing", + "website": "https://www.tradelink.com.au/retail/find-us/branch/vic/Bendigo" + } + }, + { + "type": "way", + "id": 829687117, + "center": { + "lat": -36.7605877, + "lon": 144.2830872 + }, + "nodes": [ + 7743882780, + 7743882779, + 7756012167, + 7743882778, + 7743882776, + 7743882777, + 7743882780 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "65", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Williamson Street", + "addr:suburb": "Bendigo", + "building": "retail", + "building:levels": "1", + "name": "Asian Foods Emporium Grocery", + "opening_hours": "Mo-Fr 08:30-18:00; Sa 10:00-16:00; Su 11:00-15:00", + "phone": "+61 3 5444 5888", + "roof:shape": "gabled", + "shop": "supermarket", + "website": "https://asfo.com.au/" + } + }, + { + "type": "way", + "id": 830618136, + "center": { + "lat": -36.7604082, + "lon": 144.2827607 + }, + "nodes": [ + 7755474851, + 7755474848, + 7755474849, + 7755474850, + 7755474851 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "57", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Williamson Street", + "addr:suburb": "Bendigo", + "building": "yes", + "name": "NNT Uniforms", + "shop": "clothes" + } + }, + { + "type": "way", + "id": 830618137, + "center": { + "lat": -36.7604462, + "lon": 144.2828478 + }, + "nodes": [ + 7755474854, + 7755474851, + 7755474850, + 7755474852, + 7755474843, + 7755474853, + 7755474854 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "57", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Williamson Street", + "addr:suburb": "Bendigo", + "building": "yes", + "name": "Bolton's Bendigo", + "shop": "stationery" + } + }, + { + "type": "way", + "id": 835692264, + "center": { + "lat": -36.757863, + "lon": 144.28179 + }, + "nodes": [ + 7800445737, + 7800323674, + 7800445741, + 7800445740, + 7800323675, + 7800445738, + 7800445737 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "68", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Bull Street", + "addr:suburb": "Bendigo", + "amenity": "cafe", + "building": "yes", + "name": "The Subtle Eye", + "website": "https://www.thesubtleeye.com.au/" + } + }, + { + "type": "way", + "id": 835706048, + "center": { + "lat": -36.7579522, + "lon": 144.2818864 + }, + "nodes": [ + 7800323676, + 7800445737, + 7800445738, + 7800330387, + 7800323676 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "62", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Bull Street", + "addr:suburb": "Bendigo", + "amenity": "cafe", + "building": "yes", + "name": "Shish - Late Night Cafe" + } + }, + { + "type": "way", + "id": 836396727, + "center": { + "lat": -36.7583958, + "lon": 144.2816103 + }, + "nodes": [ + 7808634730, + 7806608486, + 7806588284, + 7806608487, + 7806608488, + 7808634730 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "53", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Bull Street", + "addr:suburb": "Bendigo", + "amenity": "cafe", + "building": "yes", + "name": "Cafe Essence", + "website": "https://www.cafeessencebendigo.com.au/" + } + }, + { + "type": "way", + "id": 836396731, + "center": { + "lat": -36.7589023, + "lon": 144.2809709 + }, + "nodes": [ + 7806608499, + 8076359002, + 7806608496, + 7806608498, + 7806608497, + 7806608499 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "29-31", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Williamson Street", + "addr:suburb": "Bendigo", + "building": "retail", + "name": "Evans Shoes Outlet Bendigo", + "shop": "shoes", + "website": "https://www.evansshoes.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 836396733, + "center": { + "lat": -36.7588296, + "lon": 144.2808877 + }, + "nodes": [ + 7806588242, + 7806608499, + 7806608497, + 1899692519, + 7806588242 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "25-27", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Williamson Street", + "addr:suburb": "Bendigo", + "building": "retail", + "building:levels": "1", + "name": "Ch\u00e2teau de Glass", + "opening_hours": "PH,Mo-Su 09:00-17:00", + "shop": "houseware", + "website": "https://www.chateaudeglass.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 837529918, + "center": { + "lat": -36.7620594, + "lon": 144.2818531 + }, + "nodes": [ + 9769368059, + 11917383026, + 11917383030, + 9769368058, + 7816837810, + 9769368059 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "329", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Lyttleton Terrace", + "addr:suburb": "Bendigo", + "building": "retail", + "contact:facebook": "canekitchenbendigo", + "name": "Cane & Kitchen", + "phone": "+61 3 5442 1054", + "shop": "furniture", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 837682647, + "center": { + "lat": -36.7615835, + "lon": 144.2814993 + }, + "nodes": [ + 7818294843, + 7818294840, + 7818294841, + 7818294842, + 7821462292, + 7818294843 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "322", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Lyttleton Terrace", + "addr:suburb": "Bendigo", + "building": "yes", + "name": "Cortille", + "shop": "coffee", + "website": "https://www.cortille.com.au/" + } + }, + { + "type": "way", + "id": 837682663, + "center": { + "lat": -36.7609404, + "lon": 144.281318 + }, + "nodes": [ + 7818436363, + 7818316601, + 7818316600, + 7818436362, + 7818436363 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "17-19", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Queen Street", + "addr:suburb": "Bendigo", + "building": "yes", + "name": "Bargain Buys", + "shop": "variety_store" + } + }, + { + "type": "way", + "id": 837682665, + "center": { + "lat": -36.7604901, + "lon": 144.2817584 + }, + "nodes": [ + 7820201589, + 7820201591, + 7818316607, + 13134564575, + 13134564574, + 7818316605, + 7818316606, + 7820201590, + 7820201589 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "1", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Queen Street", + "addr:suburb": "Bendigo", + "amenity": "cafe", + "building": "yes", + "name": "Everbean Caf\u00e9", + "opening_hours": "Mo-Fr 07:30-15:00, Sa-Su 08:00-15:00", + "phone": "+61 3 5441 5708", + "website": "https://everbeancafe.com.au/" + } + }, + { + "type": "way", + "id": 837682667, + "center": { + "lat": -36.7607109, + "lon": 144.2816113 + }, + "nodes": [ + 7818316613, + 7818316608, + 7818316610, + 7818316609, + 7818316611, + 7818316615, + 7818316613 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "7", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Queen Street", + "addr:suburb": "Bendigo", + "building": "yes", + "name": "Chemist Discount Centre", + "shop": "chemist", + "website": "https://www.chemistdiscountcentre.com.au/" + } + }, + { + "type": "way", + "id": 837695690, + "center": { + "lat": -36.7612823, + "lon": 144.2815066 + }, + "nodes": [ + 7818392505, + 7818392502, + 7818392503, + 7818392504, + 7818294864, + 7818392505 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "314", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Lyttleton Terrace", + "addr:suburb": "Bendigo", + "building": "yes", + "name": "Bendigo Wholefoods", + "shop": "supermarket", + "website": "https://www.bendigowholefoods.com.au/" + } + }, + { + "type": "way", + "id": 837704574, + "center": { + "lat": -36.7610083, + "lon": 144.281254 + }, + "nodes": [ + 7818316599, + 7818436363, + 7818436362, + 7818316612, + 7818316599 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "21", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Queen Street", + "addr:suburb": "Bendigo", + "building": "yes", + "email": "bendigo@noone.com.au", + "name": "Noone Imagewear", + "opening_hours": "Mo-Fr 09:00-17:00; Sa 09:00-13:00", + "phone": "+61 3 7018 4199", + "shop": "clothes", + "website": "https://noone.com.au/" + } + }, + { + "type": "way", + "id": 837861655, + "center": { + "lat": -36.7605865, + "lon": 144.281742 + }, + "nodes": [ + 7818436359, + 7820201589, + 7820201590, + 7820201588, + 7818436359 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "276", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Lyttleton Terrace", + "addr:suburb": "Bendigo", + "building": "yes", + "name": "City Central Newsagency", + "shop": "newsagent" + } + }, + { + "type": "way", + "id": 838005785, + "center": { + "lat": -36.7615132, + "lon": 144.2809312 + }, + "nodes": [ + 7818294869, + 7818294868, + 7821357935, + 7821357934, + 7818294869 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "73", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Mitchell Street", + "addr:suburb": "Bendigo", + "building": "yes", + "name": "Get Naked Espresso Bar", + "shop": "coffee", + "website": "https://www.getnakedespressobar.com/" + } + }, + { + "type": "way", + "id": 838389712, + "center": { + "lat": -36.7600713, + "lon": 144.2816002 + }, + "nodes": [ + 11963840035, + 7824548172, + 7824548162, + 11963840036, + 11963840035 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "48", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Williamson Street", + "addr:suburb": "Bendigo", + "brand": "Blue Illusion", + "brand:wikidata": "Q118464703", + "building": "retail", + "clothes": "women", + "name": "Blue Illusion", + "shop": "clothes", + "website": "https://www.blueillusion.com/", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 838389724, + "center": { + "lat": -36.7604666, + "lon": 144.2799809 + }, + "nodes": [ + 7824586706, + 7824586699, + 7824586698, + 7824586701, + 7824586700, + 7824586705, + 7824586706 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "319", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Hargreaves Street", + "addr:suburb": "Bendigo", + "building": "retail", + "building:levels": "2", + "name": "Colliers Shoes", + "opening_hours": "Mo-Fr 10:00-16:30; Sa 10:00-15:30", + "shop": "shoes", + "website": "https://www.thesoletrader.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 838389725, + "center": { + "lat": -36.7603898, + "lon": 144.2801324 + }, + "nodes": [ + 7824586707, + 7824586708, + 7824586706, + 7824586705, + 7824586707 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "315", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Hargreaves Street", + "addr:suburb": "Bendigo", + "building": "retail", + "name": "Toppers Cafe", + "shop": "coffee", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 838389726, + "center": { + "lat": -36.7603605, + "lon": 144.280172 + }, + "nodes": [ + 7824586710, + 7824586709, + 7824586708, + 7824586707, + 7824586710 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "313", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Hargreaves Street", + "addr:suburb": "Bendigo", + "building": "retail", + "name": "Black Pepper", + "shop": "clothes", + "website": "https://www.blackpepper.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 838389728, + "center": { + "lat": -36.7604298, + "lon": 144.2806791 + }, + "nodes": [ + 7824586712, + 7824586711, + 7831047078, + 7824586713, + 7824586717, + 7824586718, + 7831047072, + 7831047073, + 7824586719, + 7824586687, + 7824586716, + 7824586712 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "297", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Hargreaves Street", + "addr:suburb": "Bendigo", + "brand": "Officeworks", + "brand:wikidata": "Q7079486", + "brand:wikipedia": "en:Officeworks", + "building": "retail", + "building:levels": "2", + "layer": "1", + "name": "Officeworks", + "opening_hours": "Mo-Fr 07:00-19:00; Sa 08:00-18:00; Su 09:00-18:00", + "phone": "+61 3 5434 4600", + "shop": "stationery", + "website": "https://www.officeworks.com.au", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 838398536, + "center": { + "lat": -36.7594825, + "lon": 144.2805671 + }, + "nodes": [ + 7824675393, + 7824675392, + 7824675395, + 7824675396, + 7824675393 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "278", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Hargreaves Street", + "addr:suburb": "Bendigo", + "building": "retail", + "name": "JM Leech Jewellers", + "shop": "jewelry", + "website": "https://jmleech.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 838398546, + "center": { + "lat": -36.7591601, + "lon": 144.2804478 + }, + "nodes": [ + 11954979323, + 7824675415, + 7824675413, + 7824675411, + 7824675417, + 11954979324, + 11954979323 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "20", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Williamson Street", + "addr:suburb": "Bendigo", + "building": "retail", + "name": "shop 12 boutique", + "shop": "clothes", + "website": "https://www.shop12bendigo.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 838398547, + "center": { + "lat": -36.7593648, + "lon": 144.2800908 + }, + "nodes": [ + 11954979324, + 7824675417, + 7824675411, + 7824675416, + 7824675392, + 7824675393, + 7824675452, + 7824675447, + 7824675450, + 7824675481, + 7824675454, + 7824675530, + 7824675531, + 7824675532, + 7824675534, + 7824675460, + 7824675457, + 7824675479, + 7824675480, + 7824675444, + 7824675441, + 7824675438, + 7824675437, + 7824675432, + 7824675433, + 7824675429, + 11954979325, + 2807696106, + 11954979324 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "38", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Pall Mall", + "addr:suburb": "Bendigo", + "brand": "Myer", + "brand:wikidata": "Q1110323", + "brand:wikipedia": "en:Myer", + "building": "retail", + "changing_table": "yes", + "name": "Myer", + "opening_hours": "Mo-Th 09:00-17:30; Fr 09:00-19:00; Sa 09:00-17:00; PH,Su 10:00-17:00", + "shop": "department_store", + "toilets": "yes", + "toilets:wheelchair": "yes", + "website": "https://www.myer.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 838398558, + "center": { + "lat": -36.759626, + "lon": 144.2803517 + }, + "nodes": [ + 7824675449, + 7824675453, + 7824675481, + 7824675450, + 7824675447, + 7824675448, + 7824675449 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "288", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Hargreaves Street", + "addr:suburb": "Bendigo", + "brand": "Cotton On Kids", + "brand:wikidata": "Q113961498", + "building": "retail", + "clothes": "children", + "name": "Cotton On Kids", + "operator": "Cotton On Group", + "operator:wikidata": "Q5175717", + "shop": "clothes", + "website": "https://cottonon.com/AU/shop-by-brand/cotton-on-kids/", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 838424077, + "center": { + "lat": -36.7599723, + "lon": 144.280877 + }, + "nodes": [ + 7824897851, + 7824548175, + 7824897850, + 7824897849, + 7824548145, + 7824548158, + 7824897851 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "281", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Hargreaves Street", + "addr:suburb": "Bendigo", + "building": "retail", + "building:levels": "2", + "name": "Evans Shoes Outlet Bendigo", + "opening_hours": "Mo-Sa 09:30-17:00", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "roof:levels": "0", + "shop": "shoes", + "website": "https://www.evansshoes.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 838844008, + "center": { + "lat": -36.75983, + "lon": 144.2812652 + }, + "nodes": [ + 11963840038, + 7828011302, + 7828011301, + 7824548147, + 11963840039, + 11963840038 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "44", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Williamson Street", + "addr:suburb": "Bendigo", + "building": "retail", + "name": "Virtu", + "shop": "clothes", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 839167108, + "center": { + "lat": -36.7602464, + "lon": 144.2796156 + }, + "nodes": [ + 7830781838, + 7824897845, + 7830781839, + 7824675544, + 7830781838 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "27-29", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Mitchell Street", + "addr:suburb": "Bendigo", + "brand": "Sussan", + "brand:wikidata": "Q28184460", + "building": "retail", + "check_date:opening_hours": "2022-11-30", + "name": "Sussan", + "opening_hours:signed": "no", + "shop": "clothes", + "website": "https://www.sussan.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 866499315, + "center": { + "lat": -36.7588626, + "lon": 144.2811702 + }, + "nodes": [ + 8076359005, + 8076359004, + 8076358998, + 8076359001, + 8076359003, + 7806588242, + 7806608499, + 8076359002, + 7806608496, + 7808634745, + 7806608500, + 7806608504, + 8076359005 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "256", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Hargreaves Street", + "addr:suburb": "Bendigo", + "brand": "The Reject Shop", + "brand:wikidata": "Q7760092", + "brand:wikipedia": "en:The Reject Shop", + "layer": "1", + "name": "The Reject Shop", + "opening_hours": "Mo-Th 08:30-18:00; Fr 08:30-20:00; Sa 08:30-17:00; Su 10:00-16:00", + "shop": "variety_store", + "website": "https://www.rejectshop.com.au/store/3306", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 878050654, + "center": { + "lat": -36.7656051, + "lon": 144.267518 + }, + "nodes": [ + 8169268158, + 8169268159, + 8169268160, + 10724747236, + 10724747245, + 10724747246, + 10724747247, + 8169268162, + 8169268166, + 10724747234, + 10724747235, + 8169268169, + 8169268163, + 8169268164, + 8169268165, + 10724747244, + 8169268158 + ], + "tags": { + "brand": "Reddy Express", + "brand:wikidata": "Q5144653", + "building": "yes", + "name": "Reddy Express", + "operator:wikidata": "Q1339055", + "shop": "convenience" + } + }, + { + "type": "way", + "id": 1040065496, + "center": { + "lat": -36.7617818, + "lon": 144.2772799 + }, + "nodes": [ + 9576589938, + 9576589937, + 9576589936, + 9576589935, + 9576589934, + 9576589933, + 9576589932, + 9576589931, + 9576589930, + 9576589929, + 9576589928, + 9576589927, + 9576589926, + 9576589925, + 9576589924, + 9576589923, + 9576589922, + 9576589921, + 9576589920, + 9576589919, + 9576589918, + 9576589917, + 9576562616, + 9576562615, + 9576589938 + ], + "tags": { + "addr:housenumber": "404", + "addr:street": "Hargreaves Street", + "building": "yes", + "name": "The Good Loaf", + "phone": "+61 3 5444 2171", + "shop": "bakery", + "website": "https://thegoodloaf.com.au/" + } + }, + { + "type": "way", + "id": 1156517215, + "center": { + "lat": -36.7635581, + "lon": 144.2699879 + }, + "nodes": [ + 5217442985, + 10755210680, + 10755210681, + 10755210682, + 10755210683, + 10755210684, + 10755210685, + 10755210686, + 5217442985 + ], + "tags": { + "addr:housenumber": "158", + "addr:street": "High Street", + "brand": "Beechworth Bakery", + "brand:wikidata": "Q28183324", + "building": "yes", + "contact:facebook": "Beechworth.Bakery", + "contact:instagram": "beechworthbakery", + "email": "enquiries@beechworthbakery.com.au", + "name": "Beechworth Bakery", + "opening_hours": "Mo-Su 07:30-17:30", + "phone:AU": "1300 233 784", + "shop": "bakery", + "website": "https://beechworthbakery.com.au" + } + }, + { + "type": "way", + "id": 1243097680, + "center": { + "lat": -36.769393, + "lon": 144.277496 + }, + "nodes": [ + 9965855773, + 11553187477, + 11553187478, + 11553187479, + 11553187480, + 11553187481, + 11553187489, + 11553187482, + 11553187483, + 9965855773 + ], + "tags": { + "addr:housenumber": "6", + "addr:street": "Russell Street", + "building": "yes", + "check_date": "2024-01-26", + "name": "Country Cakes", + "opening_hours": "Mo-Fr 08:00-17:00, Sa 10:00-12:00", + "operator": "Flora Hill Bakehouse", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "phone": "+61 3 5442 3601", + "second_hand": "no", + "shop": "bakery", + "source": "local knowledge", + "website": "https://countrycakes.com.au/" + } + }, + { + "type": "way", + "id": 1289247489, + "center": { + "lat": -36.7593578, + "lon": 144.2808412 + }, + "nodes": [ + 11954979318, + 7824675400, + 7824675401, + 11954979319, + 11954979318 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "266", + "addr:postcode": "3550", + "addr:state": "VIC", + "addr:street": "Hargreaves Street", + "addr:suburb": "Bendigo", + "building": "retail", + "name": "Bendigo Original Pie Shop", + "shop": "pastry", + "wheelchair": "yes" + } + }, { "type": "way", "id": 1443367904, diff --git a/web/assets/towns/_raw/castlemaine_real.overpass.json b/web/assets/towns/_raw/castlemaine_real.overpass.json index 1acb2c7..c7f97a3 100644 --- a/web/assets/towns/_raw/castlemaine_real.overpass.json +++ b/web/assets/towns/_raw/castlemaine_real.overpass.json @@ -1,7 +1,7 @@ { "fetchedAt": "2026-07-16", "endpoint": "https://overpass-api.de/api/interpreter", - "query": "[out:json][timeout:120];nwr[\"shop\"~\"^(charity|second_hand|music|antiques|books|toys|games|video_games|pawnbroker)$\"][\"name\"](-37.07751,144.20006,-37.05049,144.23394);out center;", + "query": "[out:json][timeout:180];(nwr[\"shop\"~\"^(antiques|bag|bakery|books|bookshop|boutique|butcher|charity|cheese|chemist|chocolate|clothes|coffee|confectionery|convenience|cosmetics|dairy|deli|delicatessen|department_store|doityourself|electronics|farm|fashion|florist|furniture|games|garden_centre|general|greengrocer|hardware|homeware|houseware|jewellery|jewelry|kiosk|mobile_phone|music|newsagent|pastry|pawnbroker|perfumery|pharmacy|second_hand|shoes|stationery|supermarket|tea|toys|trade|variety_store|video|video_games|vintage)$\"][\"name\"](-37.07751,144.20006,-37.05049,144.23394);nwr[\"amenity\"~\"^(cafe)$\"][\"name\"](-37.07751,144.20006,-37.05049,144.23394););out center;", "bbox": { "minLat": -37.077513513513516, "minLon": 144.2000649826232, @@ -9,6 +9,132 @@ "maxLon": 144.23393501737684 }, "elements": [ + { + "type": "node", + "id": 294087787, + "lat": -37.0656116, + "lon": 144.2183312, + "tags": { + "amenity": "cafe", + "name": "Pannini" + } + }, + { + "type": "node", + "id": 2956949396, + "lat": -37.0671475, + "lon": 144.2178039, + "tags": { + "addr:housenumber": "54", + "addr:street": "Forest Street", + "name": "Forest St Discount Traders", + "shop": "furniture" + } + }, + { + "type": "node", + "id": 4168483728, + "lat": -37.0562458, + "lon": 144.2136412, + "tags": { + "addr:housenumber": "9", + "addr:postcode": "3450", + "addr:state": "VIC", + "addr:street": "Walker Street", + "addr:suburb": "Castlemaine", + "amenity": "cafe", + "name": "Das Kaffeehaus", + "opening_hours": "Mo-Su 08:00-16:00", + "outdoor_seating": "yes", + "phone": "+61 3 5470 6270", + "takeaway": "yes", + "toilets": "yes", + "website": "https://coffeebasics.com/" + } + }, + { + "type": "node", + "id": 4714218689, + "lat": -37.0648632, + "lon": 144.2171511, + "tags": { + "addr:housenumber": "184", + "addr:street": "Barker Street", + "name": "Hot & Crusty Bakery", + "name:en": "Hot & Crusty Bakery", + "opening_hours": "Mo-Fr 07:00-17:30; Sa-Su 07:00-15:00", + "shop": "bakery" + } + }, + { + "type": "node", + "id": 5883185477, + "lat": -37.0653774, + "lon": 144.218071, + "tags": { + "addr:housenumber": "61", + "addr:postcode": "3450", + "addr:state": "VIC", + "addr:street": "Mostyn Street", + "addr:suburb": "Castlemaine", + "name": "Chemmart", + "shop": "chemist" + } + }, + { + "type": "node", + "id": 8909393345, + "lat": -37.0562934, + "lon": 144.2142302, + "tags": { + "contact:facebook": "https://www.facebook.com/harvestfruitandveg/", + "name": "Harvest", + "opening_hours": "Th 10:00-17:00; Fr 09:00-17:00; Sa 09:00-13:00; Su-We closed", + "phone": "+61 438 606 777", + "shop": "greengrocer", + "website": "https://castlemaineharvest.com.au/" + } + }, + { + "type": "node", + "id": 8909393346, + "lat": -37.0560724, + "lon": 144.2136998, + "tags": { + "addr:housenumber": "9", + "addr:street": "Walker Street", + "contact:facebook": "https://www.facebook.com/longpaddockcheese/", + "name": "Long Paddock Cheese", + "phone": "+61 3 5472 3142", + "shop": "cheese", + "website": "https://longpaddockcheese.com.au/" + } + }, + { + "type": "node", + "id": 8909393347, + "lat": -37.0562105, + "lon": 144.213966, + "tags": { + "addr:housenumber": "9", + "addr:postcode": "3450", + "addr:street": "Walker Street", + "contact:instagram": "https://www.instagram.com/sproutbakerycastlemaine/", + "name": "Sprout Bakery", + "shop": "bakery", + "website": "https://millcastlemaine.com.au/portfolio/sprout-bakery/" + } + }, + { + "type": "node", + "id": 9125031531, + "lat": -37.0564952, + "lon": 144.2185694, + "tags": { + "amenity": "cafe", + "name": "Maine Foodstore" + } + }, { "type": "node", "id": 9231704552, @@ -24,6 +150,72 @@ "website": "https://www.vinnies.org.au/shops/view/360" } }, + { + "type": "node", + "id": 9231729701, + "lat": -37.0629924, + "lon": 144.2164624, + "tags": { + "addr:housenumber": "31", + "addr:street": "Templeton Street", + "amenity": "cafe", + "name": "Fig Cafe", + "phone": "+61 3 5472 5311", + "website": "http://figcastlemaine.com.au/" + } + }, + { + "type": "node", + "id": 10050223909, + "lat": -37.067116, + "lon": 144.2174714, + "tags": { + "addr:housenumber": "46", + "addr:postcode": "3450", + "addr:state": "VIC", + "addr:street": "Forest Street", + "addr:suburb": "Castlemaine", + "name": "Johnny Baker Downtown", + "opening_hours": "Mo-Su 07:00-15:00", + "phone": "+61 3 5470 5695", + "shop": "bakery", + "website": "https://johnnybaker.com.au/" + } + }, + { + "type": "node", + "id": 11699200334, + "lat": -37.063504, + "lon": 144.2179756, + "tags": { + "amenity": "cafe", + "name": "Saint Florian" + } + }, + { + "type": "node", + "id": 11699200335, + "lat": -37.0633677, + "lon": 144.2169181, + "tags": { + "amenity": "cafe", + "cuisine": "coffee_shop", + "name": "Nira", + "opening_hours": "We-Sa 08:00-14:00", + "outdoor_seating": "yes", + "website": "https://www.instagram.com/nira.castlemaine/" + } + }, + { + "type": "node", + "id": 11699200336, + "lat": -37.0629803, + "lon": 144.2163297, + "tags": { + "name": "Green Goes The Grocer", + "shop": "greengrocer" + } + }, { "type": "node", "id": 11699200337, @@ -34,6 +226,87 @@ "shop": "antiques" } }, + { + "type": "node", + "id": 11699200341, + "lat": -37.0632737, + "lon": 144.2158686, + "tags": { + "name": "The Tea Dispensary", + "shop": "tea", + "website": "https://theteadispensarycastlemaine.com.au" + } + }, + { + "type": "node", + "id": 11699205335, + "lat": -37.0637846, + "lon": 144.216911, + "tags": { + "amenity": "cafe", + "name": "Origini" + } + }, + { + "type": "node", + "id": 11699205343, + "lat": -37.0637329, + "lon": 144.2169387, + "tags": { + "name": "Warm Vintage Clothes", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 11699205344, + "lat": -37.0639543, + "lon": 144.216863, + "tags": { + "name": "Beleza School Uniforms", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 11699208635, + "lat": -37.0555701, + "lon": 144.2189103, + "tags": { + "name": "Just Because She Said So", + "shop": "shoes" + } + }, + { + "type": "node", + "id": 11699208636, + "lat": -37.0563736, + "lon": 144.2185894, + "tags": { + "name": "Zala Floristry", + "shop": "florist" + } + }, + { + "type": "node", + "id": 11699208637, + "lat": -37.0551631, + "lon": 144.2181645, + "tags": { + "name": "Johnny Baker Uptown", + "shop": "bakery" + } + }, + { + "type": "node", + "id": 11699208640, + "lat": -37.0576933, + "lon": 144.2179368, + "tags": { + "name": "Redgum & Quartz", + "shop": "jewelry" + } + }, { "type": "node", "id": 11699208641, @@ -44,6 +317,107 @@ "shop": "books" } }, + { + "type": "node", + "id": 11699208654, + "lat": -37.0575593, + "lon": 144.2179531, + "tags": { + "amenity": "cafe", + "name": "Blackbird", + "opening_hours": "We-Su 07:00-15:00" + } + }, + { + "type": "node", + "id": 11699209595, + "lat": -37.0647361, + "lon": 144.2178397, + "tags": { + "name": "Goldfields Games", + "shop": "stationery" + } + }, + { + "type": "node", + "id": 11699209596, + "lat": -37.0648223, + "lon": 144.2186911, + "tags": { + "amenity": "cafe", + "name": "Togs Cafe" + } + }, + { + "type": "node", + "id": 11699209597, + "lat": -37.0647399, + "lon": 144.2178817, + "tags": { + "name": "Castlemaine Office Supplies - COS", + "shop": "stationery" + } + }, + { + "type": "node", + "id": 11699209601, + "lat": -37.0648245, + "lon": 144.2187713, + "tags": { + "name": "mulberrys", + "shop": "deli" + } + }, + { + "type": "node", + "id": 11699225335, + "lat": -37.0641272, + "lon": 144.2168128, + "tags": { + "name": "Mcshanag\u2019s", + "shop": "bakery" + } + }, + { + "type": "node", + "id": 11699228873, + "lat": -37.0655255, + "lon": 144.2172776, + "tags": { + "name": "Aolita", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 11699228875, + "lat": -37.0655044, + "lon": 144.2172182, + "tags": { + "name": "Ivy & Grace", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 11699230554, + "lat": -37.0656365, + "lon": 144.2184531, + "tags": { + "name": "Castlemaine Fresh", + "shop": "greengrocer" + } + }, + { + "type": "node", + "id": 11699233860, + "lat": -37.0609871, + "lon": 144.2200073, + "tags": { + "amenity": "cafe", + "name": "The Dove Country Eats" + } + }, { "type": "node", "id": 11699237531, @@ -54,6 +428,187 @@ "shop": "antiques" } }, + { + "type": "node", + "id": 11699237532, + "lat": -37.0730134, + "lon": 144.2070605, + "tags": { + "name": "Cliffords Quality Cuts", + "shop": "butcher" + } + }, + { + "type": "node", + "id": 11699271590, + "lat": -37.0515551, + "lon": 144.2213327, + "tags": { + "amenity": "cafe", + "name": "Firebean Coffee" + } + }, + { + "type": "node", + "id": 11699277526, + "lat": -37.0562996, + "lon": 144.2139999, + "tags": { + "name": "Oakwood Smallgoods Co.", + "shop": "deli" + } + }, + { + "type": "node", + "id": 11699277527, + "lat": -37.0560376, + "lon": 144.2137053, + "tags": { + "addr:housenumber": "9", + "addr:street": "Walker Street", + "name": "Cabosse & Feve Chocolates", + "shop": "chocolate", + "website": "https://www.cabosseandfeve.com.au/" + } + }, + { + "type": "node", + "id": 11715203318, + "lat": -37.0697474, + "lon": 144.2133853, + "tags": { + "clothes": "workwear", + "name": "Hip Pocket", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 11735362964, + "lat": -37.0657, + "lon": 144.2189529, + "tags": { + "name": "Legion Office Works", + "shop": "stationery" + } + }, + { + "type": "node", + "id": 11735362965, + "lat": -37.06572, + "lon": 144.2191432, + "tags": { + "name": "JML Jewellers", + "shop": "jewelry" + } + }, + { + "type": "node", + "id": 11735362966, + "lat": -37.0656918, + "lon": 144.2189044, + "tags": { + "addr:housenumber": "87", + "addr:street": "Mostyn Street", + "name": "Beehave", + "shop": "shoes" + } + }, + { + "type": "node", + "id": 11735362967, + "lat": -37.0656219, + "lon": 144.218376, + "tags": { + "name": "D\u00e9sa", + "shop": "shoes" + } + }, + { + "type": "node", + "id": 11735383822, + "lat": -37.0669274, + "lon": 144.2194209, + "tags": { + "addr:housenumber": "12", + "addr:street": "Hargraves Street", + "name": "Mutual Muse", + "shop": "clothes", + "website": "https://www.mutualmuse.net/" + } + }, + { + "type": "node", + "id": 11735383824, + "lat": -37.0661069, + "lon": 144.2196811, + "tags": { + "name": "RIKE Design", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 11735383825, + "lat": -37.0667708, + "lon": 144.2194268, + "tags": { + "name": "Little General Kids", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 11735383826, + "lat": -37.0661345, + "lon": 144.2199456, + "tags": { + "name": "Shibby Store", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 11735383827, + "lat": -37.0668429, + "lon": 144.2194282, + "tags": { + "addr:housenumber": "14", + "addr:street": "Hargraves Street", + "amenity": "cafe", + "name": "Tortoise Espresso" + } + }, + { + "type": "node", + "id": 11735383834, + "lat": -37.0661462, + "lon": 144.2200522, + "tags": { + "name": "Miss Maisie", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 11735383837, + "lat": -37.0666799, + "lon": 144.2194393, + "tags": { + "name": "Oni Street Wear", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 11735383839, + "lat": -37.0661674, + "lon": 144.2202264, + "tags": { + "amenity": "cafe", + "name": "SAFFS Cafe" + } + }, { "type": "node", "id": 11760538035, @@ -72,6 +627,138 @@ "website": "https://www.salvosstores.com.au/stores/vic/3450-castlemaine-5317" } }, + { + "type": "node", + "id": 11934078464, + "lat": -37.062982, + "lon": 144.2164808, + "tags": { + "amenity": "cafe", + "name": "Lazy Bones" + } + }, + { + "type": "node", + "id": 12542955304, + "lat": -37.0662172, + "lon": 144.218827, + "tags": { + "addr:housenumber": "50", + "addr:postcode": "3450", + "addr:street": "Mostyn Street", + "addr:unit": "5", + "branch": "Castlemaine", + "brand": "Bakers Delight", + "brand:wikidata": "Q4849261", + "name": "Bakers Delight", + "opening_hours": "Mo-Su 07:30-20:00", + "phone": "+61 3 5470 6073", + "shop": "bakery", + "website": "http://Bakersdelight.com.au" + } + }, + { + "type": "node", + "id": 12740901493, + "lat": -37.0566616, + "lon": 144.2146204, + "tags": { + "amenity": "cafe", + "contact:instagram": "https://www.instagram.com/frankieatthemill/", + "name": "Frankie Espresso", + "note": "Cafe is in a container in front of the building", + "takeaway": "only" + } + }, + { + "type": "node", + "id": 12740975418, + "lat": -37.0568574, + "lon": 144.2141443, + "tags": { + "name": "Hand Picked Floristry", + "note": "Unit 78", + "shop": "florist", + "website": "https://www.handpickedfloristry.com/" + } + }, + { + "type": "node", + "id": 13954997201, + "lat": -37.0702085, + "lon": 144.2115086, + "tags": { + "amenity": "cafe", + "check_date": "2026-06-21", + "name": "Aitken\u2018s Corner" + } + }, + { + "type": "way", + "id": 26808662, + "center": { + "lat": -37.0664479, + "lon": 144.2186219 + }, + "nodes": [ + 294089047, + 8768419613, + 8768419614, + 8768419615, + 6665030737, + 1347583493, + 294089048, + 1347583492, + 1347583494, + 1347583495, + 294089049, + 294089050, + 8768419611, + 8768419612, + 7836396117, + 294089047 + ], + "tags": { + "addr:postcode": "3450", + "addr:state": "VIC", + "addr:suburb": "Castlemaine", + "branch": "Castlemaine", + "brand": "IGA", + "brand:wikidata": "Q5970945", + "building": "yes", + "name": "Maxi IGA", + "opening_hours": "Mo-Su 07:00-21:00", + "operator": "IGA", + "phone": "+61 3 5472 2477", + "shop": "supermarket", + "website": "https://www.iga.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 41889132, + "center": { + "lat": -37.0629808, + "lon": 144.2169327 + }, + "nodes": [ + 518274906, + 518274907, + 2803274456, + 518274909, + 518274910, + 518274906 + ], + "tags": { + "brand": "IGA", + "brand:wikidata": "Q5970945", + "brand:wikipedia": "en:IGA (Australian supermarket group)", + "building": "yes", + "name": "IGA", + "shop": "supermarket" + } + }, { "type": "way", "id": 315282080, @@ -94,6 +781,136 @@ "shop": "books", "wheelchair": "limited" } + }, + { + "type": "way", + "id": 315282081, + "center": { + "lat": -37.0657523, + "lon": 144.2198063 + }, + "nodes": [ + 3213928216, + 3213928217, + 3213928218, + 3213928213, + 3213928216 + ], + "tags": { + "amenity": "cafe", + "building": "yes", + "name": "Gaia's Goodness", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 315282082, + "center": { + "lat": -37.0657268, + "lon": 144.2199002 + }, + "nodes": [ + 3213928218, + 3213928219, + 3213928220, + 3213928221, + 3213928217, + 3213928218 + ], + "tags": { + "building": "yes", + "name": "Castlemaine Floristry", + "shop": "florist", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 446991894, + "center": { + "lat": -37.0627807, + "lon": 144.2176913 + }, + "nodes": [ + 4441953702, + 3213937049, + 3213937050, + 518274901, + 3213937051, + 3213937052, + 4441953702 + ], + "tags": { + "brand": "BP Shop", + "brand:wikidata": "Q152057", + "brand:wikipedia": "en:BP", + "building": "yes", + "name": "BP Shop", + "shop": "convenience" + } + }, + { + "type": "way", + "id": 834631308, + "center": { + "lat": -37.0653266, + "lon": 144.2176748 + }, + "nodes": [ + 7791187709, + 7791187710, + 7791187711, + 7791187712, + 7791187713, + 7791187714, + 7791187741, + 7791187715, + 7791187709 + ], + "tags": { + "brand": "Kmart", + "brand:wikidata": "Q6421682", + "brand:wikipedia": "en:Kmart Australia", + "building": "yes", + "name": "K Hub", + "shop": "department_store" + } + }, + { + "type": "way", + "id": 1387137327, + "center": { + "lat": -37.0678903, + "lon": 144.2223679 + }, + "nodes": [ + 12841247956, + 13639673523, + 13639673522, + 12841247957, + 12841247958, + 12841247959, + 13639673521, + 12841247960, + 12841247961, + 12841247962, + 13639673520, + 13639673517, + 13639673518, + 13639673519, + 12841247963, + 12841247956 + ], + "tags": { + "brand": "Woolworths", + "brand:wikidata": "Q3249145", + "building": "yes", + "name": "Woolworths", + "operator": "Woolworths Group", + "operator:wikidata": "Q607272", + "shop": "supermarket" + } } ] } \ No newline at end of file diff --git a/web/assets/towns/_raw/fremantle_real.overpass.json b/web/assets/towns/_raw/fremantle_real.overpass.json index 6bd472b..0defd45 100644 --- a/web/assets/towns/_raw/fremantle_real.overpass.json +++ b/web/assets/towns/_raw/fremantle_real.overpass.json @@ -1,7 +1,7 @@ { "fetchedAt": "2026-07-16", "endpoint": "https://overpass-api.de/api/interpreter", - "query": "[out:json][timeout:120];nwr[\"shop\"~\"^(charity|second_hand|music|antiques|books|toys|games|video_games|pawnbroker)$\"][\"name\"](-32.06721,115.73418,-32.04379,115.76182);out center;", + "query": "[out:json][timeout:180];(nwr[\"shop\"~\"^(antiques|bag|bakery|books|bookshop|boutique|butcher|charity|cheese|chemist|chocolate|clothes|coffee|confectionery|convenience|cosmetics|dairy|deli|delicatessen|department_store|doityourself|electronics|farm|fashion|florist|furniture|games|garden_centre|general|greengrocer|hardware|homeware|houseware|jewellery|jewelry|kiosk|mobile_phone|music|newsagent|pastry|pawnbroker|perfumery|pharmacy|second_hand|shoes|stationery|supermarket|tea|toys|trade|variety_store|video|video_games|vintage)$\"][\"name\"](-32.06721,115.73418,-32.04379,115.76182);nwr[\"amenity\"~\"^(cafe)$\"][\"name\"](-32.06721,115.73418,-32.04379,115.76182););out center;", "bbox": { "minLat": -32.067211711711714, "minLon": 115.73418143183595, @@ -9,6 +9,175 @@ "maxLon": 115.76181856816406 }, "elements": [ + { + "type": "node", + "id": 600753458, + "lat": -32.0533884, + "lon": 115.7422378, + "tags": { + "amenity": "cafe", + "contact:facebook": "https://www.facebook.com/chefnimrodkazoom", + "cuisine": "oriental;breakfast;coffee_shop;cake", + "name": "kazoomies", + "name:en": "Kazoomies", + "opening_hours": "Fr-Su 08:30-14:30", + "phone": "+61 401 838 751", + "website": "https://www.nimrodkazoom.com/" + } + }, + { + "type": "node", + "id": 600826931, + "lat": -32.0557512, + "lon": 115.747406, + "tags": { + "addr:country": "AU", + "addr:housenumber": "13", + "addr:postcode": "6160", + "addr:state": "WA", + "addr:street": "South Terrace", + "addr:suburb": "Fremantle", + "amenity": "cafe", + "check_date": "2025-06-17", + "name": "San Churro" + } + }, + { + "type": "node", + "id": 662689900, + "lat": -32.0555971, + "lon": 115.7471224, + "tags": { + "addr:housenumber": "5", + "addr:street": "South Terrace", + "addr:unit": "1", + "amenity": "cafe", + "check_date": "2024-09-21", + "description": "Italian cafe and restaurant", + "name": "Gino's", + "opening_hours": "Mo-Su 06:00-22:00", + "phone": "+61 8 9336 1464", + "website": "https://ginoscafe.com.au" + } + }, + { + "type": "node", + "id": 1029226779, + "lat": -32.0536716, + "lon": 115.7496248, + "tags": { + "amenity": "cafe", + "check_date": "2025-09-28", + "name": "D'Angelo Cafe", + "website": "https://dangelocafe.com.au" + } + }, + { + "type": "node", + "id": 1112796032, + "lat": -32.0477055, + "lon": 115.7541967, + "tags": { + "amenity": "cafe", + "bar": "no", + "check_date": "2026-04-21", + "contact:facebook": "platedwfac", + "cuisine": "coffee_shop", + "name": "Plated", + "opening_hours": "08:00-15:00", + "outdoor_seating": "yes", + "smoking": "no", + "website": "https://wfac.org.au/visit/plated-cafe/", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 1544099454, + "lat": -32.057012, + "lon": 115.7451781, + "tags": { + "addr:housenumber": "38B", + "addr:postcode": "6160", + "addr:state": "WA", + "addr:street": "Marine Terrace", + "addr:suburb": "Fremantle", + "level": "0", + "name": "Creato a Mano", + "phone": "+61 8 9430 9025", + "shop": "shoes", + "website": "http://www.creatoamano.com/" + } + }, + { + "type": "node", + "id": 1554231803, + "lat": -32.0573732, + "lon": 115.7459695, + "tags": { + "amenity": "cafe", + "name": "Panache" + } + }, + { + "type": "node", + "id": 2374495628, + "lat": -32.0563386, + "lon": 115.7447911, + "tags": { + "amenity": "cafe", + "check_date": "2024-05-12", + "internet_access": "wlan", + "internet_access:fee": "no", + "name": "Moore and Moore" + } + }, + { + "type": "node", + "id": 2535026143, + "lat": -32.0439922, + "lon": 115.7616484, + "tags": { + "addr:housenumber": "88", + "addr:postcode": "6158", + "addr:state": "WA", + "addr:street": "George Street", + "addr:suburb": "East Fremantle", + "amenity": "cafe", + "check_date": "2023-06-13", + "name": "Ethos Deli & Dining Room" + } + }, + { + "type": "node", + "id": 2774072502, + "lat": -32.0531903, + "lon": 115.7417993, + "tags": { + "amenity": "cafe", + "name": "Freo Merchant" + } + }, + { + "type": "node", + "id": 2774072503, + "lat": -32.0556115, + "lon": 115.7467745, + "tags": { + "addr:country": "AU", + "addr:housenumber": "91", + "addr:postcode": "6160", + "addr:street": "Market Street", + "addr:suburb": "Fremantle", + "brand": "San Churro", + "brand:wikidata": "Q61713899", + "name": "San Churro", + "opening_hours": "Su-Th 10:00-22:00; Fr-Sa 10:00-23:00", + "phone": "+61 8 9336 7557", + "shop": "confectionery", + "website": "https://www.sanchurro.com/locations/san-churro-fremantle" + } + }, { "type": "node", "id": 3144618368, @@ -24,6 +193,61 @@ "wheelchair": "no" } }, + { + "type": "node", + "id": 3144618370, + "lat": -32.0546657, + "lon": 115.7470233, + "tags": { + "amenity": "cafe", + "cuisine": "bagel;coffee_shop;cake;breakfast", + "internet_access": "wlan", + "name": "Grumpy Sailor", + "opening_hours": "Mo-Su 07:30-16:00", + "survey:date": "2022-07-11" + } + }, + { + "type": "node", + "id": 3329420423, + "lat": -32.0479548, + "lon": 115.7523803, + "tags": { + "amenity": "cafe", + "internet_access": "no", + "name": "Leisure Cafe", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 4364304694, + "lat": -32.0536745, + "lon": 115.7458203, + "tags": { + "addr:housenumber": "31", + "addr:street": "Market Street", + "amenity": "cafe", + "name": "Two Fat Wombats", + "opening_hours": "Mo-Fr 06:30-14:00; Sa 07:00-14:00", + "outdoor_seating": "yes", + "takeaway": "yes", + "website": "https://www.twofatwombats.com/" + } + }, + { + "type": "node", + "id": 4601037690, + "lat": -32.0627583, + "lon": 115.7571307, + "tags": { + "check_date:opening_hours": "2023-01-28", + "name": "Blue Lotus", + "name:en": "Blue Lotus", + "opening_hours:signed": "no", + "shop": "cosmetics" + } + }, { "type": "node", "id": 4601037692, @@ -39,6 +263,60 @@ "website": "https://newedition.com.au/" } }, + { + "type": "node", + "id": 4601038092, + "lat": -32.0621903, + "lon": 115.7568409, + "tags": { + "addr:street": "Hampton Road", + "amenity": "cafe", + "name": "Cafe on Hampton", + "name:en": "That Little Cafe" + } + }, + { + "type": "node", + "id": 4601049291, + "lat": -32.0547566, + "lon": 115.7459665, + "tags": { + "check_date": "2024-08-07", + "name": "Denim/Store", + "shop": "clothes", + "website": "clarabeauty.com.au" + } + }, + { + "type": "node", + "id": 4601057690, + "lat": -32.0548024, + "lon": 115.7451135, + "tags": { + "amenity": "cafe", + "check_date": "2026-06-29", + "check_date:opening_hours": "2026-06-29", + "cuisine": "coffee_shop;tea;sandwich", + "name": "Hush", + "name:en": "Hush", + "opening_hours": "Mo-Sa 06:30-15:00; Su 07:00-15:00", + "outdoor_seating": "yes", + "payment:mastercard": "yes", + "payment:visa": "yes", + "wheelchair": "limited" + } + }, + { + "type": "node", + "id": 4601057890, + "lat": -32.0532937, + "lon": 115.7493536, + "tags": { + "amenity": "cafe", + "check_date": "2025-07-25", + "name": "Aunty Lucy's Cakery" + } + }, { "type": "node", "id": 4601057991, @@ -55,6 +333,118 @@ "wheelchair": "limited" } }, + { + "type": "node", + "id": 4601098090, + "lat": -32.0557076, + "lon": 115.7480207, + "tags": { + "amenity": "cafe", + "check_date": "2026-05-09", + "name": "Freo Icecream & Waffles", + "name:en": "Freo Icecream & Waffles" + } + }, + { + "type": "node", + "id": 4637113591, + "lat": -32.0536951, + "lon": 115.7495387, + "tags": { + "amenity": "cafe", + "check_date": "2025-09-28", + "name": "The Salty Beetroot" + } + }, + { + "type": "node", + "id": 4637114093, + "lat": -32.0550887, + "lon": 115.742432, + "tags": { + "addr:housenumber": "7", + "addr:street": "Phillimore Street", + "amenity": "cafe", + "check_date": "2025-01-24", + "cuisine": "coffee_shop", + "name": "The Prestige Italian Caf\u00e8", + "outdoor_seating": "yes" + } + }, + { + "type": "node", + "id": 4637126795, + "lat": -32.0543316, + "lon": 115.7465289, + "tags": { + "brand": "7-Eleven", + "brand:wikidata": "Q259340", + "brand:wikipedia": "en:7-Eleven", + "check_date": "2026-04-28", + "name": "7-Eleven", + "name:en": "7-Eleven", + "opening_hours": "24/7", + "shop": "convenience", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 4637127590, + "lat": -32.0542062, + "lon": 115.7469364, + "tags": { + "brand": "Cotton On", + "brand:wikidata": "Q5175717", + "brand:wikipedia": "en:Cotton On Group", + "check_date": "2025-11-13", + "name": "Cotton On", + "name:en": "Cotton On", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 4637127989, + "lat": -32.0541057, + "lon": 115.7472608, + "tags": { + "amenity": "cafe", + "check_date": "2025-11-13", + "name": "Boost", + "name:en": "Boost" + } + }, + { + "type": "node", + "id": 4890054223, + "lat": -32.0546045, + "lon": 115.7477628, + "tags": { + "addr:housenumber": "13-19", + "addr:street": "William Street", + "check_date": "2023-01-27", + "clothes": "women;men;children", + "name": "Good Sammy", + "name:en": "Good Sammy", + "opening_hours": "Mo-Sa 09:00-17:00; Su 12:00-16:30", + "phone": "+61 8 9463 0525", + "shop": "clothes", + "website": "https://goodsammy.com.au/shop-fremantle" + } + }, + { + "type": "node", + "id": 5026436922, + "lat": -32.0657736, + "lon": 115.7525802, + "tags": { + "check_date:opening_hours": "2021-07-26", + "name": "Mana Wholefoods & Caf\u00e9", + "opening_hours": "Mo-Su 08:00-18:00", + "shop": "supermarket" + } + }, { "type": "node", "id": 5026468221, @@ -67,6 +457,184 @@ "shop": "antiques" } }, + { + "type": "node", + "id": 5179242423, + "lat": -32.0539046, + "lon": 115.7466867, + "tags": { + "amenity": "cafe", + "check_date": "2025-04-21", + "cuisine": "coffee_shop", + "name": "Espresso Enforcer", + "outdoor_seating": "no", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 5179250521, + "lat": -32.0531749, + "lon": 115.747879, + "tags": { + "addr:housenumber": "7-9A", + "addr:street": "Queen Street", + "check_date": "2026-04-19", + "name": "Fremantle Convenience Store", + "opening_hours": "24/7", + "shop": "convenience" + } + }, + { + "type": "node", + "id": 5179250522, + "lat": -32.052855, + "lon": 115.7480665, + "tags": { + "addr:country": "AU", + "addr:state": "WA", + "branch": "Fremantle", + "brand": "Target", + "brand:wikidata": "Q7685854", + "brand:wikipedia": "en:Target Australia", + "check_date": "2026-04-19", + "check_date:opening_hours": "2023-05-05", + "contact:facebook": "https://www.facebook.com/targetaus", + "contact:instagram": "https://instagram.com/targetaus", + "contact:pinterest": "https://www.pinterest.com.au/targetaus", + "contact:twitter": "https://twitter.com/Targetaus", + "contact:youtube": "https://www.youtube.com/user/TargetAustralia", + "name": "Target", + "opening_hours": "Mo,Su 11:00-17:00; Tu-Fr 09:00-18:00; Sa 08:00-17:00", + "phone": "+61 8 9336 9800", + "shop": "department_store", + "website": "https://www.target.com.au/store/wa/fremantle/5036" + } + }, + { + "type": "node", + "id": 5213278522, + "lat": -32.0544156, + "lon": 115.7470827, + "tags": { + "name": "Shepherd's Newsagency", + "shop": "newsagent" + } + }, + { + "type": "node", + "id": 5213284722, + "lat": -32.0520371, + "lon": 115.7486367, + "tags": { + "amenity": "cafe", + "check_date": "2026-04-19", + "cuisine": "coffee_shop;thai", + "name": "Viet Pho Cafe", + "opening_hours": "Mo,Su off; Tu-Fr 08:00-14:30; Sa 08:00-15:00" + } + }, + { + "type": "node", + "id": 5219523076, + "lat": -32.0656218, + "lon": 115.7525834, + "tags": { + "name": "Abhi's Bread", + "shop": "bakery" + } + }, + { + "type": "node", + "id": 5321919673, + "lat": -32.0547563, + "lon": 115.7467015, + "tags": { + "name": "Gorman", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 5321920048, + "lat": -32.0548936, + "lon": 115.7464624, + "tags": { + "check_date": "2025-01-22", + "name": "Terrace Men", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 5321921315, + "lat": -32.0546266, + "lon": 115.7466322, + "tags": { + "brand": "Dangerfield", + "brand:wikidata": "Q119220880", + "check_date": "2023-10-13", + "name": "Dangerfield", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 5321921316, + "lat": -32.0542224, + "lon": 115.746884, + "tags": { + "air_conditioning": "yes", + "amenity": "cafe", + "check_date": "2025-11-13", + "drive_through": "no", + "level": "0", + "name": "Culley's", + "outdoor_seating": "yes", + "start_date": "1925", + "takeaway": "yes", + "website": "https://culleys.com.au/" + } + }, + { + "type": "node", + "id": 5321921373, + "lat": -32.0547374, + "lon": 115.7464126, + "tags": { + "name": "Pop up shop", + "shop": "clothes", + "website": "https://www.benechico.com/" + } + }, + { + "type": "node", + "id": 5321921457, + "lat": -32.0552167, + "lon": 115.7438153, + "tags": { + "addr:housenumber": "28", + "addr:street": "High Street", + "amenity": "cafe", + "name": "Breglia Piccolo's Lunch Bar", + "phone": "+61 401 977 083", + "survey:date": "2024-01-20" + } + }, + { + "type": "node", + "id": 5883083585, + "lat": -32.053391, + "lon": 115.7465186, + "tags": { + "amenity": "cafe", + "cuisine": "coffee_shop;sandwich", + "name": "Best Wishes", + "outdoor_seating": "yes", + "survey:date": "2022-07-14", + "wheelchair": "limited" + } + }, { "type": "node", "id": 5885985088, @@ -79,6 +647,87 @@ "shop": "pawnbroker" } }, + { + "type": "node", + "id": 5889814889, + "lat": -32.0537471, + "lon": 115.7474989, + "tags": { + "check_date": "2026-04-19", + "check_date:opening_hours": "2023-06-17", + "name": "Mills Records", + "opening_hours:signed": "no", + "shop": "electronics", + "wheelchair": "no" + } + }, + { + "type": "node", + "id": 6282059828, + "lat": -32.0557097, + "lon": 115.7453871, + "tags": { + "air_conditioning": "yes", + "amenity": "cafe", + "bar": "no", + "check_date": "2024-02-21", + "name": "Cos Baby", + "outdoor_seating": "yes", + "wheelchair": "no" + } + }, + { + "type": "node", + "id": 6859964385, + "lat": -32.0556692, + "lon": 115.7482353, + "tags": { + "check_date": "2026-05-09", + "name": "The Pickled Fairy & Other Myths", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 6933734247, + "lat": -32.0642943, + "lon": 115.7525513, + "tags": { + "amenity": "cafe", + "name": "Kerfuffle", + "opening_hours": "Mo-Su 05:30-13:00", + "outdoor_seating": "yes" + } + }, + { + "type": "node", + "id": 6944071310, + "lat": -32.0592339, + "lon": 115.7509886, + "tags": { + "amenity": "cafe", + "name": "Vanilla Bean", + "opening_hours": "Mo-Fr 05:30-16:00; Sa 08:00-14:00" + } + }, + { + "type": "node", + "id": 7196223177, + "lat": -32.0469879, + "lon": 115.7525311, + "tags": { + "addr:housenumber": "13", + "addr:street": "James Street", + "addr:unit": "1", + "amenity": "cafe", + "check_date": "2024-12-12", + "name": "Broody Hen", + "opening_hours": "Mo-Fr 07:00-14:00; Sa 07:00-13:00", + "outdoor_seating": "yes", + "phone": "+61 473 177 726", + "website": "https://broodyhen.com.au/" + } + }, { "type": "node", "id": 8153813968, @@ -92,6 +741,167 @@ "survey:date": "2022-07-10" } }, + { + "type": "node", + "id": 8169475089, + "lat": -32.0548242, + "lon": 115.7457263, + "tags": { + "amenity": "cafe", + "check_date": "2024-08-07", + "name": "Breaks" + } + }, + { + "type": "node", + "id": 8256882232, + "lat": -32.0556244, + "lon": 115.7493012, + "tags": { + "amenity": "cafe", + "check_date": "2023-11-24", + "name": "Gimlet" + } + }, + { + "type": "node", + "id": 8299402082, + "lat": -32.0564823, + "lon": 115.7492758, + "tags": { + "amenity": "cafe", + "check_date": "2025-04-03", + "name": "True Brew" + } + }, + { + "type": "node", + "id": 8711100441, + "lat": -32.0653114, + "lon": 115.7525654, + "tags": { + "clothes": "fashion", + "email": "sourceoutlet@hotmail.com", + "name": "Source", + "phone": "+61 8 9431 7000", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 8711705553, + "lat": -32.0547293, + "lon": 115.7460879, + "tags": { + "addr:housenumber": "97A", + "addr:street": "High Street", + "check_date": "2024-08-07", + "name": "Bousfields Menswear", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 8787737910, + "lat": -32.0552625, + "lon": 115.7461486, + "tags": { + "addr:housenumber": "16", + "addr:street": "Bannister Street", + "air_conditioning": "yes", + "amenity": "cafe", + "cuisine": "coffee_shop", + "name": "Good Things", + "opening_hours": "Mo-Su 07:00-14:00", + "outdoor_seating": "yes", + "website": "https://goodthingscafe.com.au/" + } + }, + { + "type": "node", + "id": 8808000382, + "lat": -32.0549383, + "lon": 115.7529076, + "tags": { + "amenity": "cafe", + "description": "Also called the Convict Cafe.", + "name": "No Escape Cafe", + "opening_hours": "Mo-Su 10:00-17:00; We, Fr 19:00+" + } + }, + { + "type": "node", + "id": 8810194980, + "lat": -32.0569248, + "lon": 115.7446052, + "tags": { + "addr:housenumber": "30", + "addr:street": "Marine Terrace", + "amenity": "cafe", + "name": "The Bistrot Cafe", + "opening_hours": "Mo-We 06:30-14:30; Th-Su 06:30-15:00", + "outdoor_seating": "yes", + "website": "https://thebistrot.com.au/" + } + }, + { + "type": "node", + "id": 8889079808, + "lat": -32.0536542, + "lon": 115.7459753, + "tags": { + "addr:housenumber": "25", + "addr:street": "Market Street", + "check_date": "2025-04-20", + "name": "Little Sister", + "opening_hours": "Mo-Fr 09:00-17:30; Sa 09:00-17:00; Su 11:30-17:00", + "shop": "deli" + } + }, + { + "type": "node", + "id": 8889144374, + "lat": -32.0551193, + "lon": 115.7468527, + "tags": { + "check_date": "2025-08-25", + "clothes": "hats", + "name": "Ugg Express", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 8889226892, + "lat": -32.0559976, + "lon": 115.7419741, + "tags": { + "amenity": "cafe", + "name": "Chalkys", + "opening_hours": "Mo-Su 07:00-15:00" + } + }, + { + "type": "node", + "id": 9002446483, + "lat": -32.0528762, + "lon": 115.7479887, + "tags": { + "name": "Flutters", + "shop": "newsagent" + } + }, + { + "type": "node", + "id": 9039407645, + "lat": -32.0564611, + "lon": 115.7492324, + "tags": { + "check_date": "2025-04-03", + "name": "Freo Mart", + "shop": "convenience" + } + }, { "type": "node", "id": 9156620320, @@ -102,6 +912,109 @@ "shop": "charity" } }, + { + "type": "node", + "id": 9156728321, + "lat": -32.0547687, + "lon": 115.7452309, + "tags": { + "addr:housenumber": "72-74", + "addr:postcode": "6160", + "addr:state": "WA", + "addr:street": "High Street", + "addr:suburb": "Fremantle", + "check_date": "2025-04-26", + "check_date:currency:XBT": "2025-04-26", + "contact:facebook": "Bodkinsbootery", + "currency:XBT": "yes", + "email": "bodkinsbootery@yahoo.co.uk", + "name": "Bodkin's Bootery", + "payment:lightning": "yes", + "payment:lightning_contactless": "no", + "payment:onchain": "no", + "phone": "+61 8 9336 1484", + "shop": "shoes", + "survey:date": "2024-01-20" + } + }, + { + "type": "node", + "id": 9271021319, + "lat": -32.0548108, + "lon": 115.7467307, + "tags": { + "name": "Bob's Shoe Store", + "shop": "shoes" + } + }, + { + "type": "node", + "id": 9420336204, + "lat": -32.0546927, + "lon": 115.7485207, + "tags": { + "amenity": "cafe", + "cuisine": "gourmet_cookie", + "name": "Get Chunky", + "opening_hours": "Mo-Su 10:00-21:30", + "outdoor_seating": "no", + "website": "https://www.getchunky.com.au/" + } + }, + { + "type": "node", + "id": 9471037022, + "lat": -32.0530003, + "lon": 115.7459359, + "tags": { + "name": "the heArt studio", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 9471058317, + "lat": -32.0527297, + "lon": 115.7476703, + "tags": { + "amenity": "cafe", + "bar": "no", + "check_date": "2025-10-09", + "cuisine": "coffee_shop", + "name": "Flint + Ember Coffee", + "outdoor_seating": "yes", + "survey:date": "2022-02-03" + } + }, + { + "type": "node", + "id": 9717067495, + "lat": -32.0544981, + "lon": 115.749252, + "tags": { + "brand": "IGA", + "brand:wikidata": "Q5970945", + "name": "IGA", + "opening_hours": "Mo-Su 07:00-21:00", + "shop": "supermarket" + } + }, + { + "type": "node", + "id": 9793980117, + "lat": -32.0521608, + "lon": 115.7491732, + "tags": { + "addr:housenumber": "15A", + "addr:street": "Point Street", + "amenity": "cafe", + "check_date": "2026-04-19", + "cuisine": "french", + "name": "Little French Nest", + "opening_hours": "Mo-Fr 08:00-14:30; Sa-Su 07:30-14:30", + "outdoor_seating": "yes" + } + }, { "type": "node", "id": 9794077228, @@ -123,6 +1036,228 @@ "shop": "books" } }, + { + "type": "node", + "id": 9797581350, + "lat": -32.0546036, + "lon": 115.7392975, + "tags": { + "amenity": "cafe", + "name": "Caffissimo" + } + }, + { + "type": "node", + "id": 9837988023, + "lat": -32.0547311, + "lon": 115.7486228, + "tags": { + "alt_name": "T4 Tea House", + "amenity": "cafe", + "branch": "Fremantle", + "brand": "T4", + "brand:wikidata": "Q112123535", + "cuisine": "bubble_tea", + "indoor_seating": "yes", + "name": "T4 Tea For U", + "opening_hours": "Mo-We 11:00-17:00; Th 11:00-19:30; Fr,Sa 11:00-21:00; Su 11:00-19:30", + "outdoor_seating": "no", + "takeaway": "yes", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 9838615877, + "lat": -32.0546787, + "lon": 115.7490382, + "tags": { + "amenity": "cafe", + "name": "Chez Suteki" + } + }, + { + "type": "node", + "id": 9838615882, + "lat": -32.0544873, + "lon": 115.7489299, + "tags": { + "amenity": "cafe", + "cuisine": "dessert", + "fixme": "Positioning is incorrect", + "name": "Fry'd", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 9843343165, + "lat": -32.0599853, + "lon": 115.7521895, + "tags": { + "amenity": "cafe", + "check_date": "2023-02-25", + "cuisine": "japanese", + "name": "Unwind on Wray", + "outdoor_seating": "yes" + } + }, + { + "type": "node", + "id": 9843343167, + "lat": -32.0599336, + "lon": 115.7520753, + "tags": { + "check_date": "2023-02-25", + "name": "Kartique Corner", + "shop": "furniture" + } + }, + { + "type": "node", + "id": 9843343170, + "lat": -32.0596824, + "lon": 115.7521118, + "tags": { + "check_date": "2022-06-24", + "name": "Bukesh-la", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 9843373317, + "lat": -32.0595589, + "lon": 115.7517885, + "tags": { + "addr:housenumber": "8", + "addr:street": "Wray Avenue", + "check_date": "2022-11-05", + "clothes": "men", + "name": "Dick's of Fremantle", + "opening_hours": "Mo-Su 06:00-16:00; PH 06:00-15:00", + "second_hand": "yes", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 9878259117, + "lat": -32.0550983, + "lon": 115.7448273, + "tags": { + "addr:housenumber": "57", + "addr:street": "High Street", + "check_date": "2025-04-26", + "name": "Somes Newsageny", + "shop": "newsagent", + "survey:date": "2022-07-10" + } + }, + { + "type": "node", + "id": 9878259217, + "lat": -32.0551183, + "lon": 115.7447659, + "tags": { + "amenity": "cafe", + "check_date": "2025-04-26", + "name": "High on 55", + "survey:date": "2022-07-10" + } + }, + { + "type": "node", + "id": 9878261718, + "lat": -32.0552095, + "lon": 115.7444669, + "tags": { + "addr:housenumber": "45", + "addr:street": "High Street", + "name": "Port Jarrah Furniture", + "shop": "furniture", + "survey:date": "2022-07-10" + } + }, + { + "type": "node", + "id": 9878270417, + "lat": -32.0551535, + "lon": 115.7446381, + "tags": { + "amenity": "cafe", + "check_date": "2025-04-26", + "name": "Otis & Mave", + "survey:date": "2022-07-10", + "wheelchair": "limited" + } + }, + { + "type": "node", + "id": 9947458058, + "lat": -32.0595172, + "lon": 115.7484138, + "tags": { + "addr:postcode": "6160", + "addr:state": "WA", + "addr:street": "Marine Terrace", + "addr:suburb": "Fremantle", + "currency:XBT": "yes", + "name": "Elk Fish Robotics", + "payment:lightning": "yes", + "payment:lightning_contactless": "no", + "payment:onchain": "no", + "shop": "electronics", + "survey:date": "2022-11-17", + "website": "https://www.elkfishrobotics.com.au/" + } + }, + { + "type": "node", + "id": 10297572193, + "lat": -32.0554339, + "lon": 115.7437681, + "tags": { + "addr:housenumber": "33", + "addr:street": "High Street", + "amenity": "cafe", + "check_date": "2024-09-21", + "contact:instagram": "https://www.instagram.com/milkmaidcoffeebar/", + "name": "Crosta", + "opening_hours": "Mo-Fr 07:00-14:00; Sa-Su 08:00-14:00", + "outdoor_seating": "yes" + } + }, + { + "type": "node", + "id": 10585254714, + "lat": -32.0546907, + "lon": 115.7462223, + "tags": { + "check_date": "2026-04-06", + "clothes": "men;women;children", + "email": "shop@stpats.com.au", + "name": "St Pat's Op Shop", + "opening_hours": "10:00-16:00", + "phone": "+61 8 9430 4159", + "second_hand": "yes", + "shop": "clothes", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 10585254715, + "lat": -32.053363, + "lon": 115.7495628, + "tags": { + "brand": "Australian Red Cross", + "check_date": "2025-11-16", + "name": "Australian Red Cross Shop", + "second_hand": "only", + "shop": "clothes" + } + }, { "type": "node", "id": 10585254716, @@ -137,6 +1272,98 @@ "shop": "charity" } }, + { + "type": "node", + "id": 10660056921, + "lat": -32.0533435, + "lon": 115.7465499, + "tags": { + "check_date": "2023-02-15", + "name": "Mi-Life", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 10833576345, + "lat": -32.0559808, + "lon": 115.7478078, + "tags": { + "amenity": "cafe", + "brand": "Utopia", + "cuisine": "bubble_tea", + "name": "Utopia Fremantle", + "outdoor_seating": "yes", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 10866461273, + "lat": -32.054891, + "lon": 115.743566, + "tags": { + "addr:housenumber": "5", + "addr:street": "Henry Street", + "amenity": "cafe", + "check_date": "2023-05-04", + "name": "Coffee +Art" + } + }, + { + "type": "node", + "id": 10913592618, + "lat": -32.0551179, + "lon": 115.7493692, + "tags": { + "addr:housenumber": "46", + "addr:street": "William Street", + "amenity": "cafe", + "check_date": "2024-02-08", + "contact:facebook": "Kokomosbylividskate", + "email": "Lividskate@gmail.com", + "name": "Kokomo's", + "operator": "Livid Skate", + "outdoor_seating": "yes", + "takeaway": "yes", + "toilets": "yes", + "toilets:access": "customers", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 10991161609, + "lat": -32.0564515, + "lon": 115.7455251, + "tags": { + "amenity": "cafe", + "check_date": "2023-06-19", + "name": "Ghetto Blaster", + "outdoor_seating": "yes" + } + }, + { + "type": "node", + "id": 11217813784, + "lat": -32.060599, + "lon": 115.7491547, + "tags": { + "name": "Morrison", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 11323014781, + "lat": -32.0545423, + "lon": 115.7483076, + "tags": { + "check_date": "2026-05-09", + "name": "Wear2", + "shop": "clothes" + } + }, { "type": "node", "id": 11323015046, @@ -147,6 +1374,82 @@ "shop": "antiques" } }, + { + "type": "node", + "id": 11323032826, + "lat": -32.0555699, + "lon": 115.7481313, + "tags": { + "amenity": "cafe", + "name": "Swedish Cafe" + } + }, + { + "type": "node", + "id": 11323035617, + "lat": -32.0541215, + "lon": 115.7472101, + "tags": { + "check_date": "2025-11-13", + "name": "Surf Dive 'n Ski", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 11323039772, + "lat": -32.0541529, + "lon": 115.7471086, + "tags": { + "check_date": "2025-11-13", + "name": "Creations", + "shop": "jewelry" + } + }, + { + "type": "node", + "id": 11323041016, + "lat": -32.0546385, + "lon": 115.7490475, + "tags": { + "name": "Sinamon", + "shop": "bakery" + } + }, + { + "type": "node", + "id": 11323061682, + "lat": -32.0550712, + "lon": 115.7482507, + "tags": { + "check_date": "2026-05-09", + "name": "Vintage Lilly's", + "second_hand": "only", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 11337000968, + "lat": -32.0544288, + "lon": 115.7470011, + "tags": { + "brand": "Telstra", + "brand:wikidata": "Q721162", + "name": "Telstra", + "shop": "mobile_phone" + } + }, + { + "type": "node", + "id": 11337020348, + "lat": -32.0540163, + "lon": 115.7473201, + "tags": { + "name": "Red Dot", + "shop": "variety_store" + } + }, { "type": "node", "id": 11337031591, @@ -157,6 +1460,28 @@ "shop": "second_hand" } }, + { + "type": "node", + "id": 11337034418, + "lat": -32.0545556, + "lon": 115.7466317, + "tags": { + "name": "Coal River Farm", + "shop": "deli" + } + }, + { + "type": "node", + "id": 11337035517, + "lat": -32.0534145, + "lon": 115.7477497, + "tags": { + "check_date": "2026-04-19", + "name": "Chemist Discount Centre", + "opening_hours": "Mo-Fr 08:00-18:00; Sa 09:00-17:00; Su 10:00-16:00", + "shop": "chemist" + } + }, { "type": "node", "id": 11337040744, @@ -168,6 +1493,288 @@ "shop": "second_hand" } }, + { + "type": "node", + "id": 11337040975, + "lat": -32.0539069, + "lon": 115.7460756, + "tags": { + "check_date": "2024-11-01", + "name": "Peggy's", + "shop": "bakery" + } + }, + { + "type": "node", + "id": 11337041960, + "lat": -32.0544687, + "lon": 115.7468958, + "tags": { + "name": "Whizz Pop", + "shop": "confectionery" + } + }, + { + "type": "node", + "id": 11393237125, + "lat": -32.0469109, + "lon": 115.7519642, + "tags": { + "addr:housenumber": "59A", + "addr:street": "Queen Victoria Street", + "air_conditioning": "yes", + "amenity": "cafe", + "bar": "no", + "check_date": "2026-07-10", + "cuisine": "coffee_shop", + "drive_through": "no", + "internet_access": "wlan", + "internet_access:fee": "customers", + "name": "Gesha Coffee Co", + "opening_hours": "Mo-Fr 06:30-15:00; Sa-Su 06:30-14:30", + "outdoor_seating": "yes", + "payment:cash": "yes", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "phone": "+61 8 9335 6059", + "smoking": "no", + "takeaway": "yes", + "website": "https://www.geshacoffeeco.com/cafe/", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 11596694746, + "lat": -32.0549231, + "lon": 115.7485346, + "tags": { + "amenity": "cafe", + "check_date": "2024-02-08", + "name": "Festal Cafe", + "outdoor_seating": "yes" + } + }, + { + "type": "node", + "id": 11730692453, + "lat": -32.0441972, + "lon": 115.7611437, + "tags": { + "addr:housenumber": "37", + "addr:postcode": "6158", + "addr:state": "WA", + "addr:street": "Sewell Street", + "addr:suburb": "East Fremantle", + "addr:unit": "1", + "name": "Floral Army", + "shop": "florist", + "website": "https://floralarmy.com.au/" + } + }, + { + "type": "node", + "id": 11746984680, + "lat": -32.0539523, + "lon": 115.7464526, + "tags": { + "check_date": "2024-03-20", + "name": "Hype", + "shop": "shoes" + } + }, + { + "type": "node", + "id": 11831943936, + "lat": -32.0624524, + "lon": 115.7520732, + "tags": { + "addr:housenumber": "147", + "addr:street": "South Terrace", + "amenity": "cafe", + "check_date": "2024-04-20", + "name": "Amante & Co Coffee", + "opening_hours": "Mo-Fr 06:30-13:00; Sa-Su 07:00-12:00", + "website": "https://amantecocoffee.com/" + } + }, + { + "type": "node", + "id": 11861770838, + "lat": -32.044021, + "lon": 115.7614636, + "tags": { + "name": "Savvy Brands", + "shop": "clothes", + "website": "https://www.savvybrands.com.au/" + } + }, + { + "type": "node", + "id": 11861770839, + "lat": -32.0440162, + "lon": 115.7613462, + "tags": { + "name": "Atelier", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 11890633269, + "lat": -32.0550472, + "lon": 115.7483294, + "tags": { + "addr:housenumber": "27-35", + "addr:postcode": "6160", + "addr:street": "William Street", + "amenity": "cafe", + "check_date": "2026-05-09", + "cuisine": "coffee_shop;tea", + "internet_access": "wlan", + "name": "T.O.P. Coffee and Tea", + "opening_hours": "Mo,We-Fr 07:00-15:00; Tu 07:00-12:00; Sa 08:00-00:00", + "phone": "+61 413 929 955" + } + }, + { + "type": "node", + "id": 11993089469, + "lat": -32.0532561, + "lon": 115.7507552, + "tags": { + "addr:housenumber": "197", + "addr:street": "High Street", + "addr:suburb": "Fremantle", + "amenity": "cafe", + "contact:facebook": "coccolicco", + "name": "Coccolicco" + } + }, + { + "type": "node", + "id": 12070795765, + "lat": -32.054346, + "lon": 115.7473293, + "tags": { + "addr:housenumber": "28", + "addr:street": "High Street", + "amenity": "cafe", + "check_date": "2025-06-15", + "cuisine": "coffee_shop", + "name": "Elsa", + "outdoor_seating": "yes", + "website": "https://www.elskefremantle.com/", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 12096135462, + "lat": -32.0546636, + "lon": 115.7455586, + "tags": { + "check_date": "2024-08-07", + "name": "Fremantle Pharmacy", + "shop": "chemist" + } + }, + { + "type": "node", + "id": 12096221429, + "lat": -32.0547446, + "lon": 115.7460194, + "tags": { + "check_date": "2024-08-07", + "name": "Remedy", + "shop": "houseware" + } + }, + { + "type": "node", + "id": 12096277829, + "lat": -32.0546614, + "lon": 115.7463322, + "tags": { + "check_date": "2026-04-06", + "name": "Three Stories", + "shop": "shoes" + } + }, + { + "type": "node", + "id": 12101854642, + "lat": -32.059423, + "lon": 115.7511069, + "tags": { + "addr:housenumber": "101", + "addr:street": "South Terrace", + "check_date": "2024-08-10", + "name": "Blooming Decor", + "shop": "florist", + "website": "https://bloomingdecor.com.au" + } + }, + { + "type": "node", + "id": 12103819891, + "lat": -32.0558222, + "lon": 115.7480731, + "tags": { + "check_date": "2026-05-09", + "name": "Spectator", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 12103819892, + "lat": -32.0557752, + "lon": 115.7479786, + "tags": { + "check_date": "2024-08-11", + "name": "Yeah Vintage", + "second_hand": "only", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 12159304321, + "lat": -32.0537924, + "lon": 115.7465797, + "tags": { + "amenity": "cafe", + "check_date": "2024-09-06", + "diet:vegan": "yes", + "name": "Flora & Fauna" + } + }, + { + "type": "node", + "id": 12303928045, + "lat": -32.0539943, + "lon": 115.7461078, + "tags": { + "check_date": "2024-11-01", + "name": "Home Provedore", + "opening_hours": "Mo-Sa 09:00-16:00; Su 11:00-15:00", + "shop": "houseware", + "website": "https://thehomeprovedore.com.au" + } + }, + { + "type": "node", + "id": 12307062505, + "lat": -32.0552074, + "lon": 115.7498861, + "tags": { + "amenity": "cafe", + "check_date": "2024-11-02", + "name": "Cassia", + "website": "https://www.cassiafreo.com.au/" + } + }, { "type": "node", "id": 12389445377, @@ -181,6 +1788,19 @@ "wheelchair": "yes" } }, + { + "type": "node", + "id": 12389475293, + "lat": -32.0564019, + "lon": 115.7469221, + "tags": { + "amenity": "cafe", + "check_date": "2024-12-02", + "name": "Rustic Spoon", + "opening_hours": "06:30-24:00", + "website": "https://rusticspoon.com.au/" + } + }, { "type": "node", "id": 12490289378, @@ -196,6 +1816,39 @@ "shop": "games" } }, + { + "type": "node", + "id": 12522399956, + "lat": -32.0548227, + "lon": 115.746447, + "tags": { + "check_date": "2025-01-22", + "name": "Fremantle Opals", + "shop": "jewelry" + } + }, + { + "type": "node", + "id": 12522399958, + "lat": -32.0549976, + "lon": 115.7465102, + "tags": { + "check_date": "2025-01-22", + "name": "Shoe Fun", + "shop": "shoes" + } + }, + { + "type": "node", + "id": 12769710998, + "lat": -32.0542404, + "lon": 115.7461938, + "tags": { + "check_date": "2025-04-20", + "name": "New Fremantle Convenient Store", + "shop": "convenience" + } + }, { "type": "node", "id": 12787392414, @@ -225,6 +1878,136 @@ "shop": "toys" } }, + { + "type": "node", + "id": 13005388016, + "lat": -32.0522162, + "lon": 115.7504967, + "tags": { + "amenity": "cafe", + "check_date": "2026-04-19", + "name": "Bodhi's Bakehouse", + "outdoor_seating": "yes" + } + }, + { + "type": "node", + "id": 13005682896, + "lat": -32.052281, + "lon": 115.7470577, + "tags": { + "brand": "Coles", + "brand:wikidata": "Q1108172", + "check_date": "2026-06-09", + "name": "Coles", + "opening_hours": "Mo-Fr 08:00-21:00; Sa 08:00-17:00; Su 11:00-17:00", + "operator": "Coles Group", + "operator:wikidata": "Q131937428", + "shop": "supermarket" + } + }, + { + "type": "node", + "id": 13064860607, + "lat": -32.0563028, + "lon": 115.7461146, + "tags": { + "amenity": "cafe", + "contact:instagram": "ilbruttofreo", + "name": "Il Brutto", + "opening_hours": "Mo-Fr 07:00-11:30", + "outdoor_seating": "yes", + "toilets": "yes" + } + }, + { + "type": "node", + "id": 13130252840, + "lat": -32.0585243, + "lon": 115.7511614, + "tags": { + "air_conditioning": "yes", + "amenity": "cafe", + "bar": "no", + "changing_table": "yes", + "indoor_seating": "yes", + "level": "5", + "name": "Ladies Auxilliary Kiosk", + "smoking": "no", + "takeaway": "yes", + "toilets:access": "yes", + "toilets:wheelchair": "designated", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 13459823626, + "lat": -32.0559703, + "lon": 115.7483285, + "tags": { + "check_date": "2026-04-28", + "name": "Mezo Mart", + "shop": "convenience" + } + }, + { + "type": "node", + "id": 13769623158, + "lat": -32.0541798, + "lon": 115.7464614, + "tags": { + "check_date": "2026-04-28", + "name": "Plush Vintage", + "opening_hours": "Th-Su 12:00-17:00", + "second_hand": "only", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 13810284696, + "lat": -32.0552182, + "lon": 115.7482222, + "tags": { + "check_date": "2026-05-09", + "name": "Perth Surf Vintage", + "second_hand": "only", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 14001630963, + "lat": -32.0471256, + "lon": 115.7517786, + "tags": { + "check_date": "2026-07-10", + "name": "Megan Salmon", + "shop": "clothes" + } + }, + { + "type": "way", + "id": 51718906, + "center": { + "lat": -32.0554561, + "lon": 115.7479182 + }, + "nodes": [ + 3144618386, + 660103501, + 660103502, + 660103503, + 3144618386 + ], + "tags": { + "amenity": "cafe", + "building": "yes", + "check_date": "2024-08-02", + "name": "Kenzie's Coffee" + } + }, { "type": "way", "id": 52013903, @@ -263,6 +2046,34 @@ "wheelchair": "yes" } }, + { + "type": "way", + "id": 140484887, + "center": { + "lat": -32.0595018, + "lon": 115.7517238 + }, + "nodes": [ + 1539122642, + 1539122647, + 1539122666, + 1539122644, + 1539122637, + 1539122635, + 1539122632, + 1539122642 + ], + "tags": { + "amenity": "cafe", + "building": "yes", + "check_date": "2022-11-05", + "internet_access": "wlan", + "internet_access:fee": "customers", + "name": "Lawley's Cafe & Bakery", + "opening_hours": "Mo-Su 06:30-16:00; PH 06:30-15:00", + "wikidata": "Q28225129" + } + }, { "type": "way", "id": 310008675, @@ -294,6 +2105,186 @@ "shop": "charity" } }, + { + "type": "way", + "id": 322574865, + "center": { + "lat": -32.0602534, + "lon": 115.7525493 + }, + "nodes": [ + 3293475820, + 3293475821, + 3293475833, + 3293475832, + 3293475820 + ], + "tags": { + "building": "retail", + "building:levels": "2", + "name": "Frank's", + "roof:shape": "hipped", + "shop": "butcher" + } + }, + { + "type": "way", + "id": 322574866, + "center": { + "lat": -32.0602573, + "lon": 115.7527956 + }, + "nodes": [ + 3293475823, + 3293475826, + 3293475827, + 11076233339, + 11076233338, + 11076233337, + 11076233336, + 3293475831, + 3293475829, + 11076233334, + 11076233335, + 3293475823 + ], + "tags": { + "building": "retail", + "building:levels": "2", + "name": "Gallatis'", + "roof:shape": "hipped", + "shop": "deli" + } + }, + { + "type": "way", + "id": 322574871, + "center": { + "lat": -32.0600292, + "lon": 115.7522129 + }, + "nodes": [ + 3293475811, + 3293475813, + 3293475819, + 3293475816, + 3293475811 + ], + "tags": { + "addr:housenumber": "3", + "addr:street": "Wray Avenue", + "amenity": "cafe", + "building": "yes", + "check_date": "2023-02-25", + "name": "Sisko Store" + } + }, + { + "type": "way", + "id": 322574898, + "center": { + "lat": -32.059846, + "lon": 115.7510744 + }, + "nodes": [ + 3293475799, + 3293475793, + 11340760358, + 3293475801, + 3293475795, + 3293475804, + 3293475810, + 3293475799 + ], + "tags": { + "addr:housenumber": "109", + "addr:street": "South Terrace", + "building": "yes", + "check_date": "2024-04-14", + "name": "Perth Pressed Metal", + "shop": "houseware" + } + }, + { + "type": "way", + "id": 341104307, + "center": { + "lat": -32.0451582, + "lon": 115.7525558 + }, + "nodes": [ + 3483315718, + 9040213857, + 9040213856, + 3483315695, + 9040213867, + 3483315703, + 12389299054, + 3483315718 + ], + "tags": { + "addr:country": "AU", + "addr:housenumber": "92", + "addr:state": "WA", + "addr:street": "Queen Victoria Street", + "brand": "Officeworks", + "brand:wikidata": "Q7079486", + "brand:wikipedia": "en:Officeworks", + "building": "commercial", + "building:levels": "3", + "check_date": "2025-04-26", + "contact:facebook": "https://facebook.com/officeworks", + "contact:instagram": "https://instagram.com/officeworks", + "contact:linkedin": "https://www.linkedin.com/company/officeworks", + "contact:tiktok": "https://www.tiktok.com/@officeworks", + "contact:twitter": "https://twitter.com/officeworks", + "contact:youtube": "https://www.youtube.com/officeworks", + "full_name": "Fremantle Officeworks", + "internet_access": "terminal;wlan", + "internet_access:fee": "no", + "long_name": "Officeworks Fremantle", + "name": "Officeworks", + "opening_hours": "Mo-Fr 08:00-21:00; Sa 08:00-17:00; Su 11:00-17:00", + "payment:cash": "yes", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "phone": "+61 8 9431 8200", + "service:copy": "yes", + "service:print": "yes", + "service:scan": "yes", + "shop": "stationery", + "website": "https://www.officeworks.com.au/shop/officeworks/storepage/W604/WA/Fremantle", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 539400551, + "center": { + "lat": -32.0651472, + "lon": 115.7526373 + }, + "nodes": [ + 5219523088, + 5219523087, + 5219523086, + 5219523085, + 5219523088 + ], + "tags": { + "addr:street": "South Terrace", + "air_conditioning": "yes", + "amenity": "cafe", + "building": "yes", + "internet_access": "wlan", + "name": "Ootong & Lincoln", + "opening_hours": "Mo-Su 06:00-15:30; Sa, Su 06:30-15:30", + "opening_hours:kitchen": "Mo-Su 06:30-14:30", + "outdoor_seating": "yes", + "phone": "+61 8 9335 6109", + "website": "https://ootongandlincoln.com.au" + } + }, { "type": "way", "id": 592578660, @@ -319,6 +2310,27 @@ "wheelchair": "limited" } }, + { + "type": "way", + "id": 614629486, + "center": { + "lat": -32.0471013, + "lon": 115.7519876 + }, + "nodes": [ + 9040213916, + 1441558248, + 5813748213, + 5813748203, + 9040213916 + ], + "tags": { + "building": "yes", + "check_date": "2026-07-10", + "name": "Yacht Grot", + "shop": "hardware" + } + }, { "type": "way", "id": 976912099, @@ -349,6 +2361,52 @@ "shop": "toys", "wikidata": "Q130749344" } + }, + { + "type": "way", + "id": 1176518483, + "center": { + "lat": -32.0521315, + "lon": 115.7452588 + }, + "nodes": [ + 10931134747, + 10892284314, + 10931134746, + 10931134745, + 5070601331, + 10931134747 + ], + "tags": { + "building": "retail", + "check_date": "2023-05-13", + "layer": "-1", + "name": "Whistle Stop", + "shop": "kiosk" + } + }, + { + "type": "way", + "id": 1262497464, + "center": { + "lat": -32.0440308, + "lon": 115.758275 + }, + "nodes": [ + 11730264652, + 11730264651, + 11730264650, + 11730264649, + 11730264652 + ], + "tags": { + "addr:housenumber": "30", + "addr:state": "WA", + "addr:street": "East Street", + "addr:suburb": "East Fremantle", + "name": "The Quarterdeck", + "shop": "general" + } } ] } \ No newline at end of file diff --git a/web/assets/towns/_raw/katoomba_real.overpass.json b/web/assets/towns/_raw/katoomba_real.overpass.json index 2121492..09a1e55 100644 --- a/web/assets/towns/_raw/katoomba_real.overpass.json +++ b/web/assets/towns/_raw/katoomba_real.overpass.json @@ -1,7 +1,7 @@ { "fetchedAt": "2026-07-16", "endpoint": "https://overpass-api.de/api/interpreter", - "query": "[out:json][timeout:120];nwr[\"shop\"~\"^(charity|second_hand|music|antiques|books|toys|games|video_games|pawnbroker)$\"][\"name\"](-33.72801,150.29575,-33.70099,150.32825);out center;", + "query": "[out:json][timeout:180];(nwr[\"shop\"~\"^(antiques|bag|bakery|books|bookshop|boutique|butcher|charity|cheese|chemist|chocolate|clothes|coffee|confectionery|convenience|cosmetics|dairy|deli|delicatessen|department_store|doityourself|electronics|farm|fashion|florist|furniture|games|garden_centre|general|greengrocer|hardware|homeware|houseware|jewellery|jewelry|kiosk|mobile_phone|music|newsagent|pastry|pawnbroker|perfumery|pharmacy|second_hand|shoes|stationery|supermarket|tea|toys|trade|variety_store|video|video_games|vintage)$\"][\"name\"](-33.72801,150.29575,-33.70099,150.32825);nwr[\"amenity\"~\"^(cafe)$\"][\"name\"](-33.72801,150.29575,-33.70099,150.32825););out center;", "bbox": { "minLat": -33.72801351351352, "minLon": 150.29575415811652, @@ -9,6 +9,160 @@ "maxLon": 150.3282458418835 }, "elements": [ + { + "type": "node", + "id": 20973534, + "lat": -33.7168496, + "lon": 150.3108974, + "tags": { + "amenity": "cafe", + "check_date:opening_hours": "2023-10-06", + "diet:vegetarian": "no", + "gluten_free": "yes", + "name": "The Hatters Cafe", + "opening_hours": "Fr-Tu 07:30-15:00; We,Th off", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 20973744, + "lat": -33.7277868, + "lon": 150.3106861, + "tags": { + "addr:housenumber": "176", + "addr:street": "Lurline Street", + "amenity": "cafe", + "name": "Blue Mountains Chocolate Company", + "opening_hours": "Mo-Su 10:00-18:00", + "outdoor_seating": "yes", + "phone": "+61 2 4782 7071", + "shop": "chocolate", + "website": "http://www.bluemountainschocolate.com.au/" + } + }, + { + "type": "node", + "id": 802666966, + "lat": -33.7128344, + "lon": 150.3119826, + "tags": { + "amenity": "cafe", + "check_date:opening_hours": "2024-12-30", + "diet:vegetarian": "yes", + "name": "Savoy Cafe", + "opening_hours": "Tu-Su 09:00-15:00", + "wheelchair": "no" + } + }, + { + "type": "node", + "id": 1468118824, + "lat": -33.7174275, + "lon": 150.3104965, + "tags": { + "brand": "Aldi", + "brand:wikidata": "Q41171672", + "brand:wikipedia": "en:Aldi", + "check_date:opening_hours": "2025-11-28", + "full_name": "ALDI Katoomba", + "name": "Aldi", + "opening_hours": "Mo-Su 08:30-20:00", + "shop": "supermarket", + "website": "https://store.aldi.com.au/nsw/katoomba/cnr-waratah-street-katoomba-street" + } + }, + { + "type": "node", + "id": 2381632365, + "lat": -33.7142447, + "lon": 150.3109429, + "tags": { + "addr:housenumber": "81-83", + "addr:postcode": "2780", + "addr:street": "Katoomba Street", + "addr:suburb": "Katoomba", + "addr:unit": "Shop 13", + "check_date": "2025-07-16", + "check_date:opening_hours": "2023-10-06", + "name": "Blue Mountains Food Co-op", + "opening_hours": "Mo-Fr 09:00-18:00; Sa 08:30-17:00; Su 10:00-16:30", + "phone": "+61 2 4782 5890", + "shop": "supermarket", + "website": "https://bmfoodcoop.org.au/", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 2459170313, + "lat": -33.7103844, + "lon": 150.3199332, + "tags": { + "addr:housenumber": "46", + "addr:postcode": "2780", + "addr:street": "Wilson Street", + "addr:suburb": "Katoomba", + "brand": "Mitre 10", + "brand:wikidata": "Q6882393", + "brand:wikipedia": "en:Mitre 10", + "name": "Mitre 10", + "opening_hours": "Mo-Fr 07:30-17:00; Sa 08:00-16:30; Su 08:30-16:00", + "phone": "+61 2 4782 6066", + "shop": "doityourself", + "source": "Resident", + "website": "https://www.homehardware.com.au/" + } + }, + { + "type": "node", + "id": 2763942902, + "lat": -33.716617, + "lon": 150.3097851, + "tags": { + "branch": "Katoomba", + "brand": "Woolworths", + "brand:wikidata": "Q3249145", + "brand:wikipedia": "en:Woolworths Supermarkets", + "name": "Woolworths", + "opening_hours": "Mo-Su 07:00-22:00", + "operator": "Woolworths Group", + "operator:ref": "88 000 014 675", + "operator:wikidata": "Q607272", + "phone": "+61 2 4345 4503", + "ref": "1787", + "shop": "supermarket", + "source": "voice", + "website": "https://www.woolworths.com.au/shop/storelocator/nsw-katoomba-1787", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 2763958073, + "lat": -33.7057909, + "lon": 150.3122685, + "tags": { + "name": "The Handy Store", + "shop": "convenience", + "source": "voice" + } + }, + { + "type": "node", + "id": 3525171098, + "lat": -33.717377, + "lon": 150.3110799, + "tags": { + "amenity": "cafe", + "check_date:opening_hours": "2019-11-02", + "diet:vegetarian": "yes", + "name": "The Yellow Deli", + "source": "survey", + "source:geometry": "extrapolation", + "wheelchair": "limited" + } + }, { "type": "node", "id": 4047416904, @@ -56,6 +210,21 @@ "shop": "charity" } }, + { + "type": "node", + "id": 4047416912, + "lat": -33.710196, + "lon": 150.3092416, + "tags": { + "addr:housenumber": "170-180", + "addr:street": "Bathurst Road", + "email": "freshproduce@todarellos.com", + "name": "Todarello's", + "phone": "+61 2 4782 4972", + "shop": "greengrocer", + "website": "https://todarellos.com/" + } + }, { "type": "node", "id": 4047416913, @@ -76,6 +245,50 @@ "wheelchair": "no" } }, + { + "type": "node", + "id": 4861436783, + "lat": -33.7158235, + "lon": 150.3099258, + "tags": { + "brand": "Big W", + "brand:wikidata": "Q4906646", + "brand:wikipedia": "en:Big W", + "check_date:opening_hours": "2023-05-05", + "contact:facebook": "https://www.facebook.com/BIGWaustralia", + "contact:instagram": "https://instagram.com/bigwaustralia", + "contact:linkedin": "https://linkedin.com/company/big-w", + "contact:twitter": "https://twitter.com/bigw", + "contact:youtube": "https://www.youtube.com/user/BIGWaustralia", + "full_name": "BIG W Katoomba", + "name": "Big W", + "opening_hours": "Mo-We,Fr-Su 08:30-18:00; Th 08:30-19:00", + "operator": "Woolworths Group Limited", + "operator:ref:abn": "88 000 014 675", + "phone": "+61 2 4345 4516", + "shop": "department_store", + "source": "survey", + "toilets": "yes", + "website": "https://www.bigw.com.au/store/0169/BIG-W-Katoomba", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 4957656365, + "lat": -33.7174489, + "lon": 150.3107378, + "tags": { + "brand": "Jaycar", + "brand:wikidata": "Q6167713", + "brand:wikipedia": "en:Jaycar", + "check_date:opening_hours": "2023-11-08", + "name": "Jaycar", + "opening_hours": "Mo-Fr 09:30-17:00; Sa 10:00-14:00", + "phone": "+61 2 4782 6943", + "shop": "electronics" + } + }, { "type": "node", "id": 4958417278, @@ -121,6 +334,134 @@ "wheelchair": "yes" } }, + { + "type": "node", + "id": 5237464916, + "lat": -33.7122012, + "lon": 150.3117599, + "tags": { + "amenity": "cafe", + "check_date:opening_hours": "2024-12-30", + "name": "Xpresso", + "opening_hours:signed": "no" + } + }, + { + "type": "node", + "id": 5237464921, + "lat": -33.7180259, + "lon": 150.3125944, + "tags": { + "amenity": "cafe", + "check_date:opening_hours": "2025-07-12", + "name": "Clarendon Restaurant", + "opening_hours:signed": "no" + } + }, + { + "type": "node", + "id": 5237464923, + "lat": -33.7119006, + "lon": 150.3104362, + "tags": { + "addr:housenumber": "2", + "addr:postcode": "2780", + "addr:street": "Parke Street", + "amenity": "cafe", + "cuisine": "burger", + "name": "Smokey Bundits", + "opening_hours": "We-Su 12:00-18:00", + "outdoor_seating": "no", + "wheelchair": "limited" + } + }, + { + "type": "node", + "id": 6259524189, + "lat": -33.7249169, + "lon": 150.3107872, + "tags": { + "addr:postcode": "2780", + "amenity": "cafe", + "cuisine": "coffee_shop;filipino", + "name": "Cafe Lurline", + "opening_hours": "We-Mo 08:00-15:00", + "outdoor_seating": "yes", + "website": "https://cafelurline.com.au/", + "website:menu": "https://cafelurline.com.au/menu" + } + }, + { + "type": "node", + "id": 6259524190, + "lat": -33.7171664, + "lon": 150.3113505, + "tags": { + "addr:street": "Waratah Street", + "name": "Katoomba Camping & Hardware", + "opening_hours:signed": "no", + "phone": "+61 2 4782 2982", + "shop": "hardware", + "website": "https://www.bluemountainscamping.com.au/" + } + }, + { + "type": "node", + "id": 6340856985, + "lat": -33.7130285, + "lon": 150.3119518, + "tags": { + "amenity": "cafe", + "name": "Made with Love Cafe", + "outdoor_seating": "yes", + "wheelchair": "limited" + } + }, + { + "type": "node", + "id": 6417269322, + "lat": -33.7135106, + "lon": 150.3115381, + "tags": { + "addr:housenumber": "49", + "addr:street": "Katoomba Street", + "amenity": "cafe", + "check_date:opening_hours": "2023-11-08", + "contact:facebook": "https://m.facebook.com/Pomegranatekatoomba/", + "cuisine": "international;cafe", + "name": "Pomegranate Cafe", + "opening_hours": "We-Su 07:30-16:00", + "outdoor_seating": "yes", + "payment:cash": "yes", + "payment:credit_cards": "no", + "payment:debit_cards": "no", + "phone": "+61 452 199 708", + "takeaway": "yes" + } + }, + { + "type": "node", + "id": 6417269860, + "lat": -33.7164724, + "lon": 150.3109744, + "tags": { + "check_date:opening_hours": "2023-10-06", + "name": "Hominy Bakery", + "opening_hours:signed": "no", + "shop": "bakery" + } + }, + { + "type": "node", + "id": 6938148747, + "lat": -33.713554, + "lon": 150.3115306, + "tags": { + "name": "Wollemi Gems", + "opening_hours": "Mo-Su 10:00-17:00", + "shop": "jewelry" + } + }, { "type": "node", "id": 6938379064, @@ -131,6 +472,16 @@ "shop": "antiques" } }, + { + "type": "node", + "id": 6938379066, + "lat": -33.7122882, + "lon": 150.3107533, + "tags": { + "name": "Pearce Furniture & Bedding", + "shop": "furniture" + } + }, { "type": "node", "id": 6938414604, @@ -166,6 +517,176 @@ "wheelchair": "no" } }, + { + "type": "node", + "id": 6938593142, + "lat": -33.7152822, + "lon": 150.3112167, + "tags": { + "amenity": "cafe", + "diet:vegetarian": "yes", + "name": "True to the Bean", + "opening_hours": "Tu-Fr 07:00-17:00; Sa,Su 07:00-18:00", + "wheelchair": "limited" + } + }, + { + "type": "node", + "id": 6938593144, + "lat": -33.7153596, + "lon": 150.3112016, + "tags": { + "amenity": "cafe", + "check_date:opening_hours": "2023-11-09", + "diet:vegetarian": "yes", + "name": "Can Blue", + "opening_hours": "Mo-Su 10:30-17:00", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 6938593151, + "lat": -33.7155084, + "lon": 150.3111706, + "tags": { + "amenity": "cafe", + "check_date:opening_hours": "2023-10-06", + "name": "8 Things", + "opening_hours:signed": "no" + } + }, + { + "type": "node", + "id": 6938593155, + "lat": -33.7155568, + "lon": 150.3111589, + "tags": { + "addr:housenumber": "135", + "addr:street": "Katoomba Street", + "check_date": "2023-10-06", + "contact:facebook": "https://www.facebook.com/pages/Katoomba-French-Hot-Bread/209849662376120", + "name": "Katoomba French Hot Bread", + "opening_hours:signed": "no", + "phone": "+61 2 4782 4820", + "shop": "bakery" + } + }, + { + "type": "node", + "id": 6938593159, + "lat": -33.7154689, + "lon": 150.3111799, + "tags": { + "check_date:opening_hours": "2023-10-06", + "name": "Katoomba Fine Flowers", + "opening_hours": "Mo-Fr 09:00-16:00; Sa 09:00-14:00; Su off", + "shop": "florist" + } + }, + { + "type": "node", + "id": 6938593162, + "lat": -33.7158304, + "lon": 150.3111086, + "tags": { + "name": "Blue Mountains Buttery", + "opening_hours": "Mo 06:30-16:00; Tu 06:30-14:00; We-Su 06:30-17:00", + "phone": "+61 2 4782 2326", + "shop": "bakery", + "website": "https://www.bluemts.com.au/11819/blue-mountains-buttery/" + } + }, + { + "type": "node", + "id": 6938593166, + "lat": -33.7159253, + "lon": 150.3110823, + "tags": { + "amenity": "cafe", + "name": "The Elephant Bean", + "opening_hours": "Mo-Su 07:00-14:00", + "website": "https://www.elephantbeancafe.com/" + } + }, + { + "type": "node", + "id": 6938593174, + "lat": -33.7165295, + "lon": 150.3109604, + "tags": { + "name": "Kent + Lane", + "opening_hours": "Mo-Sa 09:00-17:00; Su 10:00-16:00", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 6938677873, + "lat": -33.7152739, + "lon": 150.3107355, + "tags": { + "name": "Fish & Fowl", + "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-16:00", + "shop": "deli" + } + }, + { + "type": "node", + "id": 6938921422, + "lat": -33.7166567, + "lon": 150.311224, + "tags": { + "name": "LuJo By Design", + "shop": "furniture" + } + }, + { + "type": "node", + "id": 6938921424, + "lat": -33.7163965, + "lon": 150.3112806, + "tags": { + "addr:housenumber": "174", + "addr:street": "Katoomba Street", + "addr:suburb": "Katoomba", + "addr:unit": "3", + "check_date": "2024-08-25", + "name": "Katoomba Workwear", + "opening_hours": "Mo-Fr 10:00-15:00; Sa 09:30-14:00", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 6938921480, + "lat": -33.7159736, + "lon": 150.3110737, + "tags": { + "addr:housenumber": "165", + "addr:street": "Katoomba Street", + "addr:suburb": "Katoomba", + "name": "Black Cockatoo", + "opening_hours": "We-Su 07:30-14:00; Mo,Tu off", + "shop": "bakery", + "wheelchair": "limited" + } + }, + { + "type": "node", + "id": 6938921482, + "lat": -33.7144679, + "lon": 150.3116554, + "tags": { + "addr:housenumber": "112", + "addr:street": "Katoomba Street", + "addr:suburb": "Katoomba", + "clothes": "underwear", + "name": "aBrasKadaBras", + "opening_hours": "Mo-Fr 10:00-16:00; Sa 10:00-14:00", + "shop": "clothes" + } + }, { "type": "node", "id": 6938921533, @@ -192,6 +713,42 @@ "wheelchair": "no" } }, + { + "type": "node", + "id": 6938921616, + "lat": -33.7194002, + "lon": 150.3119196, + "tags": { + "addr:housenumber": "79", + "addr:street": "Lurline Street", + "addr:suburb": "Katoomba", + "amenity": "cafe", + "check_date:opening_hours": "2025-11-28", + "name": "Cassiopeia Specialty Coffee", + "opening_hours": "Mo-Fr 06:00-14:00; Sa,Su 06:00-13:00", + "opening_hours:signed": "no", + "outdoor_seating": "yes", + "website": "https://cassiopeia.com.au" + } + }, + { + "type": "node", + "id": 7012045885, + "lat": -33.7165676, + "lon": 150.3109682, + "tags": { + "addr:postcode": "2780", + "amenity": "cafe", + "cuisine": "coffee_shop;french;tibetan", + "name": "Mountain Ama Cafe", + "opening_hours": "PH,We-Su 09:00-17:00; Mo,Tu off", + "outdoor_seating": "no", + "phone": "+61 2 4700 2580", + "takeaway": "yes", + "website": "https://mountainamacafe.com.au", + "website:menu": "https://www.mountainamacafe.com.au/#portfolio" + } + }, { "type": "node", "id": 7040012373, @@ -202,6 +759,56 @@ "shop": "antiques" } }, + { + "type": "node", + "id": 7041375804, + "lat": -33.7097237, + "lon": 150.3186825, + "tags": { + "brand": "Mitre 10", + "brand:wikidata": "Q6882393", + "brand:wikipedia": "en:Mitre 10", + "name": "Mitre 10", + "shop": "doityourself" + } + }, + { + "type": "node", + "id": 7041375878, + "lat": -33.7114602, + "lon": 150.3193429, + "tags": { + "name": "Whisk & Pin Wholesale Bakery", + "shop": "bakery" + } + }, + { + "type": "node", + "id": 7059841233, + "lat": -33.7129664, + "lon": 150.3185102, + "tags": { + "addr:housenumber": "23", + "addr:street": "Megalong Street", + "name": "Tunk's Landscapes", + "phone": "+61 2 4782 2202", + "shop": "trade", + "trade": "building_supplies", + "website": "https://www.tunkslandscape.com" + } + }, + { + "type": "node", + "id": 7110813636, + "lat": -33.7127657, + "lon": 150.3209972, + "tags": { + "description": "Supplies water tanks", + "name": "Aquip Supplies", + "shop": "trade", + "trade": "building_supplies" + } + }, { "type": "node", "id": 7110813637, @@ -221,6 +828,145 @@ "shop": "charity" } }, + { + "type": "node", + "id": 7882541494, + "lat": -33.7068967, + "lon": 150.3169494, + "tags": { + "brand": "BP Shop", + "brand:wikidata": "Q152057", + "brand:wikipedia": "en:BP", + "name": "BP Shop", + "shop": "convenience" + } + }, + { + "type": "node", + "id": 8175995312, + "lat": -33.7116721, + "lon": 150.3122003, + "tags": { + "addr:housenumber": "1", + "addr:street": "Goldsmith Place", + "addr:suburb": "Katoomba", + "amenity": "cafe", + "cuisine": "coffee_shop;sandwich;ice_cream", + "name": "On The Soul Side", + "opening_hours": "Mo-Fr 06:30-14:00; Sa off; Su 10:00-17:00", + "outdoor_seating": "yes", + "phone": "+61 448 477 197", + "website": "https://on-the-soul-side.business.site/" + } + }, + { + "type": "node", + "id": 8303103752, + "lat": -33.7010379, + "lon": 150.3067614, + "tags": { + "addr:housenumber": "51", + "addr:postcode": "2780", + "addr:state": "NSW", + "addr:street": "Mort Street", + "addr:suburb": "Katoomba", + "contact:mobile": "+61 481 249 153", + "name": "Mountain Herbs", + "operator": "Nicola Bludau", + "payment:bank_transfer": "yes", + "payment:cash": "yes", + "phone": "+61 2 4782 7067", + "shop": "garden_centre", + "website": "https://mountainherbs.com.au/" + } + }, + { + "type": "node", + "id": 8558905196, + "lat": -33.7175112, + "lon": 150.310724, + "tags": { + "addr:housenumber": "201-205", + "addr:street": "Katoomba Street", + "addr:suburb": "Katoomba", + "addr:unit": "3", + "cuisine": "asian", + "name": "Heroy Asian Grocery", + "opening_hours": "Mo-Su 08:00-20:00", + "shop": "supermarket" + } + }, + { + "type": "node", + "id": 8791558114, + "lat": -33.7122385, + "lon": 150.3106462, + "tags": { + "amenity": "cafe", + "name": "Cafe Del Ra" + } + }, + { + "type": "node", + "id": 8964690649, + "lat": -33.7029446, + "lon": 150.3186296, + "tags": { + "addr:housenumber": "19", + "addr:street": "Twynam Street", + "email": "sales@metromix.com.au", + "name": "Metromix Concrete", + "phone": "+61 2 4780 1700", + "shop": "trade", + "trade": "cement", + "website": "https://www.metromix.com.au/" + } + }, + { + "type": "node", + "id": 8995679112, + "lat": -33.7078152, + "lon": 150.3108746, + "tags": { + "clothes": "workwear", + "name": "Mantra Uniforms", + "phone:AU": "1300 724 322", + "shop": "clothes", + "website": "https://www.mantrauniforms.com.au/" + } + }, + { + "type": "node", + "id": 9222666517, + "lat": -33.7160925, + "lon": 150.3110399, + "tags": { + "addr:housenumber": "169", + "addr:street": "Katoomba Street", + "addr:suburb": "Katoomba", + "amenity": "cafe", + "check_date:opening_hours": "2023-10-06", + "cuisine": "malaysian;bakery;coffee", + "name": "Unique Patisserie", + "opening_hours": "Mo-Su 09:00-17:00", + "outdoor_seating": "no" + } + }, + { + "type": "node", + "id": 9225814624, + "lat": -33.716238, + "lon": 150.3106188, + "tags": { + "brand": "Bakers Delight", + "brand:wikidata": "Q4849261", + "brand:wikipedia": "en:Bakers Delight", + "check_date:opening_hours": "2023-10-06", + "name": "Bakers Delight", + "opening_hours:signed": "no", + "shop": "bakery" + } + }, { "type": "node", "id": 9231634025, @@ -233,6 +979,38 @@ "shop": "books" } }, + { + "type": "node", + "id": 9287300149, + "lat": -33.7123123, + "lon": 150.3189035, + "tags": { + "addr:housenumber": "26", + "addr:street": "Megalong Street", + "addr:unit": "3", + "fixme": "Shop location", + "name": "High Q Trades", + "phone": "+61 2 4782 2688", + "shop": "trade", + "trade": "building_supplies", + "website": "https://www.highqtrades.com.au/" + } + }, + { + "type": "node", + "id": 9413746790, + "lat": -33.7144396, + "lon": 150.3110908, + "tags": { + "addr:housenumber": "81-83", + "addr:street": "Katoomba Street", + "addr:suburb": "Katoomba", + "addr:unit": "4", + "amenity": "cafe", + "level": "0", + "name": "Little Paris Cafe" + } + }, { "type": "node", "id": 9577859712, @@ -246,6 +1024,32 @@ "shop": "books" } }, + { + "type": "node", + "id": 9584302786, + "lat": -33.7127362, + "lon": 150.3119994, + "tags": { + "addr:housenumber": "16", + "addr:street": "Katoomba Street", + "amenity": "cafe", + "contact:facebook": "https://www.facebook.com/sipsipdrinkbar", + "cuisine": "bubble_tea;coffee_shop;asian", + "name": "Sip Sip Drink Bar", + "phone": "+61 493 227 242", + "website": "https://sipcafe.com.au" + } + }, + { + "type": "node", + "id": 9584302788, + "lat": -33.7129862, + "lon": 150.3119574, + "tags": { + "name": "Bring the Jungle", + "shop": "florist" + } + }, { "type": "node", "id": 9791871398, @@ -258,6 +1062,27 @@ "shop": "music" } }, + { + "type": "node", + "id": 11242865086, + "lat": -33.7167004, + "lon": 150.310928, + "tags": { + "name": "Odd Mountains Oddities", + "opening_hours": "Su,Mo 11:00-16:00; Th-Sa 11:00-17:00; Tu,We off", + "shop": "variety_store" + } + }, + { + "type": "node", + "id": 11242941181, + "lat": -33.7158929, + "lon": 150.3110917, + "tags": { + "name": "Tibetan Three Sisters", + "shop": "jewelry" + } + }, { "type": "node", "id": 11242974232, @@ -269,6 +1094,155 @@ "shop": "books" } }, + { + "type": "node", + "id": 12443820960, + "lat": -33.7265546, + "lon": 150.3039898, + "tags": { + "amenity": "cafe", + "name": "Katoomba Falls Kiosk", + "note": "Reopened in Dec 2024" + } + }, + { + "type": "node", + "id": 12475599270, + "lat": -33.7151505, + "lon": 150.3033254, + "tags": { + "amenity": "cafe", + "name": "Catalina Cafe" + } + }, + { + "type": "node", + "id": 12500043180, + "lat": -33.7162683, + "lon": 150.3108351, + "tags": { + "amenity": "cafe", + "name": "Fidelity" + } + }, + { + "type": "node", + "id": 12642112599, + "lat": -33.7164684, + "lon": 150.3109816, + "tags": { + "addr:housenumber": "185", + "addr:street": "Katoomba Street", + "description": "Good Fat Pastry is a bakery located at Hominy Bakery, Katoomba, offering plant-based pastries and some gluten-free treats. The bakery operates every Sunday from 8:00 AM until sold out.", + "name": "Good Fat Pastry", + "opening_hours": "Su 08:00-13:00", + "operator": "Good Fat Pastry", + "payment:cash": "yes", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "shop": "bakery", + "website": "https://goodfatpastry.au" + } + }, + { + "type": "way", + "id": 220588486, + "center": { + "lat": -33.7152528, + "lon": 150.3100456 + }, + "nodes": [ + 2296919730, + 9308587919, + 2296919732, + 2296919735, + 9308587917, + 2296919737, + 9308587922, + 2296919739, + 12686152351, + 2296919741, + 9308587947, + 5647271328, + 5647271329, + 2296919743, + 2296919745, + 2296919730 + ], + "tags": { + "brand": "Kmart", + "brand:wikidata": "Q6421682", + "brand:wikipedia": "en:Kmart Australia", + "building": "retail", + "name": "K Hub", + "operator": "Kmart Australia", + "operator:wikidata": "Q6421682", + "shop": "department_store", + "toilets": "no", + "website": "https://www.kmart.com.au/khubs", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 397769505, + "center": { + "lat": -33.7069919, + "lon": 150.3068129 + }, + "nodes": [ + 4005549675, + 4005549640, + 4005549659, + 4005549652, + 4005549646, + 4005549635, + 4005549642, + 4005549675 + ], + "tags": { + "brand": "EG Australia", + "brand:wikidata": "Q5023980", + "brand:wikipedia": "en:EG Australia", + "building": "yes", + "name": "EG Australia", + "shop": "convenience", + "website": "https://www.eg-australia.com/" + } + }, + { + "type": "way", + "id": 615402710, + "center": { + "lat": -33.7124637, + "lon": 150.3204115 + }, + "nodes": [ + 13433701537, + 5819433866, + 8870994105, + 13433701542, + 13433701544, + 13433701537 + ], + "tags": { + "addr:housenumber": "48", + "addr:street": "Megalong Street", + "branch": "Katoomba", + "brand": "Bunnings Warehouse", + "brand:wikidata": "Q4997829", + "brand:wikipedia": "en:Bunnings Warehouse", + "email": "Katoomba@bunnings.com.au", + "fax": "+61 2 4784 8299", + "landuse": "retail", + "name": "Bunnings Warehouse", + "note": "Not Bunnings Warehouse (a mini store)", + "opening_hours": "Mo-Fr 06:30-18:00; Sa-Su 07:00-18:00", + "phone": "+61 2 4784 8200", + "shop": "doityourself", + "website": "https://www.bunnings.com.au/stores/nsw/katoomba" + } + }, { "type": "way", "id": 753467867, @@ -294,6 +1268,75 @@ "name": "Blue Mountains Cancer Help Op Shop", "shop": "charity" } + }, + { + "type": "way", + "id": 761089046, + "center": { + "lat": -33.712763, + "lon": 150.3206445 + }, + "nodes": [ + 5819433870, + 7110813638, + 7110813639, + 5819433863, + 5819433870 + ], + "tags": { + "name": "Bunnings Garden Center", + "shop": "garden_centre" + } + }, + { + "type": "way", + "id": 1369162051, + "center": { + "lat": -33.7138611, + "lon": 150.310503 + }, + "nodes": [ + 2327813591, + 12680876770, + 12680876769, + 12680876731, + 12680876768, + 12680876767, + 12680876766, + 12680876765, + 12680876764, + 12680876763, + 12680876762, + 12680876761, + 12680876760, + 12680876759, + 12680876726, + 12680868582, + 12680876757, + 12680876756, + 12680876755, + 12680876754, + 12680876710, + 12680876711, + 12680876753, + 2327813591 + ], + "tags": { + "branch": "Katoomba", + "brand": "Coles", + "brand:wikidata": "Q1108172", + "brand:wikipedia": "en:Coles Supermarkets", + "indoor": "room", + "level": "0", + "name": "Coles", + "note": "North side is underground", + "opening_hours": "Mo-Su,PH 06:00-24:00", + "operator": "Coles Group", + "operator:wikidata": "Q131937428", + "shop": "supermarket", + "website": "https://www.coles.com.au/", + "wheelchair": "yes" + } } ] } \ No newline at end of file diff --git a/web/assets/towns/_raw/newtown_real.overpass.json b/web/assets/towns/_raw/newtown_real.overpass.json index 40af0ff..a287e59 100644 --- a/web/assets/towns/_raw/newtown_real.overpass.json +++ b/web/assets/towns/_raw/newtown_real.overpass.json @@ -1,7 +1,7 @@ { "fetchedAt": "2026-07-16", "endpoint": "https://overpass-api.de/api/interpreter", - "query": "[out:json][timeout:120];nwr[\"shop\"~\"^(charity|second_hand|music|antiques|books|toys|games|video_games|pawnbroker)$\"][\"name\"](-33.91021,151.16489,-33.88679,151.19311);out center;", + "query": "[out:json][timeout:180];(nwr[\"shop\"~\"^(antiques|bag|bakery|books|bookshop|boutique|butcher|charity|cheese|chemist|chocolate|clothes|coffee|confectionery|convenience|cosmetics|dairy|deli|delicatessen|department_store|doityourself|electronics|farm|fashion|florist|furniture|games|garden_centre|general|greengrocer|hardware|homeware|houseware|jewellery|jewelry|kiosk|mobile_phone|music|newsagent|pastry|pawnbroker|perfumery|pharmacy|second_hand|shoes|stationery|supermarket|tea|toys|trade|variety_store|video|video_games|vintage)$\"][\"name\"](-33.91021,151.16489,-33.88679,151.19311);nwr[\"amenity\"~\"^(cafe)$\"][\"name\"](-33.91021,151.16489,-33.88679,151.19311););out center;", "bbox": { "minLat": -33.91021171171171, "minLon": 151.1648899610343, @@ -9,6 +9,422 @@ "maxLon": 151.1931100389657 }, "elements": [ + { + "type": "node", + "id": 305516372, + "lat": -33.8959703, + "lon": 151.1805746, + "tags": { + "addr:housenumber": "259", + "addr:postcode": "2042", + "addr:state": "NSW", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "brand": "IGA", + "brand:wikidata": "Q5970945", + "brand:wikipedia": "en:IGA (Australian supermarket group)", + "name": "IGA", + "opening_hours": "08:00-22:00", + "shop": "supermarket", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 488904860, + "lat": -33.8950152, + "lon": 151.1864141, + "tags": { + "addr:street": "Wilson Street", + "amenity": "cafe", + "indoor_seating": "yes", + "name": "Hollis Park Cafe", + "opening_hours": "Mo-Fr 07:00-15:00; Sa,Su 08:00-15:00", + "outdoor_seating": "yes", + "smoking": "no" + } + }, + { + "type": "node", + "id": 488904867, + "lat": -33.8930442, + "lon": 151.1831969, + "tags": { + "amenity": "cafe", + "check_date": "2026-04", + "indoor_seating": "yes", + "name": "Campos Coffee", + "wheelchair": "no" + } + }, + { + "type": "node", + "id": 516021128, + "lat": -33.8876376, + "lon": 151.1694315, + "tags": { + "name": "King Outlet", + "shop": "furniture" + } + }, + { + "type": "node", + "id": 1003326257, + "lat": -33.8993804, + "lon": 151.1830582, + "tags": { + "amenity": "cafe", + "name": "Shenkin Cafe", + "outdoor_seating": "yes", + "website": "https://cafeshenkin.com.au/locations/shenkin-erskineville/" + } + }, + { + "type": "node", + "id": 1732566722, + "lat": -33.8999297, + "lon": 151.1845753, + "tags": { + "name": "Welcome Mart", + "shop": "supermarket", + "source": "survey" + } + }, + { + "type": "node", + "id": 1732566736, + "lat": -33.8999114, + "lon": 151.1844648, + "tags": { + "name": "Erskineville Fruit Market", + "shop": "greengrocer", + "source": "survey" + } + }, + { + "type": "node", + "id": 1735908953, + "lat": -33.9057076, + "lon": 151.1913484, + "tags": { + "addr:housenumber": "218", + "addr:street": "Lawrence Street", + "amenity": "cafe", + "contact:facebook": "https://www.facebook.com/people/Boh%C3%A4us-Cafe/100060917927334/", + "name": "Boh\u00e4us Cafe", + "phone": "+61 410 242 970", + "source": "survey" + } + }, + { + "type": "node", + "id": 1736838307, + "lat": -33.9002702, + "lon": 151.1898078, + "tags": { + "amenity": "cafe", + "dog": "yes", + "name": "Naked Brew" + } + }, + { + "type": "node", + "id": 1736838308, + "lat": -33.900377, + "lon": 151.1904515, + "tags": { + "amenity": "cafe", + "name": "The Bitton Room", + "source": "survey" + } + }, + { + "type": "node", + "id": 1852677770, + "lat": -33.8870293, + "lon": 151.1742248, + "tags": { + "addr:housenumber": "198", + "addr:street": "Parramatta Road", + "brand": "7-Eleven", + "brand:wikidata": "Q259340", + "check_date": "2025-01-22", + "name": "7-Eleven", + "opening_hours": "24/7", + "operator": "7-Eleven", + "phone": "+61 2 9519 5910", + "shop": "convenience", + "website": "https://www.7eleven.com.au/", + "wheelchair": "limited" + } + }, + { + "type": "node", + "id": 1963262433, + "lat": -33.8995288, + "lon": 151.1840264, + "tags": { + "addr:housenumber": "106", + "addr:postcode": "2043", + "addr:street": "Erskineville Road", + "amenity": "cafe", + "cuisine": "international", + "internet_access": "wlan", + "internet_access:fee": "no", + "name": "Cafe Piccolo", + "website": "https://www.cafepiccoloerko.com.au/" + } + }, + { + "type": "node", + "id": 1963294346, + "lat": -33.8995521, + "lon": 151.1841326, + "tags": { + "addr:housenumber": "110", + "addr:postcode": "2043", + "addr:street": "Erskineville Road", + "name": "The Deli Erskineville", + "shop": "convenience" + } + }, + { + "type": "node", + "id": 2125897845, + "lat": -33.9031967, + "lon": 151.1795324, + "tags": { + "addr:housenumber": "523", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "amenity": "cafe", + "check_date:opening_hours": "2025-07-17", + "cuisine": "maltese", + "name": "Pastizzi Cafe", + "opening_hours:signed": "no", + "outdoor_seating": "yes", + "smoking": "no" + } + }, + { + "type": "node", + "id": 2136793910, + "lat": -33.890334, + "lon": 151.176325, + "tags": { + "addr:housenumber": "17", + "addr:postcode": "2050", + "addr:street": "Fowler Street", + "addr:suburb": "Camperdown", + "amenity": "cafe", + "check_date:opening_hours": "2025-07-05", + "cuisine": "coffee_shop", + "name": "Store Espresso", + "opening_hours": "Mo-Sa 07:00-17:00, Su 07:30-17:00", + "outdoor_seating": "yes", + "phone": "+61 2 9517 4157", + "smoking": "no", + "website": "https://storeespresso.com.au/", + "wheelchair": "limited", + "wifi": "no" + } + }, + { + "type": "node", + "id": 2136793911, + "lat": -33.890355, + "lon": 151.176263, + "tags": { + "addr:housenumber": "15", + "addr:postcode": "2050", + "addr:street": "Fowler Street", + "addr:suburb": "Camperdown", + "amenity": "cafe", + "check_date": "2026-03", + "contact:facebook": "https://www.facebook.com/GatherOnTheGreen", + "cuisine": "coffee_shop", + "internet_access": "no", + "name": "Gather on the Green", + "opening_hours": "Mo-Sa 07:00-17:00, Su 08:00-17:00", + "outdoor_seating": "yes", + "phone": "+61 2 9557 4106", + "smoking": "no", + "wheelchair": "limited" + } + }, + { + "type": "node", + "id": 2163387592, + "lat": -33.8877225, + "lon": 151.180329, + "tags": { + "addr:housenumber": "35", + "addr:postcode": "2050", + "addr:street": "Missenden Road", + "addr:suburb": "Camperdown", + "atm": "yes", + "check_date:opening_hours": "2026-06-03", + "name": "QE Foodstores", + "opening_hours": "Mo-Su 07:00-22:30", + "operator": "QE Foodstores", + "phone": "+61 2 8964 6453", + "shop": "supermarket", + "website": "https://www.qefoodstores.com.au/", + "wheelchair": "limited" + } + }, + { + "type": "node", + "id": 2163387593, + "lat": -33.8887786, + "lon": 151.181974, + "tags": { + "addr:housenumber": "8", + "addr:postcode": "2050", + "addr:street": "Missenden Road", + "addr:suburb": "Camperdown", + "atm": "yes", + "brand": "7-Eleven", + "brand:wikidata": "Q259340", + "brand:wikipedia": "en:7-Eleven", + "check_date:opening_hours": "2025-04", + "name": "7-Eleven", + "opening_hours": "24/7", + "phone": "+61 2 9519 6912", + "shop": "convenience", + "website": "https://www.7eleven.com.au/", + "wheelchair": "limited" + } + }, + { + "type": "node", + "id": 2163387594, + "lat": -33.887901, + "lon": 151.1805264, + "tags": { + "amenity": "cafe", + "name": "Grounded 2050", + "opening_hours": "Sa 06:00-13:30; Mo-Fr 06:00-15:00" + } + }, + { + "type": "node", + "id": 2170430682, + "lat": -33.889289, + "lon": 151.1914948, + "tags": { + "amenity": "cafe", + "cuisine": "cafe;diner", + "name": "Parma Cucina and Bar" + } + }, + { + "type": "node", + "id": 2170430692, + "lat": -33.8882383, + "lon": 151.190481, + "tags": { + "amenity": "cafe", + "name": "Carslaw Kitchen" + } + }, + { + "type": "node", + "id": 2337743126, + "lat": -33.8967108, + "lon": 151.1803603, + "tags": { + "addr:housenumber": "10", + "addr:postcode": "2042", + "addr:street": "Wilson Street", + "amenity": "cafe", + "check_date": "2026-04", + "name": "Beantown Cafe" + } + }, + { + "type": "node", + "id": 2337760355, + "lat": -33.8921729, + "lon": 151.1831644, + "tags": { + "addr:housenumber": "156", + "addr:postcode": "2042", + "addr:street": "Missenden Road", + "addr:suburb": "Newtown", + "amenity": "cafe", + "check_date:opening_hours": "2026-03-20", + "cuisine": "coffee_shop", + "name": "Hoochie Mamma Cafe", + "opening_hours:signed": "no" + } + }, + { + "type": "node", + "id": 2365223362, + "lat": -33.899954, + "lon": 151.178239, + "tags": { + "addr:housenumber": "408", + "addr:postcode": "2042", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "atm": "yes", + "email": "newtown@qefoodstores.com.au", + "name": "QE Foodstores", + "operator": "Newtown Mart Pty Ltd", + "phone": "+61 2 9171 5716", + "shop": "supermarket", + "website": "https://newtown.qefoodstores.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 2365225259, + "lat": -33.90187, + "lon": 151.178671, + "tags": { + "addr:housenumber": "475", + "addr:postcode": "2042", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "name": "Ken Neale Overflow", + "opening_hours": "Th,Fr 12:00-16:30; Sa,Su 11:00-16:30", + "shop": "houseware", + "wheelchair": "no" + } + }, + { + "type": "node", + "id": 2365229319, + "lat": -33.8991694, + "lon": 151.1776688, + "tags": { + "addr:housenumber": "377", + "addr:postcode": "2042", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "name": "New 2 U Store", + "opening_hours": "Mo-Fr 11:00-18:00; Sa,Su 10:00-18:00", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 2365229897, + "lat": -33.898, + "lon": 151.178293, + "tags": { + "amenity": "cafe", + "contact:phone": "+61 2 8084 8933", + "cuisine": "greek", + "name": "Cafe Newtown", + "opening_hours": "Mo-Su 06:00-17:00", + "opening_hours:signed": "yes", + "wheelchair": "yes" + } + }, { "type": "node", "id": 2365230295, @@ -25,6 +441,282 @@ "wheelchair": "no" } }, + { + "type": "node", + "id": 2365232604, + "lat": -33.8948762, + "lon": 151.1823058, + "tags": { + "cuisine": "asian", + "name": "Family Mart", + "shop": "convenience", + "wheelchair": "no" + } + }, + { + "type": "node", + "id": 2365245613, + "lat": -33.8988646, + "lon": 151.1724307, + "tags": { + "brand": "Foodworks", + "brand:wikidata": "Q5465579", + "brand:wikipedia": "en:FoodWorks", + "check_date": "2025-09-03", + "name": "Foodworks", + "shop": "supermarket" + } + }, + { + "type": "node", + "id": 2365253346, + "lat": -33.897121, + "lon": 151.178482, + "tags": { + "addr:housenumber": "283", + "addr:postcode": "2042", + "addr:street": "Australia Street", + "addr:suburb": "Newtown", + "amenity": "cafe", + "check_date": "2025-02-19", + "contact:facebook": "https://www.facebook.com/pages/Barmuda/163426450338102", + "cuisine": "coffee_shop", + "indoor_seating": "yes", + "name": "Barmuda", + "opening_hours": "Mo-Fr 07:30-16:00, Sa-Su 08:30-16:00", + "outdoor_seating": "yes", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "phone": "+61 2 9516 3341", + "smoking": "no" + } + }, + { + "type": "node", + "id": 2365253480, + "lat": -33.8972375, + "lon": 151.1789318, + "tags": { + "addr:housenumber": "325", + "addr:postcode": "2042", + "addr:state": "NSW", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "addr:unit": "1", + "amenity": "cafe", + "cuisine": "coffee_shop;bakery", + "name": "Black Star Pastry & Caf\u00e9", + "opening_hours": "08:00-16:30", + "phone": "+61 2 9557 8656", + "smoking": "no", + "website": "https://blackstarpastry.com.au/" + } + }, + { + "type": "node", + "id": 2623046557, + "lat": -33.8902807, + "lon": 151.1821292, + "tags": { + "air_conditioning": "yes", + "amenity": "cafe", + "internet_access": "wlan", + "name": "Lifehouse Cafe", + "note": "Excellent coffee!", + "opening_hours": "Mo-Fr 06:30-16:00; Sa 09:30-13:00; Su,PH off", + "smoking": "no", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 2787047326, + "lat": -33.895648, + "lon": 151.1757459, + "tags": { + "addr:housenumber": "88", + "addr:postcode": "2042", + "addr:street": "Chelmsford Street", + "addr:suburb": "Newtown", + "name": "4 Ways Mixed Business", + "opening_hours:signed": "no", + "phone": "+61 2 9557 9353", + "shop": "convenience" + } + }, + { + "type": "node", + "id": 2787084005, + "lat": -33.8916313, + "lon": 151.1762713, + "tags": { + "addr:housenumber": "62", + "addr:postcode": "2050", + "addr:street": "Australia Street", + "addr:suburb": "Camperdown", + "check_date:opening_hours": "2026-03-20", + "name": "Amazing Paints", + "opening_hours": "Mo-Fr 07:00-17:00, Sa 08:30-15:00", + "opening_hours:signed": "no", + "phone": "+61 2 9557 1392", + "shop": "hardware", + "website": "http://www.amazingpaints.com.au/" + } + }, + { + "type": "node", + "id": 2789598735, + "lat": -33.8989113, + "lon": 151.1720116, + "tags": { + "addr:housenumber": "181", + "addr:postcode": "2042", + "addr:street": "Enmore Road", + "addr:suburb": "Enmore", + "amenity": "cafe", + "contact:facebook": "https://www.facebook.com/pages/Cow-and-the-Moon-GelatoCoffeeDessert-Bar/145041955555930", + "cuisine": "ice_cream", + "name": "Cow and the Moon", + "opening_hours": "Mo-Su 08:00-10:00", + "phone": "+61 2 9557 4255", + "smoking": "no" + } + }, + { + "type": "node", + "id": 2791873024, + "lat": -33.896138, + "lon": 151.1818046, + "tags": { + "addr:housenumber": "36", + "addr:postcode": "2042", + "addr:street": "Lennox Street", + "addr:suburb": "Newtown", + "amenity": "cafe", + "cuisine": "ramen", + "name": "Rising Sun Workshop", + "opening_hours": "Mo-Fr 12:00-15:00, 17:00-21:00; Sa-Su 10:00-15:00, 17:00-21:00", + "smoking": "no", + "website": "https://www.risingsunworkshop.com/" + } + }, + { + "type": "node", + "id": 2936072301, + "lat": -33.896068, + "lon": 151.178018, + "tags": { + "email": "hello@plantdaddy.com.au", + "mobile": "+61 405 945 886", + "name": "Plant Daddy", + "opening_hours": "Tu-Fr 11:00-17:00; Sa 10:00-16:00; Su 10:00-14:00", + "shop": "garden_centre", + "website": "https://plantdaddy.com.au/", + "wheelchair": "no" + } + }, + { + "type": "node", + "id": 2956549876, + "lat": -33.889117, + "lon": 151.1715689, + "tags": { + "addr:postcode": "2048", + "addr:street": "Bridge Road", + "addr:suburb": "Stanmore", + "amenity": "cafe", + "name": "Freddy's Cafe", + "opening_hours": "Mo-Fr 07:00-14:00", + "smoking": "no" + } + }, + { + "type": "node", + "id": 2958141081, + "lat": -33.9046598, + "lon": 151.1720411, + "tags": { + "addr:housenumber": "30", + "addr:postcode": "2204", + "addr:street": "Llewellyn Street", + "addr:suburb": "Marrickville", + "amenity": "cafe", + "cuisine": "coffee_shop", + "name": "White Rabbit", + "opening_hours": "Mo-Sa 07:00-15:00", + "outdoor_seating": "yes", + "phone": "+61 2 9221 8012", + "smoking": "no", + "website": "https://www.whiterabbitsydney.com/marrickville/" + } + }, + { + "type": "node", + "id": 2958141923, + "lat": -33.9056359, + "lon": 151.1695199, + "tags": { + "addr:housenumber": "68", + "addr:postcode": "2204", + "addr:street": "Victoria Road", + "addr:suburb": "Marrickville", + "amenity": "cafe", + "contact:facebook": "https://www.facebook.com/pages/Petty-Cash-Cafe/163033108963", + "cuisine": "coffee_shop", + "name": "Petty Cash Cafe", + "opening_hours": "Mo-Fr 07:30-15:30, Sa 08:00-15:30", + "phone": "+61 2 9557 2377" + } + }, + { + "type": "node", + "id": 2965437480, + "lat": -33.8921417, + "lon": 151.1930243, + "tags": { + "addr:housenumber": "336", + "addr:postcode": "2008", + "addr:street": "Abercrombie Street", + "addr:suburb": "Darlington", + "amenity": "cafe", + "name": "Cafe Abercrombie", + "opening_hours": "Mo-Sa 05:00-16:00", + "source": "survey" + } + }, + { + "type": "node", + "id": 2968343588, + "lat": -33.899893, + "lon": 151.183961, + "tags": { + "addr:housenumber": "65", + "addr:postcode": "2043", + "addr:street": "Erskineville Road", + "addr:suburb": "Erskineville", + "addr:unit": "2", + "amenity": "cafe", + "name": "Bakerman", + "source": "survey", + "website": "http://www.bakerman.com.au/" + } + }, + { + "type": "node", + "id": 3278484086, + "lat": -33.887556, + "lon": 151.1698137, + "tags": { + "addr:housenumber": "61", + "addr:postcode": "2038", + "addr:street": "Parramatta Road", + "addr:suburb": "Annandale", + "name": "King Furniture - Annandale", + "opening_hours": "Mo-Fr 09:00-17:30; Sa 09:00-17:00; Su,PH 10:00-17:00", + "shop": "furniture", + "wheelchair": "no" + } + }, { "type": "node", "id": 3278485277, @@ -42,6 +734,23 @@ "wheelchair": "no" } }, + { + "type": "node", + "id": 3278486338, + "lat": -33.8879702, + "lon": 151.1696453, + "tags": { + "addr:housenumber": "86-88", + "addr:postcode": "2048", + "addr:street": "Parramatta Road", + "addr:suburb": "Stanmore", + "check_date:opening_hours": "2025-01-31", + "name": "F & K Power Tools", + "opening_hours:signed": "no", + "shop": "hardware", + "wheelchair": "yes" + } + }, { "type": "node", "id": 3278488658, @@ -58,6 +767,791 @@ "wheelchair": "no" } }, + { + "type": "node", + "id": 3278493016, + "lat": -33.8879045, + "lon": 151.1699341, + "tags": { + "addr:housenumber": "78", + "addr:postcode": "2048", + "addr:street": "Parramatta Road", + "addr:suburb": "Stanmore", + "name": "Wildwood Designs", + "opening_hours": "Mo 11:30-17:00; Tu-Su 10:00-17:00", + "shop": "furniture" + } + }, + { + "type": "node", + "id": 3278493018, + "lat": -33.8879021, + "lon": 151.1700789, + "tags": { + "addr:housenumber": "74", + "addr:postcode": "2048", + "addr:street": "Parramatta Road", + "addr:suburb": "Stanmore", + "addr:unit": "1", + "name": "Inspired Design Furniture", + "opening_hours:signed": "no", + "shop": "furniture" + } + }, + { + "type": "node", + "id": 3278509468, + "lat": -33.8875153, + "lon": 151.1676858, + "tags": { + "addr:housenumber": "10", + "addr:postcode": "2038", + "addr:street": "Johnston Street", + "addr:suburb": "Annandale", + "amenity": "cafe", + "indoor_seating": "yes", + "name": "Recharging", + "opening_hours": "Mo-Sa 05:30-15:00", + "outdoor_seating": "yes", + "phone": "+61 2 9568 4932" + } + }, + { + "type": "node", + "id": 3278511607, + "lat": -33.887854, + "lon": 151.1666088, + "tags": { + "addr:housenumber": "137", + "addr:postcode": "2038", + "addr:street": "Parramatta Road", + "addr:suburb": "Annandale", + "name": "Villoni Boutique", + "opening_hours": "Mo-Su 10:00-16:00", + "shop": "clothes", + "wheelchair": "no" + } + }, + { + "type": "node", + "id": 3278531079, + "lat": -33.8882768, + "lon": 151.1650942, + "tags": { + "addr:housenumber": "264", + "addr:postcode": "2048", + "addr:street": "Parramatta Road", + "addr:suburb": "Stanmore", + "check_date:opening_hours": "2026-02-18", + "name": "Florsheim Factory Outlet - Stanmore", + "opening_hours": "Mo-We,Fr 09:30-17:30; Th 09:30-18:00; Sa 09:00-17:00; Su 10:00-16:00", + "shop": "shoes", + "website": "https://www.florsheim.com.au/", + "wheelchair": "limited" + } + }, + { + "type": "node", + "id": 3441886975, + "lat": -33.8992651, + "lon": 151.1828416, + "tags": { + "addr:housenumber": "43", + "addr:postcode": "2043", + "addr:street": "Erskineville Road", + "addr:suburb": "Erskineville", + "amenity": "cafe", + "cuisine": "coffee_shop", + "internet_access": "yes", + "name": "Fleetwood Macchiato", + "opening_hours": "07:00-15:00", + "smoking": "no" + } + }, + { + "type": "node", + "id": 3464150309, + "lat": -33.8917065, + "lon": 151.1814886, + "tags": { + "addr:housenumber": "130", + "addr:postcode": "2042", + "addr:street": "Carillon Avenue", + "addr:suburb": "Newtown", + "addr:unit": "8G", + "amenity": "cafe", + "check_date:opening_hours": "2026-03-20", + "cuisine": "coffee_shop", + "name": "Cordial", + "opening_hours:signed": "no" + } + }, + { + "type": "node", + "id": 3464317841, + "lat": -33.8938955, + "lon": 151.1824015, + "tags": { + "addr:housenumber": "6-8", + "addr:postcode": "2042", + "addr:street": "O'Connell Street", + "addr:suburb": "Newtown", + "amenity": "cafe", + "cuisine": "coffee_shop", + "name": "Brewtown" + } + }, + { + "type": "node", + "id": 3924591470, + "lat": -33.9092995, + "lon": 151.1828242, + "tags": { + "amenity": "cafe", + "cuisine": "coffee_shop;sandwich;burger", + "email": "sydneyparkkiosk@gmail.com", + "name": "The Kiosk", + "opening_hours": "Mo-Su 07:00-16:00", + "outdoor_seating": "yes", + "phone": "+61 413 022 747", + "website": "https://www.sydneyparkkiosk.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 3951218958, + "lat": -33.8931198, + "lon": 151.1847531, + "tags": { + "name": "City Convenience", + "shop": "convenience" + } + }, + { + "type": "node", + "id": 3951218962, + "lat": -33.8945874, + "lon": 151.1821544, + "tags": { + "brand": "EzyMart", + "brand:wikidata": "Q117220554", + "name": "EzyMart", + "shop": "convenience" + } + }, + { + "type": "node", + "id": 3951219158, + "lat": -33.8927638, + "lon": 151.1864819, + "tags": { + "name": "Fresh Basket", + "shop": "supermarket", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 3951219159, + "lat": -33.8928234, + "lon": 151.1861078, + "tags": { + "name": "Miracle", + "shop": "supermarket" + } + }, + { + "type": "node", + "id": 3951219259, + "lat": -33.8932731, + "lon": 151.1841615, + "tags": { + "name": "Clear It Factory Outlet", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 3951219357, + "lat": -33.8932103, + "lon": 151.1836348, + "tags": { + "name": "City Convenience", + "shop": "convenience" + } + }, + { + "type": "node", + "id": 4689096520, + "lat": -33.8963598, + "lon": 151.1783828, + "tags": { + "name": "Continental Deli", + "opening_hours": "Mo-Su 12:00-18:00+", + "phone": "+61 2 8624 3131", + "shop": "deli", + "website": "https://www.continentaldelicatessen.com.au/" + } + }, + { + "type": "node", + "id": 4797433821, + "lat": -33.8956239, + "lon": 151.18138, + "tags": { + "addr:housenumber": "244", + "addr:postcode": "2042", + "addr:street": "King Street", + "name": "Maple", + "opening_hours": "Mo-Su 10:00-18:00", + "phone": "+61 2 9517 1633", + "shop": "clothes", + "website": "https://maplestore.com.au/" + } + }, + { + "type": "node", + "id": 4797500821, + "lat": -33.8943553, + "lon": 151.1823963, + "tags": { + "addr:housenumber": "185", + "addr:postcode": "2042", + "addr:street": "King Street", + "name": "Local Store Newtown", + "opening_hours": "Mo-Su 10:00-18:00", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 4860757134, + "lat": -33.9055363, + "lon": 151.1810085, + "tags": { + "addr:housenumber": "644", + "addr:street": "King Street", + "amenity": "cafe", + "check_date:opening_hours": "2026-06-03", + "name": "South End Cafe", + "opening_hours:signed": "no" + } + }, + { + "type": "node", + "id": 4860759202, + "lat": -33.9062474, + "lon": 151.1810711, + "tags": { + "addr:housenumber": "609-611", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "amenity": "cafe", + "check_date:opening_hours": "2025-07-27", + "cuisine": "breakfast;nepalese;modern", + "name": "End of King", + "opening_hours:signed": "no" + } + }, + { + "type": "node", + "id": 4860764931, + "lat": -33.9056141, + "lon": 151.1807614, + "tags": { + "addr:housenumber": "591", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "check_date:opening_hours": "2025-03-08", + "name": "Fiji Market", + "opening_hours:signed": "no", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "shop": "convenience" + } + }, + { + "type": "node", + "id": 4860771945, + "lat": -33.9052309, + "lon": 151.1808693, + "tags": { + "addr:housenumber": "632", + "addr:street": "King Street", + "air_conditioning": "no", + "amenity": "cafe", + "changing_table": "no", + "check_date:opening_hours": "2025-03-08", + "cuisine": "bar;coffee_shop", + "name": "Parliament on King", + "opening_hours:signed": "no", + "smoking": "no", + "wheelchair": "limited" + } + }, + { + "type": "node", + "id": 4860772409, + "lat": -33.90333, + "lon": 151.1796261, + "tags": { + "addr:housenumber": "529a", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "air_conditioning": "no", + "amenity": "cafe", + "check_date:opening_hours": "2025-07-17", + "cuisine": "breakfast;modern", + "name": "Cafe Martini", + "opening_hours:signed": "no", + "smoking": "no", + "wheelchair": "no" + } + }, + { + "type": "node", + "id": 4860772923, + "lat": -33.9041489, + "lon": 151.1803142, + "tags": { + "addr:housenumber": "590", + "addr:street": "King Street", + "name": "Industrie Clothing", + "opening_hours": "Fr,Sa 10:00-17:00; Su 11:00-18:00+", + "shop": "clothes", + "wheelchair": "no" + } + }, + { + "type": "node", + "id": 4860774437, + "lat": -33.9030093, + "lon": 151.1796794, + "tags": { + "addr:housenumber": "538", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "check_date:opening_hours": "2024-10-10", + "name": "Newtown Garden Market", + "opening_hours:signed": "no", + "shop": "garden_centre" + } + }, + { + "type": "node", + "id": 4860777368, + "lat": -33.9028336, + "lon": 151.1792526, + "tags": { + "check_date:opening_hours": "2025-07-17", + "name": "Global Corner Convenience Store", + "opening_hours:signed": "no", + "shop": "convenience", + "wheelchair": "limited" + } + }, + { + "type": "node", + "id": 4860781882, + "lat": -33.9020032, + "lon": 151.1788557, + "tags": { + "addr:housenumber": "477", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "air_conditioning": "no", + "amenity": "cafe", + "check_date:opening_hours": "2024-10-10", + "cuisine": "breakfast;coffee_shop;modern", + "name": "Chill Cafe", + "opening_hours:signed": "no", + "smoking": "no" + } + }, + { + "type": "node", + "id": 5197209521, + "lat": -33.9022502, + "lon": 151.1792193, + "tags": { + "addr:street": "King Street", + "amenity": "cafe", + "cuisine": "breakfast;coffee_shop", + "name": "Either Or" + } + }, + { + "type": "node", + "id": 5197209522, + "lat": -33.9023764, + "lon": 151.1790005, + "tags": { + "addr:housenumber": "501", + "addr:street": "King Street", + "amenity": "cafe", + "check_date:opening_hours": "2024-10-10", + "cuisine": "cake", + "name": "Shisha Bella", + "opening_hours:signed": "no", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 5203491923, + "lat": -33.9087472, + "lon": 151.1919767, + "tags": { + "addr:street": "Huntley Street", + "amenity": "cafe", + "check_date:opening_hours": "2024-10-10", + "name": "Cynthia's Caf\u00e9", + "opening_hours:signed": "no" + } + }, + { + "type": "node", + "id": 5205362421, + "lat": -33.9063444, + "lon": 151.181132, + "tags": { + "addr:housenumber": "613", + "addr:street": "King Street", + "amenity": "cafe", + "check_date": "2026-03-28", + "check_date:opening_hours": "2026-03-28", + "cuisine": "vietnamese", + "name": "Little Vietnam Roll & Juice", + "opening_hours": "Mo-Sa 10:00-15:30; Su 10:00-16:00", + "opening_hours:signed": "no", + "outdoor_seating": "no", + "phone": "+61 450 180 589" + } + }, + { + "type": "node", + "id": 5222609322, + "lat": -33.906188, + "lon": 151.188524, + "tags": { + "addr:housenumber": "338-356", + "addr:street": "Mitchell Road", + "amenity": "cafe", + "check_date": "2025-02", + "indoor_seating": "yes", + "indoor_seating:comfort": "stool;chair", + "name": "The Copper Mill", + "opening_hours": "Mo-Fr 07:00-14:30; Sa-Su 07:30-14:30; PH 08:00-14:00", + "outdoor_seating": "yes", + "outdoor_seating:comfort": "stool", + "website": "https://www.thecoppermill.com.au" + } + }, + { + "type": "node", + "id": 5222609421, + "lat": -33.9047633, + "lon": 151.1898402, + "tags": { + "amenity": "cafe", + "check_date": "2026-06-12", + "name": "La Cachette", + "wheelchair": "no" + } + }, + { + "type": "node", + "id": 5225850222, + "lat": -33.9047942, + "lon": 151.1698875, + "tags": { + "amenity": "cafe", + "name": "Kellermans Caf\u00e9" + } + }, + { + "type": "node", + "id": 5246538692, + "lat": -33.8982656, + "lon": 151.1787524, + "tags": { + "branch": "Newtown", + "brand": "Aldi", + "brand:wikipedia": "en:Aldi", + "name": "ALDI Corner Store", + "opening_hours": "Mo-We,Fr 08:00-20:00; Th,Sa-Su 08:30-20:00", + "shop": "supermarket" + } + }, + { + "type": "node", + "id": 5246538693, + "lat": -33.8982612, + "lon": 151.1784734, + "tags": { + "addr:housenumber": "330", + "addr:postcode": "2042", + "addr:state": "NSW", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "addr:unit": "13", + "branch": "Newtown", + "brand": "Bourke Street Bakery", + "check_date": "2025-01-22", + "check_date:opening_hours": "2025-01-22", + "level": "0", + "name": "Bourke Street Bakery", + "opening_hours": "Mo-Fr 07:00-18:00; Sa,Su 07:00-17:00", + "phone": "+61 2 9517 3877", + "shop": "bakery", + "website": "https://www.bourkestreetbakery.com.au/location/newtown/" + } + }, + { + "type": "node", + "id": 5299091794, + "lat": -33.8987548, + "lon": 151.1781517, + "tags": { + "amenity": "cafe", + "check_date": "2025-05-28", + "check_date:opening_hours": "2025-05-28", + "cuisine": "breakfast;coffee_shop;tea", + "name": "Corelli's", + "opening_hours:signed": "no" + } + }, + { + "type": "node", + "id": 5299091858, + "lat": -33.8980955, + "lon": 151.1791518, + "tags": { + "amenity": "cafe", + "indoor_seating": "yes", + "level": "0", + "name": "Hui Bro\u2019s Cafe", + "opening_hours": "Mo-Fr 05:30+; Sa,Su 08:00+", + "outdoor_seating": "yes" + } + }, + { + "type": "node", + "id": 5300089045, + "lat": -33.8925745, + "lon": 151.1856875, + "tags": { + "amenity": "cafe", + "changing_table": "no", + "name": "Handcraft Specialty Coffee", + "outdoor_seating": "yes", + "smoking": "no", + "takeaway": "yes", + "toilets": "yes", + "wheelchair": "limited" + } + }, + { + "type": "node", + "id": 5301446530, + "lat": -33.9066581, + "lon": 151.1876399, + "tags": { + "amenity": "cafe", + "check_date": "2026-04", + "check_date:opening_hours": "2025-07-17", + "indoor_seating": "yes", + "indoor_seating:comfort": "lounge;stool;chair", + "internet_access": "no", + "name": "Blackbird & Co", + "opening_hours": "Mo-Su 07:00-15:00", + "outdoor_seating": "yes", + "outdoor_seating:comfort": "chair" + } + }, + { + "type": "node", + "id": 5599458145, + "lat": -33.8999957, + "lon": 151.1851115, + "tags": { + "amenity": "cafe", + "name": "Cafe Sofia" + } + }, + { + "type": "node", + "id": 5599458217, + "lat": -33.8995661, + "lon": 151.1841954, + "tags": { + "name": "The Floral Decorator", + "shop": "florist" + } + }, + { + "type": "node", + "id": 5599539029, + "lat": -33.9047006, + "lon": 151.1898882, + "tags": { + "name": "The Plant Man", + "shop": "garden_centre" + } + }, + { + "type": "node", + "id": 5839127339, + "lat": -33.8992072, + "lon": 151.1711042, + "tags": { + "amenity": "cafe", + "check_date": "2025-09-03", + "cuisine": "vietnamese", + "name": "Delicius Rolls" + } + }, + { + "type": "node", + "id": 5839127554, + "lat": -33.8992741, + "lon": 151.1716748, + "tags": { + "name": "Azzi Fruit Market", + "shop": "greengrocer" + } + }, + { + "type": "node", + "id": 5839239307, + "lat": -33.8979838, + "lon": 151.1752254, + "tags": { + "name": "Luke Avenue", + "opening_hours": "Mo-Sa 09:00-14:00", + "phone": "+61 423 684 379", + "shop": "bakery", + "wheelchair": "no" + } + }, + { + "type": "node", + "id": 5842715994, + "lat": -33.8887382, + "lon": 151.1717359, + "tags": { + "check_date:opening_hours": "2025-05-14", + "name": "Pearson's Florist", + "opening_hours:signed": "no", + "shop": "florist" + } + }, + { + "type": "node", + "id": 5862426444, + "lat": -33.9042361, + "lon": 151.1861482, + "tags": { + "amenity": "cafe", + "name": "Yolk" + } + }, + { + "type": "node", + "id": 5862427155, + "lat": -33.8979335, + "lon": 151.166503, + "tags": { + "amenity": "cafe", + "check_date": "2026-03", + "name": "Toastettes" + } + }, + { + "type": "node", + "id": 5905712358, + "lat": -33.9003013, + "lon": 151.1894033, + "tags": { + "addr:housenumber": "104A", + "addr:postcode": "2043", + "addr:state": "NSW", + "addr:street": "Swanson Street", + "addr:suburb": "Erskineville", + "amenity": "cafe", + "cuisine": "coffee_shop", + "name": "The Coffee Nook on Swanson", + "opening_hours": "Mo-Sa", + "outdoor_seating": "yes", + "smoking": "no" + } + }, + { + "type": "node", + "id": 5931284400, + "lat": -33.9041722, + "lon": 151.1803239, + "tags": { + "name": "Industrie Clothing", + "opening_hours": "Fr,Sa 10:00-17:00; Su 11:00-17:00", + "shop": "clothes", + "wheelchair": "no" + } + }, + { + "type": "node", + "id": 5931284403, + "lat": -33.9042127, + "lon": 151.1803397, + "tags": { + "name": "Industrie Clothing", + "opening_hours": "We-Sa 10:00-17:00; Su 11:00-17:00; Mo,Tu off", + "shop": "clothes", + "wheelchair": "no" + } + }, + { + "type": "node", + "id": 5931284409, + "lat": -33.9050631, + "lon": 151.1807919, + "tags": { + "name": "Kingstyle Living", + "opening_hours": "Mo-Sa 11:00-16:00; Su 11:00-16:00", + "shop": "furniture", + "wheelchair": "no" + } + }, + { + "type": "node", + "id": 5931284415, + "lat": -33.9053114, + "lon": 151.1806444, + "tags": { + "amenity": "cafe", + "check_date": "2026-07-02", + "check_date:opening_hours": "2025-03-08", + "cuisine": "coffee_shop", + "name": "Nest", + "opening_hours": "Mo-Tu,Su off; We-Fr 07:30-14:00; Sa 08:00-14:00", + "outdoor_seating": "yes", + "payment:cash": "yes", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes" + } + }, + { + "type": "node", + "id": 5931284416, + "lat": -33.9050898, + "lon": 151.1805204, + "tags": { + "name": "Patisserie Petunia", + "opening_hours": "Mo-Fr 07:00-16:00; Sa,Su 07:30-16:00", + "shop": "bakery" + } + }, { "type": "node", "id": 5931284422, @@ -71,6 +1565,36 @@ "wheelchair": "no" } }, + { + "type": "node", + "id": 5931284423, + "lat": -33.9034838, + "lon": 151.1797259, + "tags": { + "check_date:opening_hours": "2025-07-27", + "name": "Dragstar", + "opening_hours:signed": "no", + "shop": "clothes", + "wheelchair": "no" + } + }, + { + "type": "node", + "id": 5931284425, + "lat": -33.9033698, + "lon": 151.1796485, + "tags": { + "air_conditioning": "no", + "amenity": "cafe", + "check_date": "2025-07-27", + "check_date:opening_hours": "2025-07-17", + "check_date:smoking": "2025-07-27", + "name": "Flour Drum", + "opening_hours:signed": "no", + "smoking": "no", + "wheelchair": "yes" + } + }, { "type": "node", "id": 5931284426, @@ -84,6 +1608,33 @@ "wheelchair": "no" } }, + { + "type": "node", + "id": 5931284429, + "lat": -33.9033175, + "lon": 151.1798747, + "tags": { + "name": "Bargain Home", + "opening_hours": "Mo-Sa 09:30-17:30; Su 11:00-16:00", + "shop": "variety_store" + } + }, + { + "type": "node", + "id": 6204412993, + "lat": -33.9048885, + "lon": 151.1807108, + "tags": { + "addr:housenumber": "612-622", + "addr:street": "King Street", + "air_conditioning": "yes", + "amenity": "cafe", + "name": "Betto Deli & Cucina", + "opening_hours": "Tu-Su 08:00-15:30; Mo off, Th-Sa 17:00-21:30", + "smoking": "no", + "wheelchair": "yes" + } + }, { "type": "node", "id": 6204412995, @@ -96,6 +1647,82 @@ "wheelchair": "yes" } }, + { + "type": "node", + "id": 6283731984, + "lat": -33.8948554, + "lon": 151.1819125, + "tags": { + "addr:housenumber": "205", + "addr:postcode": "2042", + "addr:state": "NSW", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "name": "Chemist on King", + "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-16:00; PH,Su off", + "shop": "chemist" + } + }, + { + "type": "node", + "id": 6283737898, + "lat": -33.8951399, + "lon": 151.1820032, + "tags": { + "addr:housenumber": "216", + "addr:postcode": "2042", + "addr:state": "NSW", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "brand": "Huffer", + "brand:wikidata": "Q107862765", + "name": "Huffer", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 6283737899, + "lat": -33.8952167, + "lon": 151.1819468, + "tags": { + "addr:housenumber": "222", + "addr:postcode": "2042", + "addr:state": "NSW", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "brand": "Dangerfield", + "brand:wikidata": "Q119220880", + "name": "Dangerfield", + "opening_hours": "Fr-We 10:00-18:00; Th 10:00-20:00", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 6366969385, + "lat": -33.8909538, + "lon": 151.1707629, + "tags": { + "addr:postcode": "2048", + "amenity": "cafe", + "name": "Mas Tinto", + "opening_hours": "Mo-Fr 06:00-16:00; Sa-Su 08:00-16:00", + "phone": "+61 2 8541 6258", + "website": "https://mas-tinto.business.site/" + } + }, + { + "type": "node", + "id": 6564462487, + "lat": -33.895992, + "lon": 151.1826977, + "tags": { + "name": "Marani Deli", + "opening_hours": "Mo,Th,Fr 10:00-18:30; Sa 09:30-15:30; Su 09:30-12:30; Tu,We off", + "shop": "convenience" + } + }, { "type": "node", "id": 6901192228, @@ -106,6 +1733,110 @@ "shop": "books" } }, + { + "type": "node", + "id": 6901209379, + "lat": -33.8909936, + "lon": 151.1923358, + "tags": { + "amenity": "cafe", + "name": "Ralph's Cafe" + } + }, + { + "type": "node", + "id": 6914038226, + "lat": -33.8875413, + "lon": 151.1863061, + "tags": { + "amenity": "cafe", + "name": "Ralph's Cafe", + "opening_hours": "Mo-Th 06:30-18:00; Fr 06:30-17:30; Sa 07:30-15:00; Su off" + } + }, + { + "type": "node", + "id": 7259530585, + "lat": -33.8987433, + "lon": 151.1735158, + "tags": { + "addr:housenumber": "129", + "addr:street": "Enmore Road", + "amenity": "cafe", + "check_date": "2025-09-03", + "cuisine": "breakfast;coffee_shop;mediterranean", + "name": "Shenkin Cafe", + "opening_hours": "Mo-Su 09:00-15:00, Th-Sa 18:00-21:00", + "website": "https://cafeshenkin.com.au/" + } + }, + { + "type": "node", + "id": 7474734732, + "lat": -33.9014692, + "lon": 151.1925256, + "tags": { + "addr:housenumber": "133", + "addr:postcode": "2015", + "addr:state": "NSW", + "addr:street": "Mitchell Road", + "addr:suburb": "Alexandria", + "amenity": "cafe", + "cuisine": "coffee_shop", + "internet_access": "wlan", + "name": "Coffee Creative", + "outdoor_seating": "yes" + } + }, + { + "type": "node", + "id": 8444635717, + "lat": -33.9072138, + "lon": 151.1672651, + "tags": { + "addr:housenumber": "54-56", + "addr:postcode": "2204", + "addr:street": "Smith Street", + "amenity": "cafe", + "check_date": "2026-01-17", + "cuisine": "coffee_shop", + "internet_access": "no", + "name": "Double Tap Coffee", + "opening_hours": "Mo-Fr 06:00-15:00; Sa-Su off", + "outdoor_seating": "yes", + "phone": "+61 404 475 430", + "website": "https://doubletapcoffee.com.au/" + } + }, + { + "type": "node", + "id": 9329081674, + "lat": -33.9041623, + "lon": 151.1899282, + "tags": { + "brand": "Woolworths", + "brand:wikidata": "Q3249145", + "brand:wikipedia": "en:Woolworths Supermarkets", + "name": "Woolworths", + "operator": "Woolworths Group", + "operator:wikidata": "Q607272", + "shop": "supermarket", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 9499697206, + "lat": -33.9053908, + "lon": 151.1806824, + "tags": { + "contact:facebook": "https://www.facebook.com/SHOP.KOTJ/", + "name": "Kot-J", + "opening_hours": "Tu,We,Su 11:00-17:00; Th,Fr 11:00-18:00; Sa 10:00-18:00", + "shop": "clothes", + "website": "https://www.kot-j.com/password" + } + }, { "type": "node", "id": 9518337417, @@ -123,6 +1854,149 @@ "wheelchair": "no" } }, + { + "type": "node", + "id": 9572130489, + "lat": -33.8985045, + "lon": 151.1756236, + "tags": { + "check_date:opening_hours": "2026-03-11", + "name": "Azuki", + "opening_hours": "We-Su 09:00-17:00", + "phone": "+61 2 8542 9317", + "shop": "bakery", + "website": "https://azukibakery.com.au" + } + }, + { + "type": "node", + "id": 9572458384, + "lat": -33.8986993, + "lon": 151.1763972, + "tags": { + "amenity": "cafe", + "check_date": "2025-03-10", + "name": "Budha Bowl" + } + }, + { + "type": "node", + "id": 9776423614, + "lat": -33.9083246, + "lon": 151.1718179, + "tags": { + "name": "Panetta Mercado", + "shop": "supermarket" + } + }, + { + "type": "node", + "id": 9776423615, + "lat": -33.9084337, + "lon": 151.1717959, + "tags": { + "amenity": "cafe", + "name": "Panetta Mercado Cafe" + } + }, + { + "type": "node", + "id": 9776423616, + "lat": -33.90791, + "lon": 151.171103, + "tags": { + "amenity": "cafe", + "name": "Firestone" + } + }, + { + "type": "node", + "id": 9776428717, + "lat": -33.9081042, + "lon": 151.1712959, + "tags": { + "name": "Rose & Co.ffee", + "shop": "florist" + } + }, + { + "type": "node", + "id": 9776428733, + "lat": -33.9080256, + "lon": 151.1716225, + "tags": { + "name": "GVS Grocer", + "shop": "convenience" + } + }, + { + "type": "node", + "id": 9776428741, + "lat": -33.9078975, + "lon": 151.1718329, + "tags": { + "brand": "K\u00fcrt\u0151sh", + "brand:wikidata": "Q117257108", + "cuisine": "hungarian", + "name": "K\u00fcrt\u0151sh", + "opening_hours": "Mo-Su 08:00-22:00", + "shop": "pastry" + } + }, + { + "type": "node", + "id": 9828663372, + "lat": -33.908082, + "lon": 151.1720376, + "tags": { + "addr:housenumber": "13-55", + "addr:street": "Edinburgh Road", + "brand": "Coles", + "brand:wikidata": "Q1108172", + "level": "1", + "name": "Coles", + "opening_hours": "Mo-Su 07:00-22:00", + "operator": "Coles Group", + "operator:wikidata": "Q131937428", + "shop": "supermarket" + } + }, + { + "type": "node", + "id": 9876378052, + "lat": -33.8955329, + "lon": 151.1847354, + "tags": { + "addr:housenumber": "131", + "addr:postcode": "2042", + "addr:state": "NSW", + "addr:street": "Wilson Street", + "addr:suburb": "Newtown", + "addr:unit": "Shop 1", + "amenity": "cafe", + "bar": "no", + "check_date": "2026-02-12", + "delivery": "no", + "diet:gluten_free": "yes", + "diet:lactose_free": "yes", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "indoor_seating": "yes", + "level": "0", + "name": "One Another", + "opening_hours": "Mo-Fr 07:00-15:00; Sa-Su 08:00-15:00", + "outdoor_seating": "yes", + "payment:contactless": "yes", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "payment:mastercard": "yes", + "payment:visa": "yes", + "reservation": "no", + "takeaway": "yes", + "toilets:wheelchair": "yes", + "website": "https://www.oneanothercafe.com" + } + }, { "type": "node", "id": 9888616491, @@ -134,6 +2008,197 @@ "shop": "music" } }, + { + "type": "node", + "id": 9894611313, + "lat": -33.8923349, + "lon": 151.1875637, + "tags": { + "addr:postcode": "2042", + "addr:state": "NSW", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "addr:unit": "2-4", + "amenity": "cafe", + "check_date": "2025-01", + "contact:facebook": "https://www.facebook.com/people/Double-Barrel-Coffee-Foodhouse/100054483220132/", + "cuisine": "coffee_shop", + "name": "Double Barrel Coffee + Food house", + "opening_hours": "Mo-Th 06:30-15:00; Fr 06:30-14:30; Sa-Su 08:00-15:00" + } + }, + { + "type": "node", + "id": 9894611314, + "lat": -33.892446, + "lon": 151.1872375, + "tags": { + "addr:housenumber": "18-20", + "addr:postcode": "2042", + "addr:state": "NSW", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "addr:unit": "1", + "amenity": "cafe", + "cuisine": "coffee_shop", + "name": "Ameru Espresso Bar", + "outdoor_seating": "no", + "website": "https://amerucoffee.com.au/" + } + }, + { + "type": "node", + "id": 10073918432, + "lat": -33.9037197, + "lon": 151.1903707, + "tags": { + "amenity": "cafe", + "check_date": "2025-03", + "name": "Piccolo Me" + } + }, + { + "type": "node", + "id": 10223000524, + "lat": -33.8962506, + "lon": 151.180703, + "tags": { + "addr:housenumber": "280", + "addr:street": "King Street", + "name": "Sweet Lu", + "opening_hours": "Mo-Su 12:00-20:00", + "shop": "pastry", + "website": "https://www.sweetlusydney.com.au/" + } + }, + { + "type": "node", + "id": 10925938064, + "lat": -33.9075009, + "lon": 151.1808825, + "tags": { + "addr:housenumber": "2", + "addr:postcode": "2044", + "addr:state": "NSW", + "addr:street": "May Lane", + "addr:suburb": "St Peters", + "addr:unit": "5", + "air_conditioning": "yes", + "amenity": "cafe", + "check_date": "2026-02-21", + "contact:instagram": "domothreenine", + "cuisine": "japanese;coffee_shop", + "name": "domo 39", + "opening_hours": "Mo-Fr 07:00-15:00; Sa-Su 08:00-16:00", + "outdoor_seating": "yes", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 11196898241, + "lat": -33.8970588, + "lon": 151.1733445, + "tags": { + "addr:postcode": "2042", + "air_conditioning": "yes", + "amenity": "cafe", + "check_date:opening_hours": "2025-07-27", + "contact:instagram": "soulmate.newtown", + "cuisine": "burger;coffee_shop;sandwich", + "name": "Soulmate Coffee", + "opening_hours": "Mo-Fr 07:00-15:00; Sa-Su 08:00-15:00", + "opening_hours:signed": "no", + "smoking": "no", + "website": "http://soulmatecoffee.com.au/", + "wheelchair": "no" + } + }, + { + "type": "node", + "id": 11498797669, + "lat": -33.8969992, + "lon": 151.1784254, + "tags": { + "addr:housenumber": "277", + "addr:street": "Australia Street", + "amenity": "cafe", + "check_date": "2025-04-21", + "name": "Tokyo Lamington", + "opening_hours": "Mo-We,Su 07:00-15:00; Th-Sa 07:00-21:00", + "outdoor_seating": "yes", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "phone": "+61 404 662 397", + "website": "https://www.tokyolamington.com/" + } + }, + { + "type": "node", + "id": 11499743227, + "lat": -33.8982257, + "lon": 151.1785548, + "tags": { + "amenity": "cafe", + "cuisine": "bubble_tea", + "name": "Teddy Tea Break" + } + }, + { + "type": "node", + "id": 11553503130, + "lat": -33.9077081, + "lon": 151.1807314, + "tags": { + "brand": "EzyMart", + "brand:wikidata": "Q117220554", + "check_date": "2026-03-15", + "name": "EzyMart", + "shop": "convenience" + } + }, + { + "type": "node", + "id": 11878381803, + "lat": -33.8932789, + "lon": 151.1835873, + "tags": { + "atm": "yes", + "check_date:opening_hours": "2026-03-20", + "name": "Redfern Convenience Store", + "opening_hours:signed": "no", + "shop": "convenience" + } + }, + { + "type": "node", + "id": 11984849173, + "lat": -33.9057398, + "lon": 151.1808262, + "tags": { + "name": "Christina\u2019s Honeycakes", + "opening_hours": "We-Su 10:00-18:00; Mo,Tu 10:00-17:00", + "shop": "bakery", + "website": "https://ch-honeycakes.com.au", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 11984882693, + "lat": -33.9048901, + "lon": 151.180428, + "tags": { + "name": "Miss Lilly's", + "old_name": "Fairway Vintage & Antiques", + "opening_hours": "Mo-We 09:00-14:30; Th-Sa 08:00-17:00; Su 08:00-14:30", + "phone": "+61 2 9516 2411", + "shop": "bakery", + "website": "https://misslillys.com.au/" + } + }, { "type": "node", "id": 11984912424, @@ -146,6 +2211,271 @@ "wheelchair": "no" } }, + { + "type": "node", + "id": 11984912425, + "lat": -33.9012012, + "lon": 151.1784409, + "tags": { + "check_date:opening_hours": "2025-07-27", + "name": "Provocator", + "opening_hours:signed": "no", + "shop": "clothes", + "wheelchair": "no" + } + }, + { + "type": "node", + "id": 12181338419, + "lat": -33.9074523, + "lon": 151.1892541, + "tags": { + "addr:housenumber": "18", + "addr:street": "Huntley Street", + "air_conditioning": "yes", + "amenity": "cafe", + "changing_table": "yes", + "check_date:opening_hours": "2024-10-10", + "contact:instagram": "https://www.instagram.com/ellen18huntley/", + "indoor_seating": "yes", + "name": "Ellen", + "opening_hours:signed": "no", + "outdoor_seating": "yes", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "toilets": "yes", + "toilets:wheelchair": "yes", + "website": "none", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 12200892725, + "lat": -33.9093979, + "lon": 151.168471, + "tags": { + "addr:housenumber": "10-14", + "addr:street": "Lilian Fowler Place", + "addr:suburb": "Marrickville", + "addr:unit": "8", + "name": "Feather & Bone", + "opening_hours": "Mo-Fr 09:00-16:00; Sa 08:00-16:00", + "phone": "+61 2 9818 2717", + "shop": "butcher", + "website": "https://featherandbone.com.au/" + } + }, + { + "type": "node", + "id": 12207935170, + "lat": -33.9031175, + "lon": 151.1687494, + "tags": { + "amenity": "cafe", + "contact:instagram": "https://www.instagram.com/superfreak.syd/", + "cuisine": "coffee_shop", + "name": "Superfreak", + "website": "https://www.superfreakco.com/" + } + }, + { + "type": "node", + "id": 12208368276, + "lat": -33.9020318, + "lon": 151.1693532, + "tags": { + "amenity": "cafe", + "name": "Laddies And Gentleman" + } + }, + { + "type": "node", + "id": 12310928865, + "lat": -33.8917774, + "lon": 151.1677613, + "tags": { + "name": "Shibori", + "opening_hours": "\"By appointment\"", + "shop": "houseware", + "website": "https://www.shibori.com.au", + "wheelchair": "yes" + } + }, + { + "type": "node", + "id": 12606275751, + "lat": -33.8982437, + "lon": 151.1769485, + "tags": { + "amenity": "cafe", + "check_date": "2025-02-21", + "indoor_seating": "yes", + "name": "The Front Room", + "opening_hours": "Mo-Sa 07:00-16:00; Su 08:00-16:00" + } + }, + { + "type": "node", + "id": 12706486449, + "lat": -33.9073938, + "lon": 151.1812871, + "tags": { + "addr:housenumber": "641", + "addr:postcode": "2044", + "addr:street": "King Street", + "amenity": "cafe", + "check_date": "2026-01-27", + "name": "Dulcet Bakehouse", + "phone": "+61 499 394 969", + "website": "https://dulcet.com.au/locations/" + } + }, + { + "type": "node", + "id": 12717080540, + "lat": -33.9000571, + "lon": 151.1782046, + "tags": { + "addr:housenumber": "412", + "addr:postcode": "2042", + "addr:state": "NSW", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "contact:email": "hello@legourmand.com.au", + "contact:facebook": "https://www.facebook.com/legourmandfoods", + "contact:instagram": "https://www.instagram.com/legourmandfoods", + "cuisine": "french", + "diet:vegan": "only", + "name": "Le Gourmand Vegan Fine Food", + "opening_hours": "Mo,Tu off; We-Su 08:00-18:00", + "phone": "+61 466 060 650", + "shop": "deli", + "website": "https://www.legourmand.com.au/" + } + }, + { + "type": "node", + "id": 12717080542, + "lat": -33.8983531, + "lon": 151.178092, + "tags": { + "addr:housenumber": "343", + "addr:postcode": "2042", + "addr:state": "NSW", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "contact:instagram": "https://www.instagram.com/chaymart.newtown/", + "diet:vegan": "yes", + "diet:vegetarian": "yes", + "email": "info@chaymart.com.au", + "level": "0", + "name": "Chay Mart", + "opening_hours": "Mo-Su 11:00-22:00", + "organic": "yes", + "phone": "+61 406 730 789", + "shop": "convenience", + "website": "https://www.chaymart.com.au/" + } + }, + { + "type": "node", + "id": 12717080543, + "lat": -33.9000249, + "lon": 151.1781916, + "tags": { + "addr:housenumber": "412", + "addr:postcode": "2042", + "addr:state": "NSW", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "contact:facebook": "https://www.facebook.com/lapetitefauxmagerie", + "contact:instagram": "https://www.instagram.com/lapetitefauxmagerie/", + "indoor_seating": "yes", + "name": "Le Petite Fauxmargerie Vegan Cheesemonger", + "outdoor_seating": "yes", + "phone": "+61 406 101 707", + "shop": "cheese", + "takeaway": "yes", + "website": "https://www.lapetitefauxmagerie.com.au/sydney-vegan-cheese" + } + }, + { + "type": "node", + "id": 12841024106, + "lat": -33.9101759, + "lon": 151.1810787, + "tags": { + "amenity": "cafe", + "check_date": "2025-05", + "cuisine": "cake", + "indoor_seating": "no", + "name": "Onu Cake", + "outdoor_seating": "yes" + } + }, + { + "type": "node", + "id": 12841090982, + "lat": -33.9101288, + "lon": 151.1803838, + "tags": { + "name": "Comfortel", + "opening_hours": "Sa,Su off", + "shop": "furniture" + } + }, + { + "type": "node", + "id": 12841090996, + "lat": -33.910177, + "lon": 151.1807417, + "tags": { + "check_date": "2025-05-16", + "name": "Motorcycle Stuff", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 12841090997, + "lat": -33.9088665, + "lon": 151.1798652, + "tags": { + "addr:housenumber": "27", + "addr:postcode": "2044", + "addr:state": "NSW", + "addr:street": "May Street", + "addr:suburb": "St Peters", + "check_date": "2026-02-21", + "check_date:smoking": "2025-07-20", + "indoor_seating": "no", + "name": "Fuel Bakery", + "opening_hours": "Mo-Sa 07:00-14:00; Su 08:00-14:00", + "outdoor_seating": "yes", + "outdoor_seating:comfort": "bench", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "shop": "bakery", + "smoking": "no" + } + }, + { + "type": "node", + "id": 12876395301, + "lat": -33.8988118, + "lon": 151.1749171, + "tags": { + "addr:housenumber": "86", + "addr:postcode": "2042", + "addr:street": "Enmore Road", + "addr:unit": "2", + "amenity": "cafe", + "name": "Black Market Coffee Enmore", + "opening_hours": "Mo-Fr 06:00-15:00; Sa-Su 07:00-15:00", + "website": "https://blackmarketcoffee.com.au/" + } + }, { "type": "node", "id": 12958032466, @@ -171,6 +2501,158 @@ "shop": "second_hand" } }, + { + "type": "node", + "id": 13226869210, + "lat": -33.9073322, + "lon": 151.1674246, + "tags": { + "addr:housenumber": "58-60", + "addr:postcode": "2204", + "addr:street": "Smith Street", + "amenity": "cafe", + "check_date": "2026-01-17", + "cuisine": "coffee_shop", + "email": "onasydney@onacoffee.com.au", + "indoor_seating": "yes", + "name": "Ona", + "opening_hours": "Mo-Fr 07:30-15:00; Sa-Su 08:00-15:00", + "outdoor_seating": "yes", + "stroller": "yes", + "takeaway": "yes", + "toilets": "yes", + "website": "https://www.onacoffeesydney.com/contact" + } + }, + { + "type": "node", + "id": 13305455401, + "lat": -33.8984814, + "lon": 151.1758419, + "tags": { + "addr:housenumber": "61", + "addr:postcode": "2042", + "addr:street": "Enmore Road", + "email": "info@greensfood.com.au", + "name": "Greens Supermarket", + "opening_hours": "Mo-Su 09:00-21:00", + "phone": "+61 431 444 847", + "shop": "supermarket", + "website": "https://greenssupermarket.com.au/" + } + }, + { + "type": "node", + "id": 13341304001, + "lat": -33.895051, + "lon": 151.1817012, + "tags": { + "addr:housenumber": "217", + "addr:postcode": "2042", + "addr:street": "King Street", + "brand": "AS Colour", + "brand:wikidata": "Q121646382", + "brand:wikipedia": "en:AS_Colour", + "name": "AS Colour", + "opening_hours": "Mo-Sa 10:00-18:00; Su 10:00-16:00", + "shop": "clothes", + "website": "https://ascolour.com.au/" + } + }, + { + "type": "node", + "id": 13585970805, + "lat": -33.9086927, + "lon": 151.1805195, + "tags": { + "addr:housenumber": "11", + "addr:postcode": "2044", + "addr:state": "NSW", + "addr:street": "May Street", + "addr:suburb": "St Peters", + "air_conditioning": "yes", + "amenity": "cafe", + "check_date": "2026-02-21", + "cuisine": "coffee_shop", + "drive_through": "no", + "name": "Numero Uno Coffee Roasters", + "opening_hours": "Mo-Fr 07:00-15:00; Sa 07:00-13:30; Su 07:00-12:30", + "outdoor_seating": "yes", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "phone": "+61 2 8399 0111", + "takeaway": "yes", + "website": "https://www.numerouno.com.au" + } + }, + { + "type": "node", + "id": 13591705970, + "lat": -33.907822, + "lon": 151.1655273, + "tags": { + "addr:housenumber": "38", + "addr:street": "Chapel Street", + "air_conditioning": "no", + "amenity": "cafe", + "check_date": "2026-04-15", + "cuisine": "coffee_shop", + "level": "0", + "name": "Primary Coffee", + "opening_hours": "Mo-Fr 06:00-15:00; Sa-Su 07:00-15:00", + "outdoor_seating": "no", + "stroller": "yes", + "takeaway": "yes", + "toilets": "yes" + } + }, + { + "type": "node", + "id": 13591750578, + "lat": -33.9076747, + "lon": 151.1808472, + "tags": { + "addr:housenumber": "8", + "addr:postcode": "2044", + "addr:state": "NSW", + "addr:street": "May Lane", + "addr:suburb": "St Peters", + "amenity": "cafe", + "cuisine": "italian", + "name": "Ariomi The Space - Cafe", + "opening_hours": "Mo-Fr 06:30-15:00; Sa-Su 07:00-16:00", + "outdoor_seating": "yes", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "phone": "+61 423 520 690", + "takeaway": "yes", + "website": "https://www.ariomithespace.com", + "website:menu": "https://www.ariomithespace.com/menu" + } + }, + { + "type": "node", + "id": 13686752818, + "lat": -33.8961498, + "lon": 151.1803234, + "tags": { + "addr:housenumber": "267", + "addr:postcode": "2042", + "addr:state": "NSW", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "alt_name": "Sunlite Mitre 10", + "branch": "Newtown", + "brand": "Mitre 10", + "brand:wikidata": "Q6882393", + "name": "Mitre 10", + "opening_hours": "Mo-We 09:00-18:00; Th 09:00-19:00; Fr-Sa 09:00-18:00; Su 09:00-17:00", + "operator": "Sunlite Mitre 10", + "phone": "+61 2 9565 5555", + "shop": "doityourself", + "website": "https://www.mitre10.com.au/stores/nsw/newtown-sunlite-mitre-10-783960" + } + }, { "type": "node", "id": 13686752819, @@ -186,6 +2668,24 @@ "website": "https://www.betterread.com.au/" } }, + { + "type": "node", + "id": 13686752820, + "lat": -33.8963697, + "lon": 151.1804114, + "tags": { + "addr:housenumber": "282", + "addr:postcode": "2042", + "addr:state": "NSW", + "addr:street": "King Street", + "addr:suburb": "Newtown", + "email": "info@theflowerroom.com.au", + "name": "The Flower Room", + "phone": "+61 2 9550 3100", + "shop": "florist", + "website": "https://theflowerroom.com.au/" + } + }, { "type": "node", "id": 13686752821, @@ -205,6 +2705,36 @@ "website": "https://www.elizabethsbookshop.com.au/" } }, + { + "type": "node", + "id": 13702853001, + "lat": -33.8877408, + "lon": 151.168202, + "tags": { + "addr:housenumber": "103", + "addr:street": "Parramatta Road", + "amenity": "cafe", + "check_date": "2026-04-03", + "check_date:opening_hours": "2026-04-03", + "contact:instagram": "1919cocoacoffee", + "cuisine": "coffee_shop", + "name": "Cocoa & Coffee", + "opening_hours": "Mo-Sa 07:00-15:00", + "outdoor_seating": "yes", + "phone": "+61 405 766 601", + "website": "https://cocoacoffee.com.au/" + } + }, + { + "type": "node", + "id": 13704754949, + "lat": -33.9049617, + "lon": 151.1926943, + "tags": { + "name": "Flower Lane & Co", + "shop": "florist" + } + }, { "type": "node", "id": 13707141472, @@ -218,6 +2748,239 @@ "shop": "music" } }, + { + "type": "node", + "id": 13719824202, + "lat": -33.8939287, + "lon": 151.1838271, + "tags": { + "addr:housenumber": "1A", + "addr:postcode": "2042", + "addr:street": "Bucknell Street", + "check_date": "2026-04-10", + "check_date:opening_hours": "2026-04-10", + "email": "hello@apbakery.com.au", + "level": "0", + "name": "A.P Town", + "opening_hours": "Mo-Sa 07:00-14:30; Su 07:30-14:30", + "shop": "bakery", + "website": "https://www.apbakery.com.au/stores-locations" + } + }, + { + "type": "node", + "id": 13762451714, + "lat": -33.8982698, + "lon": 151.1781646, + "tags": { + "level": "0", + "name": "TSG Tobacco Station", + "shop": "convenience" + } + }, + { + "type": "node", + "id": 13785846501, + "lat": -33.8983795, + "lon": 151.1780047, + "tags": { + "addr:housenumber": "347", + "addr:street": "King Street", + "name": "The Happy Herb Shop Newtown", + "opening_hours": "We-Fr 10:30-18:30; Sa-Su 11:00-18:30; Mo-Tu 10:30-17:30", + "shop": "tea", + "website": "https://www.theherbtemple.com.au/our-store/" + } + }, + { + "type": "node", + "id": 13919280070, + "lat": -33.9048404, + "lon": 151.1733799, + "tags": { + "contact:facebook": "https://www.facebook.com/tontonbreadbakery/", + "contact:instagram": "https://www.instagram.com/tontonbread/", + "email": "tontonbread@gmail.com", + "name": "Tonton Bread", + "opening_hours": "Mo-Su 06:30-15:00", + "phone": "+61 452 059 078", + "shop": "bakery", + "website": "https://tontonbread.com.au/" + } + }, + { + "type": "node", + "id": 13919369194, + "lat": -33.8987889, + "lon": 151.1730921, + "tags": { + "amenity": "cafe", + "contact:instagram": "https://www.instagram.com/mamuki.bake.bar", + "name": "Mamuki", + "opening_hours": "Mo-Fr 07:00-15:30; Sa-Su 08:00-16:00", + "phone": "+61 451 962 263" + } + }, + { + "type": "node", + "id": 13994952093, + "lat": -33.8985825, + "lon": 151.1749842, + "tags": { + "check_date:opening_hours": "2026-03-11", + "name": "Rau Studio", + "opening_hours:signed": "no", + "shop": "clothes" + } + }, + { + "type": "node", + "id": 14017607207, + "lat": -33.9049378, + "lon": 151.1804479, + "tags": { + "addr:housenumber": "573", + "addr:street": "King Street", + "amenity": "cafe", + "contact:instagram": "https://www.instagram.com/thisisrudeboy", + "cuisine": "donut", + "name": "Rude Boy Doughnuts", + "opening_hours": "Mo-Fr 06:00-22:00; Sa-Su 15:00-22:00", + "website": "https://www.rudeboydoughnuts.com/" + } + }, + { + "type": "way", + "id": 62203508, + "center": { + "lat": -33.9057457, + "lon": 151.1936903 + }, + "nodes": [ + 775908189, + 775908134, + 3996583267, + 5598161538, + 5598161539, + 3996583263, + 3996583264, + 3996583262, + 5598161548, + 5598161547, + 5598161546, + 5598161545, + 5598161544, + 5598161543, + 5598161540, + 5598161542, + 5598161541, + 775908254, + 5598161550, + 5598161549, + 13765822844, + 5598161562, + 5598161551, + 5598161537, + 3056974753, + 5598161557, + 3056974751, + 3996583261, + 3996583265, + 3996583260, + 775908143, + 775908169, + 775908270, + 5598161559, + 775908189 + ], + "tags": { + "addr:housenumber": "8-40", + "addr:street": "Euston Road", + "brand": "Bunnings Warehouse", + "brand:wikidata": "Q4997829", + "brand:wikipedia": "en:Bunnings Warehouse", + "building": "yes", + "building:levels": "1", + "check_date": "2025-06-07", + "email": "Alexandria@bunnings.com.au", + "name": "Bunnings Warehouse", + "opening_hours": "Sa-Mo 07:00-19:00; Tu-Fr 06:00-21:00", + "phone": "+61 2 9336 2400", + "shop": "doityourself", + "website": "https://www.bunnings.com.au/" + } + }, + { + "type": "way", + "id": 279681996, + "center": { + "lat": -33.8985898, + "lon": 151.1817036 + }, + "nodes": [ + 2838885966, + 2838885967, + 2838885968, + 2838885969, + 2838885970, + 5599538841, + 2838885971, + 7319458718, + 2838885966 + ], + "tags": { + "addr:housenumber": "21-23", + "addr:postcode": "2042", + "addr:street": "Erskineville Road", + "addr:suburb": "Newtown", + "brand": "Woolworths Metro", + "brand:wikidata": "Q111772555", + "brand:wikipedia": "en:Woolworths Supermarkets", + "building": "yes", + "building:levels": "1", + "full_name": "Woolworths Metro Erskineville", + "name": "Woolworths Metro", + "opening_hours": "Mo-Sa 07:00-22:00; Su 08:00-22:00", + "operator": "Woolworths Group", + "operator:wikidata": "Q607272", + "phone": "+61 2 8035 9297", + "shop": "supermarket", + "website": "https://www.woolworths.com.au/" + } + }, + { + "type": "way", + "id": 290321470, + "center": { + "lat": -33.8929364, + "lon": 151.1830686 + }, + "nodes": [ + 2938701610, + 2938701613, + 5850092433, + 5850092434, + 5850092432, + 5850092431, + 2938701614, + 2938701611, + 2938701610 + ], + "tags": { + "addr:housenumber": "195", + "addr:postcode": "2042", + "addr:street": "Missenden Road", + "addr:suburb": "Newtown", + "amenity": "cafe", + "building": "yes", + "cuisine": "coffee_shop", + "name": "Cafe Felix", + "opening_hours": "Mo-Fr 07:00-16:00, Sa-Su 08:00-16:00", + "smoking": "no", + "website": "https://cafefelixsydney.com/", + "wheelchair": "no" + } + }, { "type": "way", "id": 291725580, @@ -283,6 +3046,259 @@ "wheelchair": "yes" } }, + { + "type": "way", + "id": 292127221, + "center": { + "lat": -33.8878196, + "lon": 151.1724097 + }, + "nodes": [ + 2956607083, + 5842716025, + 2956607084, + 5842716024, + 2956607085, + 2956607086, + 2956607083 + ], + "tags": { + "addr:housenumber": "193", + "addr:postcode": "2050", + "addr:street": "Parramatta Road", + "addr:suburb": "Camperdown", + "building": "yes", + "building:levels": "1", + "name": "The Hospitality Store", + "opening_hours": "Mo-Fr 09:00-17:00, Sa 09:00-14:00", + "phone": "+61 2 9516 1236", + "shop": "department_store", + "toilets": "no", + "website": "https://www.thehospitalitystore.com.au/", + "wheelchair": "limited" + } + }, + { + "type": "way", + "id": 385679560, + "center": { + "lat": -33.8993778, + "lon": 151.169793 + }, + "nodes": [ + 3890163874, + 3890163876, + 3890163877, + 3890163875, + 3890163874 + ], + "tags": { + "brand": "7-Eleven", + "brand:wikidata": "Q259340", + "brand:wikipedia": "en:7-Eleven", + "building": "retail", + "name": "7-Eleven", + "shop": "convenience", + "website": "https://www.7eleven.com.au/" + } + }, + { + "type": "way", + "id": 423218371, + "center": { + "lat": -33.9030802, + "lon": 151.1852241 + }, + "nodes": [ + 4228978577, + 4228978578, + 4228978579, + 4228978569, + 4228978577 + ], + "tags": { + "addr:housenumber": "33", + "addr:postcode": "2043", + "addr:street": "Bridge Street", + "addr:suburb": "Erskineville", + "amenity": "cafe", + "cuisine": "breakfast;coffee_shop;tea", + "description": "Cafe", + "internet_access": "wlan", + "level": "1", + "name": "Foodcraft", + "smoking": "no" + } + }, + { + "type": "way", + "id": 548632876, + "center": { + "lat": -33.8956921, + "lon": 151.1804767 + }, + "nodes": [ + 5300088767, + 5300088797, + 5300088806, + 5300088798, + 5300088799, + 5300088800, + 5300088771, + 5300088770, + 5300088769, + 5300088768, + 5300088767 + ], + "tags": { + "addr:housenumber": "259", + "addr:street": "King Street", + "building": "yes", + "building:levels": "2", + "height": "7", + "name": "Lloyd's IGA", + "shop": "supermarket" + } + }, + { + "type": "way", + "id": 585862511, + "center": { + "lat": -33.9044411, + "lon": 151.1930978 + }, + "nodes": [ + 5598161603, + 5598161619, + 5598161604, + 5598161605, + 5598161606, + 5598161607, + 5598161608, + 5598161609, + 5598161610, + 5598161611, + 5598161612, + 5598161613, + 5598161614, + 5598161603 + ], + "tags": { + "branch": "Alexandria", + "brand": "Victoria's Basement", + "building": "yes", + "building:levels": "2", + "check_date:opening_hours": "2025-07-17", + "email": "alexandria@victoriasbasement.com.au", + "name": "Victoria's Basement", + "opening_hours": "Th 09:00-19:00, Mo-We,Fr-Sa 09:00-18:00, Su 10:00-17:00", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "phone": "+61 2 9557 1954", + "shop": "houseware", + "website": "https://www.victoriasbasement.com.au/" + } + }, + { + "type": "way", + "id": 605984540, + "center": { + "lat": -33.9063913, + "lon": 151.1711493 + }, + "nodes": [ + 1852656534, + 5746076965, + 1852656511, + 3928311660, + 5746330449, + 5746331052, + 5746331054, + 5746331056, + 5746330448, + 5746330447, + 1852656534 + ], + "tags": { + "addr:housenumber": "34", + "addr:postcode": "2204", + "addr:street": "Victoria Road", + "brand": "Kmart", + "brand:wikidata": "Q6421682", + "brand:wikipedia": "en:Kmart Australia", + "check_date:opening_hours": "2026-02-23", + "name": "Kmart", + "opening_hours": "Mo-Su 08:00-22:00", + "shop": "department_store", + "toilets": "no", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 605984541, + "center": { + "lat": -33.9071953, + "lon": 151.1711557 + }, + "nodes": [ + 5746330447, + 5746330448, + 5746331039, + 5746330453, + 1852656519, + 1852656500, + 12556343384, + 12556343383, + 12556318082, + 12556343385, + 1852656496, + 5746330447 + ], + "tags": { + "brand": "Woolworths", + "brand:wikidata": "Q3249145", + "brand:wikipedia": "en:Woolworths Supermarkets", + "check_date:opening_hours": "2026-02-23", + "name": "Woolworths", + "opening_hours": "Mo-Su 07:00-22:00", + "operator": "Woolworths Group", + "operator:wikidata": "Q607272", + "shop": "supermarket", + "website": "https://www.woolworths.com.au/", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 605984542, + "center": { + "lat": -33.9064459, + "lon": 151.1727889 + }, + "nodes": [ + 5746330459, + 5746330460, + 5746331040, + 3928311857, + 5746331041, + 5746330459 + ], + "tags": { + "addr:housenumber": "20", + "addr:street": "Smidmore Street", + "brand": "ALDI", + "brand:wikidata": "Q41171672", + "brand:wikipedia": "en:Aldi", + "check_date:opening_hours": "2023-05-05", + "full_name": "ALDI Marrickville", + "name": "ALDI", + "opening_hours": "Mo-We,Fr-Su 08:30-20:00; Th 08:30-21:00", + "shop": "supermarket", + "website": "https://store.aldi.com.au/nsw/marrickville/20-smidmore-street", + "wheelchair": "yes" + } + }, { "type": "way", "id": 605984545, @@ -308,6 +3324,319 @@ "wheelchair": "yes" } }, + { + "type": "way", + "id": 605984546, + "center": { + "lat": -33.9064177, + "lon": 151.171836 + }, + "nodes": [ + 5746331048, + 5746330468, + 5746331050, + 5746331049, + 5746331048 + ], + "tags": { + "name": "Nextra", + "opening_hours": "Mo-We,Fr 08:00-17:30; Th 08:00-19:00; Sa 08:00-17:00; Su 09:00-16:00", + "shop": "newsagent", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 605984548, + "center": { + "lat": -33.9066852, + "lon": 151.1715378 + }, + "nodes": [ + 5746330450, + 5746330451, + 5746330452, + 5746331051, + 5746331052, + 5746330450 + ], + "tags": { + "name": "Kitchen Queen", + "shop": "houseware", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 605984554, + "center": { + "lat": -33.9071831, + "lon": 151.171678 + }, + "nodes": [ + 5746331058, + 5746331061, + 5746331060, + 5746331059, + 5746331058 + ], + "tags": { + "check_date:opening_hours": "2026-02-23", + "name": "Fone Lab", + "opening_hours:signed": "no", + "shop": "mobile_phone", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 605984562, + "center": { + "lat": -33.9068756, + "lon": 151.1717529 + }, + "nodes": [ + 5746331080, + 5746331079, + 5746331076, + 5746331081, + 5746331082, + 5746331084, + 5746331086, + 5746331080 + ], + "tags": { + "brand": "Lowes", + "brand:wikidata": "Q6693996", + "brand:wikipedia": "en:Lowes Menswear", + "name": "Lowes", + "shop": "clothes" + } + }, + { + "type": "way", + "id": 605984563, + "center": { + "lat": -33.9067915, + "lon": 151.1717647 + }, + "nodes": [ + 5746331081, + 5746331082, + 5746331083, + 5746331071, + 5746331069, + 5746331081 + ], + "tags": { + "name": "Kimmy Jewellery", + "shop": "jewelry" + } + }, + { + "type": "way", + "id": 605984564, + "center": { + "lat": -33.906813, + "lon": 151.1719002 + }, + "nodes": [ + 5746331083, + 5746331082, + 5746331084, + 5746331085, + 5746330514, + 5746330515, + 5746331083 + ], + "tags": { + "name": "Decjuba", + "shop": "clothes", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 605984565, + "center": { + "lat": -33.9068894, + "lon": 151.1718897 + }, + "nodes": [ + 5746331084, + 5746331086, + 5746331087, + 5746331085, + 5746331084 + ], + "tags": { + "name": "Forcast", + "shop": "clothes" + } + }, + { + "type": "way", + "id": 605984566, + "center": { + "lat": -33.9070223, + "lon": 151.1718426 + }, + "nodes": [ + 5746331064, + 5746331088, + 5746331089, + 5746331090, + 5746331091, + 5746331092, + 5746331064 + ], + "tags": { + "brand": "Bras N Things", + "brand:wikidata": "Q120669960", + "clothes": "women", + "name": "Bras N Things", + "shop": "clothes", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 605984567, + "center": { + "lat": -33.9070732, + "lon": 151.1718337 + }, + "nodes": [ + 5746331064, + 5746331062, + 6204412998, + 6204412999, + 5746331093, + 5746331092, + 5746331064 + ], + "tags": { + "brand": "Sussan", + "brand:wikidata": "Q28184460", + "name": "Sussan", + "shop": "clothes", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 605984568, + "center": { + "lat": -33.9071289, + "lon": 151.171858 + }, + "nodes": [ + 5746330509, + 5746331094, + 5746331095, + 5746331093, + 5746330509 + ], + "tags": { + "brand": "Cotton On", + "brand:wikidata": "Q5175717", + "name": "Cotton On", + "shop": "clothes", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 605984569, + "center": { + "lat": -33.9071804, + "lon": 151.1718497 + }, + "nodes": [ + 5746331094, + 5746331096, + 5746331097, + 5746331095, + 5746331094 + ], + "tags": { + "brand": "Vodafone", + "brand:wikidata": "Q122141", + "brand:wikipedia": "en:Vodafone", + "name": "Vodafone", + "shop": "mobile_phone", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 605984571, + "center": { + "lat": -33.9072834, + "lon": 151.1718706 + }, + "nodes": [ + 5746331100, + 5746331101, + 5746330512, + 5746330513, + 5746331099, + 5746331100 + ], + "tags": { + "name": "Sunset Flowers", + "shop": "florist" + } + }, + { + "type": "way", + "id": 605984574, + "center": { + "lat": -33.9074452, + "lon": 151.1716664 + }, + "nodes": [ + 5746331102, + 5746331103, + 5746331104, + 5746330520, + 5746331102 + ], + "tags": { + "check_date:opening_hours": "2026-02-23", + "name": "Metro Master Meats", + "opening_hours:signed": "no", + "shop": "butcher", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 605984575, + "center": { + "lat": -33.9074492, + "lon": 151.171752 + }, + "nodes": [ + 5746331104, + 5746331103, + 5746331105, + 5746331106, + 5746331107, + 5746331108, + 5746331104 + ], + "tags": { + "brand": "Bakers Delight", + "brand:wikidata": "Q4849261", + "brand:wikipedia": "en:Bakers Delight", + "check_date:opening_hours": "2026-02-23", + "name": "Bakers Delight", + "opening_hours:signed": "no", + "shop": "bakery", + "wheelchair": "yes" + } + }, { "type": "way", "id": 605984580, @@ -333,6 +3662,469 @@ "shop": "toys", "wheelchair": "yes" } + }, + { + "type": "way", + "id": 605984581, + "center": { + "lat": -33.907286, + "lon": 151.1722722 + }, + "nodes": [ + 5746331037, + 5746331121, + 5746331122, + 5746331120, + 5746331037 + ], + "tags": { + "name": "Pop Avenue", + "shop": "variety_store", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 605984583, + "center": { + "lat": -33.9073078, + "lon": 151.1721182 + }, + "nodes": [ + 5746331033, + 5746331126, + 5746331125, + 5746331124, + 5746331123, + 5746331032, + 5746331033 + ], + "tags": { + "brand": "Prouds", + "brand:wikidata": "Q18636715", + "name": "Prouds", + "opening_hours:signed": "no", + "shop": "jewelry", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 605984589, + "center": { + "lat": -33.9071295, + "lon": 151.1720933 + }, + "nodes": [ + 9571959322, + 5746330490, + 5746330489, + 5746331139, + 5746331130, + 9571959321, + 9571959322 + ], + "tags": { + "name": "Grand Gold", + "shop": "jewelry", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 605984593, + "center": { + "lat": -33.906892, + "lon": 151.1721881 + }, + "nodes": [ + 5746331141, + 5746331142, + 5746331143, + 5746330501, + 5746330500, + 5746331141 + ], + "tags": { + "brand": "Tarocash", + "brand:wikidata": "Q7686519", + "clothes": "men;fashion", + "name": "Tarocash", + "opening_hours:signed": "no", + "operator": "Retail Apparel Group", + "operator:wikidata": "Q111952124", + "shop": "clothes", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 605984595, + "center": { + "lat": -33.9068205, + "lon": 151.1722175 + }, + "nodes": [ + 5746331145, + 5746331144, + 5746331143, + 5746331146, + 5746331147, + 5746330487, + 5746331145 + ], + "tags": { + "amenity": "cafe", + "name": "Sergio's Cake Shop", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 605984604, + "center": { + "lat": -33.9069238, + "lon": 151.1725689 + }, + "nodes": [ + 5746331164, + 5746331165, + 5746331167, + 5746331168, + 5746331164 + ], + "tags": { + "name": "TB Mobile", + "shop": "mobile_phone", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 605984608, + "center": { + "lat": -33.9063337, + "lon": 151.1722696 + }, + "nodes": [ + 5746331176, + 5746331175, + 5746331177, + 5746331183, + 5746331180, + 5746331178, + 5746331176 + ], + "tags": { + "brand": "Daiso", + "brand:wikidata": "Q866991", + "brand:wikipedia": "en:Daiso", + "name": "Daiso Japan", + "shop": "variety_store", + "short_name": "Daiso", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 605984610, + "center": { + "lat": -33.9063823, + "lon": 151.1721257 + }, + "nodes": [ + 5746331179, + 5746330462, + 5746331181, + 5746331182, + 5746331183, + 5746331180, + 5746331179 + ], + "tags": { + "amenity": "cafe", + "name": "Espresso Brothers", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 605984614, + "center": { + "lat": -33.9065478, + "lon": 151.172159 + }, + "nodes": [ + 5746331189, + 5746331190, + 5746330472, + 5746331191, + 5746331192, + 9572458387, + 5746331187, + 5746331189 + ], + "tags": { + "brand": "Telstra", + "brand:wikidata": "Q721162", + "brand:wikipedia": "en:Telstra", + "name": "Telstra", + "shop": "mobile_phone", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 617718905, + "center": { + "lat": -33.8988876, + "lon": 151.1716411 + }, + "nodes": [ + 5839126881, + 5839126882, + 5839126883, + 5839126884, + 5839127285, + 5839127288, + 5839127290, + 5839127289, + 5839127287, + 5839127286, + 5839126881 + ], + "tags": { + "brand": "IGA", + "brand:wikidata": "Q5970945", + "brand:wikipedia": "en:IGA (Australian supermarket group)", + "building": "yes", + "building:levels": "2", + "name": "IGA", + "shop": "supermarket" + } + }, + { + "type": "way", + "id": 617718921, + "center": { + "lat": -33.8991504, + "lon": 151.172775 + }, + "nodes": [ + 5839127485, + 5839127505, + 5839127506, + 5839127486, + 5839127382, + 5839127383, + 5839127379, + 5839127485 + ], + "tags": { + "addr:housenumber": "164", + "addr:street": "Enmore Road", + "building": "retail", + "building:levels": "2", + "name": "Taste Organic", + "opening_hours": "Mo-Su 08:00-20:00", + "payment:credit_cards": "yes", + "payment:debit_cards": "yes", + "shop": "supermarket" + } + }, + { + "type": "way", + "id": 1039467648, + "center": { + "lat": -33.8984062, + "lon": 151.1762849 + }, + "nodes": [ + 9571940292, + 5365346920, + 5365347121, + 5365346907, + 9571940293, + 9571940292 + ], + "tags": { + "addr:housenumber": "47", + "addr:street": "Enmore Road", + "building": "retail", + "building:levels": "2", + "check_date": "2025-07-27", + "check_date:opening_hours": "2025-07-27", + "name": "Storeroom Vintage", + "opening_hours:signed": "no", + "shop": "clothes", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 1039467672, + "center": { + "lat": -33.9072503, + "lon": 151.1721433 + }, + "nodes": [ + 9571959323, + 5746331031, + 5746331123, + 5746331124, + 9571959323 + ], + "tags": { + "name": "Natural Fit Footwear", + "opening_hours:signed": "no", + "shop": "shoes", + "wheelchair": "yes" + } + }, + { + "type": "way", + "id": 1039555349, + "center": { + "lat": -33.9066463, + "lon": 151.1721503 + }, + "nodes": [ + 9572458387, + 5746331187, + 5746331186, + 5746331185, + 5746331184, + 9572458388, + 9572458387 + ], + "tags": { + "brand": "The Athlete's Foot", + "brand:wikidata": "Q7714792", + "name": "The Athlete's Foot", + "shop": "shoes" + } + }, + { + "type": "way", + "id": 1079380693, + "center": { + "lat": -33.8868327, + "lon": 151.1900433 + }, + "nodes": [ + 9894607982, + 9894607983, + 9894607984, + 9894607985, + 9894607982 + ], + "tags": { + "amenity": "cafe", + "building": "yes", + "name": "Coffee @ Fisher", + "operator": "University of Sydney" + } + }, + { + "type": "way", + "id": 1165303106, + "center": { + "lat": -33.8874098, + "lon": 151.1698339 + }, + "nodes": [ + 10838734133, + 10838734134, + 10838734135, + 10838734136, + 10838734137, + 10838734133 + ], + "tags": { + "building": "yes", + "name": "King", + "opening_hours": "Mo-Fr 09:00-17:30; Sa 09:00-17:00; Su 10:00-17:00", + "shop": "furniture", + "wheelchair": "no" + } + }, + { + "type": "way", + "id": 1296313115, + "center": { + "lat": -33.903859, + "lon": 151.1682058 + }, + "nodes": [ + 12012009691, + 12012009693, + 12012009694, + 11502670916, + 12012009692, + 12012009691 + ], + "tags": { + "addr:housenumber": "375", + "addr:street": "Enmore Road", + "addr:suburb": "Marrickville", + "building": "yes", + "name": "Marrickville Express", + "shop": "convenience" + } + }, + { + "type": "way", + "id": 1296313121, + "center": { + "lat": -33.9038133, + "lon": 151.1680096 + }, + "nodes": [ + 12012009700, + 12012009693, + 12012009691, + 6437589719, + 12012009701, + 12012009702, + 12012009699, + 12012009700 + ], + "tags": { + "addr:housenumber": "11", + "addr:street": "Addison Road", + "addr:suburb": "Marrickville", + "building": "yes", + "name": "Golden Horn Halal Butchery", + "shop": "butcher" + } + }, + { + "type": "way", + "id": 1296313534, + "center": { + "lat": -33.9037136, + "lon": 151.1676185 + }, + "nodes": [ + 12011997353, + 12011997354, + 12011997355, + 12011997356, + 12011997353 + ], + "tags": { + "addr:housenumber": "23-29", + "addr:state": "NSW", + "addr:street": "Addison Road", + "addr:suburb": "Marrickville", + "amenity": "cafe", + "building": "yes", + "name": "Matinee Cafe", + "opening_hours": "Mo-Fr 06:30-14:30; Sa,Su 07:30-15:00; PH 08:00-15:00", + "outdoor_seating": "yes", + "start_date": "2017", + "website": "https://matineecoffee.com" + } } ] } \ No newline at end of file diff --git a/web/assets/towns/bendigo_real.json b/web/assets/towns/bendigo_real.json index 1b6b66c..9331b50 100644 --- a/web/assets/towns/bendigo_real.json +++ b/web/assets/towns/bendigo_real.json @@ -18,11 +18,22 @@ "maxLon": 144.30011618044566 }, "counts": { - "raw": 9, - "shops": 9, + "raw": 120, + "shops": 36, + "heroes": 9, + "texture": 27, + "textureDropped": 81, "roads": 1552 }, "shops": [ + { + "id": 51469190, + "name": "Woolworths", + "type": "dept", + "lat": -36.766914, + "lon": 144.265197, + "suburb": "Ironbark" + }, { "id": 329659785, "name": "Slave-ohs", @@ -31,6 +42,22 @@ "lon": 144.262936, "suburb": "Ironbark" }, + { + "id": 470420143, + "name": "Cafe 307", + "type": "milkbar", + "lat": -36.771517, + "lon": 144.262027, + "suburb": "Ironbark" + }, + { + "id": 826091288, + "name": "The Old Green Bean", + "type": "milkbar", + "lat": -36.75875, + "lon": 144.284821, + "suburb": "Bendigo" + }, { "id": 827550052, "name": "Sinnies", @@ -39,6 +66,70 @@ "lon": 144.286017, "suburb": "Bendigo" }, + { + "id": 829687117, + "name": "Asian Foods Emporium Grocery", + "type": "dept", + "lat": -36.760588, + "lon": 144.283087, + "suburb": "Bendigo" + }, + { + "id": 835692264, + "name": "The Subtle Eye", + "type": "milkbar", + "lat": -36.757863, + "lon": 144.28179, + "suburb": "Bendigo" + }, + { + "id": 837682665, + "name": "Everbean Caf\u00e9", + "type": "milkbar", + "lat": -36.76049, + "lon": 144.281758, + "suburb": "Bendigo" + }, + { + "id": 837704574, + "name": "Noone Imagewear", + "type": "dept", + "lat": -36.761008, + "lon": 144.281254, + "suburb": "Bendigo" + }, + { + "id": 838398536, + "name": "JM Leech Jewellers", + "type": "dept", + "lat": -36.759482, + "lon": 144.280567, + "suburb": "Bendigo" + }, + { + "id": 838398546, + "name": "shop 12 boutique", + "type": "dept", + "lat": -36.75916, + "lon": 144.280448, + "suburb": "Bendigo" + }, + { + "id": 838844008, + "name": "Virtu", + "type": "dept", + "lat": -36.75983, + "lon": 144.281265, + "suburb": "Bendigo" + }, + { + "id": 1289247489, + "name": "Bendigo Original Pie Shop", + "type": "milkbar", + "lat": -36.759358, + "lon": 144.280841, + "suburb": "Bendigo" + }, { "id": 1443367904, "name": "Book Now", @@ -47,6 +138,38 @@ "lon": 144.282307, "suburb": "Bendigo" }, + { + "id": 4952033541, + "name": "Favourite Flavours", + "type": "milkbar", + "lat": -36.749749, + "lon": 144.290565, + "suburb": "Bendigo" + }, + { + "id": 7756585874, + "name": "APM employment services", + "type": "dept", + "lat": -36.759976, + "lon": 144.282313, + "suburb": "Bendigo" + }, + { + "id": 7816837806, + "name": "Lollies2Go", + "type": "milkbar", + "lat": -36.76132, + "lon": 144.282124, + "suburb": "Bendigo" + }, + { + "id": 7816868914, + "name": "The Erindale Farm Butchery", + "type": "milkbar", + "lat": -36.761341, + "lon": 144.282266, + "suburb": "Bendigo" + }, { "id": 7816868915, "name": "Red Floss Shop", @@ -55,6 +178,54 @@ "lon": 144.282046, "suburb": "Bendigo" }, + { + "id": 7816868916, + "name": "Bakers Delight", + "type": "milkbar", + "lat": -36.761241, + "lon": 144.282231, + "suburb": "Bendigo" + }, + { + "id": 7821369727, + "name": "The Flower Spot Bendigo", + "type": "stall", + "lat": -36.760911, + "lon": 144.281603, + "suburb": "Bendigo" + }, + { + "id": 7828645967, + "name": "Bakery Express Caffe", + "type": "milkbar", + "lat": -36.760079, + "lon": 144.281709, + "suburb": "Bendigo" + }, + { + "id": 7828645972, + "name": "Stearns Showcase Jewellers", + "type": "dept", + "lat": -36.760227, + "lon": 144.280907, + "suburb": "Bendigo" + }, + { + "id": 7828645974, + "name": "Gaijin Eatery", + "type": "milkbar", + "lat": -36.760424, + "lon": 144.281128, + "suburb": "Bendigo" + }, + { + "id": 8040964387, + "name": "The Plaza Lady Salon", + "type": "dept", + "lat": -36.76003, + "lon": 144.278691, + "suburb": "Bendigo" + }, { "id": 8040967386, "name": "Dymocks", @@ -71,6 +242,30 @@ "lon": 144.276186, "suburb": "Bendigo" }, + { + "id": 8089526650, + "name": "Magnolia Lane", + "type": "milkbar", + "lat": -36.75956, + "lon": 144.278963, + "suburb": "Bendigo" + }, + { + "id": 8090307856, + "name": "Bendigo Hat Shop", + "type": "dept", + "lat": -36.760607, + "lon": 144.276984, + "suburb": "Bendigo" + }, + { + "id": 8090344402, + "name": "Zenbu", + "type": "dept", + "lat": -36.759938, + "lon": 144.27843, + "suburb": "Bendigo" + }, { "id": 8225415317, "name": "Bat City Music", @@ -79,6 +274,14 @@ "lon": 144.277469, "suburb": "Bendigo" }, + { + "id": 8649203078, + "name": "Jay Jays", + "type": "dept", + "lat": -36.765669, + "lon": 144.280466, + "suburb": "Bendigo" + }, { "id": 8649203082, "name": "EB Games", @@ -87,6 +290,14 @@ "lon": 144.280806, "suburb": "Bendigo" }, + { + "id": 8649203084, + "name": "The Body Shop", + "type": "milkbar", + "lat": -36.76569, + "lon": 144.280177, + "suburb": "Bendigo" + }, { "id": 12421060314, "name": "Cashtheists", @@ -94,6 +305,14 @@ "lat": -36.759374, "lon": 144.27927, "suburb": "Bendigo" + }, + { + "id": 13646608627, + "name": "Reddy Express", + "type": "milkbar", + "lat": -36.756946, + "lon": 144.292295, + "suburb": "Bendigo" } ], "roads": [ diff --git a/web/assets/towns/castlemaine_real.json b/web/assets/towns/castlemaine_real.json index 4e6c5de..8e65585 100644 --- a/web/assets/towns/castlemaine_real.json +++ b/web/assets/towns/castlemaine_real.json @@ -18,18 +18,77 @@ "maxLon": 144.23393501737684 }, "counts": { - "raw": 6, - "shops": 6, + "raw": 67, + "shops": 24, + "heroes": 6, + "texture": 18, + "textureDropped": 43, "roads": 397 }, "shops": [ + { + "id": 26808662, + "name": "Maxi IGA", + "type": "dept", + "lat": -37.066448, + "lon": 144.218622, + "suburb": "Castlemaine" + }, + { + "id": 41889132, + "name": "IGA", + "type": "dept", + "lat": -37.062981, + "lon": 144.216933, + "suburb": "Castlemaine" + }, { "id": 315282080, "name": "Stonemans Bookroom", "type": "book", "lat": -37.065704, "lon": 144.219673, - "suburb": "" + "suburb": "Castlemaine" + }, + { + "id": 315282082, + "name": "Castlemaine Floristry", + "type": "stall", + "lat": -37.065727, + "lon": 144.2199, + "suburb": "Castlemaine" + }, + { + "id": 446991894, + "name": "BP Shop", + "type": "milkbar", + "lat": -37.062781, + "lon": 144.217691, + "suburb": "Castlemaine" + }, + { + "id": 834631308, + "name": "K Hub", + "type": "dept", + "lat": -37.065327, + "lon": 144.217675, + "suburb": "Castlemaine" + }, + { + "id": 4714218689, + "name": "Hot & Crusty Bakery", + "type": "milkbar", + "lat": -37.064863, + "lon": 144.217151, + "suburb": "Castlemaine" + }, + { + "id": 8909393346, + "name": "Long Paddock Cheese", + "type": "milkbar", + "lat": -37.056072, + "lon": 144.2137, + "suburb": "Castlemaine" }, { "id": 9231704552, @@ -37,7 +96,7 @@ "type": "opshop", "lat": -37.062363, "lon": 144.217526, - "suburb": "" + "suburb": "Castlemaine" }, { "id": 11699200337, @@ -45,7 +104,15 @@ "type": "opshop", "lat": -37.063201, "lon": 144.218163, - "suburb": "" + "suburb": "Castlemaine" + }, + { + "id": 11699208635, + "name": "Just Because She Said So", + "type": "dept", + "lat": -37.05557, + "lon": 144.21891, + "suburb": "Castlemaine" }, { "id": 11699208641, @@ -53,7 +120,31 @@ "type": "book", "lat": -37.061647, "lon": 144.217247, - "suburb": "" + "suburb": "Castlemaine" + }, + { + "id": 11699225335, + "name": "Mcshanag\u2019s", + "type": "milkbar", + "lat": -37.064127, + "lon": 144.216813, + "suburb": "Castlemaine" + }, + { + "id": 11699230554, + "name": "Castlemaine Fresh", + "type": "stall", + "lat": -37.065636, + "lon": 144.218453, + "suburb": "Castlemaine" + }, + { + "id": 11699233860, + "name": "The Dove Country Eats", + "type": "milkbar", + "lat": -37.060987, + "lon": 144.220007, + "suburb": "Castlemaine" }, { "id": 11699237531, @@ -61,7 +152,39 @@ "type": "opshop", "lat": -37.072912, "lon": 144.206493, - "suburb": "" + "suburb": "Castlemaine" + }, + { + "id": 11699277526, + "name": "Oakwood Smallgoods Co.", + "type": "milkbar", + "lat": -37.0563, + "lon": 144.214, + "suburb": "Castlemaine" + }, + { + "id": 11735383822, + "name": "Mutual Muse", + "type": "dept", + "lat": -37.066927, + "lon": 144.219421, + "suburb": "Castlemaine" + }, + { + "id": 11735383825, + "name": "Little General Kids", + "type": "dept", + "lat": -37.066771, + "lon": 144.219427, + "suburb": "Castlemaine" + }, + { + "id": 11735383839, + "name": "SAFFS Cafe", + "type": "milkbar", + "lat": -37.066167, + "lon": 144.220226, + "suburb": "Castlemaine" }, { "id": 11760538035, @@ -69,7 +192,31 @@ "type": "opshop", "lat": -37.067129, "lon": 144.217625, - "suburb": "" + "suburb": "Castlemaine" + }, + { + "id": 11934078464, + "name": "Lazy Bones", + "type": "milkbar", + "lat": -37.062982, + "lon": 144.216481, + "suburb": "Castlemaine" + }, + { + "id": 12740901493, + "name": "Frankie Espresso", + "type": "milkbar", + "lat": -37.056662, + "lon": 144.21462, + "suburb": "Castlemaine" + }, + { + "id": 12740975418, + "name": "Hand Picked Floristry", + "type": "stall", + "lat": -37.056857, + "lon": 144.214144, + "suburb": "Castlemaine" } ], "roads": [ diff --git a/web/assets/towns/fremantle_real.json b/web/assets/towns/fremantle_real.json index 26b2fa4..06617fc 100644 --- a/web/assets/towns/fremantle_real.json +++ b/web/assets/towns/fremantle_real.json @@ -18,8 +18,11 @@ "maxLon": 115.76181856816406 }, "counts": { - "raw": 21, - "shops": 21, + "raw": 163, + "shops": 80, + "heroes": 20, + "texture": 60, + "textureDropped": 81, "roads": 622 }, "shops": [ @@ -31,6 +34,14 @@ "lon": 115.747749, "suburb": "Fremantle" }, + { + "id": 140484887, + "name": "Lawley's Cafe & Bakery", + "type": "milkbar", + "lat": -32.059502, + "lon": 115.751724, + "suburb": "Fremantle" + }, { "id": 310008675, "name": "Slave-ohs", @@ -39,6 +50,22 @@ "lon": 115.74845, "suburb": "Fremantle" }, + { + "id": 322574866, + "name": "Gallatis'", + "type": "milkbar", + "lat": -32.060257, + "lon": 115.752796, + "suburb": "Fremantle" + }, + { + "id": 341104307, + "name": "Officeworks", + "type": "milkbar", + "lat": -32.045158, + "lon": 115.752556, + "suburb": "East Fremantle" + }, { "id": 592578660, "name": "Elizabeth's Warehouse", @@ -47,6 +74,30 @@ "lon": 115.750901, "suburb": "Fremantle" }, + { + "id": 600753458, + "name": "kazoomies", + "type": "milkbar", + "lat": -32.053388, + "lon": 115.742238, + "suburb": "Fremantle" + }, + { + "id": 600826931, + "name": "San Churro", + "type": "milkbar", + "lat": -32.055751, + "lon": 115.747406, + "suburb": "Fremantle" + }, + { + "id": 662689900, + "name": "Gino's", + "type": "milkbar", + "lat": -32.055597, + "lon": 115.747122, + "suburb": "Fremantle" + }, { "id": 976912099, "name": "Toyworld", @@ -55,6 +106,46 @@ "lon": 115.749569, "suburb": "Fremantle" }, + { + "id": 1029226779, + "name": "D'Angelo Cafe", + "type": "milkbar", + "lat": -32.053672, + "lon": 115.749625, + "suburb": "Fremantle" + }, + { + "id": 1112796032, + "name": "Plated", + "type": "milkbar", + "lat": -32.047705, + "lon": 115.754197, + "suburb": "East Fremantle" + }, + { + "id": 1176518483, + "name": "Whistle Stop", + "type": "milkbar", + "lat": -32.052132, + "lon": 115.745259, + "suburb": "Fremantle" + }, + { + "id": 2535026143, + "name": "Ethos Deli & Dining Room", + "type": "milkbar", + "lat": -32.043992, + "lon": 115.761648, + "suburb": "East Fremantle" + }, + { + "id": 2774072502, + "name": "Freo Merchant", + "type": "milkbar", + "lat": -32.05319, + "lon": 115.741799, + "suburb": "Fremantle" + }, { "id": 3144618368, "name": "Elizabeth's", @@ -63,6 +154,30 @@ "lon": 115.747192, "suburb": "Fremantle" }, + { + "id": 3329420423, + "name": "Leisure Cafe", + "type": "milkbar", + "lat": -32.047955, + "lon": 115.75238, + "suburb": "Fremantle" + }, + { + "id": 4364304694, + "name": "Two Fat Wombats", + "type": "milkbar", + "lat": -32.053674, + "lon": 115.74582, + "suburb": "Fremantle" + }, + { + "id": 4601037690, + "name": "Blue Lotus", + "type": "milkbar", + "lat": -32.062758, + "lon": 115.757131, + "suburb": "Fremantle" + }, { "id": 4601037692, "name": "New Edition Bookshop", @@ -71,6 +186,30 @@ "lon": 115.744283, "suburb": "Fremantle" }, + { + "id": 4601038092, + "name": "Cafe on Hampton", + "type": "milkbar", + "lat": -32.06219, + "lon": 115.756841, + "suburb": "Fremantle" + }, + { + "id": 4601049291, + "name": "Denim/Store", + "type": "dept", + "lat": -32.054757, + "lon": 115.745966, + "suburb": "Fremantle" + }, + { + "id": 4601057690, + "name": "Hush", + "type": "milkbar", + "lat": -32.054802, + "lon": 115.745114, + "suburb": "Fremantle" + }, { "id": 4601057991, "name": "Bill Campbell Books", @@ -79,6 +218,14 @@ "lon": 115.744405, "suburb": "Fremantle" }, + { + "id": 4637114093, + "name": "The Prestige Italian Caf\u00e8", + "type": "milkbar", + "lat": -32.055089, + "lon": 115.742432, + "suburb": "Fremantle" + }, { "id": 5026468221, "name": "Mothballs Vintage", @@ -87,6 +234,62 @@ "lon": 115.747843, "suburb": "Fremantle" }, + { + "id": 5179250521, + "name": "Fremantle Convenience Store", + "type": "milkbar", + "lat": -32.053175, + "lon": 115.747879, + "suburb": "Fremantle" + }, + { + "id": 5219523076, + "name": "Abhi's Bread", + "type": "milkbar", + "lat": -32.065622, + "lon": 115.752583, + "suburb": "Fremantle" + }, + { + "id": 5321919673, + "name": "Gorman", + "type": "dept", + "lat": -32.054756, + "lon": 115.746702, + "suburb": "Fremantle" + }, + { + "id": 5321920048, + "name": "Terrace Men", + "type": "dept", + "lat": -32.054894, + "lon": 115.746462, + "suburb": "Fremantle" + }, + { + "id": 5321921316, + "name": "Culley's", + "type": "milkbar", + "lat": -32.054222, + "lon": 115.746884, + "suburb": "Fremantle" + }, + { + "id": 5321921457, + "name": "Breglia Piccolo's Lunch Bar", + "type": "milkbar", + "lat": -32.055217, + "lon": 115.743815, + "suburb": "Fremantle" + }, + { + "id": 5883083585, + "name": "Best Wishes", + "type": "milkbar", + "lat": -32.053391, + "lon": 115.746519, + "suburb": "Fremantle" + }, { "id": 5885985088, "name": "Cashtheists", @@ -95,6 +298,30 @@ "lon": 115.748787, "suburb": "Fremantle" }, + { + "id": 6933734247, + "name": "Kerfuffle", + "type": "milkbar", + "lat": -32.064294, + "lon": 115.752551, + "suburb": "Fremantle" + }, + { + "id": 6944071310, + "name": "Vanilla Bean", + "type": "milkbar", + "lat": -32.059234, + "lon": 115.750989, + "suburb": "Fremantle" + }, + { + "id": 7196223177, + "name": "Broody Hen", + "type": "milkbar", + "lat": -32.046988, + "lon": 115.752531, + "suburb": "East Fremantle" + }, { "id": 8153813968, "name": "The Record Finder", @@ -103,6 +330,38 @@ "lon": 115.744369, "suburb": "Fremantle" }, + { + "id": 8299402082, + "name": "True Brew", + "type": "milkbar", + "lat": -32.056482, + "lon": 115.749276, + "suburb": "Fremantle" + }, + { + "id": 8808000382, + "name": "No Escape Cafe", + "type": "milkbar", + "lat": -32.054938, + "lon": 115.752908, + "suburb": "Fremantle" + }, + { + "id": 8889079808, + "name": "Little Sister", + "type": "milkbar", + "lat": -32.053654, + "lon": 115.745975, + "suburb": "Fremantle" + }, + { + "id": 9039407645, + "name": "Freo Mart", + "type": "milkbar", + "lat": -32.056461, + "lon": 115.749232, + "suburb": "Fremantle" + }, { "id": 9156620320, "name": "Shave the Children", @@ -111,6 +370,30 @@ "lon": 115.752589, "suburb": "Fremantle" }, + { + "id": 9156728321, + "name": "Bodkin's Bootery", + "type": "dept", + "lat": -32.054769, + "lon": 115.745231, + "suburb": "Fremantle" + }, + { + "id": 9717067495, + "name": "IGA", + "type": "dept", + "lat": -32.054498, + "lon": 115.749252, + "suburb": "Fremantle" + }, + { + "id": 9793980117, + "name": "Little French Nest", + "type": "milkbar", + "lat": -32.052161, + "lon": 115.749173, + "suburb": "Fremantle" + }, { "id": 9794077228, "name": "Adorn Vintage", @@ -127,6 +410,70 @@ "lon": 115.744727, "suburb": "Fremantle" }, + { + "id": 9797581350, + "name": "Caffissimo", + "type": "milkbar", + "lat": -32.054604, + "lon": 115.739298, + "suburb": "Fremantle" + }, + { + "id": 9843343165, + "name": "Unwind on Wray", + "type": "milkbar", + "lat": -32.059985, + "lon": 115.75219, + "suburb": "Fremantle" + }, + { + "id": 9843343167, + "name": "Kartique Corner", + "type": "dept", + "lat": -32.059934, + "lon": 115.752075, + "suburb": "Fremantle" + }, + { + "id": 9843343170, + "name": "Bukesh-la", + "type": "dept", + "lat": -32.059682, + "lon": 115.752112, + "suburb": "Fremantle" + }, + { + "id": 9878259117, + "name": "Somes Newsageny", + "type": "milkbar", + "lat": -32.055098, + "lon": 115.744827, + "suburb": "Fremantle" + }, + { + "id": 9878259217, + "name": "High on 55", + "type": "milkbar", + "lat": -32.055118, + "lon": 115.744766, + "suburb": "Fremantle" + }, + { + "id": 9947458058, + "name": "Elk Fish Robotics", + "type": "dept", + "lat": -32.059517, + "lon": 115.748414, + "suburb": "Fremantle" + }, + { + "id": 10585254715, + "name": "Red Floss Shop", + "type": "dept", + "lat": -32.053363, + "lon": 115.749563, + "suburb": "Fremantle" + }, { "id": 10585254716, "name": "Sinnies", @@ -135,6 +482,30 @@ "lon": 115.749669, "suburb": "Fremantle" }, + { + "id": 10660056921, + "name": "Mi-Life", + "type": "dept", + "lat": -32.053343, + "lon": 115.74655, + "suburb": "Fremantle" + }, + { + "id": 10833576345, + "name": "Utopia Fremantle", + "type": "milkbar", + "lat": -32.055981, + "lon": 115.747808, + "suburb": "Fremantle" + }, + { + "id": 11323014781, + "name": "Wear2", + "type": "dept", + "lat": -32.054542, + "lon": 115.748308, + "suburb": "Fremantle" + }, { "id": 11323015046, "name": "The Picker Concept", @@ -143,6 +514,22 @@ "lon": 115.748306, "suburb": "Fremantle" }, + { + "id": 11323035617, + "name": "Surf Dive 'n Ski", + "type": "dept", + "lat": -32.054122, + "lon": 115.74721, + "suburb": "Fremantle" + }, + { + "id": 11337000968, + "name": "Telstra", + "type": "dept", + "lat": -32.054429, + "lon": 115.747001, + "suburb": "Fremantle" + }, { "id": 11337031591, "name": "Nifty in Freo", @@ -152,11 +539,59 @@ "suburb": "Fremantle" }, { - "id": 11337040744, - "name": "Red Floss Shop", - "type": "opshop", - "lat": -32.053937, - "lon": 115.74609, + "id": 11596694746, + "name": "Festal Cafe", + "type": "milkbar", + "lat": -32.054923, + "lon": 115.748535, + "suburb": "Fremantle" + }, + { + "id": 11730692453, + "name": "Floral Army", + "type": "stall", + "lat": -32.044197, + "lon": 115.761144, + "suburb": "East Fremantle" + }, + { + "id": 11831943936, + "name": "Amante & Co Coffee", + "type": "milkbar", + "lat": -32.062452, + "lon": 115.752073, + "suburb": "Fremantle" + }, + { + "id": 11890633269, + "name": "T.O.P. Coffee and Tea", + "type": "milkbar", + "lat": -32.055047, + "lon": 115.748329, + "suburb": "Fremantle" + }, + { + "id": 12096135462, + "name": "Fremantle Pharmacy", + "type": "milkbar", + "lat": -32.054664, + "lon": 115.745559, + "suburb": "Fremantle" + }, + { + "id": 12096277829, + "name": "Three Stories", + "type": "dept", + "lat": -32.054661, + "lon": 115.746332, + "suburb": "Fremantle" + }, + { + "id": 12307062505, + "name": "Cassia", + "type": "milkbar", + "lat": -32.055207, + "lon": 115.749886, "suburb": "Fremantle" }, { @@ -167,14 +602,30 @@ "lon": 115.749467, "suburb": "Fremantle" }, + { + "id": 12389475293, + "name": "Rustic Spoon", + "type": "milkbar", + "lat": -32.056402, + "lon": 115.746922, + "suburb": "Fremantle" + }, { "id": 12490289378, "name": "Warhammer", - "type": "toy", + "type": "video", "lat": -32.052216, "lon": 115.749274, "suburb": "Fremantle" }, + { + "id": 12522399956, + "name": "Fremantle Opals", + "type": "dept", + "lat": -32.054823, + "lon": 115.746447, + "suburb": "Fremantle" + }, { "id": 12787392414, "name": "Vintage On High", @@ -190,6 +641,30 @@ "lat": -32.053366, "lon": 115.747261, "suburb": "Fremantle" + }, + { + "id": 13064860607, + "name": "Il Brutto", + "type": "milkbar", + "lat": -32.056303, + "lon": 115.746115, + "suburb": "Fremantle" + }, + { + "id": 13130252840, + "name": "Ladies Auxilliary Kiosk", + "type": "milkbar", + "lat": -32.058524, + "lon": 115.751161, + "suburb": "Fremantle" + }, + { + "id": 13810284696, + "name": "Perth Surf Vintage", + "type": "dept", + "lat": -32.055218, + "lon": 115.748222, + "suburb": "Fremantle" } ], "roads": [ diff --git a/web/assets/towns/index.json b/web/assets/towns/index.json new file mode 100644 index 0000000..00ca3a6 --- /dev/null +++ b/web/assets/towns/index.json @@ -0,0 +1,43 @@ +{ + "schema": "procity-towns-index/1", + "generated": "2026-07-16", + "license": "ODbL 1.0", + "attribution": "\u00a9 OpenStreetMap contributors", + "towns": [ + { + "key": "bendigo_real", + "town": "Bendigo", + "state": "VIC", + "shops": 36, + "roads": true + }, + { + "key": "castlemaine_real", + "town": "Castlemaine", + "state": "VIC", + "shops": 24, + "roads": true + }, + { + "key": "fremantle_real", + "town": "Fremantle", + "state": "WA", + "shops": 80, + "roads": true + }, + { + "key": "katoomba_real", + "town": "Katoomba", + "state": "NSW", + "shops": 80, + "roads": true + }, + { + "key": "newtown_real", + "town": "Newtown", + "state": "NSW", + "shops": 72, + "roads": true + } + ] +} \ No newline at end of file diff --git a/web/assets/towns/katoomba_real.json b/web/assets/towns/katoomba_real.json index ecf2cc5..23b0cdd 100644 --- a/web/assets/towns/katoomba_real.json +++ b/web/assets/towns/katoomba_real.json @@ -18,11 +18,54 @@ "maxLon": 150.3282458418835 }, "counts": { - "raw": 20, - "shops": 20, + "raw": 85, + "shops": 80, + "heroes": 20, + "texture": 60, + "textureDropped": 4, "roads": 484 }, "shops": [ + { + "id": 20973534, + "name": "The Hatters Cafe", + "type": "milkbar", + "lat": -33.71685, + "lon": 150.310897, + "suburb": "Katoomba" + }, + { + "id": 20973744, + "name": "Blue Mountains Chocolate Company", + "type": "milkbar", + "lat": -33.727787, + "lon": 150.310686, + "suburb": "Katoomba" + }, + { + "id": 220588486, + "name": "K Hub", + "type": "dept", + "lat": -33.715253, + "lon": 150.310046, + "suburb": "Katoomba" + }, + { + "id": 397769505, + "name": "EG Australia", + "type": "milkbar", + "lat": -33.706992, + "lon": 150.306813, + "suburb": "Katoomba" + }, + { + "id": 615402710, + "name": "Bunnings Warehouse", + "type": "dept", + "lat": -33.712464, + "lon": 150.320412, + "suburb": "Katoomba" + }, { "id": 753467867, "name": "Blue Mountains Cancer Help Op Shop", @@ -31,6 +74,78 @@ "lon": 150.310861, "suburb": "Katoomba" }, + { + "id": 761089046, + "name": "Bunnings Garden Center", + "type": "stall", + "lat": -33.712763, + "lon": 150.320644, + "suburb": "Katoomba" + }, + { + "id": 802666966, + "name": "Savoy Cafe", + "type": "milkbar", + "lat": -33.712834, + "lon": 150.311983, + "suburb": "Katoomba" + }, + { + "id": 1369162051, + "name": "Coles", + "type": "dept", + "lat": -33.713861, + "lon": 150.310503, + "suburb": "Katoomba" + }, + { + "id": 1468118824, + "name": "Aldi", + "type": "dept", + "lat": -33.717427, + "lon": 150.310496, + "suburb": "Katoomba" + }, + { + "id": 2381632365, + "name": "Blue Mountains Food Co-op", + "type": "dept", + "lat": -33.714245, + "lon": 150.310943, + "suburb": "Katoomba" + }, + { + "id": 2459170313, + "name": "Mitre 10", + "type": "dept", + "lat": -33.710384, + "lon": 150.319933, + "suburb": "Katoomba" + }, + { + "id": 2763942902, + "name": "Woolworths", + "type": "dept", + "lat": -33.716617, + "lon": 150.309785, + "suburb": "Katoomba" + }, + { + "id": 2763958073, + "name": "The Handy Store", + "type": "milkbar", + "lat": -33.705791, + "lon": 150.312268, + "suburb": "Katoomba" + }, + { + "id": 3525171098, + "name": "The Yellow Deli", + "type": "milkbar", + "lat": -33.717377, + "lon": 150.31108, + "suburb": "Katoomba" + }, { "id": 4047416904, "name": "Tanglecare", @@ -63,6 +178,14 @@ "lon": 150.309931, "suburb": "Katoomba" }, + { + "id": 4047416912, + "name": "Todarello's", + "type": "stall", + "lat": -33.710196, + "lon": 150.309242, + "suburb": "Katoomba" + }, { "id": 4047416913, "name": "Sinnies", @@ -71,6 +194,22 @@ "lon": 150.311782, "suburb": "Katoomba" }, + { + "id": 4861436783, + "name": "Big W", + "type": "dept", + "lat": -33.715823, + "lon": 150.309926, + "suburb": "Katoomba" + }, + { + "id": 4957656365, + "name": "Jaycar", + "type": "dept", + "lat": -33.717449, + "lon": 150.310738, + "suburb": "Katoomba" + }, { "id": 4958417278, "name": "Tanglecare Op Shops", @@ -95,6 +234,62 @@ "lon": 150.311403, "suburb": "Katoomba" }, + { + "id": 5237464916, + "name": "Xpresso", + "type": "milkbar", + "lat": -33.712201, + "lon": 150.31176, + "suburb": "Katoomba" + }, + { + "id": 5237464921, + "name": "Clarendon Restaurant", + "type": "milkbar", + "lat": -33.718026, + "lon": 150.312594, + "suburb": "Katoomba" + }, + { + "id": 5237464923, + "name": "Smokey Bundits", + "type": "milkbar", + "lat": -33.711901, + "lon": 150.310436, + "suburb": "Katoomba" + }, + { + "id": 6259524189, + "name": "Cafe Lurline", + "type": "milkbar", + "lat": -33.724917, + "lon": 150.310787, + "suburb": "Katoomba" + }, + { + "id": 6340856985, + "name": "Made with Love Cafe", + "type": "milkbar", + "lat": -33.713029, + "lon": 150.311952, + "suburb": "Katoomba" + }, + { + "id": 6417269322, + "name": "Pomegranate Cafe", + "type": "milkbar", + "lat": -33.713511, + "lon": 150.311538, + "suburb": "Katoomba" + }, + { + "id": 6417269860, + "name": "Hominy Bakery", + "type": "milkbar", + "lat": -33.716472, + "lon": 150.310974, + "suburb": "Katoomba" + }, { "id": 6938379064, "name": "Katoomba Antique Centre", @@ -103,6 +298,14 @@ "lon": 150.310654, "suburb": "Katoomba" }, + { + "id": 6938379066, + "name": "Pearce Furniture & Bedding", + "type": "dept", + "lat": -33.712288, + "lon": 150.310753, + "suburb": "Katoomba" + }, { "id": 6938414604, "name": "Slave-ohs", @@ -119,6 +322,110 @@ "lon": 150.31127, "suburb": "Katoomba" }, + { + "id": 6938593142, + "name": "True to the Bean", + "type": "milkbar", + "lat": -33.715282, + "lon": 150.311217, + "suburb": "Katoomba" + }, + { + "id": 6938593144, + "name": "Can Blue", + "type": "milkbar", + "lat": -33.71536, + "lon": 150.311202, + "suburb": "Katoomba" + }, + { + "id": 6938593151, + "name": "8 Things", + "type": "milkbar", + "lat": -33.715508, + "lon": 150.311171, + "suburb": "Katoomba" + }, + { + "id": 6938593155, + "name": "Katoomba French Hot Bread", + "type": "milkbar", + "lat": -33.715557, + "lon": 150.311159, + "suburb": "Katoomba" + }, + { + "id": 6938593159, + "name": "Katoomba Fine Flowers", + "type": "stall", + "lat": -33.715469, + "lon": 150.31118, + "suburb": "Katoomba" + }, + { + "id": 6938593162, + "name": "Blue Mountains Buttery", + "type": "milkbar", + "lat": -33.71583, + "lon": 150.311109, + "suburb": "Katoomba" + }, + { + "id": 6938593166, + "name": "The Elephant Bean", + "type": "milkbar", + "lat": -33.715925, + "lon": 150.311082, + "suburb": "Katoomba" + }, + { + "id": 6938593174, + "name": "Kent + Lane", + "type": "dept", + "lat": -33.71653, + "lon": 150.31096, + "suburb": "Katoomba" + }, + { + "id": 6938677873, + "name": "Fish & Fowl", + "type": "milkbar", + "lat": -33.715274, + "lon": 150.310735, + "suburb": "Katoomba" + }, + { + "id": 6938921422, + "name": "LuJo By Design", + "type": "dept", + "lat": -33.716657, + "lon": 150.311224, + "suburb": "Katoomba" + }, + { + "id": 6938921424, + "name": "Katoomba Workwear", + "type": "dept", + "lat": -33.716397, + "lon": 150.311281, + "suburb": "Katoomba" + }, + { + "id": 6938921480, + "name": "Black Cockatoo", + "type": "milkbar", + "lat": -33.715974, + "lon": 150.311074, + "suburb": "Katoomba" + }, + { + "id": 6938921482, + "name": "aBrasKadaBras", + "type": "dept", + "lat": -33.714468, + "lon": 150.311655, + "suburb": "Katoomba" + }, { "id": 6938921533, "name": "MacArthur's Arcade", @@ -135,6 +442,14 @@ "lon": 150.311761, "suburb": "Katoomba" }, + { + "id": 7012045885, + "name": "Mountain Ama Cafe", + "type": "milkbar", + "lat": -33.716568, + "lon": 150.310968, + "suburb": "Katoomba" + }, { "id": 7040012373, "name": "Black Antiques", @@ -143,6 +458,22 @@ "lon": 150.309278, "suburb": "Katoomba" }, + { + "id": 7059841233, + "name": "Tunk's Landscapes", + "type": "dept", + "lat": -33.712966, + "lon": 150.31851, + "suburb": "Katoomba" + }, + { + "id": 7110813636, + "name": "Aquip Supplies", + "type": "dept", + "lat": -33.712766, + "lon": 150.320997, + "suburb": "Katoomba" + }, { "id": 7110813637, "name": "Steven Walter Children's Cancer Foundation Warehouse", @@ -151,6 +482,78 @@ "lon": 150.321286, "suburb": "Katoomba" }, + { + "id": 7882541494, + "name": "BP Shop", + "type": "milkbar", + "lat": -33.706897, + "lon": 150.316949, + "suburb": "Katoomba" + }, + { + "id": 8175995312, + "name": "On The Soul Side", + "type": "milkbar", + "lat": -33.711672, + "lon": 150.3122, + "suburb": "Katoomba" + }, + { + "id": 8303103752, + "name": "Mountain Herbs", + "type": "stall", + "lat": -33.701038, + "lon": 150.306761, + "suburb": "Katoomba" + }, + { + "id": 8558905196, + "name": "Heroy Asian Grocery", + "type": "dept", + "lat": -33.717511, + "lon": 150.310724, + "suburb": "Katoomba" + }, + { + "id": 8791558114, + "name": "Cafe Del Ra", + "type": "milkbar", + "lat": -33.712238, + "lon": 150.310646, + "suburb": "Katoomba" + }, + { + "id": 8964690649, + "name": "Metromix Concrete", + "type": "dept", + "lat": -33.702945, + "lon": 150.31863, + "suburb": "Katoomba" + }, + { + "id": 8995679112, + "name": "Mantra Uniforms", + "type": "dept", + "lat": -33.707815, + "lon": 150.310875, + "suburb": "Katoomba" + }, + { + "id": 9222666517, + "name": "Unique Patisserie", + "type": "milkbar", + "lat": -33.716093, + "lon": 150.31104, + "suburb": "Katoomba" + }, + { + "id": 9225814624, + "name": "Bakers Delight", + "type": "milkbar", + "lat": -33.716238, + "lon": 150.310619, + "suburb": "Katoomba" + }, { "id": 9231634025, "name": "Little Lost Bookshop", @@ -159,6 +562,22 @@ "lon": 150.310835, "suburb": "Katoomba" }, + { + "id": 9287300149, + "name": "High Q Trades", + "type": "dept", + "lat": -33.712312, + "lon": 150.318904, + "suburb": "Katoomba" + }, + { + "id": 9413746790, + "name": "Little Paris Cafe", + "type": "milkbar", + "lat": -33.71444, + "lon": 150.311091, + "suburb": "Katoomba" + }, { "id": 9577859712, "name": "B'COS Agora Second Hand Bookshop", @@ -167,6 +586,22 @@ "lon": 150.311173, "suburb": "Katoomba" }, + { + "id": 9584302786, + "name": "Sip Sip Drink Bar", + "type": "milkbar", + "lat": -33.712736, + "lon": 150.311999, + "suburb": "Katoomba" + }, + { + "id": 9584302788, + "name": "Bring the Jungle", + "type": "stall", + "lat": -33.712986, + "lon": 150.311957, + "suburb": "Katoomba" + }, { "id": 9791871398, "name": "The Velvet Fog", @@ -175,6 +610,22 @@ "lon": 150.311566, "suburb": "Katoomba" }, + { + "id": 11242865086, + "name": "Odd Mountains Oddities", + "type": "dept", + "lat": -33.7167, + "lon": 150.310928, + "suburb": "Katoomba" + }, + { + "id": 11242941181, + "name": "Tibetan Three Sisters", + "type": "dept", + "lat": -33.715893, + "lon": 150.311092, + "suburb": "Katoomba" + }, { "id": 11242974232, "name": "Sanctus Catholic Books and Gift Shop", @@ -182,6 +633,38 @@ "lat": -33.715718, "lon": 150.31095, "suburb": "Katoomba" + }, + { + "id": 12443820960, + "name": "Katoomba Falls Kiosk", + "type": "milkbar", + "lat": -33.726555, + "lon": 150.30399, + "suburb": "Katoomba" + }, + { + "id": 12475599270, + "name": "Catalina Cafe", + "type": "milkbar", + "lat": -33.715151, + "lon": 150.303325, + "suburb": "Katoomba" + }, + { + "id": 12500043180, + "name": "Fidelity", + "type": "milkbar", + "lat": -33.716268, + "lon": 150.310835, + "suburb": "Katoomba" + }, + { + "id": 12642112599, + "name": "Good Fat Pastry", + "type": "milkbar", + "lat": -33.716468, + "lon": 150.310982, + "suburb": "Katoomba" } ], "roads": [ diff --git a/web/assets/towns/newtown_real.json b/web/assets/towns/newtown_real.json index 004d471..101961c 100644 --- a/web/assets/towns/newtown_real.json +++ b/web/assets/towns/newtown_real.json @@ -18,11 +18,30 @@ "maxLon": 151.1931100389657 }, "counts": { - "raw": 19, - "shops": 18, + "raw": 233, + "shops": 72, + "heroes": 18, + "texture": 54, + "textureDropped": 156, "roads": 1086 }, "shops": [ + { + "id": 62203508, + "name": "Bunnings Warehouse", + "type": "dept", + "lat": -33.905746, + "lon": 151.19369, + "suburb": "Alexandria" + }, + { + "id": 279681996, + "name": "Woolworths Metro", + "type": "dept", + "lat": -33.89859, + "lon": 151.181704, + "suburb": "Newtown" + }, { "id": 291725581, "name": "Kidstuff", @@ -31,13 +50,93 @@ "lon": 151.176459, "suburb": "Camperdown" }, + { + "id": 292127221, + "name": "The Hospitality Store", + "type": "dept", + "lat": -33.88782, + "lon": 151.17241, + "suburb": "Camperdown" + }, + { + "id": 305516372, + "name": "IGA", + "type": "dept", + "lat": -33.89597, + "lon": 151.180575, + "suburb": "Newtown" + }, + { + "id": 423218371, + "name": "Foodcraft", + "type": "milkbar", + "lat": -33.90308, + "lon": 151.185224, + "suburb": "Erskineville" + }, { "id": 605984545, "name": "EB Games", "type": "video", "lat": -33.90641, "lon": 151.171739, - "suburb": "Newtown" + "suburb": "Marrickville" + }, + { + "id": 605984546, + "name": "Nextra", + "type": "milkbar", + "lat": -33.906418, + "lon": 151.171836, + "suburb": "Marrickville" + }, + { + "id": 605984562, + "name": "Lowes", + "type": "dept", + "lat": -33.906876, + "lon": 151.171753, + "suburb": "Marrickville" + }, + { + "id": 605984563, + "name": "Kimmy Jewellery", + "type": "dept", + "lat": -33.906791, + "lon": 151.171765, + "suburb": "Marrickville" + }, + { + "id": 605984565, + "name": "Forcast", + "type": "dept", + "lat": -33.906889, + "lon": 151.17189, + "suburb": "Marrickville" + }, + { + "id": 605984566, + "name": "Bras N Things", + "type": "dept", + "lat": -33.907022, + "lon": 151.171843, + "suburb": "Marrickville" + }, + { + "id": 605984567, + "name": "Sussan", + "type": "dept", + "lat": -33.907073, + "lon": 151.171834, + "suburb": "Marrickville" + }, + { + "id": 605984571, + "name": "Sunset Flowers", + "type": "stall", + "lat": -33.907283, + "lon": 151.171871, + "suburb": "Marrickville" }, { "id": 605984580, @@ -45,6 +144,118 @@ "type": "toy", "lat": -33.907371, "lon": 151.172438, + "suburb": "Marrickville" + }, + { + "id": 605984595, + "name": "Sergio's Cake Shop", + "type": "milkbar", + "lat": -33.906821, + "lon": 151.172217, + "suburb": "Marrickville" + }, + { + "id": 605984610, + "name": "Espresso Brothers", + "type": "milkbar", + "lat": -33.906382, + "lon": 151.172126, + "suburb": "Marrickville" + }, + { + "id": 1039467648, + "name": "Storeroom Vintage", + "type": "dept", + "lat": -33.898406, + "lon": 151.176285, + "suburb": "Newtown" + }, + { + "id": 1039467672, + "name": "Natural Fit Footwear", + "type": "dept", + "lat": -33.90725, + "lon": 151.172143, + "suburb": "Marrickville" + }, + { + "id": 1039555349, + "name": "The Athlete's Foot", + "type": "dept", + "lat": -33.906646, + "lon": 151.17215, + "suburb": "Marrickville" + }, + { + "id": 1079380693, + "name": "Coffee @ Fisher", + "type": "milkbar", + "lat": -33.886833, + "lon": 151.190043, + "suburb": "Darlington" + }, + { + "id": 1732566722, + "name": "Welcome Mart", + "type": "dept", + "lat": -33.89993, + "lon": 151.184575, + "suburb": "Erskineville" + }, + { + "id": 1735908953, + "name": "Boh\u00e4us Cafe", + "type": "milkbar", + "lat": -33.905708, + "lon": 151.191348, + "suburb": "Alexandria" + }, + { + "id": 2125897845, + "name": "Pastizzi Cafe", + "type": "milkbar", + "lat": -33.903197, + "lon": 151.179532, + "suburb": "Newtown" + }, + { + "id": 2136793910, + "name": "Store Espresso", + "type": "milkbar", + "lat": -33.890334, + "lon": 151.176325, + "suburb": "Camperdown" + }, + { + "id": 2136793911, + "name": "Gather on the Green", + "type": "milkbar", + "lat": -33.890355, + "lon": 151.176263, + "suburb": "Camperdown" + }, + { + "id": 2163387594, + "name": "Grounded 2050", + "type": "milkbar", + "lat": -33.887901, + "lon": 151.180526, + "suburb": "Camperdown" + }, + { + "id": 2170430692, + "name": "Carslaw Kitchen", + "type": "milkbar", + "lat": -33.888238, + "lon": 151.190481, + "suburb": "Darlington" + }, + { + "id": 2365225259, + "name": "Ken Neale Overflow", + "type": "dept", + "lat": -33.90187, + "lon": 151.178671, "suburb": "Newtown" }, { @@ -55,6 +266,30 @@ "lon": 151.179525, "suburb": "Newtown" }, + { + "id": 2787084005, + "name": "Amazing Paints", + "type": "dept", + "lat": -33.891631, + "lon": 151.176271, + "suburb": "Camperdown" + }, + { + "id": 2965437480, + "name": "Cafe Abercrombie", + "type": "milkbar", + "lat": -33.892142, + "lon": 151.193024, + "suburb": "Darlington" + }, + { + "id": 2968343588, + "name": "Bakerman", + "type": "milkbar", + "lat": -33.899893, + "lon": 151.183961, + "suburb": "Erskineville" + }, { "id": 3278485277, "name": "The Vintage Record", @@ -71,6 +306,110 @@ "lon": 151.171395, "suburb": "Stanmore" }, + { + "id": 3278493016, + "name": "Wildwood Designs", + "type": "dept", + "lat": -33.887904, + "lon": 151.169934, + "suburb": "Stanmore" + }, + { + "id": 3278493018, + "name": "Inspired Design Furniture", + "type": "dept", + "lat": -33.887902, + "lon": 151.170079, + "suburb": "Stanmore" + }, + { + "id": 3278509468, + "name": "Recharging", + "type": "milkbar", + "lat": -33.887515, + "lon": 151.167686, + "suburb": "Annandale" + }, + { + "id": 3951219159, + "name": "Miracle", + "type": "dept", + "lat": -33.892823, + "lon": 151.186108, + "suburb": "Newtown" + }, + { + "id": 4860774437, + "name": "Newtown Garden Market", + "type": "stall", + "lat": -33.903009, + "lon": 151.179679, + "suburb": "Newtown" + }, + { + "id": 5203491923, + "name": "Cynthia's Caf\u00e9", + "type": "milkbar", + "lat": -33.908747, + "lon": 151.191977, + "suburb": "Alexandria" + }, + { + "id": 5205362421, + "name": "Little Vietnam Roll & Juice", + "type": "milkbar", + "lat": -33.906344, + "lon": 151.181132, + "suburb": "Newtown" + }, + { + "id": 5299091858, + "name": "Hui Bro\u2019s Cafe", + "type": "milkbar", + "lat": -33.898095, + "lon": 151.179152, + "suburb": "Newtown" + }, + { + "id": 5300089045, + "name": "Handcraft Specialty Coffee", + "type": "milkbar", + "lat": -33.892575, + "lon": 151.185688, + "suburb": "Newtown" + }, + { + "id": 5599458217, + "name": "The Floral Decorator", + "type": "stall", + "lat": -33.899566, + "lon": 151.184195, + "suburb": "Erskineville" + }, + { + "id": 5839239307, + "name": "Luke Avenue", + "type": "milkbar", + "lat": -33.897984, + "lon": 151.175225, + "suburb": "Newtown" + }, + { + "id": 5905712358, + "name": "The Coffee Nook on Swanson", + "type": "milkbar", + "lat": -33.900301, + "lon": 151.189403, + "suburb": "Erskineville" + }, + { + "id": 5931284416, + "name": "Patisserie Petunia", + "type": "milkbar", + "lat": -33.90509, + "lon": 151.18052, + "suburb": "Newtown" + }, { "id": 5931284422, "name": "Towers Antiques", @@ -95,13 +434,29 @@ "lon": 151.179587, "suburb": "Newtown" }, + { + "id": 6283737899, + "name": "Dangerfield", + "type": "dept", + "lat": -33.895217, + "lon": 151.181947, + "suburb": "Newtown" + }, + { + "id": 6564462487, + "name": "Marani Deli", + "type": "milkbar", + "lat": -33.895992, + "lon": 151.182698, + "suburb": "Newtown" + }, { "id": 6901192228, "name": "Co-op", "type": "book", "lat": -33.890884, "lon": 151.192028, - "suburb": "Newtown" + "suburb": "Darlington" }, { "id": 9518337417, @@ -111,6 +466,22 @@ "lon": 151.166497, "suburb": "Annandale" }, + { + "id": 9572458384, + "name": "Budha Bowl", + "type": "milkbar", + "lat": -33.898699, + "lon": 151.176397, + "suburb": "Newtown" + }, + { + "id": 9776428741, + "name": "K\u00fcrt\u0151sh", + "type": "milkbar", + "lat": -33.907897, + "lon": 151.171833, + "suburb": "Marrickville" + }, { "id": 9888616491, "name": "Haze Guitars", @@ -127,13 +498,29 @@ "lon": 151.178408, "suburb": "Newtown" }, + { + "id": 11984912425, + "name": "Provocator", + "type": "dept", + "lat": -33.901201, + "lon": 151.178441, + "suburb": "Newtown" + }, + { + "id": 12200892725, + "name": "Feather & Bone", + "type": "milkbar", + "lat": -33.909398, + "lon": 151.168471, + "suburb": "Marrickville" + }, { "id": 12958032466, "name": "St Luke\u2019s Op Shop", "type": "opshop", "lat": -33.898898, "lon": 151.170272, - "suburb": "Newtown" + "suburb": "Enmore" }, { "id": 13122105023, @@ -143,6 +530,22 @@ "lon": 151.176713, "suburb": "Camperdown" }, + { + "id": 13341304001, + "name": "AS Colour", + "type": "dept", + "lat": -33.895051, + "lon": 151.181701, + "suburb": "Newtown" + }, + { + "id": 13585970805, + "name": "Numero Uno Coffee Roasters", + "type": "milkbar", + "lat": -33.908693, + "lon": 151.18052, + "suburb": "St Peters" + }, { "id": 13686752819, "name": "Better Read Than Dead", @@ -165,7 +568,39 @@ "type": "record", "lat": -33.898666, "lon": 151.174207, + "suburb": "Enmore" + }, + { + "id": 13719824202, + "name": "A.P Town", + "type": "milkbar", + "lat": -33.893929, + "lon": 151.183827, "suburb": "Newtown" + }, + { + "id": 13785846501, + "name": "The Happy Herb Shop Newtown", + "type": "milkbar", + "lat": -33.898379, + "lon": 151.178005, + "suburb": "Newtown" + }, + { + "id": 13919280070, + "name": "Tonton Bread", + "type": "milkbar", + "lat": -33.90484, + "lon": 151.17338, + "suburb": "Marrickville" + }, + { + "id": 13919369194, + "name": "Mamuki", + "type": "milkbar", + "lat": -33.898789, + "lon": 151.173092, + "suburb": "Enmore" } ], "roads": [