gephi / gephi-plugins

Repository for Gephi Plugins maintained by the team. Each plugin has it's branch.
270 stars 620 forks source link

Map of countries branch #144

Closed seinecle closed 7 years ago

seinecle commented 7 years ago

Added an edge attribute to the map, to make it possible to filter out just the edges of the map, without touching the network. -> in response to this issue: https://github.com/seinecle/Plugins-for-Gephi/issues/30

eduramiba commented 7 years ago

Merged, will publish changes shortly.

eduramiba commented 7 years ago

Actually, I noticed this plugin uses

<groupId>net</groupId>
<artifactId>clementlevallois</artifactId>

Could you change it to this (or similar) please?

<groupId>net.clementlevallois</groupId>
<artifactId>mapofcountries</artifactId>
seinecle commented 7 years ago

So you just did it yourself it seems?

eduramiba commented 7 years ago

No, I think you will need to create a new pull request since this is already merged.