Skip to content
Permalink
Browse files
type checker: add LINE type for amenity key
  • Loading branch information
n0s0r0g committed Apr 30, 2016
1 parent 573c0cd commit 192c742
Showing 1 changed file with 1 addition and 1 deletion.
@@ -15,7 +15,7 @@
'building': {POINT, AREA}, # TODO: wiki doesn't allow POINT on building=*; tracked in todo/building/is_node
'landuse': {AREA},
'entrance': {POINT},
'amenity': {POINT, AREA},
'amenity': {POINT, LINE, AREA, RELATION}, # TODO: wiki doesn't allow LINE on amenity=*
}

_TAG_VALUES = {

0 comments on commit 192c742

Please sign in to comment.