Skip to content

Releases: placemark/togeojson

v7.1.2

31 May 17:10
b99baa6

Choose a tag to compare


v7.1.1...v7.1.2

Integrate NetworkLink parsing

18 Apr 17:52
5fca02e

Choose a tag to compare


v7.1.0...v7.1.1

Support processing NetworkLinks

08 Apr 13:26
f5275d8

Choose a tag to compare

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.


v7.0.0...v7.1.0

Remove dependencies, TypeScript users should install @xmldom/xmldom and @types/geojson

07 Mar 20:34
f51a1df

Choose a tag to compare

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

v6.0.1...v7.0.0

Pre-release of type refactor

15 Feb 18:05
17fe370

Choose a tag to compare

Pre-release
  • Add ts note e42e686
  • Remove peer dependencies df8b31a
  • Make external interfaces compatible with xmldom 6b8c4e8
  • Biome should ignore package.json 2f31a74

v6.0.1...v6.0.2-0

Remove accidental rollup dependency

27 Jan 22:53
b23a8b8

Choose a tag to compare


v6.0.0...v6.0.1

Multi-extension support

24 Nov 17:14
a27fa7d

Choose a tag to compare

  • Modernization (#131) dbd35d4 - this repo now uses modern tooling (pnpm, biome)
  • feat: Look for opencpn extensions to GPX (#129) b6897c9 (thanks @jaybo)
  • docs: Add npm badge f0e106f

v5.8.1...v6.0.0

Multi-extension support

22 Nov 21:18
cf65c6c

Choose a tag to compare

Pre-release

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.

  • Move biome to devDependencies ffb323b
  • Make formatting similar to main branch f33ca2f
  • Biome format lib 819d3bf
  • Trim contents, add gpxx by default 73c8ba1
  • Try handling all extensions 9958421
  • Look for opencpn extensions to GPX d074b21
  • docs: Add npm badge f0e106f

v5.8.1...v6.0.0-0

Fix incorrectly rotated GroundOverlays

11 Aug 18:30
71b38c6

Choose a tag to compare

  • fix: Reverse rotation factor for KML GroundOverlay (#120) 5452037

v5.8.0...v5.8.1

Add skipNullGeometry option

05 Aug 15:56
71ce365

Choose a tag to compare

  • build: Avoid always building docs ee0c154
  • docs: Update docs ee07b94
  • chore: Add node engines field, update docs (#118) c556575
  • docs: Export KMLOptions interface (#117) 517a643
  • [feat] Add { skipNullGeometry } option to skip null geometry (#116) 5b1e9c3

v5.7.0...v5.8.0