COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: CognosBen on 30 Nov 2016 09:00:24 AM

Title: RAVE Visualization Dynamic Map Point - Singapore is missing
Post by: CognosBen on 30 Nov 2016 09:00:24 AM
Hi,

Data from Singapore will not be displayed in the RAVE Visualization Dynamic Map Point when the world map is selected. It works though on the regional maps.
Are there any possibilities to add Singapore in the world map in the RAVE Visualization Dynamic Map Point?




Title: Re: RAVE Visualization Dynamic Map Point - Singapore is missing
Post by: CognosBen on 05 Dec 2016 04:29:28 AM

Any suggestion to how I can fix this?
I'm opening the Visualization with the editor, but I cannot find any info about how I can add countries.
Title: Re: RAVE Visualization Dynamic Map Point - Singapore is missing
Post by: AnalyticsWithJay on 05 Dec 2016 09:21:02 AM
I haven't made any changes to map visualizations but you might want to start with the implementation.json file and look at what's happening with the coordinates below.

FYI, I did try an example with United States and Singapore and saw the same results as you.


"resource":
   [
      {
         "embeddedData":"{\"type\":\"FeatureCollection\",\"features\":[{\"geometry\":{\"type\":\"Polygon\",\"coordinates\":[[[19.75,42.58],[19.73,42.56],[19.73,42.52],[19.75,42.49],[19.78,42.47],[19.84,42.47],[19.87,42.49],[19.88,42.49],[19.91,42.51],[19.98,42.51],[20.02,42.55],[20.04,42.56],[20.06,42.55],[20.09,42.53],[20.14,42.51],[20.15,42.49],[20.18,42.44],[20.19,42.44],[20.2,42.43],[20.2,42.41],[20.19,42.4],[20.19,42.39],[20.2,42.39],[20.22,42.37],[20.22,42.34],

... a lot more coordinates removed for brevity ...

[30.56,51.24],[30.64,51.34],[30.52,51.6],[30.67,51.83],[30.93,52.07],[31.25,52.04],[31.38,52.12],[31.86,52.1],[31.89,52.04],[32.28,52.1],[32.35,52.32],[32.91,52.24],[33.2,52.37]]]]},\"properties\":{\"continent\":\"Europe\",\"name\":\"Ukraine\"},\"type\":\"Feature\"}]}",
         "URIs":
         [
            "embedded:///resource/*[\"id\"=\"id1\"]/embeddedData"
         ],
         "type":"geo/json/text",
         "id":"id1"
      }
   ],


Jay