Stefan
Stefan
This is a feature proposal: Refactor GeoPackage lib with minimal dependencies to make it reusable in other JS code. That would help other projects and widen the community of this...
I'm pretty sure that there are TileJSON files - as well as services and data - around which contain maskLevel. The logic is described here: https://github.com/mapbox/tilelive-vector Should'nt this be part...
Add "crs" (= Coordinate Reference System) as key. The values and if it should be mandatory has to be discussed. See also e.g. https://github.com/klokantech/tilejson-spec/tree/custom-projection/2.2.0
Detect correlated columns (i.e. columns with dependencies) based on slow queries. Then suggest a CREATE STATISTICS with dependencies. See discussion over at https://github.com/ossc-db/pg_plan_advsr/issues/7#issuecomment-637354545 .
@RodZill4 ?
Spec. or at least the announcement blog post says PartiQL is "maintaining strict backwards compatibility with SQL". So I'd suggert to mention "SQL-92" (or newer?) in the spec. and elsewhere.
Often tile map services offer multiple servers in order to speed up downloading tiles and distribute load, like this: a.tile.website.com/{z}/{x}/{y}.png b.tile.website.com/{z}/{x}/{y}.png b.tile.website.com/{z}/{x}/{y}.png How about adding this functionality in this plugin...
Upgrade to Python e.g. 3.7.
Can you pls. disambiguate the name clash with [](https://wiki.openstreetmap.org/wiki/OSM_History_Viewer) e.g. in the README here and in the referenced OSM wiki?
Hi Ryan We'd like to e.g. additional processing functions as part of the nice GeoFefine extension, specifically 'interiorpoint' (which returns a Point). This is already implemented in JTS here with...