Greyhound Source
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
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.
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
https://github.com/hobu/plasio.js
https://github.com/hobu/plasio-ui
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
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.