Hello all,
I know i can use the overlays= parameter to call NamedMaps into a configm (as long it is in that config). For example, https://geo.southwark.gov.uk/connect/analyst/mobile/#/main?overlays=Planning will open the defaultmap config and switch on the Planning group (NamedMap).
This is all fine for when I want a multi layered NamedMap to open up. But I also want to be able to call individual layers within the NamedMap (NamedTables?). Is this possible?
The only way I can see of achieving the same aim now is to create a new config that contains a new NamedMap that contain just the one layer (NamedTable?) that I want to call in. I would then use something like https://geo.southwark.gov.uk/connect/analyst/mobile/#/main?mapcfg=Planning site notices&NamedTable=R_Planning_SiteNotices to call it via a URL
However this is problematic for two reasons
1
It means creating a new map config with just one NamedMap containing just one layer (NamedTable?) purely for the purpose of being able to call just one layer via a URL. Now imagine that I want to this type of thing many times, I'll then end up having to create multiple configs containing just one layer set up for the sole purpose of making a bespoke URL call work. Moreover, I've have to a new NamedMap containing just the one layer. I'd then have to do this every time I want to make such a bespoke call.
2
I have to assign this new config to the role making it available in the map configs list. This would be confusing to the users as they dont relly need to see them listed there.
So, being able to call in a single table within a multi-layered NamedMap would be extremly useful.