Skip to main content
Solved

IMDF Writer Not outputting "Building_ids" property.

  • October 6, 2020
  • 1 reply
  • 26 views

So I have this IMDF writer. Everything works fine except for this one property building_ids. The writer in safe says it is just a string. However, I have trouble making it generate output. In reality, it needs to look like this in the generated geojson: "building_ids" : ["8f0f9e75-860d-4050-a0f0-3483cd895a31"]

Best answer by brian.telintelo

I fixed this by just creating a list type for the variable, then safe populated the value correctly.

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.

1 reply

I fixed this by just creating a list type for the variable, then safe populated the value correctly.