Opened 12 years ago
Closed 12 years ago
#1088 closed defect (fixed)
search map functions in tabsearch in advanced search options menu don't work eg. no zoom, pan etc
Reported by: | simonp | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | v2.8.0 |
Component: | General | Version: | v2.8.0RC1 |
Keywords: | Cc: |
Description
Seems to be some sort of conflict between the search map and the map used to display bounding boxes in search results tab as removing the map from the search results tab seems to fix the problem. We have an app that does its own bounding box generation so the simple fix for us was to remove the map from the results tab - but this obviously won't be suitable for others.....
Change History (3)
comment:1 by , 12 years ago
Milestone: | v2.8.0 RC2 → v2.8.0 |
---|
comment:2 by , 12 years ago
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in commit 120397a6f3f0e61e2d5fd98be32eb170bcc7b8f9
Note:
See TracTickets
for help on using tickets.
in getResultsMap() method of App.js, adding the map options using map.setOptions() rather than via the map constructor appears to fix the problem.