Marc Jansen
249f432b2e
Merge pull request #3672 from marcjansen/link-faq
...
Add link to FAQ-document and fix internal links
2015-05-08 12:27:17 +02:00
Marc Jansen
45a5b1d24e
Add link to FAQ-document and fix internal links
2015-05-08 11:02:39 +02:00
Marc Jansen
c5b788f370
Merge pull request #3665 from marcjansen/missing-resources
...
Add proj4js and projection definition files to example resources
2015-05-06 15:26:22 +02:00
Marc Jansen
ebded733f7
Add proj4js/projection definition files to example
2015-05-06 13:27:27 +02:00
Tobias Sauerwein
e4e91b82d6
Merge pull request #3662 from tsauerwein/renderbuffer-docs
...
Clarify docs for renderBuffer option
2015-05-06 09:09:12 +02:00
Tim Schaub
8f9cde0595
Merge pull request #3664 from tschaub/download-page
...
Link to download page.
2015-05-05 15:27:23 -06:00
Tim Schaub
f47d873ae5
Link to download page
2015-05-05 14:11:11 -06:00
Andreas Hocevar
492a3c8f7a
Merge pull request #3639 from ahocevar/tilegrid-extent
...
Add extent support to ol.tilegrid.TileGrid
2015-05-05 19:22:10 +02:00
Tim Schaub
0bf70489b6
Merge pull request #3663 from tschaub/fewer-version-numbers
...
Readme should not include the version number.
2015-05-05 11:21:42 -06:00
Andreas Hocevar
32efd99397
Do not require projection extent for WMTS bbox validity check
2015-05-05 18:52:33 +02:00
Andreas Hocevar
0650a97371
Explain tilegrid and xyz source changes
2015-05-05 18:52:33 +02:00
Andreas Hocevar
b05193fa45
Replace ol.tilegrid.XYZ with an ol.tilegrid.createXYZ function
2015-05-05 18:52:33 +02:00
Andreas Hocevar
a116878a57
Allow extents to restrict tile ranges requested from the server
...
The addition of full extent tile ranges also allows us to simplify wrapX
handling for tile layers. By limiting wrapX to true and false as possible
values, we can remove a lot of guessing logic.
2015-05-05 18:52:33 +02:00
Andreas Hocevar
700903ca5c
Add tests for ol.tilegrid.TileGrid
...
These tests are taken from ol.tilegrid.XYZ, to make sure that
ol.tilegrid.TileGrid works the same way. The additional tests show that the
#getTileCoordForXYAndResolution_() method do not handle coordinates at
tile boundaries properly, so this is fixed.
2015-05-05 18:52:32 +02:00
Tim Schaub
4192092dcf
Readme should not include the version number
...
We should not repeat the version number throughout the source. Eventually, the download page will be http://openlayers.org/download/ .
2015-05-05 10:28:03 -06:00
tsauerwein
c0d9a822f8
Clarify docs for renderBuffer
2015-05-05 17:22:33 +02:00
Frederic Junod
bb6192bc10
Revert "Implement ol.renderer.Layer#forEachFeatureAtCoordinate"
...
This reverts commit dd07fd7977 .
2015-05-05 09:38:50 +02:00
Frédéric Junod
56e8575e41
Merge pull request #3637 from fredj/forEachFeatureAtCoordinate
...
Implement ol.renderer.Layer#forEachFeatureAtCoordinate
2015-05-05 07:48:54 +02:00
Tim Schaub
c8bc177ac0
Merge pull request #3658 from openlayers/release-v3.5.0
...
Release v3.5.0.
v3.5.0
2015-05-04 22:43:55 -06:00
Tim Schaub
57002ec80a
Update package version to 3.5.0
2015-05-04 22:36:58 -06:00
Tim Schaub
208b42d15b
Changelog for 3.5.0
2015-05-04 22:36:17 -06:00
Éric Lemoine
762bb0f055
More specific regex in serve.js
...
This is to be able to use the dev server (`npm start`) to serve the hosted examples (located in the `build/hosted/<branch>` dir after `make host-examples`).
2015-04-30 09:14:40 +02:00
Éric Lemoine
27ac8a5a23
Merge pull request #3646 from elemoine/generate-requires
...
Use graceful-fs in place of fs
2015-04-29 13:50:11 +02:00
Éric Lemoine
6a16920378
Use graceful-fs in place of fs
...
Change generate-requires.js to use the graceful-fs module instead of fs. This is to avoid EMFILE errors on OSX because the maximum number of file descriptors have been reached.
2015-04-29 13:27:25 +02:00
Éric Lemoine
5ea80f5feb
Merge pull request #3645 from elemoine/test-coverage
...
Fix test-coverage.js script
2015-04-29 13:25:47 +02:00
Éric Lemoine
790bd644c4
Merge pull request #3640 from elemoine/makefile
...
Make make fail on requires and whitespace errors
2015-04-29 12:13:04 +02:00
Éric Lemoine
dabc04697f
Merge pull request #3644 from t27/master
...
added altclick select to selectfeatures example
2015-04-29 12:04:57 +02:00
Éric Lemoine
e40a51574b
Fix test-coverage.js script
...
Fix test-coverage by only replacing the last occurence of `/src/` when deriving the instrumented file path from the original file path.
2015-04-29 12:00:06 +02:00
tarang
bf91c1792b
added altclick select to selectfeatures example
2015-04-29 15:12:51 +05:30
Éric Lemoine
b4434725a5
Make check-whitespace.py exit 1 on whitespace errors
2015-04-29 09:12:13 +02:00
Éric Lemoine
6d1baec34a
Add missing goog.require
2015-04-29 09:10:18 +02:00
Éric Lemoine
507335ea69
Make check-requires.py exit 1 on missing/unused requires
2015-04-29 09:10:04 +02:00
Éric Lemoine
04dea3c6ff
Merge pull request #3612 from elemoine/wmtsgeturls
...
Add ol.source.WMTS#getUrls and getRequestEncoding
2015-04-28 17:39:12 +02:00
Frederic Junod
dd07fd7977
Implement ol.renderer.Layer#forEachFeatureAtCoordinate
...
And remove identical implementation in children classes.
2015-04-28 14:08:45 +02:00
Éric Lemoine
3a03e9f76a
Add ol.source.WMTS#getRequestEncoding
2015-04-27 16:40:01 +02:00
Éric Lemoine
2a2fea379e
Add ol.source.WMTS#getUrls
2015-04-27 16:40:01 +02:00
Andreas Hocevar
1d6530ce9c
Merge pull request #3616 from ahocevar/freehand-drawing
...
Add support for freehand drawing to the Draw interaction
2015-04-27 11:27:10 +02:00
Andreas Hocevar
ed7e5ddef7
Improve the draw-features example description
2015-04-27 11:10:16 +02:00
Frédéric Junod
574c5a02c8
Merge pull request #3634 from fredj/kill-unused-local-var
...
Remove unused local variable
2015-04-27 10:21:03 +02:00
Frederic Junod
4b5f8cd60e
Remove unused local variable
2015-04-27 09:56:01 +02:00
Tobias Sauerwein
8e4063d905
Merge pull request #3629 from tsauerwein/snap-xyz
...
Problems with XYZ coordinates in snap interaction
2015-04-27 08:53:34 +02:00
Éric Lemoine
234db95e3d
Merge pull request #3633 from elemoine/editorconfig
...
Add a Makefile section to .editorconfig
2015-04-27 07:48:38 +02:00
Éric Lemoine
07c4312f4a
Merge pull request #3632 from elemoine/indexjs
...
Make host-examples target copy index.js
2015-04-27 07:35:03 +02:00
Éric Lemoine
079733040f
Add a Makefile section to .editorconfig
...
make requires tabs.
2015-04-26 22:21:37 +02:00
Éric Lemoine
db7b9bbd87
Merge pull request #3631 from bjornharrtell/modify-constructor-test
...
Restore Modify interaction constructor test
2015-04-26 21:56:34 +02:00
Éric Lemoine
0f2c3bd45f
Make host-examples target copy index.js
2015-04-26 21:51:37 +02:00
Björn Harrtell
11d378f36e
Restore Modify interaction constructor test
2015-04-26 21:42:55 +02:00
Éric Lemoine
e60d3b75b2
Merge pull request #3630 from bjornharrtell/modify-test
...
Initial tests for Modify interaction vertex creation
2015-04-26 21:37:26 +02:00
Björn Harrtell
ce3f7665c0
Initial tests for Modify interaction
2015-04-26 21:23:32 +02:00
Éric Lemoine
c025f63019
Merge pull request #3527 from elemoine/makefile
...
Replace pake with make?
2015-04-26 21:12:09 +02:00