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

updated osm-bright.imposm.mml so that make.py doesn't crash w/ imposm importer #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented Aug 28, 2016

Proposed change fixes the following error.

Traceback (most recent call last):
File "make.py", line 128, in
build()
File "make.py", line 41, in build
template = loads(templatefile.read())
File "C:\Python27\lib\json__init__.py", line 339, in loads
return _default_decoder.decode(s)
File "C:\Python27\lib\json\decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Python27\lib\json\decoder.py", line 380, in raw_decode
obj, end = self.scan_once(s, idx)
ValueError: Expecting property name: line 554 column 7 (char 26688)

The comma on line 553 of osm-bright.imposm.mml prevents line 41 in make.py from parsing the file correctly. Affects users running make.py with config["importer"] = "imposm" in configure.py.

@hmeine
Copy link

hmeine commented Sep 3, 2019

This fixes an obvious json syntax error and tackles #105. Could this be merged please?

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

Successfully merging this pull request may close these issues.

1 participant