Skip to content

Instantly share code, notes, and snippets.

@dschep
Last active June 15, 2024 12:52
Show Gist options
  • Save dschep/8ecb8ba0a0136f4f0dbc36de82061de4 to your computer and use it in GitHub Desktop.
Save dschep/8ecb8ba0a0136f4f0dbc36de82061de4 to your computer and use it in GitHub Desktop.
Garden Map
---
options:
hash: m
attributionControl:
customAttribution: '<a href=".">Overpass Ultra</a>'
bounds: [-77.49784362036736,37.50408772391166,-77.40437276428577,37.57742791260068]
maxBounds: [-77.49784362036736,37.50408772391166,-77.40437276428577,37.57742791260068]
controls:
- type: GeolocateControl
options:
positionOptions:
enableHighAccuracy: true
trackUserLocation: true
style:
extends: https://styles.trailsta.sh/protomaps-light.json
layers:
- type: circle
paint:
circle-color: '#6dad6f'
circle-stroke-color: white
circle-stroke-width: 2
circle-radius: 3
- type: symbol
paint:
icon-color: '#6dad6f'
icon-halo-color: white
icon-halo-width: 2
text-halo-color: white
text-halo-width: 2
layout:
icon-padding: 0
icon-image:
- case
- [==, [get, 'garden:type'], community]
- /icons/maki/garden-centre.png
- /icons/maki/garden.png
text-field: '{name}'
text-font: [Noto Sans Regular]
text-variable-anchor: [left, right, top, bottom]
text-optional: true
text-justify: auto
text-radial-offset: 1
---
[bbox:37.50408772391166,-77.49784362036736,37.57742791260068,-77.40437276428577];
nwr[leisure=garden];
out center;
@dschep
Copy link
Author

dschep commented May 10, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment