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

Input from node-mbtiles #23

Closed
tmcw opened this issue Oct 13, 2011 · 2 comments
Closed

Input from node-mbtiles #23

tmcw opened this issue Oct 13, 2011 · 2 comments

Comments

@tmcw
Copy link
Contributor

tmcw commented Oct 13, 2011

Saw this comment in node-mbtiles - is there a more specific concern here that we can address, @kkaefer?

@kkaefer
Copy link
Contributor

kkaefer commented Oct 14, 2011

The "design flaw" I'm talking about is that we have a shard table linking to both map image and grid. This makes updates more complicated because we have to take into account that one of the two might be filled in, or the row doesn't exist at all. Separating these into two tables would make it easier for mbtiles to create and continually update files.

@tmcw
Copy link
Contributor Author

tmcw commented Oct 24, 2011

This is outside of the spec: this specification is an interface that your database needs to implement, not the underlying structure. Closing.

@tmcw tmcw closed this as completed Oct 24, 2011
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

2 participants