Closed murrayk closed 10 years ago
Looks like a js error getting gps starting position var start = map.getUserCoords(); annotation.record.point = { 'lon': start.lon, 'lat': start.lat, 'alt': start.gpsPosition.altitude }
Also another error at 'record is undefined' At var addAltTextToFeatureMarkers = function(features) { console.debug("features:" + features) ; utils.inform("test message", 1000) ; $.each(features, function(index, feature){ var featureMarkerElement = document.getElementById(feature.geometry.id) ; // set alt tag for the marker var record = records.getSavedRecord(feature.attributes.id) ; var name = record.record.name ;
also fixed addAltTextToFeaturesMarkers
Ben does that mean issue #44 can be closed?
From: Ben Butchart [mailto:notifications@github.com] Sent: 04 June 2014 12:08 To: edina/spatial-memories Subject: Re: [spatial-memories] Problem starting second gsp track (#44)
also fixed addAltTextToFeaturesMarkers
— Reply to this email directly or view it on GitHub https://github.com/edina/spatial-memories/issues/44#issuecomment-45077823 .Image removed by sender. The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.
Buttons not responding.