You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And add these to https://mappyfile.geographika.net/
Quickly find cause of getString(): Symbol definition error. Parsing error near (:):(line 4) (in this case due to an extra quote).
CONFIG
ENV
MS_MAP_PATTERN "."
PROJ_LIB" "C:/MapServer/bin/proj7/SHARE"
END
END
The text was updated successfully, but these errors were encountered:
Keeping the grammars separate seems to make sense as the two files have different keywords and purposes. The Transformer however is reused.
Selecting the correct grammar file could perhaps be automated by checking the first string value in input file?
There are a few issues in the current branch around strings and quoting. All CONFIG examples seem to have the keywords unquoted, so perhaps only this should be supported. All values should be quoted.
geographika
changed the title
Allow validation of CONFIG and SYMBOLSET files
Allow validation of CONFIG files
Jan 12, 2024
And add these to https://mappyfile.geographika.net/
Quickly find cause of
getString(): Symbol definition error. Parsing error near (:):(line 4)
(in this case due to an extra quote).The text was updated successfully, but these errors were encountered: