Files
iD/modules/svg
Bryan Housel 6881205d43 All touch targets are GeoJSON now
This makes the code a bit more consistent and lets us avoid some
hacky and probably non-performant things:
- abusing CSS classes in the draw/drag datum functions (classed `.target`)
  (is this thing target? just check d.properties)
- regexing the id for `-nope$`
  (is this thing a nope target? just check d.properties)
- using context.hasEntity to get a the real entity
  (is this thing a real osmEntity? just check d.properties)
- fixes code like the restriction editor which uses fake ids for split ways
2018-01-01 22:37:10 -05:00
..
2018-01-01 22:37:10 -05:00
2017-12-11 15:48:08 -05:00
2017-10-14 18:42:37 +07:00
2018-01-01 22:37:10 -05:00
2017-11-02 22:04:47 -04:00
2018-01-01 22:37:10 -05:00
2018-01-01 22:37:10 -05:00
2017-12-17 22:53:58 -05:00
2018-01-01 22:37:10 -05:00
2018-01-01 22:37:10 -05:00