Commit Graph

1992 Commits

Author SHA1 Message Date
Tim Schaub 2a4300085e No markup in shortdesc
The example parser and index template don't handle markup in the shortdesc element.  Use the docs element instead.
2014-04-04 10:07:02 -06:00
Tom Payne 3a462f7076 Add a polygon layer and tweak the style of the tile-vector example 2014-04-03 15:23:24 +02:00
Tom Payne d3a13a254c Use TopoJSON in tile-vector example 2014-04-03 15:23:24 +02:00
Tom Payne a68d9f2299 Use openstreetmap.us vector tiles in tile-vector example 2014-04-03 15:23:24 +02:00
Tom Payne f13debbbc9 Load vector tiles for current resolution 2014-04-03 15:23:24 +02:00
Frederic Junod fe216e3da1 Better vector style in tile-vector example 2014-04-03 15:12:23 +02:00
Tom Payne 8986ea1ef9 Add tile-vector example 2014-04-03 15:12:23 +02:00
Tom Payne 4a484a7ad3 Separate out feature reading and feature adding 2014-04-03 15:12:22 +02:00
Tim Schaub 86c5a582c7 Rename loadingStrategy to strategy 2014-04-03 15:12:22 +02:00
Tim Schaub ce8d805201 Rename loadingFunction to loader 2014-04-03 15:12:22 +02:00
Tom Payne 9e75684823 Replace extentUrlFunction with generic loadingFunction 2014-04-03 15:12:22 +02:00
Tom Payne b8869805a7 Rename ol.loading to ol.loadingstrategy 2014-04-03 15:12:22 +02:00
Tom Payne de4a17b8e2 Rename ol.source.RemoteVector to ServerVector 2014-04-03 15:12:22 +02:00
Tom Payne 10bddeae59 Load features on demand in vector-osm example 2014-04-03 15:08:03 +02:00
Andreas Hocevar e44e59311b Merge pull request #1896 from ahocevar/nodragclick
Add click event as responsive alternative to singleclick
2014-04-03 13:34:14 +02:00
Tim Schaub 5653d57712 Change default renderer to Canvas 2014-04-02 11:43:20 -06:00
Antoine Abt 7122906214 Select interaction options are now optional 2014-03-31 10:24:17 +02:00
Antoine Abt 5cc1a986c2 Share editing default styles 2014-03-31 10:24:17 +02:00
Tom Payne f5e272fb3d Remove stray option in modify-features example 2014-03-27 21:54:41 +01:00
Tom Payne 15efba8a23 Restore ol.interaction.Select options 2014-03-27 21:54:41 +01:00
ahocevar 02907b26ed Continue using singleclick for getfeatureinfo 2014-03-27 18:34:47 +01:00
ahocevar 7bfa15c0fd Add click event as responsive alternative to singleclick
The singleclick event makes the application feel slow because
of the 250 ms delay that is used to rule out a dblclick.
2014-03-27 18:33:17 +01:00
Tim Schaub 2da07f8837 Always toggle selection 2014-03-27 11:26:17 -06:00
Tim Schaub 02a7913c0f Add condition for selection 2014-03-27 11:07:06 -06:00
Tim Schaub 1e0d2af0f0 Add a style for selected features 2014-03-27 11:01:12 -06:00
Tom Payne 901164df38 Merge pull request #1893 from twpayne/jshint-clean-ups
Check with JSHint
2014-03-25 17:04:14 +01:00
Pierre GIRAUD 8e9ffb377e Geolocation tracking with orientation example 2014-03-24 12:26:17 +01:00
Marc Jansen 84463f59d4 Merge pull request #1614 from Intermedix/ol-touch-zoomslider
Add styles for .ol-touch .ol-zoomslider
2014-03-24 09:24:23 +01:00
Tom Payne 14cca5e2f9 Make vector-labels example work in advanced mode 2014-03-23 19:59:49 +01:00
Tom Payne 06469ede50 No need to quote properties in vector-labels example 2014-03-23 19:59:49 +01:00
Tom Payne a5cc4d0728 Use === to compare with undefined 2014-03-23 19:59:49 +01:00
Tom Payne b91371348e Disable warnings about property access 2014-03-23 19:59:49 +01:00
Tom Payne f051230f99 Take pixel ratio into account in layer-spy example 2014-03-23 02:54:15 +01:00
Antoine Abt 4879f79094 Merge pull request #1877 from tonio/skip_features
Replace renderGeometryFunction by skippedFeatures
2014-03-21 09:57:19 +01:00
Tim Schaub 1b4aa63673 Separate test example from modify example 2014-03-20 12:18:17 -06:00
Antoine Abt c8de4d908d Skip features in select interaction 2014-03-19 12:33:32 +01:00
Antoine Abt c2c3798087 Update select-features example styles 2014-03-19 12:31:45 +01:00
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
Steven Pukansky e62e537eed Update zoomslider custom styling to match control styling changes 2014-03-13 11:52:09 -04:00
Austin Hyde a0fdc0ecf9 Update the zoomslider example to have better styling for touch devices 2014-03-13 11:52:09 -04:00