tillnagel / unfolding

A library to create interactive maps and geovisualizations in Processing and Java
http://unfoldingmaps.org
Other
478 stars 246 forks source link

Make the MarkerManager's attributes protected #67

Closed chmullig closed 11 years ago

chmullig commented 11 years ago

I wanted to subclass MarkerManager, but found it difficult. By making these attributes both protected it was easier for me to hook into what I needed.