Brandon Liu

Results 104 issues of Brandon Liu

FlatBuffers might be simpler to compile and install because it has less features than capnp - if the impact on speed and file size is small (or better), we should...

enhancement

This is the most important step to making this library widely useful. I envision a few ways this can happen: 1. Other languages can call the `osmx` program as a...

enhancement

If a polygon is passed in where all points are coincident, it should handle this as belonging to only one cell, instead of returning the entire planet as the covering.

bug

@CloudNiner Some small Python API breaking changes (I should bump major version on PyPI) `osmx.tags_dict(way.tags)` becomes `osmx.tags_dict(way)` `ways.get(way_id)` becomes `ways[way_id]` Two new API functions: Check for the existence of a...

Hi, thanks for creating this - it could be a good match to other map tooling I'm developing including a [tile archive format](https://github.com/protomaps/PMTiles) and [canvas renderer](http://github.com/protomaps/protomaps.js). One thing I noticed...

bug

* it is difficult to maintain json_style with acceptable parity * bloats the protomaps.js library in the primary use case where you don't need it * should only consume the...

https://github.com/bdon/leaflet-terrarium is a prototype of how it can work. Still need to implement * data sources for RGB terrain, whether an API endpoint or PMTiles archives * Overzooming

enhancement

https://en.wikipedia.org/wiki/Tortuosity Create a sample dataset from ne_10m_rivers_lake_centerlines ./tippecanoe -o rivers ne_10m_rivers_lake_centerlines.fgb pmtiles-convert rivers.mbtiles rivers.pmtiles should show at least some labels

When using the inspector, and X-ray mode is turned OFF: For each Feature revealed by the inspector, the popup should also list all Rules with data layers and filters that...

> cartocss example: > text-name: [NAME] + ', ' + [ADM1NAME];