forked from MapComplete/MapComplete
Some work on NSI
This commit is contained in:
parent
1dc7c2a45b
commit
d719d0e1be
4 changed files with 112 additions and 77 deletions
|
@ -1,4 +1,8 @@
|
|||
import SvelteUIElement from "./UI/Base/SvelteUIElement"
|
||||
import Test from "./UI/Test.svelte"
|
||||
import NameSuggestionIndex from "./Logic/Web/NameSuggestionIndex"
|
||||
|
||||
const nsi = NameSuggestionIndex.get()
|
||||
const secondhandshops = nsi.getSuggestionsFor("brands/shop/second_hand", ["be"])
|
||||
console.log(secondhandshops)
|
||||
new SvelteUIElement(Test).AttachTo("maindiv")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue