Skip to content

Commit

Permalink
chore:add removeEsriAttribution to EsriUtil export
Browse files Browse the repository at this point in the history
This function is needed by esri-leaflet-vector
  • Loading branch information
BrunoCaimar committed Oct 27, 2023
1 parent adf006c commit e80aec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Util.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ export var EsriUtil = {
extentToBounds: extentToBounds,
calcAttributionWidth: calcAttributionWidth,
setEsriAttribution: setEsriAttribution,
removeEsriAttribution: removeEsriAttribution,
_setGeometry: _setGeometry,
_getAttributionData: _getAttributionData,
_updateMapAttribution: _updateMapAttribution,
Expand Down

0 comments on commit e80aec6

Please sign in to comment.