-
Notifications
You must be signed in to change notification settings - Fork 225
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
Issue during ./make.py #105
Comments
Code is correct. Check your file - /usr/local/share/maps/style/osm-bright-master/osm-bright/osm-bright.osm2pgsql.mml Check what you've edited, pasted in a correct way or not. Are you using proper delimiters at the end of "type":"shape". Similarly, are using correct property name. Check your file. These is no issue in code. |
ahh... for what it's worth I'm getting a similar error: jeff@jeff-Inspiron-5749:~/Documents/mapbox-osm-bright-f1c8780$ ./make.py I think they're talking about this line: but it looks ok to me, so I'm not sure what to do |
Whoop!!! look at this: "extent": "-20037508.34 -20037508.34 20037508.34 20037508.34", needs to be changed to: |
Hey, I'm trying to make a custom map... Any advice? I've got myself up and running with this tutorial: https://tilemill-project.github.io/tilemill/docs/guides/osm-bright-ubuntu-quickstart/ but I'm wondering if there's something better out there than tilemill... it's pretty slow. |
Hi there, when i tried to do ./make.py I have next error:
zhandos@root-osm:/usr/local/share/maps/style/osm-bright-master$ ./make.py
Traceback (most recent call last):
File "./make.py", line 123, in
build()
File "./make.py", line 41, in build
template = loads(templatefile.read())
File "/usr/lib/python2.7/json/init.py", line 338, 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 property name: line 8 column 19 (char 298)
line 8 in my osmbright is
The text was updated successfully, but these errors were encountered: