Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FGPV schema validation #516

Open
6 tasks
jolevesq opened this issue Dec 18, 2019 · 0 comments
Open
6 tasks

FGPV schema validation #516

jolevesq opened this issue Dec 18, 2019 · 0 comments

Comments

@jolevesq
Copy link
Contributor

When we validate a file coming from the authoring tool with the FGPV schema, validation fails.

Take a look at this validation error

  • Missing required property: id (Path: #/map/tileSchemas/1/overviewUrl)

  • Missing required property: id (Path: #/map/tileSchemas/0/overviewUrl)

  • No enum match for: en-CA (Path: #/language) …. Should be en, fr

  • Expected type number but found type null (Path: #/map/components/mouseInfo/spatialReference/vcsWkid)

  • Expected type number but found type null (Path: #/map/components/mouseInfo/spatialReference/latestWkid)

  • Expected type number but found type null (Path: #/map/components/mouseInfo/spatialReference/latestVcsWkid)

These error doesn't impact the use of the viewer itself but if we try to run FGPV code with a configuration file from the authoring tool, it will fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant