Tim Schaub
9323bbdcd0
Give Somaliland and Northern Cyprus unique ids
2014-05-26 10:31:27 -06:00
Frederic Junod
ff1a9d420d
Add an extent constraint to the device-orientation example
2014-05-26 13:37:33 +02:00
Frederic Junod
2f918ea2a4
Remove unused goog.require
2014-05-21 16:06:32 +02:00
Tim Schaub
e17c8c79f9
Merge pull request #2079 from tschaub/view-options
...
Support zoom and resolution constrained views.
2014-05-16 11:26:09 -06:00
Tim Schaub
3793f33acf
Handle minZoom in getZoom and setZoom
2014-05-16 04:56:42 -06:00
Andreas Hocevar
687abda9fb
Need to be more specific about the coordinate format now.
2014-05-15 20:56:09 +02:00
Éric Lemoine
8610a91ea9
Set snapToPixel to false in dynamic-data example
2014-05-07 18:01:24 +02:00
Antoine Abt
a51e834fef
Merge pull request #2027 from tonio/rotate
...
Add a rotate control
2014-05-06 15:36:01 +02:00
Tim Schaub
1110da37e1
Move ol.Sphere#circle to ol.geom.Polygon.circular
...
Previously, ol.geom.Polygon was a transitive dependency of ol.proj (since ol.proj requires ol.sphere.NORMAL, and all spheres were capable of generating circular polygons). Instead, ol.proj should be lower-level. Since it deals only with coordinate arrays, it shouldn't depend on all of the geometry code.
By adding a static `circular` function to `ol.geom.Polygon`, the dependency tree makes more sense. If you want to create a polygon that approximates a circle on a sphere, you require `ol.geom.Polygon` and `ol.Sphere` (or one of the constants).
This makes room for geometries to have a `transform` method that takes projection-like arguments (meaning that `ol.geom.Geometry` will require `ol.proj`).
2014-05-02 11:25:44 -06:00
Antoine Abt
0bec5b5590
Add base control class, to simplify stylesheet
2014-05-02 14:12:31 +02:00
Andreas Hocevar
7b4c240a5a
Merge pull request #2004 from ahocevar/bind-webgl
...
Bind input example is broken since default renderer has changed
2014-05-02 11:08:32 +02:00
Bart van den Eijnden
b91d8871df
Add fifth value for BBOX to be conforming to the WFS 1.1 spec
2014-04-28 17:57:30 +02:00
Bart van den Eijnden
962ddff1c2
Implement readProjection on ol.format.WFS and add WFS JSONP example
2014-04-24 20:58:32 +02:00
Andreas Hocevar
32dda342aa
Only show controls for WebGL settings when WebGL is used
2014-04-22 16:29:53 +02:00
Peter Robins
53d3c695f4
Measure example: correct source link
2014-04-17 14:32:01 -04:00
Frederic Junod
4d548d99a7
Add Tissot indicatrix example
2014-04-15 14:35:27 +02:00
Frederic Junod
9b5512c065
Allow '{-y}' placeholder
2014-04-14 14:27:18 +02:00
Andreas Hocevar
60ab837025
Merge pull request #1950 from jachym/measure_example
...
Adding simple measure example
2014-04-11 10:06:21 +02:00
Éric Lemoine
59c3857afd
Add rotateAroundRome to animation example
2014-04-10 14:05:18 +02:00
Frederic Junod
6b1a4dc88b
Use WMTS server from services.arcgisonline.com
2014-04-09 09:22:20 +02:00
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
Jachym Cepicky
280e3e4ebf
Adding simple measure example
2014-04-04 16:13:20 +02: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