github-advanced-security[bot] commented on code in PR #757:
URL: 
https://github.com/apache/incubator-baremaps/pull/757#discussion_r1377571292


##########
daylight/style.js:
##########
@@ -0,0 +1,130 @@
+/**
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to you under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ **/
+import config from "./config.js";
+
+import background from "../basemap/layers/background/style.js";
+import aeroway_line from "../basemap/layers/aeroway/line.js";
+import aeroway_polygon from "../basemap/layers/aeroway/polygon.js";
+import amenity_background from "../basemap/layers/amenity/background.js";
+import amenity_fountain from "../basemap/layers/amenity/fountain.js";
+import amenity_overlay from "../basemap/layers/amenity/overlay.js";
+import boundary_line from "../basemap/layers/boundary/line.js";
+import landuse_background from "../basemap/layers/landuse/background.js";
+import landuse_overlay from "../basemap/layers/landuse/overlay.js";
+import natural_background from "../basemap/layers/natural/background.js";
+import natural_overlay from "../basemap/layers/natural/overlay.js";
+import natural_tree from "../basemap/layers/natural/tree.js";
+import natural_trunk from "../basemap/layers/natural/trunk.js";
+import power_background from "../basemap/layers/power/background.js";
+import power_tower from "../basemap/layers/power/tower.js";
+import power_cable from "../basemap/layers/power/cable.js";
+import leisure_background from "../basemap/layers/leisure/background.js";
+import leisure_overlay from "../basemap/layers/leisure/overlay.js";
+import railway_tunnel from "../basemap/layers/railway/tunnel.js";
+import railway_line from "../basemap/layers/railway/line.js";
+
+import highway_line from '../basemap/layers/highway/highway_line.js';
+import highway_outline from '../basemap/layers/highway/highway_outline.js';
+import highway_dash from '../basemap/layers/highway/highway_dash.js';
+import highway_tunnel_line from '../basemap/layers/highway/tunnel_line.js';
+import highway_tunnel_outline from 
'../basemap/layers/highway/tunnel_outline.js';
+import highway_pedestrian_area from 
'../basemap/layers/highway/pedestrian_area.js';
+import highway_bridge_line from '../basemap/layers/highway/bridge_line.js';
+import highway_bridge_outline from 
'../basemap/layers/highway/bridge_outline.js';
+import highway_construction_line from 
"../basemap/layers/highway/construction_line.js";
+import highway_construction_dash from 
"../basemap/layers/highway/construction_dash.js";
+import highway_label from '../basemap/layers/highway/highway_label.js';
+
+import route_line from "../basemap/layers/route/style.js"
+import building_shape from "../basemap/layers/building/shape.js";
+import building_number from "../basemap/layers/building/number.js";
+import man_made_bridge from "../basemap/layers/man_made/bridge.js";
+import man_made_pier_line from "../basemap/layers/man_made/pier_line.js";
+import man_made_pier_label from "../basemap/layers/man_made/pier_label.js";
+import waterway_line from "../basemap/layers/waterway/line.js"
+import waterway_label from "../basemap/layers/waterway/label.js"
+import waterway_tunnel_line from "../basemap/layers/waterway/tunnel_line.js"
+import waterway_tunnel_casing from 
"../basemap/layers/waterway/tunnel_casing.js"
+import icon from "../basemap/layers/point/icon.js";
+import country_label from '../basemap/layers/point/country_label.js';
+import point_label from '../basemap/layers/point/point_label.js';
+
+import coastline from './layers/coastline/style.js';
+import landcover from './layers/landcover/style.js';

Review Comment:
   ## Unused variable, import, function or class
   
   Unused import landcover.
   
   [Show more 
details](https://github.com/apache/incubator-baremaps/security/code-scanning/829)



##########
daylight/tileset.js:
##########
@@ -0,0 +1,67 @@
+/**
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not 
use this file except
+ in compliance with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software 
distributed under the License
+ is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
KIND, either express
+ or implied. See the License for the specific language governing permissions 
and limitations under
+ the License.
+ **/
+import config from "./config.js";
+
+import aerialway from "../basemap/layers/aerialway/tileset.js";
+import aeroway from "../basemap/layers/aeroway/tileset.js";
+import amenity from "../basemap/layers/amenity/tileset.js";
+import attraction from "../basemap/layers/attraction/tileset.js";
+import barrier from "../basemap/layers/barrier/tileset.js";
+import boundary from "../basemap/layers/boundary/tileset.js";
+import building from "../basemap/layers/building/tileset.js";
+import highway from "../basemap/layers/highway/tileset.js";
+import natural from "../basemap/layers/natural/tileset.js";
+import leisure from "../basemap/layers/leisure/tileset.js";
+import landuse from "../basemap/layers/landuse/tileset.js";
+import railway from "../basemap/layers/railway/tileset.js";
+import route from "../basemap/layers/route/tileset.js";
+import man_made from "../basemap/layers/man_made/tileset.js";
+import power from "../basemap/layers/power/tileset.js";
+import point from "../basemap/layers/point/tileset.js";
+import waterway from "../basemap/layers/waterway/tileset.js";
+import coastline from "./layers/coastline/tileset.js";
+import landcover from "./layers/landcover/tileset.js";

Review Comment:
   ## Unused variable, import, function or class
   
   Unused import landcover.
   
   [Show more 
details](https://github.com/apache/incubator-baremaps/security/code-scanning/830)



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