Tim Schaub
e1ba1d8887
Remove use of shared structures in feature parsers
2013-09-27 23:18:34 +01:00
Tim Schaub
2850c761cf
Remove use of shared vertices in geom package
2013-09-27 23:18:17 +01:00
ahocevar
3349bded1c
Merge pull request #1065 from ahocevar/skip-hidden
...
Select interaction does not work with shape symbolizers and canvas renderer
2013-09-27 05:45:50 -07:00
Tim Schaub
bbef15e50e
Consider resolution when applying rules
2013-09-27 11:46:48 +02:00
Tim Schaub
78c54addb3
Add min/maxResolution properties to rule options
2013-09-27 11:45:43 +02:00
ahocevar
f8e891ff15
Making the condition for adding to selection configurable
2013-09-27 11:45:15 +02:00
Frédéric Junod
2878309a41
Merge pull request #1067 from fredj/attribution_osm_option
...
Remove 'attribution' option from ol.source.OSMOptions
2013-09-26 06:10:17 -07:00
Frederic Junod
9891e5fbc2
Remove 'attribution' option from ol.source.OSMOptions
2013-09-26 14:15:46 +02:00
ahocevar
c556ddd593
Skip hidden features for hit detection
2013-09-26 12:56:49 +02:00
Frédéric Junod
b5035888f6
Merge pull request #1044 from fredj/tileLoadFunction_override
...
Allow tile load override for all ol.source.TileImage based classes
2013-09-26 03:36:31 -07:00
Tom Payne
9b491d1247
Merge pull request #1059 from twpayne/next-tick
...
Use goog.async.nextTick instead of goog.async.Delay
2013-09-26 03:16:25 -07:00
Frederic Junod
907e796b55
Allow tileLoadFunction override for ol.source.MapQuestOSM and MapQuestOpenAerial
2013-09-24 15:54:53 +02:00
Tom Payne
1671a343b4
Use goog.async.nextTick instead of goog.async.Delay
2013-09-24 15:27:55 +02:00
Frederic Junod
9fcd057c1e
Allow tileLoadFunction override for ol.source.Stamen
2013-09-24 13:33:01 +02:00
Frederic Junod
4614a43d48
Allow tileLoadFunction override for ol.source.WMTS
2013-09-24 13:33:01 +02:00
Frederic Junod
980d311680
Allow tileLoadFunction override for ol.source.TileWMS
2013-09-24 13:33:01 +02:00
Frederic Junod
331005468c
Allow tileLoadFunction override for ol.source.TileJSON
2013-09-24 13:33:01 +02:00
Frederic Junod
5a99adfc68
Allow tileLoadFunction override for ol.source.BingMaps
2013-09-24 13:33:01 +02:00
Frederic Junod
dd509ed39e
Allow tileLoadFunction override for ol.source.OSM
2013-09-24 13:33:01 +02:00
Frédéric Junod
ac6d8f2df1
Merge pull request #1057 from fredj/apidoc
...
Fix jsdoc formating
2013-09-24 04:30:47 -07:00
Frederic Junod
ef929e9a72
Fix jsdoc formating
2013-09-24 12:18:00 +02:00
Tom Payne
3e8abadf95
Merge pull request #1053 from elemoine/sourceoptions
...
Use typedef in source code for SourceOptions
2013-09-24 03:03:12 -07:00
Tom Payne
a25eff9283
Merge pull request #1047 from twpayne/remove-load-events
...
Remove source load events
2013-09-24 02:50:13 -07:00
Éric Lemoine
b2c336c29e
Use typedef in source code for SourceOptions
2013-09-23 17:53:43 +02:00
Frederic Junod
d061994842
Remove webgl-experimental from ol.webgl.CONTEXT_IDS_
2013-09-23 14:18:30 +02:00
Frederic Junod
c7b5bd0b6d
Add 'experimental-webgl' to ol.webgl.CONTEXT_IDS_ (IE11 support)
...
see: http://msdn.microsoft.com/en-us/library/ie/ff975238(v=vs.85).aspx
2013-09-23 09:38:45 +02:00
Tim Schaub
6276e633de
Merge pull request #832 from fredj/feature_getset_id
...
Rename setFeatureId to setId (same for get).
2013-09-20 10:31:37 -07:00
Tom Payne
bd81e6c9a9
Remove source load events
2013-09-20 13:37:40 +01:00
Tom Payne
56e352b7aa
Dispatch change events instead of load events when sources change
2013-09-20 13:37:31 +01:00
Tom Payne
8a0809c673
Merge pull request #1028 from twpayne/remove-extent-tostring
...
Remove ol.extent.toString
2013-09-20 05:10:02 -07:00
Tom Payne
abaa220314
Use URL instead of Url or url in comments and strings
2013-09-20 12:28:04 +01:00
Tom Payne
aa44547565
Remove ol.extent.toString
2013-09-20 12:14:41 +01:00
Tom Payne
a8d9dad552
Merge pull request #1036 from twpayne/async-tile-load
...
Asynchronos tile URL calculation
2013-09-20 02:23:09 -07:00
Bruno Binet
d1e9dd964b
Be consistent with constant names
2013-09-19 16:59:38 +02:00
Bruno Binet
cf4799e87c
Add support for layer min/maxResolution
2013-09-19 16:59:38 +02:00
Frederic Junod
4666f64673
Use goog.global instead of window
...
See f1f319d6ad
2013-09-19 15:03:17 +02:00
Frederic Junod
9906497cb8
Only reset canvas transformation matrix when it has changed
2013-09-18 19:12:36 +02:00
Frederic Junod
e30d0fefb0
Concatenate keys instead of joining it
...
For performances reasons, see http://jsperf.com/array-join-string-concat
2013-09-18 17:19:50 +02:00
Frederic Junod
42f7288d73
Assign function instead of calling it
2013-09-18 17:19:50 +02:00
Tom Payne
0e4c5d10c5
Merge pull request #1024 from pagameba/doc-interactions
...
Documentation for Interactions
2013-09-18 08:05:46 -07:00
Tom Payne
293ccfda8a
Export ol.ImageTile#getImage
2013-09-18 15:37:45 +01:00
Tom Payne
004898e462
Export ol.TileCoord#getZXY
2013-09-18 15:37:45 +01:00
Tom Payne
8ea6a50f03
Add ol.TileCoord#getZXY
2013-09-18 15:37:45 +01:00
Tom Payne
9397720c8e
Export ol.Tile#getTileCoord
2013-09-18 15:33:54 +01:00
Tom Payne
f3d5a5c37b
Add tileLoadFunction option to ol.source.XYZ
2013-09-18 13:40:07 +01:00
Tom Payne
6896e920f9
Allow tile load function to be overridden
2013-09-18 13:39:42 +01:00
Tom Payne
0085623eee
Add ol.TileLoadFunctionType
2013-09-18 13:37:12 +01:00
Frederic Junod
764aacb568
Rename {get|set}FeatureId to {get|set}Id
2013-09-17 12:50:56 +02:00
Frederic Junod
7de0e79c62
Remove unused goog.requires
2013-09-17 09:41:22 +02:00
Éric Lemoine
b81a4e875b
Remove noModifierKeys condition for keyboad zoom
...
Refs #917 . With the key hanler now attached to the map target by default we can remove the noModifierKeys condition for the keyboard zoom interaction. This will prevent the back button shortcut (alt + <back arrow>) to work, but it's ok, the map is focused so it's the one with the highest priority.
2013-09-16 22:51:44 +02:00