Hello Everyone,
I'm developing a BingMap for our customer portal that shows current positions of moving objects (like a car). Those object's geolocations are stored in my SQL database in a "latitude" and "longitude" table column.
Question:
How can I use existing latitude- & longitude-data from an SQL database to show up in a SharePoint-list in form of the new BingMap column type "Geolocation" ?
Currently, I'm accessing the data through an External Content Type, but I'm unable to create an additional column for my External List (e.g. a "Geolocation"-type column for BingMaps).The geo-data coming from SQL is dynamic and changes
several times a day.
I would like to have a SharePoint list with a Geolocation column that accesses the geo-data from my SQL database, so I might create a Map View for that list.
Sascha