Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support KMZ files #395

Open
ParrisPerson opened this issue Feb 10, 2022 · 4 comments
Open

Support KMZ files #395

ParrisPerson opened this issue Feb 10, 2022 · 4 comments
Assignees
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@ParrisPerson
Copy link

Hello, i wonder if is possible to load a KMZ file directly in a map like with the javascript method google.maps.KmlLayer
Best Regards!

@ParrisPerson ParrisPerson added triage me I really want to be triaged. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Feb 10, 2022
@jpoehnelt
Copy link
Contributor

@ParrisPerson Thank you for opening this issue. 🙏
Please check out these other resources that might be applicable:

This is an automated message, feel free to ignore.

@stale
Copy link

stale bot commented Jun 12, 2022

This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!

@stale stale bot added the stale label Jun 12, 2022
@dkati
Copy link

dkati commented Jun 21, 2022

any news here?

my target is:


let url = URL(string: "https:/blablabla.kmz")

        let kmlParser = GMUKMLParser(url: url!)
        kmlParser.parse()

        let renderer = GMUGeometryRenderer(
          map: mMap,
          geometries: kmlParser.placemarks,
          styles: kmlParser.styles
        )
        renderer.render()

Even normal KMLs are not rendered correctly. a simple google-earth created kml with a simple orange polygon, is rendered as blue

@stale stale bot removed the stale label Jun 21, 2022
@stale
Copy link

stale bot commented Jun 18, 2023

This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!

@stale stale bot added the stale label Jun 18, 2023
@iHackSubhodip iHackSubhodip added the priority: p3 Desirable enhancement or fix. May not be included in next release. label Nov 9, 2024
@stale stale bot removed the stale label Nov 9, 2024
@wangela wangela removed the triage me I really want to be triaged. label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

6 participants