Richard Fairhurst

Results 38 issues of Richard Fairhurst

Mapbox have a set of Flutter bindings to Mapbox GL Native: https://github.com/tobrun/flutter-mapbox-gl It began life as an official Mapbox repo. It's now "community driven and is not an official Mapbox...

help wanted

Compare http://photon.komoot.de/api/?q=windermere+avenue,+UK : 1. Windermere Avenue, Mount Arlington, New Jersey, United States of America 2. Windermere Avenue, Greenwood Lake, New York, United States of America 3. Windermere Avenue, Windermere, Connecticut,...

#119/#120 cast strings to numeric values for functions, given that this behaviour already works with addition and similar operators. This leaves comparators as an odd one out. `3 < "5"`...

Current master is very occasionally causing "leaking rivers" at high simplification factors. It's pretty rare but happens sometimes: ![Screenshot 2022-06-28 at 21 51 57](https://user-images.githubusercontent.com/694425/176285519-dd41ff97-5653-42e1-b783-80aebd09726b.png) In this case it appears to...

The `filter_area` setting currently filters by the total size of a multipolygon. This can potentially leave lots of tiny holes even at higher zoom levels. This adds an additional check...

Currently tilemaker will error if `node_keys` isn't supplied in process.lua, even if you're just processing shapefiles and no .pbf.

I've successfully generated an .mbtiles from planet.osm.pbf. 🎉 Using current master plus #292. Planet renumbered first with `osmium renumber`. Command line: tilemaker --input planet.osm.pbf --output planet.mbtiles --bbox -180,-60,180,75 \ --compact...

Currently, if --process and --config aren't specified on the command line, we look in the current directory for process.lua and config.json. It would be good to look in /etc (and...

I'm trying with the full planet right now, including #292 to reduce memory usage a bit, and node/way read performance is generally encouraging. (144GB RAM, 8GB swap, store on SSD.)...

performance

A few possibilities and thoughts: ### Don't add ways to waystore unless they're needed by relations See #292. ### Lazy geometry assembly At present we create our geometries whenever our...

memory