Andreas Hocevar
|
5b817f3146
|
Merge pull request #4390 from ahocevar/fix-mocha-phantomjs-usage
Fix usage of mocha-phantomjs-core after update
|
2015-11-07 07:37:08 +01:00 |
|
Andreas Hocevar
|
a58f66a9a9
|
Fix usage of mocha-phantomjs-core after update
|
2015-11-06 20:34:30 +01:00 |
|
Andreas Hocevar
|
8e15f80d7a
|
Merge pull request #4387 from ahocevar/common-renderer-default
Add default argument to getRendererFromQueryString
|
2015-11-06 17:11:35 +01:00 |
|
Andreas Hocevar
|
a35b3a5f52
|
Add default argument to getRendererFromQueryString
|
2015-11-06 16:58:58 +01:00 |
|
Éric Lemoine
|
9cf26f1fac
|
Merge pull request #4376 from elemoine/kml-non-icon
Make KML format ignore image styles that aren't icons
|
2015-11-06 16:46:10 +01:00 |
|
Bart van den Eijnden
|
fadf63cbd0
|
Merge pull request #4385 from oterral/scaledflt
Don't transform the scale specified by the user
|
2015-11-06 16:23:41 +01:00 |
|
Éric Lemoine
|
daa970fe4c
|
Make KML format ignore image styles that aren't icons
|
2015-11-06 15:35:20 +01:00 |
|
Andreas Hocevar
|
3254e08785
|
Merge pull request #4388 from ahocevar/fix-mocha-phantomjs
Quick-fix running tests with PhantomJS
|
2015-11-06 15:04:27 +01:00 |
|
Andreas Hocevar
|
544f951c14
|
Quick-fix running tests with PhantomJS
|
2015-11-06 14:50:58 +01:00 |
|
oterral
|
08a640b793
|
Don't transform the scale specified by the user
|
2015-11-06 14:29:16 +01:00 |
|
Éric Lemoine
|
d29f3b9068
|
Merge pull request #4378 from elemoine/kml-write-styles
Add a writeStyles option to KML format
|
2015-11-06 11:26:48 +01:00 |
|
Andreas Hocevar
|
d68991e982
|
Merge pull request #4375 from simonseyock/master
Fixed documentation typo (ol.source.ImageWMS)
|
2015-11-05 08:11:26 +01:00 |
|
Éric Lemoine
|
5c536aafc7
|
Add a writeStyles option to KML format
|
2015-11-04 17:12:04 +01:00 |
|
Simon Seyock
|
757d46541c
|
Fixed documentation error
the imageLoadFunction you can give the constructor of ol.source.ImageWMS is an ol.ImageLoadFunctionType not an ol.TileLoadFunctionType
|
2015-11-04 12:56:41 +01:00 |
|
Éric Lemoine
|
dc3bf0d04b
|
Merge pull request #4371 from dtreiter/master
Fix typo in closure compilation tutorial
|
2015-11-03 21:52:52 +01:00 |
|
Daniel Reiter
|
9cde0ab860
|
Fix typo in closure compilation tutorial
|
2015-11-03 14:37:37 -06:00 |
|
Bart van den Eijnden
|
bb00f4dafd
|
Merge pull request #4370 from jonataswalker/getLayer-improve-docs
Improve ol.interaction.Select#getLayer documentation.
|
2015-11-03 18:58:52 +01:00 |
|
jonataswalker
|
16670e4015
|
Improve ol.interaction.Select#getLayer documentation.
|
2015-11-03 14:35:17 -02:00 |
|
Tim Schaub
|
4b85dd89a5
|
Merge pull request #4365 from openlayers/greenkeeper-fs-extra-0.26.2
Update fs-extra to version 0.26.2 🚀
|
2015-11-03 07:45:46 -08:00 |
|
Tim Schaub
|
71f7c70279
|
Merge pull request #4366 from openlayers/greenkeeper-resemblejs-2.0.1
Update resemblejs to version 2.0.1 🚀
|
2015-11-03 07:43:49 -08:00 |
|
Marc Jansen
|
2d24c8942e
|
Merge pull request #4368 from marcjansen/fix-4367
Append KML placemark text style to existing styles
|
2015-11-03 15:06:33 +01:00 |
|
Marc Jansen
|
d24dcc7753
|
Be less verbose when creating text style
|
2015-11-03 14:27:06 +01:00 |
|
Marc Jansen
|
bea1501bb7
|
Append textStyle to existing style
|
2015-11-03 14:26:16 +01:00 |
|
greenkeeperio-bot
|
5751d342ff
|
chore(package): update resemblejs to version 2.0.1
http://greenkeeper.io/
|
2015-11-03 02:21:55 -08:00 |
|
greenkeeperio-bot
|
8514a85353
|
chore(package): update fs-extra to version 0.26.2
http://greenkeeper.io/
|
2015-11-02 19:07:52 -08:00 |
|
Tamar Cohen
|
4a163b54f3
|
Rotate control now takes optional resetNorth function
|
2015-11-02 10:06:59 -08:00 |
|
Éric Lemoine
|
ad85e0e98d
|
Merge pull request #4361 from elemoine/gpx
Make GPX format not fail on unsupported geometries
|
2015-11-02 17:54:47 +01:00 |
|
Frédéric Junod
|
66a99dd6c4
|
Merge pull request #4360 from fredj/getExtent_undef
Update getExtent return value jsdoc tag
|
2015-11-02 16:56:08 +01:00 |
|
Frederic Junod
|
eb762b6f4a
|
Update getExtent return value jsdoc tag
The extent is never `null`; if the source is empty, the extent is
`[Infinity, Infinity, -Infinity, -Infinity]`
|
2015-11-02 16:30:54 +01:00 |
|
Éric Lemoine
|
14a1add08d
|
Make GPX format no fail on unsupported geometries
|
2015-11-02 16:26:17 +01:00 |
|
Éric Lemoine
|
cbd1aee0cc
|
Remove describe('readFeatures') in GPX tests
Just a remove an unnecessary level of nesting. No functional change.
|
2015-11-02 15:58:47 +01:00 |
|
Frédéric Junod
|
135d66dac7
|
Merge pull request #4359 from openlayers/greenkeeper-closure-util-1.9.0
Update closure-util to version 1.9.0 🚀
|
2015-11-02 14:31:26 +01:00 |
|
greenkeeperio-bot
|
3f30072de5
|
chore(package): update closure-util to version 1.9.0
http://greenkeeper.io/
|
2015-11-02 05:44:34 -07:00 |
|
Tim Schaub
|
925a89ecdb
|
Merge pull request #4357 from openlayers/greenkeeper-update-all
Update all dependencies.
|
2015-11-01 10:31:01 -07:00 |
|
Tim Schaub
|
d5c7f805ab
|
Unregister postrender listener in tests
|
2015-11-01 09:03:23 -07:00 |
|
greenkeeperio-bot
|
67f42ed33a
|
chore(package): update dependencies
http://greenkeeper.io/
|
2015-11-01 08:30:06 -07:00 |
|
Tim Schaub
|
610ed7294f
|
Merge pull request #4356 from tschaub/metalsmith-updates
Update Metalsmith and layouts plugin.
|
2015-11-01 08:28:08 -07:00 |
|
Tim Schaub
|
6c813020c2
|
Correct error message for missing layout property
|
2015-11-01 08:15:05 -07:00 |
|
Tim Schaub
|
0149924551
|
Update Metalsmith and layout plugin
|
2015-11-01 02:18:09 -07:00 |
|
Tim Schaub
|
85264111cd
|
Merge pull request #4355 from tschaub/phantom-update
Update PhantomJS.
|
2015-11-01 01:57:38 -07:00 |
|
Tim Schaub
|
921d736340
|
Run tests with Node 4 on Trusty
|
2015-11-01 01:19:07 -07:00 |
|
Tim Schaub
|
98c9b0eb39
|
Update phantomjs and use mocha-phantomjs-core
|
2015-11-01 01:18:59 -07:00 |
|
Tim Schaub
|
7946298e67
|
Merge pull request #4353 from tschaub/jsdoc-forked
Resolve path to jsdoc-fork.
|
2015-10-31 15:23:41 -06:00 |
|
Tim Schaub
|
c0271e3509
|
Prune before installing
|
2015-10-31 15:11:54 -06:00 |
|
Tim Schaub
|
ad3ee7cb33
|
Correctly resolve path to jsdoc
|
2015-10-31 15:10:05 -06:00 |
|
Tim Schaub
|
363ef8f45e
|
Merge pull request #3627 from ThomasG77/ThomasG77-npm
Make package.json compatible for npm frontend use.
|
2015-10-31 13:49:40 -06:00 |
|
Tim Schaub
|
9529200d4f
|
Merge pull request #4163 from tschaub/node-four
Fixes for building with Node 4.x.
|
2015-10-31 13:42:55 -06:00 |
|
Tim Schaub
|
85ca4e1888
|
Update JSDoc to get async publish support
|
2015-10-31 13:30:30 -06:00 |
|
Tim Schaub
|
c0da5ff8ef
|
Merge pull request #4347 from tschaub/find-jsdoc
Use require.resolve() to find jsdoc.
|
2015-10-31 13:26:58 -06:00 |
|
Tim Schaub
|
0b7cd12eaa
|
Merge pull request #4291 from jonataswalker/feature-move-example
Add 'Move a feature along a line' example.
|
2015-10-30 17:08:14 -06:00 |
|