Tobias Knerr

Results 18 issues of Tobias Knerr

Support for reading .osm.gz and .osm.bz2 files was lost during the migration to osm4j. There is some unfinished code related to this in StrictOSMFileReader. Once an implementation is available, the...

The example_config.properties file is currently setting `drawBuildingWindows = true` even though it does not define a window texture. As reported in #142, this does not actually work and needs to...

As [mentioned in the OSM forum](https://forum.openstreetmap.org/viewtopic.php?pid=651929#p651929), the OSM2World window is currently too small for HD displays.

enhancement

WorldObjects should be able to add lights to the scene. This could be used for street lights, buildings and so on. This may not be supported by all export formats,...

enhancement

Entirely omitting camera information with PNG output causes a NullPointerException: ``` Exception in thread "main" java.lang.NullPointerException at org.osm2world.core.target.jogl.JOGLTarget.applyProjectionMatricesForPart(JOGLTarget.java:320) at org.osm2world.core.target.jogl.JOGLTarget.renderPart(JOGLTarget.java:245) at org.osm2world.console.ImageExporter.writeImageFile(ImageExporter.java:250) at org.osm2world.console.Output.output(Output.java:159) at org.osm2world.console.OSM2World.executeArgumentsGroup(OSM2World.java:199) at org.osm2world.console.OSM2World.main(OSM2World.java:130) ``` It...

bug

The camera setting for orthographic perspective does not work in the graphical user interface. The command line parameters are not affected by the problem.

bug

A "sawtooth" roof shape for factories and similar buildings is being suggested in the OSM-4D translation table. It would be desirable for OSM2World to support this value. This still has...

enhancement

The OSM2World viewer launches and immediately quits on an iMac with Mac OS 10.8.1 Mountain Lion and Oracle Java 7. Java version: ``` java version "1.7.0_06" Java(TM) SE Runtime Environment...

bug

Now that there is a [wiki page for roof:material](http://wiki.openstreetmap.org/wiki/Key:roof:material), OSM2World should try to support all of them.

enhancement

Reloading the configuration file does not reset materials to their default untextured state if a texture was previously defined. Exchanging the texture with a different one works fine. Steps to...