forked from MapComplete/MapComplete
Add themes to search functionality, including quickswitch between recent themes
This commit is contained in:
parent
b4866cdbac
commit
329865a15e
22 changed files with 679 additions and 431 deletions
|
|
@ -24,7 +24,7 @@ export type GeoCodeResult = {
|
|||
osm_type?: "node" | "way" | "relation"
|
||||
osm_id?: string,
|
||||
category?: GeocodingCategory,
|
||||
importance?: number
|
||||
payload?: object
|
||||
}
|
||||
|
||||
export interface GeocodingOptions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue