Fix comment in LayerConfigJson.

This commit is contained in:
Christian Neumann 2020-11-19 10:05:10 +01:00
parent 8f92d30189
commit 6145000c6b

View file

@ -91,8 +91,8 @@ export interface LayerConfigJson {
/**
* Wayhandling: should a way/area be displayed as:
* 0) The way itself
* 1) The centerpoint and the way
* 2) Only the centerpoint
* 1) Only the centerpoint
* 2) The centerpoint and the way
*/
wayHandling?: number;