Andreas Hocevar
6718fc982e
Merge pull request #5450 from probins/typedefs
...
Remove sub-namespaces from all remaining typedefs
2016-06-14 17:32:10 +02:00
Andreas Hocevar
1d20215bfa
Make all typedefs work without provide/require
2016-06-14 15:01:20 +00:00
Peter Robins
7d210948e8
Fix GPX write of xsi ns
...
Also add version/creator attributes to <gpx> node.
2016-06-14 11:14:19 +00:00
Guillaume Beraudo
bb32b6ac55
Fix typo
2016-06-14 09:10:07 +02:00
Andreas Hocevar
d26ac55ed0
Merge pull request #5453 from ahocevar/mapbrowserpointerevent
...
Reference ol.MapBrowserEvent instead of ol.MapBrowserPointerEvent
2016-06-13 14:01:49 +02:00
Peter Robins
f3acac5259
Stop GPX writing rtept properties
2016-06-10 10:56:30 +00:00
Andreas Hocevar
06249be6bd
Remove last reference to ol.MapBrowserPointerEvent from the API
...
This is a bit of a hack, but in fact it improves the situation for the end
user because it asserts the correct event type instead of failing silently.
2016-06-09 18:22:11 +02:00
Andreas Hocevar
400484e663
Reference ol.MapBrowserEvent instead of ol.MapBrowserPointerEvent
...
There is nothing exportable in ol.MapBrowserEvent in addition to what is
exportable in ol.MapBrowserEvent.
2016-06-09 18:22:11 +02:00
Frederic Junod
4bf1f56405
Add missing semicolon
2016-06-09 15:39:46 +02:00
Andreas Hocevar
40ead5b329
Merge pull request #5432 from bjornharrtell/rm_goog.uri
...
Remove use of goog.uri
2016-06-09 14:20:56 +02:00
Peter Robins
2c29512c80
Remove sub-namespaces from all remaining typedefs
2016-06-09 10:01:52 +00:00
Björn Harrtell
27853ea7dd
Remove use of goog.uri
2016-06-08 15:14:18 +02:00
Peter Robins
395f3c0756
Remove ol.raster namespace
...
Now used only for 1 typedefs and 1 enum, it serves little purpose,
so the typedef is renamed in the ol namespace, and the enum moved to rastersource.js
2016-06-08 12:37:20 +00:00
Frédéric Junod
e63b4d1f48
Merge pull request #5270 from fredj/load_error
...
Load erroneous image in ol.Image#load and ol.ImageTile#load
2016-06-08 09:25:57 +02:00
Frederic Junod
e289bfbb7d
Use ol.inherits instead of goog.inherits
2016-06-08 08:38:12 +02:00
Frederic Junod
1f48198e95
Allow tiles in ol.ImageState.ERROR state to be loaded.
2016-06-08 08:36:58 +02:00
Andreas Hocevar
072728b083
Merge pull request #5427 from ahocevar/auto-typedef-enum-options
...
Document typedefs and enums used by API symbols
2016-06-07 23:58:04 +02:00
Andreas Hocevar
abec4f4ba7
Fix ol.raster.Operation type and docs
2016-06-07 08:36:44 +02:00
Frederic Junod
c51fc84b72
Don't make ol.format.ogc.filter.Filter inherit from ol.Object
2016-06-06 17:05:04 +02:00
Andreas Hocevar
aa9dbb984a
Work around undetected types in {function(argType):returnType} types
2016-06-06 08:02:10 +02:00
Andreas Hocevar
2ec4969ac7
Remove api annotations from enums
2016-06-03 09:29:14 +02:00
Andreas Hocevar
ca07de422c
Remove api annotations from typedefs
2016-06-03 09:29:04 +02:00
Wei Lin
4877a7864c
Pass in srsName option to writeTransaction
...
Fix #5397 : By passing `srsName` option to `ol.format.WFS.writeTransaction`
2016-05-27 17:36:37 +08:00
Frederic Junod
bd0140f42d
Fix the requestEncoding automatic selection
...
If the `requestEncoding` parameter was not provided, the function used `KVP`
but without checking if it was supported.
2016-05-25 09:57:49 +02:00
Tom Payne
a6a621834f
Handle UTC midnight wrap around, fixes #5371
2016-05-23 20:36:01 +02:00
Tim Schaub
b2b902e22f
Less weird name
2016-05-19 09:09:52 -06:00
Tim Schaub
6f5965f6a5
Demonstrate how source.setUrl() works
2016-05-19 09:09:52 -06:00
Tim Schaub
9870e8c04c
Allow XYZ source construction without options
2016-05-19 09:09:52 -06:00
Tim Schaub
5542f045d5
Less special handling for WMTS tiles
2016-05-19 09:09:52 -06:00
Tim Schaub
025c063251
Less special handling for WMS tiles
2016-05-19 09:09:52 -06:00
Tim Schaub
841c8a5747
Rename source.getKeyParams() to source.getKey()
2016-05-19 09:09:52 -06:00
Tim Schaub
81d5849207
Add a settable key for all tile sources
...
The source's key is used as the key for all tiles in the source. For URL tile sources, the URL is the key.
2016-05-19 09:09:52 -06:00
Andreas Hocevar
bbd1af6056
Merge pull request #5368 from probins/wfs
...
Move WFS typedefs to typedefs.js
2016-05-19 14:52:54 +02:00
Tobias Bieniek
d52586d586
format/igc: Remove duplicate regex exec() call
...
HFDTE_RECORD_RE_.exec(line) has already been called above
2016-05-19 14:35:15 +02:00
Peter Robins
4044ae4cd0
Move WFS typedefs to typedefs.js
...
By renaming them so they're no longer in any subnamespaces, they no longer need to be in their own file.
2016-05-19 08:48:43 +00:00
Andreas Hocevar
be2fc808be
Merge pull request #5363 from probins/camels
...
Convert all typedefs to CamelCase
2016-05-19 09:12:38 +02:00
Peter Robins
2117f2e3b1
Convert all typedefs to CamelCase
2016-05-18 19:44:45 +00:00
Andreas Hocevar
9f501aeb0e
Merge pull request #5352 from marlowp/Issue#5030
...
Add getResolutions() to ol.View
2016-05-18 18:03:09 +02:00
Andreas Hocevar
2bff721227
Merge pull request #5343 from probins/nonapitypedefs
...
Rename non-api sub-namespace typedefs
2016-05-18 17:34:08 +02:00
tsauerwein
7080c508a4
Handle multiple featureMember elements for different types
2016-05-18 11:26:13 +02:00
Peter Marlow
350c4d525b
Added getResolutions() function to ol.View
...
New getResolutions() function created for ol.View. This function returns
the array of resolutions passed to the ol.View constructor, or undefined
if none were given.
2016-05-15 16:47:27 +01:00
Tim Schaub
5a5ad7ce31
Correct types
2016-05-13 12:08:59 -06:00
Tim Schaub
5c07628044
Return id if no data is present
2016-05-13 12:08:58 -06:00
Attila Berényi
4c82b3403c
Use XHR by default
2016-05-13 12:08:58 -06:00
Peter Robins
176ddd3403
Rename non-api sub-namespace typedefs
2016-05-13 10:24:57 +00:00
Andreas Hocevar
4626554a18
Merge pull request #5335 from probins/typedefs
...
Move typedefs to separate file
2016-05-13 10:23:14 +02:00
Peter Robins
0daa2cf574
Document typedef move
2016-05-12 07:45:48 +00:00
Peter Robins
dd358af0f2
Fix WFS errors by moving typedefs to own file
...
The WFS typedefs are the only sub-sub-namespace ones which are marked 'api', so cannot be renamed. Moving them to their own file resolves the errors.
2016-05-12 07:31:50 +00:00
Peter Robins
ab9ff536f5
Add goog.provides to typedefs.js to prevent compiler warnings
...
Without this there are 'defined before its owner' warnings, and issues of missing namespaces when compiling code with the library.
2016-05-11 19:51:14 +00:00
Peter Robins
c7aeebed8c
Rename sub-sub-namespace typedefs to sub-namespace
...
These sub-sub-namespace typedefs are only used internally; some of them cause problems by creating a form of circular dependency. For example, ol.style.Atlas is created in style/atlasmanager.js; if ol.style.Atlas.Block is in a separate file, ol.style.Atlas is dependent on it, so the new file must precede ol.style.Atlas. However if it precedes it then it has to create the ol.style.Atlas namespace which should be created by atlasmanager.js. To get round this, these typedefs are renamed to remove the sub-sub-namespace.
Fortunately they are all non-api, so the rename should not affect anything.
2016-05-11 19:46:56 +00:00