Adam Franco

Results 60 comments of Adam Franco

> I think the knockout alone works fine for roads and railways at low zoom as it reduces clutter. At higher zoom I think showing bridges more explicitly in some...

It's subtle, but I've added support for `brunnel=ford` on ways. Side-note: OMT doesn't have `ford=*` nodes yet, so node-tagging will need to wait for future work. Ford nodes will be...

I've seen photos of firefighters from other parts of the world using significantly [different helmets](https://www.google.com/search?q=firefighter+helmet+types), but the wide sloping back-brim is maybe common enough to be interpreted globally even if...

If any useful developer tools don't specifically rely on the style or vice-versa then another would be to factor them out into their own repositories and include them as `--save-dev`...

I think the main use case I was thinking of is as a base-map for an application. For example, let's say i want to provide a map application to render...

Another benefit of this move is easier filtering/monitoring of issues -- shields significantly dominate the issue queue and not all interested in Americana are as engaged on the topic. 😉

NF shields would be a nice addition to coincide with rendering tracks (#717). 😀 Example at `map=15.45/43.976043/-73.077052` ![Screen Shot 2023-01-20 at 12 26 31 AM](https://user-images.githubusercontent.com/25242/213623730-7565e1c2-0344-4429-a7c1-e9e35b8e6c30.png)

Along these lines, I'm interested in `smoothness=*` as well as `tracktype=*` on `highway=track` at all zoom levels in which `highway=track` appear to allow changing the rendering of tracks based on...

I just ran into this issue myself when analyzing my application with [PHPStan](https://phpstan.org/writing-php-code/phpdoc-types).

I had the same sort of requirement. My application allows anonymous browsing of many pages and provides extra functionality (bookmarking items) when a user is logged in. I wish to...