We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The version of shpwrite.js on unpkg is out of date.
For example, https://unpkg.com/@mapbox/shp-write@latest/shpwrite.js (which, at time of writing, redirects to version 0.4.3 at https://unpkg.com/@mapbox/[email protected]/shpwrite.js) does not contain the latest code. If you search there for the justType function it reads as:
justType
function justType(type, TYPE) { return function (gj) { var oftype = gj.features.filter(isType(type)); return { geometries: oftype.map(justCoords), properties: oftype.map(justProps), type: TYPE, }; }; }
As opposed to what's in geojson.js for version 0.4.3:
shp-write/src/geojson.js
Lines 13 to 22 in 48a0fe7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The version of shpwrite.js on unpkg is out of date.
For example, https://unpkg.com/@mapbox/shp-write@latest/shpwrite.js (which, at time of writing, redirects to version 0.4.3 at https://unpkg.com/@mapbox/[email protected]/shpwrite.js) does not contain the latest code. If you search there for the
justType
function it reads as:As opposed to what's in geojson.js for version 0.4.3:
shp-write/src/geojson.js
Lines 13 to 22 in 48a0fe7
The text was updated successfully, but these errors were encountered: