vectormap icon indicating copy to clipboard operation
vectormap copied to clipboard

Can maps be freely added to this plugin?

Open danse opened this issue 9 years ago • 2 comments

From what i can see here, in order to use a map with this plugin, the map needs to exist into https://github.com/stormpython/vectormap/tree/master/public/lib/jvectormap/maps. Does this approach scale? If i would open a pull request for adding an arbitrary map to that folder, would it be accepted?

danse avatar Jul 12 '16 14:07 danse

@danse this approach doesn't scale, particular maps won't be of general interest. The simple solution is to fork.

emig avatar Jul 14 '16 09:07 emig

@danse, I second what @emig said. I tried to include general maps that most would find useful. However, since these are vector maps, it meant including the vector files which can get pretty big depending on what you want to display.

An approach that may be worth exploring is to add a plugin system for including other vector maps.

stormpython avatar Jul 15 '16 17:07 stormpython