forked from MapComplete/MapComplete
Add test for generating the cache
This commit is contained in:
parent
4ad4db3bbd
commit
312dbe7aff
7 changed files with 70 additions and 13 deletions
|
@ -171,7 +171,7 @@ export class GeoOperations {
|
|||
return GeoOperations.pointInPolygonCoordinates(x, y, feature.geometry.coordinates)
|
||||
}
|
||||
|
||||
throw "GeoOperations.inside: unsupported geometry type"
|
||||
throw "GeoOperations.inside: unsupported geometry type "+feature.geometry.type
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue