Commit Graph

1953 Commits

Author SHA1 Message Date
Tom Payne 395f1222a1 Add remove and toggle options to ol.interaction.Select 2014-03-17 16:43:41 +01:00
Frédéric Junod 593bb46708 Merge pull request #1865 from fredj/device-orientation
Make ol.DeviceOrientation dispatch change events
2014-03-17 09:34:29 +01:00
Éric Lemoine f019f3ed44 Merge pull request #1858 from elemoine/geolocation
Add change event to Geolocation
2014-03-17 09:32:08 +01:00
Frederic Junod 2e390794ed Use change event in device-orientation example 2014-03-17 09:06:25 +01:00
tsauerwein 7789d5eb08 Fix Google Maps example 2014-03-14 10:16:27 +01:00
ahocevar e28faa3a2b Removing code for functionality now handled by #1834 2014-03-14 10:16:27 +01:00
ahocevar 5b25826e2f Adding missing require 2014-03-14 10:16:26 +01:00
ahocevar 29454c2326 Note about MultiGeometry rendering 2014-03-14 10:16:26 +01:00
ahocevar f663a3d87a Do not render selected features on the original layer
See #1796 for a discussion on how to handle this in a better
way.
2014-03-14 10:16:26 +01:00
ahocevar 296da6f4c1 Updating google-map example to use pointer events 2014-03-14 10:16:26 +01:00
Éric Lemoine 91cd8f20cc Use change event in geolocation example 2014-03-14 09:32:37 +01:00
ahocevar ecddcdd732 Add support for editing interior polygon rings 2014-03-13 01:02:15 +01:00
Andreas Hocevar 1fbdf47e2a Merge pull request #1807 from ahocevar/float-no-zero
Modify interaction sometimes does not allow to create a new vertex
2014-03-13 00:51:43 +01:00
Alexandre Dubé 140618c5a2 Add rotation, offsetX and offsetY to vector-labels example 2014-03-12 10:20:49 -04:00
Frédéric Junod 7b7bc78f57 Merge pull request #1610 from fredj/wms-capabilities
Add ol.format.WMSCapabilities format
2014-03-11 17:04:26 +01:00
Frederic Junod a267ed4e52 Use ol.Sphere#circle to create the accuracy 'circle' 2014-03-11 15:42:08 +01:00
Frederic Junod e62842464c Use accuracyGeometry in geolocation example 2014-03-11 15:14:55 +01:00
Frederic Junod 1c13d6ed69 Add ol.format.WMSCapabilities 2014-03-10 17:06:48 +01:00
Tom Payne 6cadc2b9ab Merge pull request #1785 from adube/example-labels
Example labels
2014-03-10 14:11:31 +01:00
Tom Payne 586c4b9cd2 Merge pull request #1746 from sbrunner/fitcoordinates
Fit coordinates on visible map, Center coodinate on positions
2014-03-10 14:08:47 +01:00
ahocevar 6fbafef4ad Add a layer with real data to the example 2014-03-07 10:52:50 +01:00
ahocevar 97f8fdbd15 Added another linestring to show shared segment editing 2014-03-07 10:52:50 +01:00
Marc Jansen 8a4fba360b Close polygon in modify-feature example. 2014-03-07 10:07:47 +01:00
Tim Schaub 36204faf2f Merge pull request #1754 from tschaub/clip
Track max extent for replay and limit draw instructions outside that extent.
2014-03-06 09:37:43 -07:00
Stéphane Brunner 9789b1c1e3 Add center example 2014-03-06 10:54:39 +01:00
Frederic Junod c32d8a2e53 Add ol.layer.Heatmap class and example 2014-03-06 09:14:03 +01:00
Tim Schaub 8c9d22c5e5 Merge pull request #1797 from tschaub/convolution-kernel
Example applying a convolution kernel to an image.
2014-03-05 17:27:54 -07:00
Frederic Junod 6ab3f6e175 Add ol.format.OSMXML and ol.source.OSMXML 2014-03-03 14:28:13 +01:00
Tim Schaub f3b615299f Example applying a convolution kernel to an image 2014-03-02 22:56:50 -07:00
ahocevar caf59eea8f Simplify the google-map example
By creating the ol3 map div in the html, there is no need any
more to wait for the custom GMaps control to append the ol3 map
to its parent. This also fixes an issue that sometimes prevented
the ol3 map to appear, when the GMaps tiles were loaded before
the custom control's div was appended to its parent.
2014-03-02 15:56:21 +01:00
Alexandre Dubé ae6f557cbc Fix vector-labels example
Typo fixes, add 1 more font
2014-02-28 11:25:07 -05:00
Alexandre Dubé e3d9b23170 Update vector-labels example
Add note about the 'Text/Wrap' option currently not working.
2014-02-28 10:58:17 -05:00
Alexandre Dubé 3eabcc2565 Remove unused 'align' column from geojson 2014-02-28 10:58:17 -05:00
Alexandre Dubé 1e1020e90d Update vector-labels example
Add forms to let the user change the labels as they want.
Text 'Wrap' doesn't work properly. '\n' are supposed to allow
line to break.
2014-02-28 10:58:17 -05:00
Alexandre Dubé 0c63c76dea Add vector label example 2014-02-28 10:58:17 -05:00
Alexandre Dubé 6cd214c1e4 Add geojson sample files 2014-02-28 10:58:17 -05:00
Frederic Junod bca9512478 Use ol.geom.LineString#getCoordinateAtM in igc example 2014-02-28 16:33:02 +01:00
Frederic Junod 01288618cf Remove unused ol.FeatureOverlay require 2014-02-28 10:35:10 +01:00
Frédéric Junod 99a00b1986 Merge pull request #1767 from fredj/ie11-fullscreen
Add fullscreen API support to IE11
2014-02-27 12:12:36 +01:00
Tom Payne 23f6fc0d0f Merge pull request #1732 from twpayne/render-sync
Switch to asynchronous rendering by default
2014-02-27 11:03:20 +01:00
Frederic Junod ac9fe664e0 Add fullscreen API support to IE11 2014-02-27 09:31:42 +01:00
Tom Payne 1a81227aef Remove trailing whitespace 2014-02-26 17:58:43 +01:00
Tim Schaub ee2485534a Add an example that renders a simple fractal
This works at resolutions where simplification is significantly reducing the number of points in the line.  At high resolutions, navigation becomes unresponsive.  Limiting draw instructions to a replay group's extent will fix this.
2014-02-25 21:47:56 -07:00
Antoine Abt e213bccef7 Merge pull request #1740 from tonio/interaction_api
Editing interaction api cleanup
2014-02-24 08:46:49 +01:00
Tim Schaub e633f7f8c1 Don't inject stylesheets with JavaScript
This reverts 4d619d71b1 (see #1527), going back to what we had after e13075f6ff (see #881).

To avoid the 404 in the hosted examples, the css is copied to the same relative path when hosted as during development.
2014-02-21 18:45:46 -07:00
Antoine Abt ec832bdf6e Modify interaction takes style & features options
Instead of a FeatureOverlay
2014-02-21 12:35:30 +01:00
Antoine Abt 7cea6f3240 Make select interaction create its FeatureOverlay
You can now configure it with a `style` option.
2014-02-21 11:59:43 +01:00
Tom Payne a8f932fa07 Rename ol.Map#requestRenderFrame to ol.Map#render 2014-02-20 16:54:20 +01:00
Frederic Junod 0e73ffa9d9 Set ol.style.Icon opacity 2014-02-19 11:40:40 +01:00
Antoine Abt 04f1f2120b Merge pull request #1697 from tonio/remove_renderer_guess
Remove `ol.RendererHints.createFromQueryData` from the library
2014-02-17 08:21:18 +01:00