Nikhil VJ
Nikhil VJ
alert: the port number on right side needs to be 8080 also. Seems to be a typo on the part of the documentation. The docker container isn't putting up anything...
https://mapbox-node-binary.s3.amazonaws.com/@mapbox/mapbox-gl-native/v5.0.2/node-v83-linux-x64-Release.tar.gz : this .tar.gz isn't available on the stated URL anymore, or its access has now been restricted. That's what's causing tileserver-gl's installation to fail. Can someone from mapbox be...
Would it be possible to substitude that AWS link with something a gthub release: https://github.com/mapbox/mapbox-gl-native/releases The version number there is different - latest is "maps-v1.6.0" . Whereas here its looking...
But this may the one we're looking for: https://www.npmjs.com/package/@mapbox/mapbox-gl-native latest version is 5.0.2
Same error happens on `npm install -g @mapbox/mapbox-gl-native` . How does one compile and install this thing from source, such that after it's done, when I do `npm install -g...
checked in https://github.com/mapbox/mapbox-gl-native repo found one solution here: https://github.com/mapbox/mapbox-gl-native/issues/15903 to change node version to 10. This link is working: https://mapbox-node-binary.s3.amazonaws.com/@mapbox/mapbox-gl-native/v5.0.2/node-v64-linux-x64-Release.tar.gz Found another way forward here: https://github.com/mapbox/mapbox-gl-native/issues/16485#issuecomment-706799868 https://www.npmjs.com/package/@naturalatlas/mapbox-gl-native - v1.0.2 So...
I've posted a spinoff feature request at iD editor repo related to this: https://github.com/openstreetmap/iD/issues/5426
Hi, isn't the title misleading : should be `.to_posgis()` instead of `.read_postgis()` And this is very much needed! Quick clarification : so currently is to_posgis() expecting the geometry column to...
Hi, is this feature in yet? I'm trying to append to a table having geography type instead of geometry, ``` CREATE TABLE habitation ( "HAB_ID" BIGINT NOT NULL PRIMARY KEY,...
Copying problem description, from my perspective and what's happening at my end, from #314 Sample form : https://xhatj.enketo.org/webform (deployed from form on ona.io) Typically, we have a habit of clicking...