adding points for streetside images

This commit is contained in:
Shawna Paradee
2018-03-20 13:05:33 -07:00
parent 427dfc1b15
commit 2b50d36f65
15 changed files with 79 additions and 5 deletions
+1
View File
@@ -514,6 +514,7 @@ export function rendererMap(context) {
// returns Lng/Lat
map.mouseCoordinates = function() {
var coord = map.mouse() || pxCenter();
console.log("map.mouseCoordinates",projection.invert(coord));
return projection.invert(coord);
};