OSM2World icon indicating copy to clipboard operation
OSM2World copied to clipboard

converter that creates three-dimensional models of the world from OpenStreetMap data

Results 98 OSM2World issues
Sort by recently updated
recently updated
newest added

If `ele` is expressed in feet using [the usual units](https://wiki.openstreetmap.org/wiki/Units), it looks like the tag is dropped because it isn’t an integer or floating point number. (I’m only doing code...

[roof:shape=side_hipped](https://wiki.openstreetmap.org/wiki/Tag:roof:shape%3Dside_hipped) is a quite common shape for semi-detached buildings, and I would like osm2world to support it. ![grafik](https://github.com/tordanik/OSM2World/assets/30999326/e446aaec-23cf-4aad-9746-5eba104ff5b3) The renderer should render the roof as gabled on the site where...

Hello, I have a problem with rendering some road junctions. There is a issue when program is finding intersections between way segments (NetworkCalculator.calculateJunctionNodeEffects in first for loop). When way segments...

**Pull request title: Refactoring** I have done refactoring in certain class on the basis of their functionalities. **Description**' Refactoring name and place where done: 1. Rename variable: lat, long, ele...

Running Version 0.4.0 on Windows 10 results in the following exception at startup: ``` Exception in thread "main" com.jogamp.opengl.GLException: Unable to determine GraphicsConfiguration: WindowsWGLGraphicsConfiguration[DefaultGraphicsScreen[WindowsGraphicsDevice[type .windows, connection decon, unitID 0, handle...

https://www.openstreetmap.org/way/43649840 for some reason, the domed roof is ignoring min_height. The building should look like this: ![Greenwich_Foot_Tunnel_Entrance,_Greenwich_Pier_-_geograph org uk_-_1944751](https://user-images.githubusercontent.com/26939824/210122218-42c9f5d0-3153-41f1-ad3f-8163151d3193.jpg) (from[ commons/geograph](https://commons.wikimedia.org/wiki/File:Greenwich_Foot_Tunnel_Entrance,_Greenwich_Pier_-_geograph.org.uk_-_1944751.jpg))

bug

_Help>Controls_ says that I can use the mouse wheel to zoom in and out. I don't have a mouse, only the touchpad of my laptop. In other softwares I can...

bug

Minor changes just for better readability - Refactor math operations and improve readability in VectorXYZ, Vector, XYZW, SimplePolygonXZ, and TriangleXZ