Alex Parlato

Results 28 issues of Alex Parlato

As per request from @valleyofdawn **Taginfo:** [highway:path](http://taginfo.openstreetmap.org/tags/highway=path) and/or [route:hiking](http://taginfo.openstreetmap.org/tags/route=hiking)

icon request

As per request from @valleyofdawn **Taginfo:** key [mtb:](http://taginfo.openstreetmap.org/keys/mtb%3Adescription#overview) and/or [list of appropriate tags](http://wiki.openstreetmap.org/wiki/Mountain_biking)

icon request

As per request from @valleyofdawn **Taginfo:** key [construction:](http://taginfo.openstreetmap.org/keys/construction#overview)

icon request

As per request from @valleyofdawn

icon request

We should add Stamen attribution here since it's a public tool. We have a repo with this now: https://github.com/stamen/stamen-attribution Here's an example of where this is used in [Maperture](https://github.com/stamen/maperture/blob/main/src/App.svelte#L21-L23).

enhancement
internal

See https://github.com/stamen/chartographer/pull/62#issuecomment-1515174490 We currently [switch back to the fill page when a style is dropped in](https://github.com/stamen/chartographer/blob/fe8a56a7e2b994ed0da7e39416dc13433fa9de0d/src/App.svelte#L125-L126), which also includes when the page is refreshed (which is more noticeable now that...

enhancement

See https://github.com/stamen/mapbox-gl-style-design-system/blob/main/src/styles/expandLayers.js#L76-L94 and https://github.com/stamen/mapbox-gl-style-design-system/blob/main/src/styles/expandLayers.js#L131-L137 There's logic in `expandLayers` that finds properties and property values within the conditions of `match` and `case` expressions. It does this fairly naively right now which...

enhancement
enablement

## Description Downstream client is looking for a way to inject custom JS actions to act on the map through Maperture. This PR experiments with one way to handle this....

Followup to https://github.com/stamen/maperture/issues/174 We decided to upgrade `mapbox-gl` to the latest in Maperture. As a followup, let's use package aliases to install `mapbox-gl` at the latest 1.x.x and 2.x.x versions...

enhancement

Maps that have transparency less than 1 all the way through will show the second map when in `swipe` mode. This is because in swipe mode the maps are overlaid...

bug