Brandon Liu

Results 553 comments of Brandon Liu

> > can you verify that the Docker image works correctly on a large file > > How big is the expanded planet.osmx? My computer only has a 256gb drive....

@CloudNiner If the Dockerfile is working well for your use case, can you open a PR so I can add it to the repo?

@CloudNiner thanks. I added (experimental) next to Docker in the readme as I don't have any production experience running osmx inside it; two concerns pop out immediately 1) the way...

perhaps we should keep the old `get` method and leave it as returning None when the key is missing, but the new `[]` method raises an Exception. That would echo...

+1 From what I can tell https://github.com/protomaps/PMTiles needs to be brought in as a dependency, because Tangram does not expose an API to extend `source`s at runtime, it's a small...

Essentially the grouping by a subset of tags would get most of the way there - I mentioned `primary` > `motorway` but I think this happens more often for `motorway_link`...

> Is there an API that can provide info for all of the nodes/ways/relations that need to be re-rendered when an related element changes (I.e. a node moves so we...

Would it make sense to structure this as a separate Java library? If so, can that live alongside the python/js implementations at https://github.com/protomaps/PMTiles or should it live in its own...

The tile ordering refers to the order of the tiles in the archive; as of spec v2 their entries in the index is strictly defined (ascending z/x/y). If tiles are...

> @bdon would it be possible to use the go-pmtiles implementation here in Java in Planetiler? The plan is to output the PMTiles v3 format directly in the java code....