Pirmin Kalberer
Pirmin Kalberer
There is a test for converting Shp to GeoJSON: https://github.com/georust/geozero/blob/f8bcaaabc6bd6b596957b74f84aef3b2518ffee3/geozero-shp/tests/reader.rs#L49
Thanks for your PR! I really like the feature of having readable SQL in the generated configuration. A better solution would probably be checking that no problematic characters are included...
Which problematic table or column names does osm2pgsql create? I'm still in favor of letting basic names unquoted. Rule proposal (subset of https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS): "SQL identifiers must begin with a letter...
Added category but got: `warning: the following are not valid category slugs and were ignored: Geospatial. Please see https://crates.io/category_slugs for the list of all category slugs. ` Is `science::geo` the...
I saw your comment there, but comparing PMTiles with MBTiles didn't make sense for me. PMTiles can be used as local and remote datasource like mvt files when using an...
There are not many HTTP servers *without* Range Request support (`python -m http.server` comes to my mind) and serving a tileset from a very compact single file without an additional...
@nyurik @lseelenbinder Could you maybe help formulating use cases for styling maps with PMTiles storage?
@WebFreak001 thanks for fixing the bug in the modal data sources editor. I've added your commits also to this PR, to keep the full history.
We could test e.g. ```diff diff --git a/cypress/e2e/modals.cy.ts b/cypress/e2e/modals.cy.ts index aade75f..5eeb0c6 100644 --- a/cypress/e2e/modals.cy.ts +++ b/cypress/e2e/modals.cy.ts @@ -83,6 +83,20 @@ describe("modals", () => { }); }); + it("add new pmtiles...
Is there a better way to solve this merge conflict? This PR has 3 commits changing package.json and package-lock.json, so a rebase against main is a lot of rather pointless...