incubator-baremaps icon indicating copy to clipboard operation
incubator-baremaps copied to clipboard

Create custom vector tiles from OpenStreetMap and other data sources with Postgis and Java.

Results 97 incubator-baremaps issues
Sort by recently updated
recently updated
newest added

If the GeoJSON has a crs property in the featureCollection, baremaps triggers an error eg : ```json "crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:EPSG::4326"}} ``` The error is ``` app_1 | java.lang.RuntimeException: java.io.IOException: Error parsing urn:ogc:def:crs:EPSG::4326...

The boundaries miss a geometry. For instance the geometry column for the following relation is _null_. ``` SELECT * FROM osm_relations WHERE id = 365551; ``` As displayed hereafter, these...

https://jreleaser.org/ https://github.com/jreleaser/jreleaser

enhancement

The state of the javadoc can be improved. This issue is used to track progress. Current status: - [x] baremaps-blob - [x] baremaps-blob-s3 - [ ] baremaps-cli - [x] baremaps-osm...

Add entrypoints to push dataset to baremaps. It will be asynchronous jobs: ``` /import /import/:id/status /importRemote /importRemote/:id/status ```

While Baremaps is performant to import OSM data, it should also provide a way to import custom dataset - from local files (SHP, GeoJSON, CSV, etc...) - from remote services...

This may accelerate the creation of geometries when a lot of RAM is available. https://github.com/yahoo/Oak https://github.com/OpenHFT/Chronicle-Map

Service Talk and JAX-RS have some primitive to handle security : https://apple.github.io/servicetalk//servicetalk-http-security-jersey/SNAPSHOT/index.html Using this to limit access to some tilesets, and admin API.

enhancement
help wanted

A nice goal could to have url like this `/api//tilesets//{z}/{y}/{x}.mvt` (for example). It would require tiers management API though.

enhancement
help wanted