There are problems on NatMap with templated feature info popups not correctly incorporating the raw values in the template output. This issue was identified by a user who took the time to contact us.
Notice that it is using the field Indicative new generation connection capacity available (MW) by default to visualise the points on the map, and the points have different colours and sizes indicating that there are values for that field.
Click any of the points.
You will see that the Indicative new generation connection capacity available (MW) field is not showing any values.
Click Show Raw Data.
You will see that existing_new_connection_capacity actually has a value.
There are problems on NatMap with templated feature info popups not correctly incorporating the raw values in the template output. This issue was identified by a user who took the time to contact us.
Using this share URL: https://nationalmap.gov.au/#share=s-4hOUMxGiSHgQjxqGBJuuM7b5SqN The layer is National -> Energy -> Electricity -> Network -> New -> Distribution -> Substations.
Indicative new generation connection capacity available (MW)
by default to visualise the points on the map, and the points have different colours and sizes indicating that there are values for that field.Indicative new generation connection capacity available (MW)
field is not showing any values.Show Raw Data
.existing_new_connection_capacity
actually has a value.The value
Indicative new generation connection capacity available (MW)
is a remapping from the "raw" fieldexisting_new_connection_capacity
which can be found in the catalog (https://github.com/TerriaJS/saas-catalogs-public/blob/main/nationalmap/catalog/energy/prod.json):Please fix the feature info templating to correctly output values.