forked from mapbox/togeojson
-
Notifications
You must be signed in to change notification settings - Fork 67
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 for custom KML schema #69
Comments
Well, it's in the KML spec and it is useful to data consumers that aren't Google Earth, so it's in scope. I'm in the middle of a pretty large refactor of this project to use TypeScript and support folders, but once that's shipped I'll take a look at this. |
perliedman
added a commit
to solvi-ab/togeojson
that referenced
this issue
Nov 11, 2022
tmcw
pushed a commit
that referenced
this issue
Nov 12, 2022
tmcw
pushed a commit
that referenced
this issue
Nov 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a KML you can extend the "default" elements in this way:
With such a KML this library returns an empty list of features.
Is there any plan to support KML containing custom KML schema? Is this functionality considered in the scope of this library?
The text was updated successfully, but these errors were encountered: