Add FIXME to geolocation example

This commit is contained in:
Tom Payne
2014-01-12 21:54:13 +01:00
parent f0d9a451e5
commit 5886d0dec0

View File

@@ -1,3 +1,7 @@
// FIXME use an ol.geom.Circle to display a circle with accuracy
// FIXME this circle will need to compensate for the pointResolution of the
// FIXME EPSG:3857 projection
goog.require('ol.Geolocation');
goog.require('ol.Map');
goog.require('ol.Overlay');