Hi,
I'm trying to set up a map with two Google overlays, one of type "Normal" and one of type "Satellite". I want to switch between them in the overlay switcher.
All works well when I debug it, but when I publish the solution to a server, and run it, it prompts me for a required Google code api key. Fine, I've generated one such.
However, when I add the same key to both layers, the solution throws an exception:
System.ArgumentException: An item with the same key has already been added.
When I run the second layer without the api key, it prompts me for it, and doesn't show the overlay switcher.
Please advise.
--
Lars