Skip to main content
Solved

We prepare kml files from Tab files as a regular practice to show our maps on our websites. However for multigeometries the popups don't work on our websites. These popups work in Google earth for the kmls but always fail in the web API. Any idea?

  • February 10, 2023
  • 2 replies
  • 5 views

We prepare kml files from Tab files as a regular practice to show our maps on our websites. However for multigeometries the popups don't work on our websites. These popups work in Google earth for the kmls but always fail in the web API. Any idea?

Best answer by redgeographics

Maybe use a DeAggregator before writing, it'll be separate geometries though so that may look odd in your web application.

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

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3699 replies
  • Best Answer
  • February 10, 2023

Maybe use a DeAggregator before writing, it'll be separate geometries though so that may look odd in your web application.


  • Author
  • 1 reply
  • February 13, 2023

Thanks the disaggregation at the source level worked fine however I will use deAggregator in all our translation for similar issues from now on. Kind Regards