Henrik Uggla
Henrik Uggla
Yes, but a pointless volume is still created.
Setting ES_HOST to localhost seems to fix this. Am I correct? I now get "No search service available currently!", so is an external Elasticsearch service always needed? Would be great...
If someone wants to have this behavior in a fork, just change autoFirst: false to true in the function initAutocomplete in src/controls/search.js.
Works if the selection uses popup but not if it uses infowindow. Tried with 2.8.1 and master.
Fixed by https://github.com/origo-map/origo/pull/2013
Could someone please take a look at this issue? It breaks some features in our Origo administration tool.
Yes, still an issue. To reproduce: 1. Load the html above (no .json-file). 2. Pan the map to new location. 3. Create url with the sharemap tool "Dela karta". 4....
Here's an example: Config: ``` { "name": "fastighetsindelning", "title": "Fastighetsindelning", "type": "GROUP", "group": "fastighetsindelning", "style": "fastighetsindelning#1", "visible": false, "source": "", "abstract": "Beskrivning: Fastighetsindelning enligt den digitala registerkartan. Mer info.Resurser: Kontakt:...
Check this site: https://www.toptal.com/developers/keycode > event.which and event.keyCode are [deprecated](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent) in modern browsers. Use .key or .code instead.
Why not use event.key (in our case e.key)?