Commit Graph

14 Commits

Author SHA1 Message Date
John Firebaugh
51a217caa2 Refine tagged vertex rendering
Don't render tagged vertices for which we don't have
an icon as the 'marker' icon. Marker shape is for points.
2013-03-14 13:35:24 -07:00
John Firebaugh
364d93693b Use traditional marker shape for points (fixes #172) 2013-03-14 11:22:10 -07:00
John Firebaugh
3787185182 Rendering tagged points
At z16 and below, tagged points are rendered with a small
dot in the center. At z17 and above, they are rendered with
a maki icon.

See the test rendering page for examples.

Fixes #381.
2013-03-13 17:31:25 -07:00
John Firebaugh
c29e98d997 Fix rendering test page 2013-03-13 17:31:25 -07:00
Ansis Brammanis
2c4c4c7256 Fix rendering test 2013-02-19 16:26:38 -05:00
John Firebaugh
843baa11c0 graph -> core
This matches how it's described in ARCHITECTURE.md.
2013-02-09 15:18:54 -08:00
John Firebaugh
8bee68dfbd Fix includes 2013-02-05 16:25:33 -08:00
John Firebaugh
bfa823f71d Fix hover 2013-01-30 10:57:37 -05:00
John Firebaugh
7f0b449307 Add background color slider 2013-01-30 10:57:37 -05:00
John Firebaugh
c787d9f4a2 Add areas to rendering test 2013-01-30 10:36:11 -05:00
John Firebaugh
5ea855e18d Replace Graph#fetch with Graph#childNodes
Having two kinds of Ways (fetched and non-fetched)
introduced some accidental complexity. This brings things
more in line with how parentWays/parentRelations work.

Fixes #73.
2013-01-25 15:10:44 -05:00
John Firebaugh
33b1f4f23c Render more line features 2013-01-20 09:39:25 -08:00
John Firebaugh
e5407fa49d Improve highway rendering; render halo in a separate layer 2013-01-19 18:07:39 -08:00
John Firebaugh
5279839ca4 Highway rendering test page
Removing the top-level clip-rect to make this work;
it doesn't seem necessary?
2013-01-19 08:26:13 -08:00