You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thanks for this great addition to the Gephi universe. We're using Gephi Lite it in teaching from day 1.
One feature request we would like to bring forward is to allow a GEXF/GraphML source file submitted through a URL parameter. Something like &input=https://dracor.org/api/v1/corpora/fre/plays/moliere-avare/networkdata/gexf.
I know, you can already "Open remote graph" from the Gephi Lite frontend, but using an URL parameter would allow us to link directly from our platform (e.g. https://dracor.org/id/fre000996#downloads) to Gephi Lite with the source file in question.
The text was updated successfully, but these errors were encountered:
Note that the GEXF must be served with CORS header allowing gephi.org domain to load the file if you want to use the publi gephi lite instance. Or you can host Gephi Lite yourself on the same domain thant the one where your GEXF file is served.
Yes my mistake it should be file= and yes the webserver serving your file does not include any CORS header yet so it will not work because of web browser security.
First off, thanks for this great addition to the Gephi universe. We're using Gephi Lite it in teaching from day 1.
One feature request we would like to bring forward is to allow a GEXF/GraphML source file submitted through a URL parameter. Something like
&input=https://dracor.org/api/v1/corpora/fre/plays/moliere-avare/networkdata/gexf
.I know, you can already "Open remote graph" from the Gephi Lite frontend, but using an URL parameter would allow us to link directly from our platform (e.g. https://dracor.org/id/fre000996#downloads) to Gephi Lite with the source file in question.
The text was updated successfully, but these errors were encountered: