Brandon Liu
Brandon Liu
OK, I am going mark this as closed now because the `Source` TypeScript class is extensible so it should "just work" for any JS environment.
@Robinlovelace you're welcome to link users to download PBF files via Web UI at http://protomaps.com/downloads - this is a free service that lets you extract any rectangular or polygonal region...
I'm tracking this issue in a new repository at https://github.com/protomaps/tippecanoe/issues/2 - input is welcomed.
This has been implemented in https://github.com/protomaps/tippecanoe , although with only the minimum Geometry Types and Column types support to convert all GDAL-created Natural Earth FGBs with identical output as GeoJsonSeq....
I've implemented https://github.com/mapbox/tippecanoe/issues/777 in my fork at https://github.com/protomaps/tippecanoe Once streaming in https://github.com/protomaps/tippecanoe/issues/9 is supported, GDAL should be able to act as glue for any vector format when using `/vsistdout/` to...
I'm working on new features - focused on alternate input/output formats for now - in a fork at https://github.com/protomaps/tippecanoe ; welcome to chime in on issues on that repo.
I'm not able to look at this immediately, but can you reproduce this issue using https://github.com/hotosm/osm-export-tool-python ? this is the library that performs the conversion from .osm XML to other...
Great, so it seems like osm_export_tool_python should, when presented with duplicate fields taking case normalization into account, either: 1) reject the YAML configuration as invalid or 2) silently drop the...
I don't think this will have much benefit, if we're considering changing the slippy map to a vector-based renderer instead of OpenLayers. It will be compatible with less browsers, and...
An alternate solution, which I think will be cleaner and more reliable to implement, is to make the export tool support large country datasets without having to section them. The...