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

Remove mapnik.vector namespace #2

Closed
kkaefer opened this issue Apr 13, 2014 · 3 comments
Closed

Remove mapnik.vector namespace #2

kkaefer opened this issue Apr 13, 2014 · 3 comments

Comments

@kkaefer
Copy link
Member

kkaefer commented Apr 13, 2014

Any reason we need this namespace? Afaik, this is just used to ensure the namespace when using protoc to generate bindings.

@springmeyer
Copy link

I agree, we can rename to something generic (non-mapnik) now that this spec is coming to fruition. I think some namespace is a nice thing for the C++ bindings. What about mapnik.vector -> vector_tile at

package mapnik.vector;
?

@pramsey
Copy link

pramsey commented Apr 14, 2014

How about "map.vector", so this become the "map vector tiles" spec.

@kkaefer
Copy link
Member Author

kkaefer commented Apr 14, 2014

vector_tile sounds good. If we use . as a separator (like map.vector) the namespace will become namespace map { namespace vector { which is a little awkward.

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

3 participants