Releases: placemark/togeojson
v7.1.2
Integrate NetworkLink parsing
Support processing NetworkLinks
Thanks Mikhail Veygman for this release - this adds processing for the NetworkLink tag!
Note that togeojson still does not fetch any remote resources, so this will not automatically pull in dependent KML/KMZ files.
Remove dependencies, TypeScript users should install @xmldom/xmldom and @types/geojson
This updates the way that this module refers to TypeScript types. The module itself is now dependency-free (again) and doesn't rely on types/geojson and xmldom/xmldom. If you're using TypeScript, you should install those packages separately. If you aren't using TypeScript, you can ignore their presence.
This also expands the input types of the module to work for xmldom users.
- deps: Make external interfaces compatible with xmldom (#138) 3d58707
- Biome should ignore package.json 2f31a74
Pre-release of type refactor
Remove accidental rollup dependency
Multi-extension support
Multi-extension support
This prerelease is a test of the ability for toGeoJSON to include GPX extensions from an arbitrary number of extra sources. Because this expands the support for extensions, it's likely to produce more feature properties than previous versions.