Introduction
Three weeks ago I published how to install and use seven additional background maps in Tableau. One of the features I mentioned was that you had to pick the checkbox in the Map Options menu to get the maps to appear. Now that requirement has been eliminated due to an astute reader of this blog. This short article describes an easy fix to make this functionality work.
Details
Today (4/22/15) Omar wrote a couple of comments (see Figure 1 and 2 at the end of this article) to the original article that provided the fix needed to make the maps appear automatically once they are selected from the map menu. This allows you to quickly toggle between background map types without having to hit those pesky check-boxes.
Omar’s first contribution is this:
In line 16 of the *.tms files, the value attribute needs to be set to “true” rather than the name of the map type. For the National Geographic Map, the correct syntax is:
<format attr=”enabled” id=”Nat Geo World Map” value=”true”/>
Omar’s second contribution is this:
In the map World_LTGrey, there was a cut and paste error in the XML file. The corrected line is shown below:
<format attr=”enabled” id=”World Light Grey Base” value=”true” />
Updated Excel File
The excel that was originally provided with article has been updated. You can download the file by clicking this link: Tableau_Mapsources, if needed, or you can edit your seven *.tms files in about a minute.
Pingback: How To Install and Use Seven Fantastic #Tableau Background Maps | 3danim8's Blog
Hello Ken, I’m trying to use the ‘Nat Geo World Map.tms’ files with Tableau 8.3, but i get this error when I try to import them: “This Tableau Map Source (tms) does not identify a WMS server”.
Here my code:
What am I doing wrong?
Regards,
Marcos
Marcos,
I cannot see your code so I don’t know how to hope you. Hopefully you got it fixed by now.
Ken