-
Notifications
You must be signed in to change notification settings - Fork 17
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
Request: raster format support for XYZX topographic tile services #3365
Comments
Hey.... Thanks for the user story. We will likely establish a raster-based topo tile service in the next few months. The service will use the topo 1:50 and 1:250 raster maps rather than the vector tiles being rasterised. We may look at vector tiles being rasterised in the future. |
Personally, I would prefer the published-looking 1:50k and 1:250k raster topo map services. (I've been using the WMTS versions of these from data.linz.govt.nz and they work flawlessly!) Thus rasterized versions of the vector tiles would take a lower priority, as this would be a more complex feature to entertain. |
Excellent. We will let you know when a test service is available. |
Fantastic! And, for the record, this is somewhat already done with Koordinates via (e.g.):
|
Understood. We see value in running the service via basemaps.linz.govt.nz too. We aim to publish 2 individual layers (50 & 250), and a combined service switching between the 2 at appropriate zoom levels. |
User Story
Currently the XYZ topographic tile map service supports vector tiles with
.pbf
(protobuf) format. This service does not work for raster-based XYZ services, e.g. xyzservices.This request is to support raster format support, similar to other services like aerial.
This service could be implemented by specifying an extension:
where
{ext}
could bepbf
for currently supported vector protobuf vector tiles, or one ofpng
,jpeg
orwebp
for a possible raster format.This feature would require server-side rendering of the tiles.
The text was updated successfully, but these errors were encountered: