-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration for MultiMap submaps #311
Comments
Same here, could not find a way. Would be nice if submaps would a) get configuration of main map or b) have a param that can be set while initiating multiMap which gets passed through to the submaps. |
For the time being I've created a quick hack by editing
|
Hello, thanks for your "hack" it's been very handy! |
Hi @cellulosa , |
Hi @vistree, I removed my repository because I though nobody needed it and it's a long time since I last used jvectormap. Anyway, I found my old edited file, there it is: https://github.com/bjornd/jvectormap/blob/3a3b9506f4c34aa62347e97369b83d6318df40ee/src/multimap.js |
@cellulosa : thanx!!! |
Great job.. 👍 |
Is it possible to configure the submaps that are loaded using the MultiMap map object? It looks like the maps are added as regular map objects, but it's not clear to me how to pass configuration to those maps. Ideally, I'd like to be able to add markers, legend, etc. to the submaps, same as the main map.
The text was updated successfully, but these errors were encountered: