This is an automated email from the ASF dual-hosted git repository.

leonardcs pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


The following commit(s) were added to refs/heads/main by this push:
     new 8c093e2b Fix: Uncomment ocean tileset (#710)
8c093e2b is described below

commit 8c093e2b8d0ba24da21ed0674cc1e1eaa5e81327
Author: Leonard <[email protected]>
AuthorDate: Fri Jun 23 11:15:06 2023 +0200

    Fix: Uncomment ocean tileset (#710)
---
 basemap/tileset.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/basemap/tileset.js b/basemap/tileset.js
index 96db86f5..2f8526d5 100644
--- a/basemap/tileset.js
+++ b/basemap/tileset.js
@@ -53,7 +53,7 @@ export default {
     leisure,
     man_made,
     natural,
-    //ocean,
+    ocean,
     point,
     power,
     railway,

Reply via email to