forked from MapComplete/MapComplete
Feat: Use panoramax to upload to. Will contain bugs
This commit is contained in:
parent
cf74296d23
commit
0bdc1aec61
19 changed files with 325 additions and 193 deletions
|
|
@ -291,6 +291,8 @@ export default class NameSuggestionIndex {
|
|||
if (location === undefined) {
|
||||
return true
|
||||
}
|
||||
console.log("Resolving location", i.locationSet)
|
||||
/*
|
||||
const resolvedSet = NameSuggestionIndex.loco.resolveLocationSet(i.locationSet)
|
||||
|
||||
if (resolvedSet) {
|
||||
|
|
@ -299,7 +301,7 @@ export default class NameSuggestionIndex {
|
|||
const setFeature: Feature<MultiPolygon> = resolvedSet.feature
|
||||
return turf.booleanPointInPolygon(location, setFeature.geometry)
|
||||
}
|
||||
|
||||
*/
|
||||
return false
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue