apache / incubator-baremaps

Create custom vector tiles from OpenStreetMap and other data sources with Postgis and Java.
baremaps.apache.org
Apache License 2.0
491 stars 56 forks source link

The `ProjectionTransformer` assumes that all the geometry columns have the same CRS #864

Open Drabble opened 1 month ago

Drabble commented 1 month ago

In the ProjectionTransformer, we assume that the geometry fields are all using the same CRS.

In the GeoParquet spec we can have any number of geometry fields with any number of different CRS.

image