feature request #8972
integrate kml layers into map viewer
Status:
Closed
Priority:
Highest
Assignee:
Category:
cdm-dataportal
Target version:
Start date:
04/22/2020
Due date:
% Done:
100%
Severity:
normal
Description
use the output from #6113 in the data portal
- extend openlayers_map.js and map.inc to support kml layers provided by a web service DONE
- zoom the map to the data bounds of the layer (see also #4257) DONE
- suppress the map in name pages and registration pages if there are no locations to display: ... moved to #8993
Examples:
- http://test.e-taxonomy.eu/dataportal/preview/algaterra-new/cdm_dataportal/taxon/3c7a6f33-b6c3-436c-ad82-8878ca22df6e/specimens
- http://test.e-taxonomy.eu/dataportal/preview/phycobank/cdm_dataportal/name/8ad8bc6d-b413-4af1-8876-fb2db761235f/null/null
- http://edit.test/d7/phycobank/cdm_dataportal/registration/http%253A%252F%252Fphycobank.org%252F100628
- http://edit.test/d7/phycobank/cdm_dataportal/name/8ad8bc6d-b413-4af1-8876-fb2db761235f/null/null
- http://edit.test/d7/phycobank/cdm_dataportal/name/f5048e6e-303a-41f6-933b-84c678ee46d4/null/null/ (this has a field unit with two associated derivates!)
Related issues
Associated revisions
ref #8972 switching type_designations_maps to kml
ref #8972 refactoring: moving map compose method into maps.inc and simplifying code
History
#1 Updated by Andreas Kohlbecker 9 months ago
- Related to feature request #6113: webservice to expose FieldUnits related to a Taxon or TaxonName as KML and/or GML added
#2 Updated by Andreas Kohlbecker 9 months ago
- Status changed from New to Closed
- % Done changed from 0 to 50
#3 Updated by Andreas Kohlbecker 9 months ago
- Description updated (diff)
#4 Updated by Andreas Kohlbecker 9 months ago
- Description updated (diff)
- % Done changed from 50 to 100
#5 Updated by Andreas Kohlbecker 9 months ago
- Status changed from Closed to In Progress
- % Done changed from 100 to 60
#6 Updated by Andreas Kohlbecker 9 months ago
- Related to feature request #4257: specimen map should zoom to area of distribution added
#7 Updated by Andreas Kohlbecker 9 months ago
- Description updated (diff)
#8 Updated by Andreas Kohlbecker 9 months ago
- Description updated (diff)
#9 Updated by Andreas Kohlbecker 9 months ago
- Status changed from In Progress to Resolved
this is complete now. BUT it was necessary to set zoomToClosestLevel = false
Which as been introduced for #5683 with value TRUE,
but can cause feature to tbe hidden in KML layers.
Make sure that there are no probelms with the maps and the loading indicator in the flora of cuba for which this setting has been introduced originally.
#10 Updated by Andreas Kohlbecker 9 months ago
- Description updated (diff)
#11 Updated by Andreas Kohlbecker 9 months ago
- Description updated (diff)
#12 Updated by Andreas Kohlbecker 9 months ago
- Copied to feature request #8993: suppress the map in name pages and registration pages if there are no locations to display: added
#13 Updated by Andreas Kohlbecker 9 months ago
- Description updated (diff)
- Status changed from Resolved to Closed
- % Done changed from 60 to 100
no problems found in the flora cuba which could be caused by the change to the zoomToClosestLevel = false
setting.
So we can consider this ticket as fully solved.
#14 Updated by Andreas Kohlbecker 7 months ago
- Related to bug #9097: specimen coordinate links in maps to geohack service broken added
#15 Updated by Andreas Kohlbecker 7 months ago
- Related to bug #9099: placemark icon in kml map not clickable added