Peter Robins
|
5247903a4a
|
Small corrections to ol.View docs
|
2014-08-12 07:13:10 +00:00 |
|
Andreas Hocevar
|
45f24ee097
|
Merge pull request #2518 from probins/centercon
Remove centerConstraintType from API
|
2014-08-11 20:22:06 +02:00 |
|
Peter Robins
|
8bc5a928a7
|
Remove centerConstraintType from API
|
2014-08-11 17:15:08 +00:00 |
|
Andreas Hocevar
|
e69f065a23
|
Merge pull request #2479 from ahocevar/generate-externs
Node task to generate externs for OpenLayers 3
|
2014-08-11 18:29:04 +02:00 |
|
Peter Robins
|
ed2f2befdf
|
Move createDefaultEditingStyles() to ol.style
|
2014-08-11 15:39:21 +00:00 |
|
Frédéric Junod
|
6ca3e83492
|
Merge pull request #2511 from fredj/cleanup
Remove unused goog.require
|
2014-08-11 15:31:00 +02:00 |
|
Éric Lemoine
|
b3b5572763
|
Make the check target build ol.js
|
2014-08-11 14:22:01 +02:00 |
|
tsauerwein
|
294afe16fe
|
Fix compiler type errors
|
2014-08-11 14:04:31 +02:00 |
|
Frederic Junod
|
ddd16b6985
|
Remove unused goog.require
|
2014-08-11 13:49:30 +02:00 |
|
tsauerwein
|
3ff180b224
|
Implement read transforms for ol.format.WFS
|
2014-08-11 12:22:29 +02:00 |
|
tsauerwein
|
48ed2e861e
|
Implement read/write transforms for ol.format.Polyline
|
2014-08-11 11:59:27 +02:00 |
|
Peter Robins
|
d9976ca207
|
Fix missing API docs
|
2014-08-11 09:35:16 +00:00 |
|
tsauerwein
|
f8560df793
|
Implement read transforms for ol.format.IGC
|
2014-08-11 10:51:34 +02:00 |
|
tsauerwein
|
9bc70f3459
|
Implement read/write transforms for ol.format.WKT
|
2014-08-11 10:17:31 +02:00 |
|
Andreas Hocevar
|
286db65d34
|
Use {*} instead of {goog.*} types in externs file
|
2014-08-09 09:05:54 +02:00 |
|
Andreas Hocevar
|
e294ca1868
|
Keep track of all symbols
This avoids that we add parent namespaces of symbols that were already
added because they have their own definition in the externs.
|
2014-08-09 08:53:25 +02:00 |
|
Andreas Hocevar
|
8a56f455f1
|
Define constructor before its members
|
2014-08-09 08:53:24 +02:00 |
|
Andreas Hocevar
|
63abbe2597
|
Prepend 'var ' for root symbols
|
2014-08-09 08:53:24 +02:00 |
|
Andreas Hocevar
|
9780e9f0c0
|
Dereference typedef
|
2014-08-09 08:53:24 +02:00 |
|
Andreas Hocevar
|
a35f361683
|
Build types only for olx.* symbols from externs
|
2014-08-09 08:53:24 +02:00 |
|
Andreas Hocevar
|
9e814f119f
|
Do not process file type doclets
|
2014-08-09 08:53:24 +02:00 |
|
Andreas Hocevar
|
e8eebd8846
|
Allow to provide externs for inclusion in info.json
|
2014-08-09 08:53:24 +02:00 |
|
Tim Schaub
|
9db936fe87
|
Merge pull request #2508 from tschaub/post-install
Run closure-util install script after install.
|
2014-08-08 11:20:55 -07:00 |
|
Tim Schaub
|
bdfceaad06
|
Run closure-util install script after install
This needs to be run whenever our closure-util.json config changes. It is harmless to run multiple times.
|
2014-08-08 11:08:37 -07:00 |
|
tsauerwein
|
bfb6c2e3b8
|
Implement read transforms for ol.format.OSMXML
|
2014-08-08 17:25:05 +02:00 |
|
tsauerwein
|
b05f880f7c
|
Implement read/write transforms for ol.format.KML
|
2014-08-08 17:10:11 +02:00 |
|
tsauerwein
|
31dbbc6a8c
|
Implement read/write transforms for ol.format.GPX
|
2014-08-08 15:50:55 +02:00 |
|
tsauerwein
|
e446738491
|
Implement read transforms for ol.format.TopoJSON
|
2014-08-08 11:43:53 +02:00 |
|
tsauerwein
|
3090a0af37
|
Fix GeoJSON.readFeaturesFromObject
Only feature collections worked properly.
|
2014-08-08 11:14:03 +02:00 |
|
tsauerwein
|
281fd3c6a9
|
Implement GML.readProjectionFromNode()
|
2014-08-08 10:54:40 +02:00 |
|
Éric Lemoine
|
8959aaafd5
|
Merge pull request #2477 from fredj/2475
Add new olx.format.KMLOptions#extractStyles property
v3.0.0-gamma.4
|
2014-08-08 08:57:15 +02:00 |
|
Éric Lemoine
|
253d64d6f0
|
Merge pull request #2506 from elemoine/naming
Rename debugtilesource.js to tiledebugsource.js
|
2014-08-08 08:47:59 +02:00 |
|
Éric Lemoine
|
9d6fced8b4
|
Merge pull request #2505 from elemoine/graticule-style
Make stroke style of the graticule configurable
|
2014-08-08 08:43:28 +02:00 |
|
Éric Lemoine
|
9d9f29e1a2
|
debugtilesource.js changed to tiledebugsource.js
|
2014-08-08 08:32:44 +02:00 |
|
Marc Jansen
|
b60609d93c
|
Make stroke style of the graticule configurable
|
2014-08-08 08:28:34 +02:00 |
|
Frédéric Junod
|
54406f5b2f
|
Merge pull request #2416 from fredj/newer-closure-library
Upgrade closure-library version
|
2014-08-08 07:37:49 +02:00 |
|
Frédéric Junod
|
b8dca21286
|
Merge pull request #2470 from fredj/2470
EPSG:4326 example broken
|
2014-08-07 17:38:06 +02:00 |
|
Frederic Junod
|
134a4e220d
|
Change WMS server in examples
|
2014-08-07 17:25:08 +02:00 |
|
Frederic Junod
|
190db934ee
|
Always use goog.json.parse and set goog.json.USE_NATIVE_JSON=true
|
2014-08-07 17:14:50 +02:00 |
|
Frederic Junod
|
cf85079d22
|
Mark 'es5Strict' checks as errors
|
2014-08-07 17:14:49 +02:00 |
|
Frederic Junod
|
66da8fc393
|
Upgrade closure-library version
|
2014-08-07 17:14:49 +02:00 |
|
Frederic Junod
|
9e37aa796a
|
Add new olx.format.KMLOptions#extractStyles property
|
2014-08-07 17:08:19 +02:00 |
|
Frédéric Junod
|
18b3c3eee7
|
Merge pull request #2501 from fredj/2501
bug fix to play nice with sencha touch 2.3
|
2014-08-07 16:58:19 +02:00 |
|
Frédéric Junod
|
5e4cfe875b
|
Merge pull request #2503 from fredj/geolocation-bind-proj
Don't bind to ol.View projection property
|
2014-08-07 14:04:03 +02:00 |
|
Andreas Hocevar
|
e06fe37607
|
Merge pull request #2502 from ahocevar/template-test
Add unit test for greedy template replacement
|
2014-08-07 13:36:24 +02:00 |
|
Frederic Junod
|
0d6cc22bf0
|
Don't bind to ol.View projection property
|
2014-08-07 12:59:15 +02:00 |
|
Frederic Junod
|
d3b5a14a9b
|
Don't use TouchList#item function
|
2014-08-07 12:25:19 +02:00 |
|
Andreas Hocevar
|
410b274b6a
|
Add unit test for greedy template replacement
|
2014-08-07 12:18:03 +02:00 |
|
Andreas Hocevar
|
0a963d4615
|
Merge pull request #2497 from ahocevar/greedy-template
TileUrlFunction only replaces first instance of placeholder variables
|
2014-08-07 12:09:24 +02:00 |
|
Andreas Hocevar
|
08039e9894
|
Replace multiple placeholder occurrences in templates
|
2014-08-07 10:51:41 +02:00 |
|