planetfederal / wps-gui

Graphical User Interface (Model Builder) for OGC:WPS (Web Processing Services)
http://boundlessgeo.com
Apache License 2.0
26 stars 15 forks source link

OpenLayers link in map input should open in new tab #195

Closed bmmpxf closed 9 years ago

bmmpxf commented 9 years ago

If you click the little OL icon in the map, you'll go to http://openlayers.org, navigating away from the application. The Back button appears to work in the case I tested, but it's probably safer to open in new tab.

olicon

bartvde commented 9 years ago

I've seen this as well, it's the default way ol3 does it, but we can probably intercept the target of the link and change it.

bartvde commented 9 years ago

see also: https://github.com/openlayers/ol3/pull/2616