Closed jwasilgeo closed 3 years ago
Currently this plugin requires the option apiKey to be in camel case, but the rest of esri-leaflet's ecosystem relies on all lowercase apikey.
apiKey
apikey
We should change this plugin to allow for either apiKey (to avoid introducing breaking changes) or apikey usage, while also encouraging the use of the all lowercase style in this repo's README and related documentation at https://github.com/Esri/esri-leaflet-doc/ and https://developers.arcgis.com/esri-leaflet/.
I think at bare minimum the following source code files would be affected:
cc @lillie-bahrami @gavinr
available on available on https://github.com/Esri/esri-leaflet-vector/releases/tag/v3.0.1
Currently this plugin requires the option
apiKey
to be in camel case, but the rest of esri-leaflet's ecosystem relies on all lowercaseapikey
.We should change this plugin to allow for either
apiKey
(to avoid introducing breaking changes) orapikey
usage, while also encouraging the use of the all lowercase style in this repo's README and related documentation at https://github.com/Esri/esri-leaflet-doc/ and https://developers.arcgis.com/esri-leaflet/.I think at bare minimum the following source code files would be affected:
cc @lillie-bahrami @gavinr