forked from MapComplete/MapComplete
Add polygon merging
This commit is contained in:
parent
ee38cdb9d7
commit
ee3e000cd1
11 changed files with 460 additions and 305 deletions
|
@ -16,6 +16,12 @@ export interface FeatureSourceForLayer<T extends Feature = Feature> extends Feat
|
|||
readonly layer: FilteredLayer
|
||||
}
|
||||
|
||||
export interface FeatureSourceForTile <T extends Feature = Feature> extends FeatureSource<T> {
|
||||
readonly x: number
|
||||
readonly y: number
|
||||
readonly z: number
|
||||
|
||||
}
|
||||
/**
|
||||
* A feature source which is aware of the indexes it contains
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue