Is it possible to work without coords? #134
Unanswered
mikauser001
asked this question in
Q&A
Replies: 1 comment
-
Hi @matidfk thanks for the kind works! Actually I'm not planning to add this in the future, even if I decided to make it I would create an external array of objects each object has a unique country name and its coordinates, then you can find your country and get its coordinates and pass it to marker config, this makes jsvectormap lightweight. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am a big fan of your work, Is it possible to integrate
something like hard coded coordinates for each country in the future?
Example
{ name: 'Egypt', coords: [26.8206, 30.8025] }, could become names: ['Egypt', ....] where each country has default coord(s), that can be overwritten at any time through coords: [x, y]
Beta Was this translation helpful? Give feedback.
All reactions