File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -281,9 +281,9 @@ export const parseGPXWithCustomParser = (
281281
282282const parseExtensions = (
283283 extensions : Extensions ,
284- extensionChildredCollection : NodeListOf < ChildNode >
284+ extensionChildrenCollection : NodeListOf < ChildNode >
285285) => {
286- Array . from ( extensionChildredCollection )
286+ Array . from ( extensionChildrenCollection )
287287 . filter ( ( child : ChildNode ) => child . nodeType === 1 )
288288 . forEach ( ( child : ChildNode ) => {
289289 const tagName = child . nodeName
Original file line number Diff line number Diff line change 22 "name" : " @we-gold/gpxjs" ,
33 "author" : " Weaver Goldman <we.goldm@gmail.com>" ,
44 "description" : " GPX.js is a modern library for parsing GPX files and converting them to GeoJSON." ,
5- "version" : " 1.0.6 " ,
5+ "version" : " 1.0.7 " ,
66 "type" : " module" ,
77 "license" : " MIT" ,
88 "repository" : {
You can’t perform that action at this time.
0 commit comments