Perdjesk commented on code in PR #772: URL: https://github.com/apache/incubator-baremaps/pull/772#discussion_r1315547509
########## 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: IIRC it exposes the database JDBC URL with credentials as well. Basically anything consumed by baremaps for its internal ends up deserialized in Tileset. -- 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]
