Open perrygeo opened 12 years ago
Incorporate a MARCO-like layer manager.
Most likely this would mean taking the MARCO functionality, generalizing it to madrona and integrating with NPLCC.
Would be great if we could just drop the code in via templatetag
{% include madrona_layer_manager %}
and instantiate it with an openlayers map object.
var app.layermanager("mapdiv");
Incorporate a MARCO-like layer manager.
Most likely this would mean taking the MARCO functionality, generalizing it to madrona and integrating with NPLCC.
Would be great if we could just drop the code in via templatetag
and instantiate it with an openlayers map object.