John Morton

Results 2 issues of John Morton

The generateRange function has a check that compares the column number to the length of the line. In cases where the column number is greater than the line length, atom-linter...

The feature substitution tag [(from RFC 36)](https://mapserver.org/output/template_output.html) isn't parsed when it's inside an include. e.g. main.tmpl ``` // mapserver template [ [resultset layer=xlayer][include src="itemlist.tmpl"][/resultset] ] ``` itemlist.tmpl ``` // mapserver...

Bug