bchapuis commented on code in PR #772:
URL: 
https://github.com/apache/incubator-baremaps/pull/772#discussion_r1315568463


##########
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 Good point, I just hid the jdbc url. We need to find a good 
balance between security and usability for the dev mode



-- 
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]

Reply via email to