koopjs / koop

Transform, query, and download geospatial data on the web.
http://koopjs.github.io
Other
654 stars 125 forks source link

Quantization mode #924

Closed kbrashem closed 4 months ago

kbrashem commented 4 months ago

Fixes a bug in Esri's AGOL Map Viewer where the .pbf tiles will not load due to the request coming with a quantizationParameter containing "mode".

changeset-bot[bot] commented 4 months ago

🦋 Changeset detected

Latest commit: 35faf90bd23f9d83044830738c5a4f20eff9d226

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages | Name | Type | | -------------------------- | ----- | | @koopjs/featureserver | Patch | | @koopjs/output-geoservices | Patch | | @koopjs/koop-core | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

rgwozdz commented 4 months ago

Love it, thank you. Actually, could you make a quick change and just allow unknown fields in the Joi schema? That will prevent any other unexpected similar rejections.

rgwozdz commented 4 months ago

Love it, thank you. Actually, could you make a quick change and just allow unknown fields in the Joi schema? That will prevent any other unexpected similar rejections.

Nevermind, I take it back!