Skip to content
Permalink
Browse files
type checker: add POINT type for landuse key
  • Loading branch information
n0s0r0g committed Apr 30, 2016
1 parent 192c742 commit 917a1c6
Showing 1 changed file with 1 addition and 1 deletion.
@@ -13,7 +13,7 @@

_TAGS = {
'building': {POINT, AREA}, # TODO: wiki doesn't allow POINT on building=*; tracked in todo/building/is_node
'landuse': {AREA},
'landuse': {POINT, AREA}, # TODO: wiki doesn't allow POINT on industrial=*
'entrance': {POINT},
'amenity': {POINT, LINE, AREA, RELATION}, # TODO: wiki doesn't allow LINE on amenity=*
}

0 comments on commit 917a1c6

Please sign in to comment.