Lucas
Lucas
will try use it for geo data crawler from map
@afterwind-io it works :)
[Pg is case sensitive. See doc 4.1.1](https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS) `Unquoted names are always folded to lower case. For example, the identifiers FOO, foo, and "foo" are considered the same by PostgreSQL, but...
If this is on road map,can i try this?
Based on the discusion in https://github.com/maplibre/martin/issues/349 ,there will be no watch mode? @stepankuzmin
@nyurik I will give it a a shot and then more discussion
Try [Function Source](https://github.com/maplibre/martin#function-sources) mabe. Define a database function which take x y z as argument and output tile byte .This function should clip tiles based on 4326, TMS/XYZ schema
Is there a plan for tile schema not 3857? @stepankuzmin
> For us, at least 4326 would be relevant. For local data, in theory, UTM zones could also be relevant. > > Even MapTiler started selling 4326 tiles: https://documentation.maptiler.com/hc/en-us/articles/4405462253073-OpenStreetMap-in-WGS84-EPSG-4326- >...
I am confused about the actor things also when resolving #288 . | Actor| Responsibility| | ------------ | ------- | | worker_actor | Update sources list in App State |...