jaycrossler / geoq-django

Collect geospatial features and manage feature collection among groups of users.
Other
12 stars 0 forks source link

Add in a Layer manager into GeoQ #57

Closed jaycrossler closed 10 years ago

jaycrossler commented 10 years ago

Could start with the Maps app from:

https://github.com/jaycrossler/geo-events/tree/master/geoevents/maps

Should build this so that it can eventually pull from other sources, and from multiple sources

stephenrjones commented 10 years ago

Leaflet has a Layer manager for the map view, allowing users to dynamically activate and deactivate layers associated with that map. I added that in a while back -- does that work ok, or do we need some additional functionality?

jaycrossler commented 10 years ago

Should be good on the UI side - just need something to pull the proper layers and hand them to Leaflet— Sent from Mailbox for iPhone

On Tue, Feb 11, 2014 at 2:39 PM, Stephen Jones notifications@github.com wrote:

Leaflet has a Layer manager for the map view, allowing users to dynamically activate and deactivate layers associated with that map. I added that in a while back -- does that work ok, or do we need some additional functionality?

Reply to this email directly or view it on GitHub: https://github.com/jaycrossler/geoq-django/issues/57#issuecomment-34796558

jackiekazil commented 10 years ago

Is this referring to a map that would be a display summary on a project? OR Has this been resolved with the layer selection that was added to the AOI edit page?

jaycrossler commented 10 years ago

This is resolved with the layer selection piece