You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kicking the tyres on this as an alternative to tileserver-gl-light and was pretty quick to get going which was great!
I'm having some issues getting sprites working, though my config is pretty simple:
# Publish MBTiles filesmbtiles:
sources:
# named source matching source name to a single filegreater-london: ../tiles/London/greater-london.mbtiles# Sprite configurationsprites:
paths:
- ./osm-liberty
Tiles load fine with this config, but attempts to load sprites cause this error in the martin console:
[2024-05-11T21:34:26Z ERROR martin::srv::server] Unable to generate spritesheet
when trying to navigate to http://localhost:3000/sprite/osm-liberty.json
I found where this happens in the source code here but there don't appear to be logs from spreet and no verbose mode.
Does anyone have any ideas what I might be doing wrong?
The text was updated successfully, but these errors were encountered:
@gkinsman
Sorry for the long wait, but could you please share the exact files you used?
When I try the osm-liberty or related maki svgs in that folder it works..
Hi there!
Kicking the tyres on this as an alternative to tileserver-gl-light and was pretty quick to get going which was great!
I'm having some issues getting sprites working, though my config is pretty simple:
Tiles load fine with this config, but attempts to load sprites cause this error in the martin console:
when trying to navigate to
http://localhost:3000/sprite/osm-liberty.json
I found where this happens in the source code here but there don't appear to be logs from spreet and no verbose mode.
Does anyone have any ideas what I might be doing wrong?
The text was updated successfully, but these errors were encountered: