Bryan Housel
|
0c5f563a26
|
add test for iD.Entity.layer(), fix spelling of man_made.
|
2014-06-09 23:39:16 -04:00 |
|
Bryan Housel
|
b8501bcf89
|
iD.Way.isOneWay should return false if oneway=no #2220
i.e. overrides implied oneway tag like `highway=motorway` or `junction=roundabout`
|
2014-05-20 00:14:23 -04:00 |
|
Bryan Housel
|
d245121b19
|
Fix isConvex() to correctly test the angle that closes the way.
|
2014-04-23 14:12:20 -04:00 |
|
Bryan Housel
|
a2331f8c93
|
Add tests for iD.geo.cross and iD.way.isConvex
|
2014-04-15 00:26:53 -04:00 |
|
John Firebaugh
|
15590525d3
|
Fix build
|
2013-11-21 14:51:52 -08:00 |
|
John Firebaugh
|
b383bfec1f
|
Fix unclosed area rendering (fixes #1958)
|
2013-11-13 17:41:57 -08:00 |
|
John Firebaugh
|
26e38d7f8f
|
Return geometries rather than features in asGeoJSON
No code needs the tags, and it eliminates one level
of function calls in the d3 stream pipeline.
|
2013-10-16 09:40:01 -04:00 |
|
John Firebaugh
|
a32ce33238
|
Add Way#affix
|
2013-08-30 13:59:29 -07:00 |
|
John Firebaugh
|
7215e91ff2
|
Ensure asGeoJSON returns winding orders expected by D3
|
2013-08-26 14:39:08 -07:00 |
|
John Firebaugh
|
c14e2e600e
|
Fix strokes sometimes being clipped as polygons
Fixes #1527.
|
2013-05-28 20:30:41 -07:00 |
|
John Firebaugh
|
2e4207f99b
|
Cache geometry
|
2013-05-17 15:31:27 -07:00 |
|
John Firebaugh
|
94e2c8d8d6
|
Prevent duplicate consecutive nodes (#1296)
|
2013-04-12 10:55:53 -04:00 |
|
John Firebaugh
|
05c659bdd7
|
Render oneway arrows for junction=roundabout (fixes #1255)
|
2013-04-05 12:27:36 -07:00 |
|
John Firebaugh
|
3b3ee84a84
|
Specs for Way#areAdjacent
|
2013-03-12 16:22:30 -07:00 |
|
John Firebaugh
|
e9b2563ad8
|
Force natural=coastline not to be an area (fixes #900)
|
2013-03-05 17:39:14 -08:00 |
|
John Firebaugh
|
e3d9d3a4c4
|
Refine Way#isArea
Closed ways that are multipolygon inners shouldn't be
rendered as areas just because they have a source=* tag,
for example.
|
2013-02-13 16:44:36 -08:00 |
|
John Firebaugh
|
843baa11c0
|
graph -> core
This matches how it's described in ARCHITECTURE.md.
|
2013-02-09 15:18:54 -08:00 |
|