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

No tilesSpec needed #8

Open
BHare1985 opened this issue Apr 10, 2019 · 1 comment
Open

No tilesSpec needed #8

BHare1985 opened this issue Apr 10, 2019 · 1 comment

Comments

@BHare1985
Copy link

I am a little confused by the concept of this project. It looks like you offer the ability to draw a canvas overlay on google maps that renderes based on vector tiles but it requires a "tilesSpec" to be defined on which tiles are included.

What I am after is the ability to render a google map overlay that is coming from pbf vector tiles, but not needing to specify any tileSpec, I want every tile to be in the spec.

So in the context of your openstreet map demo, every tile would get a OSM overlay, not requiring you to define specific tiles as the whole world is covered

Is this still a doable use-case for this project? if so how would I go about doing that.

@d1manson
Copy link
Contributor

The main part of this project is the tilespec stuff, but there is a demo included, showing how to use that to make a Google map overlay, and indeed that is the main way we use it at landInsight. So if you can get the demo up and running you dont need to worry about the underlying tilespec.

Note that the demo code assumes you only have one zoom level for your tilset and renders that at all zoom levels. Also note that the underlying tilespec stuff is fairly basic when it comes to the placement of symbols and text.

But aside from that this may do what you need.

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