Stephan Wagner
Stephan Wagner
Yeah, good idea. I'm not too happy with the color options altogether and wanted to improve them anyway. Maybe I'll get around that while in quarantine.
Actually, the ocean color is just the background color of the wrapper. You could overwrite that with CSS: ```css .svgMap-map-wrapper { background: #d9ecff; } ```
Keeping this issue open as this might me a nice option.
Not in this version, I’m working on a new map with much more detail and might include this in a newer version which should release end of this year.
Hmm, I actually haven't testet it with react yet. svgMap doesn't use typescript. It sould work though as long as the DOM element is present at the time of initializing....
I just added a React demo. You can download v2.10.1 and check it out. It seems to work just fine. To boot it up yourself: `cd demo/react/app/` `npm install` `npm...
Im working on a complete overhowl and added using elements rather than ids to the TODO list. In the meantime, would it work if you just add an ID to...
Western Sahara should be there. It has different borders than Google Maps shows though. With Western Sahara it is a bit difficult as it is not recognized as a country...
Thats actually quite tricky if you haven't worked with SVG before. If you open the file `./assets/create-map-paths.html` in the browser (in Version 2.2.2, I just fixed that file) you can...
United Kindom countries are not separated, you would have to split them manually. I have planned a much more detailed map, but I'm pretty swamped with work atm, hopefully I...