tilestrata-postgismvt icon indicating copy to clipboard operation
tilestrata-postgismvt copied to clipboard

Please publish the ST_AsMVT new signature to npm

Open luizotcarvalho opened this issue 6 years ago • 3 comments

I'm trying to use this library with npm but the signature is wrong, can you update the npm package?

thanks.

luizotcarvalho avatar Feb 07 '19 00:02 luizotcarvalho

See https://github.com/Geodan/postgis-mvt-server/commit/2e87d58c3141b1f6ad66acec59670eb9ad8ce695

Now q is the first parameter

lamuertepeluda avatar Feb 07 '19 10:02 lamuertepeluda

@lamuertepeluda yes, I aware thats was fixed, but in npm package its still with the old signature. Im asking to @Stezii publish this new version there.

https://www.npmjs.com/package/tilestrata-postgismvt

luizotcarvalho avatar Feb 07 '19 12:02 luizotcarvalho

For now, I'm installing direct from github.

Heres my package.json

{
 "devDependencies": {
    "tilestrata": "^2.1.2",
    "tilestrata-postgismvt": "github:Stezii/tilestrata-postgismvt"
  }
}

luizotcarvalho avatar Feb 07 '19 12:02 luizotcarvalho