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

Looks like different door materials like glass, metal etc. are unfortunately not supported: ![grafik](https://user-images.githubusercontent.com/15686824/177796371-cfdf70cc-212d-4b53-9e2a-4cf29cd4a7a3.png) Key materials is also not mentioned on the wiki page, but it would be nice to...

enhancement

Some roof shapes seem not to be rendered with exact heights given, see for example the roof on the Westwerk of the Aachener Dom: https://www.openstreetmap.org/way/306573602 ![grafik](https://user-images.githubusercontent.com/15686824/178325477-d7e9f67b-b7d2-424e-9f84-1e65d6fb1493.png) ![grafik](https://user-images.githubusercontent.com/15686824/178325738-66fb46b0-16e4-4c52-9d90-2a42fab75781.png) A pyramidal or...

you could use a simple texture like Kendzi3D has: ![grafik](https://user-images.githubusercontent.com/15686824/178238234-4d2becd2-7ab6-4274-8c67-4b88d6573f49.png) It's a widely used material value (0.24 %): https://taginfo.openstreetmap.org/keys/?key=building%3Amaterial#values

enhancement

It looks like parameter `step_count` for `highway=steps` is wrong interpreted if you have a way with multiple segments. OSM2World renders `step_count` steps between each segment, but the number should be...

bug

osm2world crashes if two nodes have exactly the same position: ![grafik](https://user-images.githubusercontent.com/15686824/177805136-c2793399-e753-4295-affc-17382d2c2976.png) This was the case for me when I wanted to place a window above a door on the same...

Hello, F4map seems to handle steps connecting different levels better: see https://www.openstreetmap.org/query?lat=52.50584&lon=13.33474 OSM2World: ![grafik](https://user-images.githubusercontent.com/15686824/177817497-1f6589bb-30ee-4788-9674-2cfd7b255d9f.png) F4map: https://demo.f4map.com/#lat=52.5059509&lon=13.3349514&zoom=20&camera.theta=65.225&camera.phi=-49.274 Best regards

It looks like that min_height of barriers is not used, so you can't use them correctly as building parts. See the fence on the Victory Column in Berlin: https://www.openstreetmap.org/relation/4639168 F4Map,...

The latest release downloaded from http://osm2world.org/download/ doesn't run, resulting in an index out of bounds exception. ` C:\Users\jacob>java --version openjdk 16.0.2 2021-07-20 OpenJDK Runtime Environment (build 16.0.2+7-67) OpenJDK 64-Bit Server...

(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. This way, other apps, such as StreetComplete, JOSM...

enhancement

Hi, sorry about this completely beginner's question, but I can't seem to be able to open an .osm file from Command Prompt. From what I've read in the Wiki and...