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

Resolve plan for utf8 escaping problems and discrepancy between spec and reality #6

Closed
springmeyer opened this issue Apr 5, 2011 · 2 comments

Comments

@springmeyer
Copy link

The utfgrid spec says that 'grid' is a json array, but in fact its a string. We should commit to it being a string in the spec and document this if we plan to stick with this workaround for the utf8 escaping issue in JSON.Stringify.

@springmeyer
Copy link
Author

@springmeyer
Copy link
Author

so, we decided to go with a json array that stores strings (rather than buffers, for simplicity). Just implemented this in python http://trac.mapnik.org/changeset/2753 and have it locally working in nodejs.

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

No branches or pull requests

1 participant