LABELITEM: 'name'
CLASSITEM: 'type'
######## --------------- ########
######## Bridge ########
######## --------------- ########
CLASS {
15-21{
EXPRESSION: ([bridge]=1 and "[type]" = "motorway_link")
...
**Errors**
----------
Uncatched syntax error :
Traceback (most recent call last):
File "/opt/scribeui/scribeui_pyramid/modules/maps/scribe.py", line 647, in main
jsonToMap(jsonContent, outputDirectory, mapName, clean)
File "/opt/scribeui/scribeui_pyramid/modules/maps/scribe.py", line 285, in jsonToMap
data = json.loads(content)
File "/usr/lib/python2.7/json/__init__.py", line 326, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
obj, end = self.scan_once(s, idx)
ValueError: Expecting , delimiter: line 947 column 30 (char 36068)
**Logs**
LABELITEM: 'name'
CLASSITEM: 'type'
######## --------------- ########
######## Bridge ########
######## --------------- ########
CLASS {
15-21{
EXPRESSION: ([bridge]=1 and "[type]" = "motorway_link")
...
LABELITEM: 'name'
CLASSITEM: 'type'
######## --------------- ########
######## Bridge ########
######## --------------- ########
CLASS {
15-21{
EXPRESSION: ([bridge]=1 and "[type]" = "motorway_link")
...
Strange error with comment block:
This config didn't work:
But this work fine (space at first comment line):
Or this work fine to: