Hello,
I am just getting started with using the Geo Map component in DS 1.5. I have created a simple geoJSON file to test out the features (using http://geojson.io/). My file has just a few polygons and a table with two fields - Area (contains a unique ID) and Description. As this is just a trial, I used the BYO Data SDK to create some sample data:
My Section column contains the same unique IDs as the Area column in the geoJSON file, and is the only dimension.
In the Additional Properties for the Geo Map, I have assigned the data source and loaded the geoJSON file.
Based on my understanding from other blog posts I have seen and the user guide, it seems like I've created this map correctly. However, when I execute the dashboard, only the standard base map appears. I do not see the borders from my geoJSON file, nor is the data visualized. My guess is that there is something set up incorrectly in my data, or the way that I am binding it to the Geo Map.
What am I missing?
Thank you,
Beth