@opengis/gis 0.2.162 → 0.2.163

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengis/gis",
3
- "version": "0.2.162",
3
+ "version": "0.2.163",
4
4
  "type": "module",
5
5
  "author": "Softpro",
6
6
  "main": "./dist/index.js",
@@ -41,7 +41,7 @@ export default async function gisConvert({ body = {} }, reply) {
41
41
  const res = await ConvertVector({
42
42
  data,
43
43
  format: ext,
44
- srs: +srid,
44
+ // srs: +srid, // target srs, 4326 by default
45
45
  encoding,
46
46
  filename: path.basename(filepath),
47
47
  }).catch((err) => ({ err }));