Hi everyone,
Has anyone tried to make custom Mapbox maps into Cognos Dashboards or Reports? Is it possible?
After a quick look at their APIs, it looks like you can use javascript with Mapbox. I have used this to marry Cognos report data with Google maps,so I am quite sure you could do the same with Mapbox.
You're going to need to know javascript pretty well, though, for anything like this.
I have used JavaScript, RequireJs, OpenLayers, OpenStreetMap, ArcGISOnline, and an internam ArcGIS Feature Service to create some mapping capability in Cognos. It seems pretty involved, but that just may be because I'm learning OpenLayers and RequireJS at the same time.
Ed Gonzoles (http://icdata.io) has created a nice demonstration of the outcome of using RequireJs and the MapBox API in a Cognos report: https://youtu.be/3SoTRgjnX9w
I'm not promoting Ed. I'm sure he's not the only one capable of pulling this off. But he did create the video and seems to be a pretty nice guy based on an email exchange I had with him. Also, the level of effort this seems to involve makes outsourcing the task pretty attractive, especially if you want some high-end features like he shows near the end of the video.
I've integrated Eds basic solution. Are there tutorials on how to implement more advanced features?