bchapuis commented on code in PR #772: URL: https://github.com/apache/incubator-baremaps/pull/772#discussion_r1315823869
########## baremaps-server/src/main/java/org/apache/baremaps/server/TilesetResource.java: ########## @@ -18,27 +18,28 @@ import javax.ws.rs.GET; import javax.ws.rs.Produces; import javax.ws.rs.core.MediaType; -import org.apache.baremaps.vectortile.tilejson.TileJSON; +import org.apache.baremaps.vectortile.tileset.Tileset; /** - * A resource that provides access to the tileset. + * A resource that provides access to the tileset file. Only suitable for development purposes, as + * it exposes SQL queries. Review Comment: @Perdjesk Thank you for the draft, I understand the motivation. However, I would prefer to keep things as simple and small as possible for now, i.e., to expose the tileset in development and the tileJSON in production. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
