Hello Dojo,
I was wondering if anyone had documentation for the use of open weather maps? I have used the Help and there is no real information. If anyone has done this before and has an example that would be great.
Thanks,
Kris
Hi Kristopher
If you supply an OWM key in the maps serverconfig.xml, you should have support for openweathermap.
You can find more info about the serverconfig syntax in the help.
If this would not give you the desired result, please let us know.
Your serverconfig.xml should look something like this:
<MapsServerConfig>
<VirtualHosts>
<VirtualHost hostname="*">
<AppVersion>1</AppVersion>
<MapsProvider>osm</MapsProvider>
<MapQuest key="YourMapQuestKey"/>
<OWM key="YOurOWMKey"/>
</VirtualHost>
</VirtualHosts>
</MapsServerConfig>