Skip to content

Commit

Permalink
commented out unworking implementation of #36 optional overlay POIs i…
Browse files Browse the repository at this point in the history
…n accessibility story (UI interface appears, but not the POIs themselves); can fix later, but no point highlighting lack of functionality right now
  • Loading branch information
carlhiggs committed Oct 28, 2024
1 parent 2aa81af commit e7b3b8a
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions app/src/components/vis/stories/stories.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,34 +326,6 @@
"transformations": {}
}
],
"overlays": [
{
"id": "POIs",
"source": "20mnMelbourne",
"source-layers": {
"jibe_20mnMelbourne_intervention_locations_bus": {"name": "Bus stops", "icon": "bus"},
"jibe_20mnMelbourne_intervention_locations_restaurant_cafe": {"name": "Cafes / Restaurants", "icon": "cafe"},
"jibe_20mnMelbourne_intervention_locations_childcare": {"name": "Childcare centres", "icon": "childcare"},
"jibe_20mnMelbourne_intervention_locations_community_centre_library": {"name": "Community centres / Libraries", "icon": "town_hall"},
"jibe_20mnMelbourne_intervention_locations_convenience": {"name": "Convenience stores", "icon": "convenience_store"},
"jibe_20mnMelbourne_intervention_locations_dentist": {"name": "Dentists", "icon": "dentist"},
"jibe_20mnMelbourne_intervention_locations_gp": {"name": "GPs", "icon": "gp"},
"jibe_20mnMelbourne_intervention_locations_kindergarten": {"name": "Kindergartens", "icon": "playground"},
"jibe_20mnMelbourne_intervention_locations_maternal_child_health": {"name": "Maternal & child health centres", "icon": "hospital"},
"jibe_20mnMelbourne_intervention_locations_park": {"name": "Parks", "icon": "park"},
"jibe_20mnMelbourne_intervention_locations_pharmacy": {"name": "Pharmacies", "icon": "pharmacy"},
"jibe_20mnMelbourne_intervention_locations_post": {"name": "Post offices", "icon": "post"},
"jibe_20mnMelbourne_intervention_locations_primary": {"name": "Primary schools", "icon": "school"},
"jibe_20mnMelbourne_intervention_locations_supermarket": {"name": "Supermarkets", "icon": "grocery"}
},
"style": "outline",
"style_options": {
"line-color": "rgba(0,0,0,0.5)",
"line-width": 1
},
"minzoom": 10
}
],
"steps": [
],
"hints": [
Expand Down

0 comments on commit e7b3b8a

Please sign in to comment.