Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi:
I've a world map that shows correct data, I've this color expression
= IF (Rank(Sum(Visits)) <= 5, Blue(), Green())
I have two problems:
1) Sometimes the north-west africa countries borders dissapear
2) The green color doesn't darker or lighter depending on sum values
You can see this in the attached image.
Thank you
I also had troubles with countries sometimes disappearing - seems to be fixed (as far as I can tell anyway) in the latest version on GitHub.
I had similar issues in SVG maps extension issues
But I think I might have solved it by deleting all references to all other maps in all properties files. It worked better straight away and was a lot faster but I still had some issues. I had a couple of different versions of my map saved with different SVG options in inkscape and when I tried another it worked.
Hi Joaquin,
i’ve seen, you have work with SGV Maps and color expression. That’s exactly what I needed. Do you have any working qvw-sample? What are necessary to work with SGV-Maps? Many thanks for your replay.
Regards Stefan
Hi Stefan:
If you read the full post, you will see an app. GA TEST.qvw
You need this extension created by Brian Munz SvgReader mapping extension now stored on GitHub
Maps, as all the extensions, only work with Ajax Client for Accees Point or Web-view mode for desktop.
Your country data must be coded based in ISO-3166.
Good luck,
Joaquín