How do I force a Google map with label visibility off?
370 views
Skip to first unread message
dhinostroza
unread,
May 16, 2017, 9:43:11 AM5/16/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SIMILE Widgets
Hi,
I want to show a map of London without current Google Maps labels to demonstrate the relation between deaths due to Cholera and the location of water pumps (John Snow, 1854).
You can see the 3.1.2rc2 exhibit running in the following URL:
I tried to load a static map from 1854 but that requires quite a bit of tweaking with the geometry. That piece of code within the page is commented out.
I'm still trying variations as per your suggestions with the map constructor. Any suggestion why the label visibility is still on?
Abrazo desde la línea imaginaria,
Daniel
dhinostroza
unread,
May 17, 2017, 3:07:24 PM5/17/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SIMILE Widgets
Sorry, I posted too soon. Initially https://lmorillas.github.io/colera/ didn't load when I fist tested it but it's working now. Yes, that's exactly what I need.
On Wednesday, May 17, 2017 at 10:33:32 AM UTC-5, Luis Miguel Morillas wrote:
Luis Miguel Morillas
unread,
May 17, 2017, 4:02:42 PM5/17/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to simile-...@googlegroups.com
Hi, Daniel
Happy it's the map you need. It should work with you example with few
modifications:
* Exhibit 3 maps don't support openlayers, but only google maps for now.
* Google maps require an api key (In the example I'm using the one of
the exhibit repo only for tesging)
* You should use exhibit 3 syntax (data-ex- ) and not exhibit 2 syntax (ex: )