chavisa / Sustainable-Projects

GIS susstainable project
0 stars 0 forks source link

Location Name is a Link, but does not always display location on the map when selected #2

Closed chavisa closed 9 years ago

chavisa commented 9 years ago

Testing Sustainability Projects (http://justingreco.github.io/sustainable-map/index.html) with Firefox, Filter is set to 'All Categories'. When I click on a business Name, I expect that location to be displayed on the map along with the appropriate icon.

It appears to work correctly in some cases, but not in others. For example, when I click on the Wilders Grove SWS Operations Facility link, I expect the map to display the location and the Electric Vehicle Charging Stations and Rainwater Harvesting icons.

justingreco commented 9 years ago

Issue has been resolved. They had wanted the map to zoom back to full extent after a category was changed. It was only getting the features in the zoomed in map extent because the where clause was being set before the extent change. Setting the map extent before the where clause fixed the issue.

chavisa commented 9 years ago

Working great. Closed.