This is an automated email from the ASF dual-hosted git repository. leonardcs pushed a commit to branch fix/basemap-tileset in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit 4d70dc20c8d39f0fb574aed779d3220b3ef7b72f Author: Leonard <[email protected]> AuthorDate: Fri Jun 23 11:14:06 2023 +0200 Uncomment ocean --- 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,
