-
(Follow up of https://github.com/westnordost/StreetComplete/issues/1063#issuecomment-689132781)
It would be very useful if OSM2World would be offered as a Java library available on maven central. Thi…
-
Hi
Thanks for a good set of tools and libraries!
I have one problem which is that when I run the OsmBboxFilter as a script it sets the bounds of the new file to 0,0,0,0 which obviously is not co…
-
After starting the server and making the necessary pre-settings, the plugin started to create the schema but then aborted with the error: Could not pass event WorldInitEvent
and thus has the further …
-
Many of the OpenStreetMap mailing lists can now be retired as the community has moved to other communications channels.
The mailinglist archives will be retained.
Once the list has been produced…
-
Hi,
I am looking to extract the building footprints in the coordinate frame you define in OSM2World/tree/master/src/main/java/org/osm2world/core/map_data/creation/MetricMapProjection.java (I assume …
-
Some usernames contain characters that make the XML parser refuse loading a file. If that happens to be in a relation, then a large portion of the map cannot be rendered. Example:
```xml
```
…
-
Hello,
has anybody seen this error message:
java.lang.NoSuchMethodError: 'void com.google.common.base.Preconditions.checkArgument(boolean, java.lang.String, java.lang.Object, java.lang.Object)'
…
-
OSM2World users have encountered problems when working with OSM XML files containing user names with certain characters – see [OSM2World issue #205](https://github.com/tordanik/OSM2World/issues/205) f…
-
```
cd $HOME/.klab/releases/develop/cli
"$HOME/.klab/jre16/bin/java" -Xms512M -Xmx2048M -server --illegal-access=permit -Dfile.encoding=UTF-8 -Dserver-port=8283 -cp cli-0.11.0-SNAPSHOT.jar:lib/* org…
-
Hi and first of all thanks for the library. :)
I'm trying to use it from Clojure (not sure if this is relevant) and I have some issues using the `PbfIterator`. I can construct the object, but itera…