Lucas
Lucas
Try to fix #1185 - [ ] Add --base-path to CLI - [ ] Add base_path to config file - [ ] Add tests - [ ] Update doc
The main goal of this PR is try to add doc about how to support raster in PostGIS with user defined function. The test in this PR might be remove...
To fine tune the buffer settings, allow something like: ```yaml # The buffer settings can be either fixed or vary based on the zoom level buffer: z0-z4: 0 z5-z14: 64...
Could client retrieve specific layer from source, like `http://0.0.0.0:3000/{source}/{layer}/{z}/{x}/{y}` ? I find it's useful when I'm using PMTiles made by other team. I think the API is perfect and intuitive...
Add support for [Cloud Optimized GeoTIFF (COG)](https://www.cogeo.org/). ## CLI ```shell martin /path/to/cogs/file.tif /path/to/directory ``` ## Conf file ```yaml ... cogs: paths: # scan this whole dir, matching all *.tif files...
Implements #756
Does this description reflect Martin's actual actions? [Doc says](https://github.com/maplibre/martin/blob/fd8885249222865b4318aa3524defa8381ff41db/README.md?plain=1#LL312C30-L312C30): > For example, points table will be available at /points, unless there is another source with the same name, or if...
Try to fix #1245 ## Add or keep - [ ] Add a `Get Started` to readme, it must be easy to take, like `curl -O ..` and then `martin...