Releases: consbio/Leaflet.Geonames
Releases · consbio/Leaflet.Geonames
Version 0.4.9
Fixes onRemove
handler to use correct instance of map
object.
Version 0.4.8
Includes fix to remove map click handler when this plugin is removed.
Version 0.4.2
Updates L.Control.Geonames.min.js with the latest changes
Version 0.4.0
- converted input field to a search field type
- added examples/mobileview.html example for mobile ready version
- added option
alwaysOpen
to keep search field always visible - exposed
show()
,hide()
,hideResults()
removeMarker()
,removePopup()
functions - updated event handling to prevent click events from propagating to map
- changed default icon from directions type icon to magnifying glass icon
- added
topcenter
as a position for the control with autosizing to mobile viewports - clicking on the icon no longer clears out the marker; clearing the search field does so instead
- added ability to override Geonames URL
Version 0.3.0
Updated API for handling display of marker and associated popup.
Added events: search, select.
Version 0.2.0
Added GeoNames API parameters to control API.
Replaced FontAwesome with Google Material Icon SVG files.
Version 0.1.1
Merge pull request #2 from mikemoraned/feature/optional-popup 0.1.1: add "markNames: true/false" option
Initial release
Initial development release