title: $:/geospatialdemo/features/canada-census-subdivision-millesime/popupTemplate !!! Canadian Census Subdivision Boundary |!Field |!English |!French | |Year |<$text text={{{ [jsonget[properties],[year]] }}}/> |<| |Province Code |<$text text={{{ [jsonget[properties],[prov_code]join[,]] }}}/> |<| |Province Name |<$text text={{{ [jsonget[properties],[prov_name_en]join[,]] }}}/> |<$text text={{{ [jsonget[properties],[prov_name_fr]join[,]] }}}/> | |Census Division Code |<$text text={{{ [jsonget[properties],[cd_code]join[,]] }}}/> |<| |Census Division Name |<$text text={{{ [jsonget[properties],[cd_name_en]join[,]] }}}/> |<$text text={{{ [jsonget[properties],[cd_name_fr]join[,]] }}}/> | |Census Subdivision Code |<$text text={{{ [jsonget[properties],[csd_area_code]join[,]] }}}/> |<| |Census Subdivision Name |<$text text={{{ [jsonget[properties],[csd_name_en]join[,]] }}}/> |<$text text={{{ [jsonget[properties],[csd_name_fr]join[,]] }}}/> |