plasio icon indicating copy to clipboard operation
plasio copied to clipboard

Greyhound Source

Open smercier opened this issue 9 years ago • 5 comments

I've try without success to connect to Greyhound service to Plasio viewer. I found no issue about Greyhound so I'm wondering if this function have an error or if I've used it the proper way.

server: cache.greyhound.io pipeline-id : autzen-h

I have this js error:

NetworkError: 404 Not Found - http://cache.greyhound.io/
Firefox can't establish a connection to the server at ws://cache.greyhound.io/.
Error: Connection error
...or(var a in c.handlers)c.handlers[a](Error("Connection error"));a=b.bind(null,Er...
[15]</d.prototype._withConn/h.onerror@http://plas.io/client.js:204:305

smercier avatar Jul 28 '16 18:07 smercier

plas.io's Greyhound interaction method is deprecated, using an old websocket interface (which is no longer enabled on greyhound.io - the HTTP interface is greatly preferred) for rendering of a single static buffer of points. For the modern usage, see the dynamic version at http://speck.ly.

The Greyhound button should probably be removed from plas.io's interface.

connormanning avatar Jul 28 '16 18:07 connormanning

Hi @connormanning ,@verma ,@hobu

Is speck.ly's code available to be customised? My objective is to enable user to: -Add geometry elements like box,cylinders,lines,polygons, points etc to the rendered cloud point scene -Select the features in point cloud -Check if objects intersect Of course, apart from rendering 3D point cloud from Greyhound which spec.ly already does.

Please suggest.

With regards Manish

mghildiy avatar Apr 20 '18 05:04 mghildiy

https://github.com/hobu/plasio.js

https://github.com/hobu/plasio-ui

hobu avatar Apr 20 '18 11:04 hobu

I am trying to follow: https://github.com/hobu/plasio-ui

I included the library in my html as:

<script type="text/JavaScript" src="https://cdn.entwine.io/plasio-ui/0.3.7/plasio-ui.js"></script>

I get error as:

Failed to load resource: net::ERR_CERT_DATE_INVALID plasio-ui.js:1

@hobu

mghildiy avatar Apr 22 '18 13:04 mghildiy

Thanks for the report. I have updated the cert for cdn.entwine.io and it should hopefully be working in the next hour or so.

hobu avatar Apr 22 '18 13:04 hobu