Skip to content

Commit

Permalink
update snohomish marker zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
futuresoup committed Jan 16, 2018
1 parent d7888e0 commit 7859891
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/flavors/snohomish/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ map:
- id: snohomish-featured
url: https://dev-api.heyduwamish.org/api/v2/smartercleanup/datasets/snohomish-featured
type: place
slug: featured
slug: report

# The values map the place type to map icons (defined below).
place_types:
Expand All @@ -89,14 +89,14 @@ place_types:
- condition: 'this.map.zoom < 11'
icon:
iconUrl: /static/css/images/markers/dot-0d85e9.png
iconSize: [10, 12]
iconAnchor: [5, 12]
iconSize: [15, 18]
iconAnchor: [7.5, 18]

- condition: 'this.map.zoom < 16'
icon:
iconUrl: /static/css/images/markers/map-pin-marker.png
iconSize: [15, 18]
iconAnchor: [7.5, 18]
iconSize: [30, 36]
iconAnchor: [15, 36]

- condition: 'this.map.zoom >= 16'
icon:
Expand Down Expand Up @@ -728,4 +728,4 @@ pages:
# spiderfyOnMaxZoom: true
# spiderfyDistanceMultiplier: 1.5
# spiderLegPolylineOptions:
# opacity: 0
# opacity: 00

0 comments on commit 7859891

Please sign in to comment.