Greetings,
I'm working on a project where we want to show natural zones on the surface of the sea. The base maps are loaded from a TPK file. Then the zones are displayed on the water surface (Polygons that are loaded from geojson file). Next, we have a data layer (TPK file) containing information, e.g., the depth, that we would like to display over the zones (polygons).
You can see the desired result in the attached image
- Orange polygon (selectable) is nature zone - geojson file
- Data as "07, 02, Wamperener Riff, YBY, .." - TPK File that should be on the top of the polygon
Unfortunately, I am not able to achieve this. It should also be mentioned that the natural zones (polygons) can be selected by clicking.
SDK version: iOS 100.15.0
Data files:
- Map background: TPK file
- Zones on the water surface: geojson files
- Data with depth etc..: TPK file
Current implementation:
- Map background: base map (TPK)
- Zones on the water surface: GraphicsOverlay (Geojson)
- Missing: Data displayed over polygons
From the documentation, I learned how to stack layers on top of each other. In order to display the data over polygons, I need the data layer to be on top of the polygon layer.
I can display the natural zones (geojsons) as a graphics layer. I am also able to add the depth data (tpk file) as a data layer (operationalLayers). But unfortunately, I am not able to achieve to display the depth data over the zone polygons.
I have tried adding the geojson files as an operational layer. I have also tried creating a graphical layer from the TPK file, but unfortunately, both without success.
Is it possible to achieve the desired result using iOS SDK version 100.15.0?
Thank you very much for any help.