New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

esri-leaflet-geocoder

Package Overview
Dependencies
Maintainers
5
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esri-leaflet-geocoder - npm Package Versions

1235

2.1.2

Diff

Changelog

Source

[2.1.2] - 2016-09-15

Fixed

  • 'Powered by Esri' is now displayed in map attribution when the ArcGIS Online World Geocoding service is used in geosearch instead of 'Geocoding by Esri' #134

Added

  • We now expose a where constructor parameter for featureLayerProvider so that developers can filter features which will be matched to user searches. #136

  • The geosearch control now utilizes the arcgisOnlineProvider by default if no provider is specified in the object constructor. #137

esri_dev
published 2.1.1 •

Changelog

Source

[2.1.1] - 2016-07-25

Fixed

  • ensure that setting maxResults limits the number of suggestions provided by L.esri.Geocoding.geosearch, not just final results #124

  • trap situation in which geocoding service returns more than one candidate even though request includes a magicKey #129

  • improved support for custom Esri geocoding services in geosearch #124

esri_dev
published 2.1.0 •

Changelog

Source

[2.1.0] - 2016-04-29

Added

  • new enable() and disable() methods to programmatically control geosearch. ./pull/121

Fixed

  • ensure that the map is zoomed to the bounding box of matches, not street level. ./pull/123
  • made sure Esri's copyright text is included in the concatenated, minified build of the library. ae9dea4
  • changed a string introspection to make grumpy old IE happy. pull/127

Changed

  • Build system refactored to use latest Rollup and Rollup plugins.
  • Reworked bundling directives for various modules systems to resolve and simplify various issues
    • WebPack users no longer have to use the Babel loader.
    • Babelify with Babel 6 now works
  • refactored geosearch into a base class and inherited control to lay the groundwork for other UI components that live outside the map. pull/102
  • use https consistently when making requests to the World Geocoding services instead of inheriting protocol from the parent application. 388ba04
esri_dev
published 2.0.3 •

Changelog

Source

[2.0.3] - 2016-01-27

Added

  • new searchBounds parameter for L.esri.Geocoding.geosearch for filtering using a static bounding box. (#115 thanks to @nathanhilbert!)
esri_dev
published 2.0.2 •

Changelog

Source

[2.0.2] - 2015-12-03

Fixed

  • appropriate l18n input parameter is now passed in reverseGeocode requests
  • made sure appropriate provider attribution is added to the map
esri_dev
published 2.0.1 •

Changelog

Source

[2.0.1] - 2015-09-24

Fixed

  • ensured that options from Geosearch constructor are mixed in correctly.
esri_dev
published 2.0.0 •

Changelog

Source

[2.0.0] - 2015-09-08

Added

  • implemented a new 'countries' parameter for the arcgisOnlineProvider based on new capabilities of the World Geocoding Service #38
  • implemented a new 'categories' parameter for the arcgisOnlineProvider based on new capabilities of the World Geocoding Service
  • added the ability to include 'categories' in requests using L.esri.Geocoding.suggest
  • updated result objects across providers to include the actual GeoJSON of candidates #81

Fixed

  • included additional logic to ensure that queries are case insensitive #83 (thanks @rntdrts)
  • refactored the calculation of result bounds calculation to avoid uncaught exceptions and usage of new #84
esri_dev
published 2.0.0-beta.3 •

Changelog

Source

[2.0.0-beta.3]

Fixed

  • Missing files in NPM release.
esri_dev
published 2.0.0-beta.2 •

Changelog

Source

[2.0.0-beta.2]

Fixed

  • Missing sourcemap in build.
esri_dev
published 2.0.0-beta.1 •

Changelog

Source

[2.0.0-beta.1]

Breaking

  • Requires the 2.0.0-beta.4 release of Esri Leaflet.
  • Require the 1.0.0-beta.1 release of Leaflet.
  • Namespaces have changed all exports now sit directly under the L.esri.Geocoding namespace. This mean that things like L.esri.Geocoding.Controls.Geosearch.Providers.FeatureLayer can now be accessed like L.esri.Geocoding.FeatureLayerProvider.
  • useArcgisWorldGeocoder has been removed. Now you must pass L.esri.Geocoding.arcGisOnlineProvider() in the providers array. This will facilitate easily passing options to the ArcGIS Online geocoder.

Added

  • Better build/test/release automation.
  • Support for JSPM in package.json. Now you can import geocode from 'esri-leaflet-geocoder/src/Tasks/Geocoder'; for more compact builds but, be aware of caveats
  • Support for browserify in the package.json. Now you can var geocode = require('esri-leaflet-geocoder/src/Tasks/Geocoder'); for more compact builds, but be aware of caveats
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc