Skip to content

Instantly share code, notes, and snippets.

@aptiko
Last active June 19, 2017 10:04
Show Gist options
  • Save aptiko/6f9f7123d067ac188fc2d370920fdaa6 to your computer and use it in GitHub Desktop.
Save aptiko/6f9f7123d067ac188fc2d370920fdaa6 to your computer and use it in GitHub Desktop.
OpenLayers 3 Mouse Position
mouse_position = new ol.control.MousePosition({
coordinateFormat: ol.coordinate.createStringXY(4),
projection: ‘EPSG:4326’
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment