Veikko Eeva
Veikko Eeva
@RehanSaeed Just to be more clear, is the link to the library https://www.nuget.org/packages/Schema.NET/?
@chrisckc This and the other issues really are a admirable load of work. The very least I could do is to get you coffee if I knew how! This is...
@milkshakeuk Some of the ideas have made their way to the current setup, I think. I did some ad hoc experiments with going further, noted at https://github.com/aurelia/cli/pull/1067#issuecomment-485676282.
I tried and received `Error: Could not find or load main class com.baremaps.cli.Baremaps`. Indeed, I don't see a jar file with that name (I'm not familiar with Java but assume...
I get > Unable to get Charset 'cp65001' for property 'sun.stdout.encoding', using default windows-1252 and continuing. Usage: baremaps [COMMAND] A toolkit for producing vector tiles. Commands: execute Execute queries in...
@bchapuis About hundred people getting sore muscles. :) I thank you for this, check examples and see how things go when I try this. Hopefully Windows users find this more...
I add a bit to this thread, I have a running PostgreSQL and I added database `baremaps`, user `baremaps` with password `baremaps` with the rights to login and create objects...
@bchapuis I tried several variations. I look deeper into this when I get a bit of time cleared up. I want to be a bit more systematic. I did try...
A quick update, running > java -cp "C:\\baremaps\\lib\\*" com.baremaps.cli.Baremaps execute --database 'jdbc:postgresql://localhost:5432/baremaps?&user=baremaps&password=baremaps' --file 'res://osm_create_extensions.sql' --file 'res://osm_drop_tables.sql' --file 'res://osm_create_tables.sql' --file 'res://osm_create_gist_indexes.sql' --file 'res://osm_create_gin_indexes.sql' will result in ``` java : java.lang.RuntimeException: org.postgresql.util.PSQLException:...
@bchapuis No problem at all! Would you have tip for the following issue? I tried `java -cp "C:\baremaps\lib\*" com.baremaps.cli.Baremaps import --database 'jdbc:postgresql://localhost:5432/baremaps?&user=baremaps&password=baremaps' --file 'https://download.geofabrik.de/europe/liechtenstein-latest.osm.pbf'` and it fails with ``` [INFO...