Kyle Barron
Kyle Barron
- [ ] Stretch/P2: duplicate the flatgeobuf streaming loading example https://observablehq.com/@bjornharrtell/streaming-flatgeobuf - [ ] Add docs (with from 2.3 badges) @kylebarron - [ ] Add whats-new blurb @kylebarron - [...
I've been testing out the new `TerrainLoader`, and it's great and exciting to work with. I wanted to bring up two points of discussion for potentially improving performance: - **Reusing...
I noticed some disconnected streams (center of image), and discovered that it's because wetlands aren't currently given any styling. https://maputnik.github.io/editor/#15.27/44.10019/-71.576018  This is defined as `class=wetlands` within `landcover` in the...
Preview: https://maputnik.github.io/editor/?style=https://raw.githubusercontent.com/kylebarron/osm-liberty/highway-shields/style.json Included tags: - [x] us-interstate - [x] us-highway - [x] us-state - [x] ca-transcanada - [ ] gb-motorway; included but I think it's wrong - [ ] gb-trunk...
I'm curious how you'd feel about hosting fonts in this repository. It might make it slightly easier for people to use the style. Currently, `glpyhs` points to ``` "glyphs": "https://api.maptiler.com/fonts/{fontstack}/{range}.pbf?key={key}"...
I was reading through the openmaptiles schema and saw that `transportation_name` had a key named `network` whose values say whether the motorway belongs to a standard network. (https://openmaptiles.org/schema/#transportation_name) We could...
There are several style elements, like `visibility: visible` that are unnecessary because those are the same as the defaults. It seems advantageous and not very difficult to write a short...
Has any thought been given to using the vector Natural Earth tiles? Currently osm-liberty only uses the `natural_earth_shaded_relief` raster tiles. Take a look at this example map: http://naturalearthtiles.lukasmartinelli.ch/maps/natural_earth.vector.html  [Here's...
Preliminary styling for protected areas. Would close #4. Styling is hard, so take this as a discussion point. Adds labels for named `protected_area` and `national_park` Points. In the current style.json,...
Currently, any async reading using `parquet2` requires knowing the content length of the remote resource, such as: https://github.com/jorgecarleitao/parquet2/blob/7be3cd6e14a8b7c444cb608ee664c9798c194d82/examples/s3/src/main.rs#L21-L22 However, for any API that follows the [`Range` HTTP request header spec](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Range),...