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
4
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

1245

2.2.7

Diff

Changelog

Source

Deprecated - [2.2.7] - 2017-11-21

Fixed

esri_dev
published 2.2.6 •

Changelog

Source

[2.2.6] - 2017-07-27

Fixed

  • esri-leaflet-geocoder.js file was missing in last npm release
esri_dev
published 2.2.5 •

Changelog

Source

Deprecated - [2.2.5] - 2017-07-27

Changed

  • stop including L.Mixin.Events #180

Fixed

  • ensure custom geocoding param names are fetched/used when suggestion support is present #182
  • ensure magicKeys are passed through to custom geocoding services #182
  • ensure tests don't new up their objects
esri_dev
published 2.2.4 •

Changelog

Source

[2.2.4] - 2017-03-22

Fixed

  • minor CSS issue on browsers that support touch
  • the findAddressCandidates operation of geocoding services is now used exclusively, rather than alternating back and forth with find
  • geocode and search requests are no longer fired when enter is pressed without supplying input text
esri_dev
published 2.2.3 •

Changelog

Source

[2.2.3] - 2017-01-06

Fixed

  • geosearch control display size is now appropriate in browsers that support touch input (like Chrome 55+ and IE11/Edge)
  • Correct results are now returned when a featureLayerProvider search is instantiated after executing a previous search that failed to return a single candidate.
  • a solid gray line is no longer displayed underneath the geosearch control when no candidates were returned by a service.
  • display text is now aligned correctly on devices that support touch input
esri_dev
published 2.2.2 •

Changelog

Source

[2.2.2] - 2016-12-18

Fixed

  • Now all user supplied geosearch constructor options are applied correctly when the default provider is used.
esri_dev
published 2.2.1 •

Changelog

Source

[2.2.1] - 2016-11-22

Fixed

  • Duplicate featureLayerProvider suggestions with identical display text are no longer displayed. When more than one feature with identical suggestion text is returned, all are now available in the callback.

  • Correct results are now returned when a featureLayerProvider search is instantiated by hitting enter after a previous search result was selected from the list.

esri_dev
published 2.2.0 •

Changelog

Source

[2.2.0] - 2016-11-06

Added

  • It is now possible to declare the desired sort order for geosearch results from a featureLayerProvider. the new method operates identically to L.esri.query.orderBy()
var flProvider = L.esri.Geocoding.featureLayerProvider({
  label: 'States',
  url: 'http://sampleserver6.arcgisonline.com/arcgis/rest/services/Census/MapServer/3',
  searchFields: ['STATE_NAME']
})

// fieldname + ascending/descending flag
flProvider.orderBy('POP2007', 'ASC')

Fixed

  • mapServiceProvider text search is now slightly fuzzier. #149 thx @nickpeihl!

  • npm start now launches a web server and recompiles the built source when a change is detected on Windows boxes as well. #156 thx @gavinr!

  • Placeholder text is now display immediately when the geosearch control is configured to be expanded on page load. #157

esri_dev
published 2.1.4 •

Changelog

Source

[2.1.4] - 2016-09-21

Fixed

  • the loading icon is now cleared when a search returns no results #142
  • sub queries are now concatenated correctly when a filter is applied to the FeatureLayer being searched. #144
esri_dev
published 2.1.3 •

Changelog

Source

[2.1.3] - 2016-09-15

Fixed

  • botched the last npm release
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