more accurate comment

This commit is contained in:
hgrsd
2022-03-22 23:55:02 -04:00
parent 08052fcbc4
commit 2d32af53a9

View File

@@ -104,6 +104,9 @@ class Map extends React.Component {
}
}
/**
* Initialize the base tile layer based on the ui state
*/
initializeTileLayer() {
if (!this.map) {
return;
@@ -136,7 +139,7 @@ class Map extends React.Component {
initializeMap() {
/**
* Creates a Leaflet map and a tilelayer for the map background
* Creates a Leaflet map
*/
const { map: mapConfig, cluster: clusterConfig } = this.props.app;