Frédéric Junod
|
d7296602fc
|
Merge pull request #2017 from fredj/feature-setgeom-change
Dispatch a change event when the geometry is set
|
2014-04-28 08:57:32 +02:00 |
|
Bart van den Eijnden
|
2a45d3b41b
|
Merge pull request #2014 from bartvde/getkeys
export getKeys on ol.Object (r=@elemoine,@fredj)
|
2014-04-28 08:08:35 +02:00 |
|
Frederic Junod
|
68773941d3
|
Use goog.array.contains instead of goog.array.indexOf
|
2014-04-26 08:31:40 +02:00 |
|
Frederic Junod
|
74d83f29d2
|
Dispatch a change event when the geometry is set
Fixes #2016
|
2014-04-26 08:09:28 +02:00 |
|
Bart van den Eijnden
|
9c6987aa78
|
Export ol.Object's getKeys function
|
2014-04-25 15:02:58 +02:00 |
|
Éric Lemoine
|
928e3244cf
|
Merge pull request #2012 from elemoine/skipfeature
Remove skippeFeatures collection
|
2014-04-25 09:01:02 +02:00 |
|
Bart van den Eijnden
|
0e6b72f94d
|
Merge pull request #1986 from bartvde/wfs-example
ol.format.WFS has no readProjection method (r=@elemoine)
|
2014-04-24 21:16:53 +02:00 |
|
Éric Lemoine
|
f9c0f12f23
|
Remove skippeFeatures collection
|
2014-04-24 20:58:50 +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 |
|
Frederic Junod
|
d00e515412
|
Remove name attributes from the zoom buttons
|
2014-04-24 14:45:14 +02:00 |
|
Frédéric Junod
|
a46f8647f9
|
Merge pull request #1998 from adube/fix-zoomcontrol
Fix zoomcontrol, set type button in button, not span
|
2014-04-24 14:35:53 +02:00 |
|
Frederic Junod
|
1d688ad29d
|
Use goog.net.Jsonp instead of goog.net.jsloader
|
2014-04-22 14:44:55 +02:00 |
|
Frédéric Junod
|
3ffed43834
|
Merge pull request #1995 from fredj/cleanup
Use ol.extent.getWidth and ol.extent.getHeight
|
2014-04-18 16:20:56 +02:00 |
|
Éric Lemoine
|
05217496f7
|
Merge pull request #1990 from elemoine/select-bug
Rework handling of skipped features in replay
|
2014-04-18 15:51:36 +02:00 |
|
Alexandre Dubé
|
f0d159d6ef
|
Fix zoomcontrol, set type button in button, not span
|
2014-04-18 09:45:09 -04:00 |
|
Éric Lemoine
|
fa1d79016d
|
Merge pull request #1994 from oterral/add_export
Add getSource function in ol.source.ImageVector
|
2014-04-18 13:37:00 +02:00 |
|
Éric Lemoine
|
4e965123c8
|
Make handling of skipped features faster
|
2014-04-18 10:52:20 +02:00 |
|
Frederic Junod
|
663e7af0d2
|
Use ol.extent.getWidth and ol.extent.getHeight
|
2014-04-17 15:54:13 +02:00 |
|
oterral
|
a277cbf548
|
Add getSource getter in ol.source.ImageVector
|
2014-04-17 15:21:11 +02:00 |
|
Éric Lemoine
|
f59b3e968b
|
Rework handling of skipped features in replay
|
2014-04-16 19:12:31 +02:00 |
|
Frédéric Junod
|
cb1edd262d
|
Merge pull request #1985 from fredj/named-color
Handle ol.color.ENABLE_NAMED_COLORS = false
|
2014-04-16 16:28:26 +02:00 |
|
Frederic Junod
|
1da879ef06
|
Don't use a named color for defaultFillStyle
Named color support is optional (see ol.color.ENABLE_NAMED_COLORS)
|
2014-04-15 16:58:06 +02:00 |
|
Frederic Junod
|
38f8774cc4
|
Export ol.Sphere#circle function
|
2014-04-15 14:35:20 +02:00 |
|
Éric Lemoine
|
2a0026bed3
|
Merge pull request #1970 from elemoine/geturls
Add getUrl methods to TileWMS and ImageWMS
|
2014-04-14 20:47:35 +02:00 |
|
Frederic Junod
|
9b5512c065
|
Allow '{-y}' placeholder
|
2014-04-14 14:27:18 +02:00 |
|
Frederic Junod
|
ef27f14376
|
Remove undefined type from opt_target and opt_file
|
2014-04-14 12:01:48 +02:00 |
|
Frederic Junod
|
756f407ef4
|
Add file propery to ol.interaction.DragAndDropEvent
|
2014-04-14 10:47:57 +02:00 |
|
Tim Schaub
|
12840aa49f
|
Merge pull request #1976 from tschaub/pointerup-return
Required return from event handler.
|
2014-04-10 06:52:13 -06:00 |
|
Antoine Abt
|
050f0cede6
|
Merge pull request #1974 from tonio/selectfeature
Automatically skip features on select’s collection changes
|
2014-04-10 14:41:52 +02:00 |
|
Tim Schaub
|
e72b383976
|
Required return from event handler
|
2014-04-10 06:32:27 -06:00 |
|
Antoine Abt
|
5147a0b060
|
Automatically skipFeatures on select’s collection changes
|
2014-04-10 14:24:39 +02:00 |
|
Frédéric Junod
|
c2bd829a5f
|
Merge pull request #1975 from fredj/rotation-anchor
Rotate around arbitrary coordinate
|
2014-04-10 14:22:08 +02:00 |
|
Frédéric Junod
|
3946b92595
|
Merge pull request #1942 from elemoine/export-tileimage
Export ol.source.TileImage
|
2014-04-10 14:16:13 +02:00 |
|
Éric Lemoine
|
f9388749d4
|
undefined may be passed to ol.animation.rotate
|
2014-04-10 14:05:18 +02:00 |
|
Éric Lemoine
|
42adc23e86
|
Use ol.View2D#rotate in Interaction
|
2014-04-10 14:05:18 +02:00 |
|
Éric Lemoine
|
3c86dba3a8
|
ol.animate.rotate takes an optional anchor
|
2014-04-10 14:05:17 +02:00 |
|
Éric Lemoine
|
00917b7262
|
Export ol.View2D#rotate
|
2014-04-10 14:05:17 +02:00 |
|
Éric Lemoine
|
e03054f17f
|
Add ol.View2D#rotate
|
2014-04-10 12:40:47 +02:00 |
|
Éric Lemoine
|
00bc424098
|
Add ol.coordinate.sub
|
2014-04-10 12:40:47 +02:00 |
|
Frederic Junod
|
5248bb7a4b
|
Export ol.source.TileImage
|
2014-04-10 12:27:53 +02:00 |
|
Éric Lemoine
|
baca25ed95
|
Fix bug at modify interaction construction time
This fixes a bug that occurs when the modify interaction is configured with a non-empty collection of features.
|
2014-04-10 11:00:00 +02:00 |
|
Éric Lemoine
|
ee1b4e08a1
|
Add ol.source.ImageWMS#getUrl
|
2014-04-10 09:16:24 +02:00 |
|
Éric Lemoine
|
e4c2cf0b63
|
Add ol.source.TileWMS#getUrls
|
2014-04-10 09:16:24 +02:00 |
|
Frederic Junod
|
bbb3527ac7
|
Don't use 'this' keyword in tileUrlFunction
See a31ad69ec4
Fixes #1965
|
2014-04-09 09:00:25 +02:00 |
|
Frederic Junod
|
17ed43d230
|
Fix coding style
Use `goog.isDef(x) ? x : {}` instead of `x || {}`
|
2014-04-08 11:40:04 +02:00 |
|
Frederic Junod
|
ffb61b49d0
|
Define ol.pointer.PointerEvent.createMouseEvent before using it
Fixes #1961
|
2014-04-07 17:48:14 +02:00 |
|
Éric Lemoine
|
4561e0b901
|
Merge pull request #1960 from elemoine/stopevent
Implement shouldStopEvent in DragBox interaction
|
2014-04-07 17:23:46 +02:00 |
|
Éric Lemoine
|
ce0b1d2a47
|
Use goog.functions.identity where it makes sense
|
2014-04-07 16:59:04 +02:00 |
|
Éric Lemoine
|
eac9b71b95
|
Set shouldStopEvent to identity in DragBox
This fixes a bug where the map is panned when boxes are drawn.
|
2014-04-07 16:57:02 +02:00 |
|
Andreas Hocevar
|
13e072cb63
|
Merge pull request #1955 from ahocevar/canvas-no-taint
Test canvas size with an untainted canvas
|
2014-04-07 13:52:09 +02:00 |
|