Closed rhabacker closed 7 years ago
This is a bug in the backwards-compatibility code. You no longer need to put your extensions (like the viewpoints) under an "extensions" block - just put them directly under the "map" tag along with the map layers.
Thanks for this hint. About 25% of the examples from the tests subdir still uses this tag and are misleading users to use this. Is this somewhere documentated in the reference doc ?
Right; we still need to work on cleaning those up. No docs on the topic
Removed old "extensions" tags from all sample files.
Reserialization of test earth file readymap-bing.earth with osgearth from master branch and running
osgconv readymap-bing.earth test.earth
creates a partially different output file. The bug is that the following fragment
is reserializated to
which
<external>
while it was below<extensions>
<map>
resulting in having duplicated view points.