| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
retrigger-benchmark |
Sorry, something went wrong.
|
⏱️ Benchmark run finished in 0m 58s 📈 Compared against baseline: 27s time, 935 MB memory 🟢 Generation time is unchanged. 📅 Last benchmark: 2026-05-14 14:12:29 UTC You can retrigger the benchmark by commenting retrigger-benchmark. |
Sorry, something went wrong.
| // Fill every merged ring as one way | ||
| for ring in outers { | ||
| let way = ProcessedWay { | ||
| id: rel.id, |
There was a problem hiding this comment.
Reinstantiate the variable before calling it in the var_func
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
With this PR, landuse and leisure ways and relations are checked for their area size and only the smallest one is considered for a position. This avoids overwriting of tags.
Additionally the random tree generation is slightly modified to generate less trees and skip certain areas.
Fixes #440
Fixes #853