Topic: Raster Layers
I'm trying to create different layers on my android app. I'm using OnlineMaps to show the map and the localization to show the user respective position and a few markers that I load from a local geojson file. I'm struggling to create personalized layers to show elevation and another layer to show the groundwater.
Also, my map is being provided by a docker container which is running on my personal server following this example https://switch2osm.org/serving-tiles/us … container/) .
Is there anyway for me to create such layers with inifinity code maps asset?