-
Notifications
You must be signed in to change notification settings - Fork 42
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
Help with mapnik plugin #22
Comments
.use(dependency('basemap', '[email protected]')) This line should be: |
It does, @brianreavis, thanks! 💯 After that, I observed that the path designated for storing cache contains only some few png for zoom level 14 (I guess), but I already zoomed and panned the map a lot. Any ideas about that? |
I'm not sure this will fix what you are experiencing, but could you update tilestrata-dependency to 0.5.1? Just noticed it wasn't quite set up to handle the relatively-new filenameless routes (which could lead to some weird behavior). |
It worked @brianreavis, thanks a lot! One last thing (:P): when I try
Do I need to do something? Thought it should come by default. Thanks again! |
Hah, embarrassing. Good catch! Just released a patch for that: https://github.com/naturalatlas/tilestrata/releases/tag/v2.1.2 |
That's it, thanks for your work, @brianreavis, it's really nice! When I try |
@brianreavis There are any logging available? |
Hello!
I just installed tilestrata and am trying to use it to render maps where it's data comes from Postgis and it's style comes from mapnik XML (generated by Carto in another solution test - by the way, I'm trying to replace gopnik of that solution for tilestrata, because I know node.js better).
So the server is up (with some warnings),
/health
is Ok ({"ok":true,"version":"2.1.0","host":"osboxes","uptime":"15 minutes, 20.149 seconds","uptime_s":920.15}
) but when I put together a Leaflet application to try the maps generated, it just gives me NOT FOUNDS (404):and so on. My tilestrata server code:
It seems that it's not even scratching server, since no terminal entries are being generated.
Am I missing something?
Thanks a lot!
The text was updated successfully, but these errors were encountered: