Widgets, that can show coordinates on a map. Actually supported only Open Street Maps and Google. To use Google Maps you should get the API Key for Google Maps. You can get it here
You can bind longitude and latitude apart or just place into longitude the Object ID with the value like following:
- 7.0001;49.0000 (longitude ; latitude)
- 7,0001;49,0000 (longitude ; latitude)
- 7.0001,49.0000 (longitude , latitude)
- 49.0000,7.0001 (latitude , longitude + swap flag)
- 49.0000;7.0001 (latitude ; longitude + swap flag)
- fix datapoint handling for lat/lan
- Make data points in 0_userdata work again
- (bluefox) Removed dependency to
iobroker.vis
. Only show the message if vis is not installed
- (bluefox) Added vis-2 to the restart by installation
- (bluefox) Small errors were fixed
- (TA2k) Fix OSM issue with Safari
- (bluefox) Event click on pins added
- (bluefox) Fix error if coordinates are empty
- (bluefox) allow to swap longitude and latitude
- (bluefox) add traffic layer for google maps
- (bluefox) fix google map max zoom
- (bluefox) remove unused files
- (bluefox) initial checkin
Copyright (c) 2016-2024 bluefox dogafox@gmail.com MIT