View Issue Details

This bug affects 1 person(s).
 0
IDProjectCategoryView StatusLast Update
07701Feature requestsSurvey editingpublic2021-11-02 11:05
Reporterbjh6938 Assigned Togalads  
PrioritynormalSeverity@50@ 
Status closedResolutionfixed 
Summary07701: Add ability to display KML file as part of location question type
Description

Please add the ability to add a KML layer to a google map using the location type.

I manually added the following code to survey_runtime.js approx. line 195

var user_kmlLayer = new google.maps.KmlLayer('http://some_url/file.kml');
user_kmlLayer.setMap(map);

You would probably want to parameterize it to something like.

var user_kmlLayer = new google.maps.KmlLayer(url);
user_kmlLayer.setMap(map);

Thanks for consideration and keep up the good work.

Tagskml
Bug heat0
Story point estimate
Users affected %

Users monitoring this issue

There are no users monitoring this issue.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2013-03-24 21:58 bjh6938 New Issue
2013-03-24 22:01 bjh6938 Tag Attached: kml
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing
2021-11-02 11:05 galads Assigned To => galads
2021-11-02 11:05 galads Status new => closed
2021-11-02 11:05 galads Resolution open => fixed