Skip to content

Commit

Permalink
Update src/gis/components/Map.js
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Schreiber <[email protected]>
  • Loading branch information
josebui and paulschreiber authored May 14, 2024
1 parent 0db4eb3 commit 67d6123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gis/components/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const MapProvider = props => {
map.removeSource(sourceName);
setSources(_.omit(sourceName));
} catch (error) {
logger.warn('Error removing source', error);
logger.error('Error removing source', error);
}
},
[map]
Expand Down

0 comments on commit 67d6123

Please sign in to comment.