A powerful feature in QGIS, is to be able to create virtual fields which can display a url and therefore a clickable link out of the map canvas.
If you work with the NSW planning layers - from here
have you tried to set up such a web link? My attempt is to take the pco_ref_key attribute and apply the following expression
This successfully creates a web link in the "Identify Results" form which pops up after clicking on the relevant feature in the map canvas.
However it does not successfully go to the web page. The web page requires two blocks of 4 digits.
This fails if the form of the pco_ref_key string is not composed two blocks of 4 digits each. i.e.
2013-0002
2022-0108
both of the above would work but the data in the layer comes as ;
2013-2
2022-108
(at least thats the case here in the centre of the universe. There are some epi keys which are naturally formed as 2 sets of 4 digits and they will work ok).
Has anybody got a text parsing hack for the NSW Environmental Planning Instrument links that can be applied in QGIS expressions?