Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Adding Custom Maps to DV 12.2.3.0.0 Fails

Summary
Adding Custom Maps to DV 12.2.3.0.0 Fails
Content
One of the new, long awaited, feutures of DV was the ability to add custom Maps.
Since i've created a lot of custom maps/themes with Oracle Map Builder (part of Mapviewer) i used this tool to create a GEO-Json file for me.
My simple strategy was to import this GEO-Json file as a custom map into DV Desktop.
Unfortunily it gives me an error:
This is not a valid Json file.
Can anyone give me an example of a valid Json file and perhaps some explanation of what is wrong or which specifications are expected.
Thanks,
Bertram
Now with attachment as example, added by Bertram
Answers
-
Pls email me your geoJSON or attach to this thread. I can take a look.
0 -
Change "srs" value in geoJSON file from 28992 to 8307 will work.
0 -
See attachment on original discussion
0 -
Joseph,
Thanks for you quick response.
It work on my site as well.
Will transform all of my thems than to 8307 for DV purpose then.
This kind of coordinate-systems are supported by the WebLogic Mapviewer component and therefor by OBI-EE
Will there be support for them in the near future as you know?.
0 -
Changing srs value alone may not work. The uploaded geojson uses an unsupported coordinate system - 28992 and hence it needs to be transformed as well. There are multiple ways to do this. You could load the data into a Oracle table and use Oracle Spatial transform functions. There are other standalone and online tools out there as well. One example: https://mygeodata.cloud/converter/ .
Set target srid to 8307, 4326 or 3857.
8307 and 4326 are SRIDs fpr Longitude, Latitude coordinates using the WGS84 datum (which is used by GPS). 3857 is the World Mercator Projections used in Google, Bing, HERE, and Oracle maps.
Anyways, I'm attaching the transformed file here. Give that a shot. Renders like this ..
0