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

fix typo #223

Merged
merged 2 commits into from Dec 16, 2014
Merged

fix typo #223

merged 2 commits into from Dec 16, 2014

Conversation

ochriste
Copy link
Member

effectively, if you use %i it makes more sens to cast as int

@sbrunner sbrunner added this to the 1.0 milestone Nov 27, 2014
@@ -227,7 +227,7 @@ def __init__(self, config_file, options=None, layer_name=None):
'+x_0=2600000 +y_0=1200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m ' \
'+no_defs'
else:
grid['proj4_literal'] = '+init=epsg:%i' + srs[1]
grid['proj4_literal'] = '+init=epsg:%i' % int(srs[1])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry we are wrong again, it should be:

grid['proj4_literal'] = '+init=%s' % grid['srs']

@sbrunner
Copy link
Member

sbrunner commented Dec 2, 2014

The tests should also be updated ?

@sbrunner
Copy link
Member

sbrunner commented Dec 9, 2014

The '?' should be escaped !
https://travis-ci.org/sbrunner/tilecloud-chain#L2468

@ochriste ochriste force-pushed the master branch 4 times, most recently from eedf308 to f6fd157 Compare December 11, 2014 15:30
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling de230ee on ochriste:master into 00bf4b1 on sbrunner:master.

@sbrunner
Copy link
Member

Thanks, merge

sbrunner added a commit that referenced this pull request Dec 16, 2014
@sbrunner sbrunner merged commit 1bddbca into camptocamp:master Dec 16, 2014
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.

None yet

3 participants