forked from MapComplete/MapComplete
Cleanup of svg files, move matchpoint to explicit layer
This commit is contained in:
parent
95d6244008
commit
9e40e459e5
19 changed files with 27 additions and 1064 deletions
|
@ -15,7 +15,7 @@ export default interface PointRenderingConfigJson {
|
|||
* All the locations that this point should be rendered at.
|
||||
* Using `location: ["point", "centroid"] will always render centerpoint
|
||||
*/
|
||||
location: ("point" | "centroid" | "start" | "end")[]
|
||||
location: ("point" | "centroid" | "start" | "end" | string)[]
|
||||
|
||||
/**
|
||||
* The icon for an element.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue