Antoine Drabble

Results 9 issues of Antoine Drabble

### Discussed in https://github.com/baremaps/baremaps/discussions/457 Originally posted by **Drabble** April 14, 2022 When we retrieve elements from Geonames, the only searchable fields are name, country and country code. Maybe we should...

enhancement

In the current state of maplibre-rs, we only support the Mercator projection. This is the most used projection for modern map renderers. However there exists a large amount of other...

feature-request

The MacOS deployment target in the XCode project is set by default to 12.3. I may be wrong but from what I understand, a Mac on version 12.3 can run...

bug
ios/macos

Match the *B* acronym in `codebooks_patterns.py` docstring.

CLA Signed

As described in #568. We should start to experiment generating 3d tiles from OSM data to apply extrusion on buildings and render them in Cesium. I have made a first...

enhancement
help wanted

We have mostly been working on the generation of Mapbox Vector Tiles from OSM data. It would be interesting to try the new 3d tiles specification. We can use JTS...

enhancement
help wanted

This is a simple implementation for showcasing 3d possibilities in Maplibre-rs. We simply take the elements in the buildings layer and extrude them with a fixed height. In the future,...

To follow up on the [simple Overture Maps example](https://github.com/apache/incubator-baremaps/tree/main/examples/overture) for Overture Maps data to a MVT Rest service we could now start working on a full Overture basemap. Some questions...

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...