Skip to content

Improve datafacer validation #28

Description

@padeg

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")

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions