Some imperfect datafacer declarations rise compilation errors while that could be detected at validation time and just notified to the user.
Two examples :
- writing
data CsvFile(...) instead of data Csvfile(...)
- Writing
data Shapefile("file.shp",2975) instead of data Shapefile("file.shp","EPSG:2975")
Some imperfect datafacer declarations rise compilation errors while that could be detected at validation time and just notified to the user.
Two examples :
data CsvFile(...)instead ofdata Csvfile(...)data Shapefile("file.shp",2975)instead ofdata Shapefile("file.shp","EPSG:2975")