Brandon Liu
Brandon Liu
Going to call this closed because it works for MapLibre. Leaflet is a pass since layer creation is synchronous.
An example now exists of vector tiles loaded in OpenLayers using the bare PMTiles class: live demo: https://protomaps.github.io/PMTiles/examples/openlayers.html source code: [js/examples/openlayers.html](https://github.com/protomaps/PMTiles/blob/master/js/examples/openlayers.html) This doesn't feel super fluid right now, I suspect...
some small changes in https://github.com/protomaps/PMTiles/commit/674e92624dfa3cd4aded79535b0b20d9ae9d077a seem to improve the experience by setting `TileState`
Example ad-hoc OL integration in OL repo: https://github.com/openlayers/openlayers/pull/14256
Marking this as closed for now since behavior is as expected.
For now I'm going to suggest https://docs.geodesk.com/python as an alternative for polyglot analytical queries, as that design seems more suited. This project remains focused on minutely PBF out of a...
I'm closing this issue because of lack of activity. The main use case for OSMExpress remains getting PBFs out of a minutely-updated planet .osmx. Analytical use cases in Python may...
This is somewhat implemented in https://github.com/protomaps/basemaps/issues/19 - I don't think we need to restructure planetiler core to accomplish this in a good-enough way. But for now this is possible consuming...
another possible approach: https://github.com/micycle1/JMedialAxis
Getting closer. #502 wraps up most of the internal bits but we will need to also expose this output format to configurations/command line for the next point release.