Over the last few weeks I have been looking at 3D rendering of OpenStreetMap data. Much of the focus has been on the old town of Dunkeld in Perthshire, Scotland.
I learn iteratively combining trial and error with reading documentation. Different rendering options like demo-f4map.com and Kendriz3D plugin in JOSM provide my informational feedback loop. The former is easier to use but the Kendriz3D plugin is quicker to see the updates I make.
토론
2022년 4월 4일 20:19에 spiregrain님의 의견
Do post some links!
I did a few oddly-shaped buildings in my area a few months ago, if you’re looking for examples.
2022년 4월 5일 03:06에 Sam Wilson님의 의견
I think OSM2World can be used to get quicker local rendering of 3D features (at least, so I learnt recently from this video by @b-unicycling ).
2022년 4월 5일 14:03에 vorpalblade-kaart님의 의견
Quick comment for people reading this post and wanting to use
kendzi3d
:At the time of writing, the Kendzi3d plugin works on Java 8 only (and not at all on Mac). There is a version which works on Java 9+ (and Mac) called
kendzi3d-dev
. If you installkendzi3d-dev
, please be aware that it is intended to be short term workaround (I was hoping to get it merged intokendzi3d
itself last week, but there are a few niggling issues). Whenkendzi3d-dev
is removed from the JOSM plugin list, you will not be automatically migrated tokendzi3d
. I may be able to add an informational dialog indicating that users should switch tokendzi3d
, but you should not count on it.2022년 4월 5일 20:31에 JamJar II님의 의견
Thanks for the comments. Those example buildings will help!
Regarding java on the Mac (Monterrey), I am getting ok results invoking via Terminal and using
java -jar OSM2World.jar
or
java -jar –add-modules ALL-SYSTEM josm-tested.jar
Java version:
java –version openjdk 11.0.8 2020-07-14 LTS OpenJDK Runtime Environment Zulu11.41+23-CA (build 11.0.8+10-LTS) OpenJDK 64-Bit Server VM Zulu11.41+23-CA (build 11.0.8+10-LTS, mixed mode)