Changes between Initial Version and Version 1 of Ticket #16188, comment 9
- Timestamp:
- 2018-04-23T23:43:05+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16188, comment 9
initial v1 9 9 Thanks for that. I verified it works for e.g. industrial landuses. Due to that I found one issue in my patch: 10 10 {{{ 11 #!java 11 12 p.get("landuse") == "residential" 12 13 }}} … … 14 15 is different from 15 16 {{{ 17 #!java 16 18 p.hasKey("landuse", "residential") 19 }}} 17 20 18 21 I'm attaching new version of the patch. 19 }}}