Skip to main content
Solved

Is there a way to add an additional value to absolute value in the KMLPropertySetter Parameters?

  • June 2, 2017
  • 2 replies
  • 21 views

For example, I would like to add 40 meters to the current absolute value height.

Best answer by jdh

You can use an offsetter on your features to add 40m to the Z value.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

jdh
Contributor
Forum|alt.badge.img+40
  • Contributor
  • Best Answer
  • June 2, 2017

You can use an offsetter on your features to add 40m to the Z value.


  • Author
  • June 5, 2017

Terrific, thank you jdh. Your solution worked perfectly!