Ecotrust / bioregion-discovery

Ecotrust's Bioregion Discovery Portal
http://bioregions.apps.ecotrust.org
4 stars 1 forks source link

click here to create a bioregion #31

Closed perrygeo closed 12 years ago

perrygeo commented 12 years ago

this looks good and works well, but if possible we should limit its appearance to users who have not yet created a bioregion.
once they have created a bioregion, this feature can be disabled/hidden.

Google Code Info: Issue #: 31 Author: sfletche@gmail.com Created On: 2011-07-19T22:13:52.000Z Closed On: 2011-08-03T20:31:19.000Z

perrygeo commented 12 years ago

guessing this will only take a couple hours...

Google Code Info: Author: sfletche@gmail.com Created On: 2011-07-19T22:45:14.000Z

perrygeo commented 12 years ago

another possibility would be to adopt the same strategy used for other panels in which a check is made to see if the user has already visited the site (limiting the tool tip to those users who have not yet visited the site)

Google Code Info: Author: sfletche@gmail.com Created On: 2011-08-02T16:24:26.000Z

perrygeo commented 12 years ago

we've now got a options.has_features js var that tells us whether the user has created any features yet or not. If they haven't, we show the tooltips.

This prevents us from having to query the kmltree instance which caused a chicken-and-egg problem.

required changes to lingcod

Google Code Info: Author: perrygeo...@gmail.com Created On: 2011-08-03T20:30:51.000Z

perrygeo commented 12 years ago

also added a tooltip to highlight the Fly To area as the first step.

Google Code Info: Author: perrygeo...@gmail.com Created On: 2011-08-03T20:31:19.000Z