Bart van den Eijnden
a438ffb280
Add full support for XYM and XYZM layouts
2015-04-17 18:36:16 +02:00
Bart van den Eijnden
db8c6ef1b4
Write support for Esri JSON
2015-04-17 18:36:16 +02:00
Bart van den Eijnden
93c524baa0
Esri JSON read support
2015-04-17 18:36:16 +02:00
Tim Schaub
bba326fdf4
Merge pull request #3558 from tschaub/built-examples
...
Example sources in examples dir and built examples in build/examples.
2015-04-17 10:17:41 -06:00
Tim Schaub
13e40fb98c
Merge pull request #3550 from tschaub/fewer-differences
...
Reduce differences between the rendering test runner and the standard test runner.
2015-04-17 10:16:00 -06:00
Tim Schaub
14b7edb140
Keep the examples simple
...
Please write blog posts, create tutorials, or develop workshops that show off cool ways to develop applications that use OL3. The examples should be kept very simple. This download functionality is neat, but it's really a gratuitous use of non-map related functionality. While it does demonstrate the use of `format.writeFeatures()`, this is buried in too much additional code that is not accessible (buried in resources/common.js) and not really related to mapping things. If we want to have examples that demonstrate how formats can be used to serialize features, a simple textarea would suffice as the target.
2015-04-17 09:55:44 -06:00
Tim Schaub
c5cf709c55
The common.js script makes a "common" object available
2015-04-17 09:49:53 -06:00
Tim Schaub
eff14b06e0
Refactor common example script and run the linter on it
2015-04-17 09:43:46 -06:00
Tim Schaub
f2600977ae
Avoid words with contentious alternative spellings
2015-04-17 09:43:37 -06:00
Tim Schaub
4e8b10ae1c
Use --ssl-protocol=any in PhantomJS with a page that uses HTTPS
...
The `check-examples` target fails on Travis without this option. We get "SSL handshake failed" when loading resources via HTTPS with whatever the default SSL protocol is.
In addition, as a precaution, the --ignore-ssl-errors option is set to true in case anybody adds a resource with an invalid certificate. This option does not get around SSL handshake errors.
2015-04-17 09:18:39 -06:00
Tim Schaub
7c8eaae6a1
Remove jQuery from mobile fullscreen example
2015-04-17 06:22:39 -06:00
Tim Schaub
f712123e93
Remove jQuery use from IGC example
2015-04-17 06:22:39 -06:00
Tim Schaub
c385a1b7dd
Remove jQuery use from earthquake heatmap example
2015-04-17 06:22:39 -06:00
Tim Schaub
2f160d29c7
Remove jQuery use from geolocation example
2015-04-17 06:22:39 -06:00
Tim Schaub
c3362c1685
Remove jQuery use from geolocation orientation example
2015-04-17 06:22:39 -06:00
Tim Schaub
0121a12293
Remove jQuery use from device orientation example
2015-04-17 06:22:39 -06:00
Tim Schaub
d2062d241d
Remove jQuery use from Bing example
2015-04-17 06:22:39 -06:00
Tim Schaub
daccfd25c9
Remove jQuery use from accessible example
2015-04-17 06:22:39 -06:00
Tim Schaub
c8adf22438
Use DOM methods instead of jQuery in common example script
2015-04-17 06:22:38 -06:00
Tim Schaub
84f3bea766
Upgrade Metalsmith to get new concurrency option
2015-04-17 06:22:38 -06:00
Tim Schaub
89f5e711e6
Example sources in the examples dir
2015-04-17 06:22:38 -06:00
Tim Schaub
8fd2e9f79f
Untangle resources and put built examples in the build dir
2015-04-17 06:22:38 -06:00
Tim Schaub
0faace215b
Compiled examples go in build/compiled-examples
2015-04-17 06:22:37 -06:00
Tim Schaub
7b2391cc2e
Remove unused EXAMPLES_JSON
2015-04-17 06:22:37 -06:00
Tim Schaub
4131f41740
Remove unused EXAMPLES_COMBINED and build-examples target
...
This was discussed as part of #1118 but never completed (see https://github.com/openlayers/ol3/pull/1118#discussion_r6894016 ).
2015-04-17 06:22:37 -06:00
Tim Schaub
fd42db8404
Correct docs about what the ci target runs
...
We stopped using the `build-examples` target with 3f1ae87eee .
2015-04-17 06:22:37 -06:00
Éric Lemoine
b039a7528c
Merge pull request #3576 from elemoine/vectorapi
...
Add KML options related note the upgrade notes
2015-04-17 10:04:23 +02:00
Éric Lemoine
3998f8d4f5
Add KML options related note the upgrade notes
2015-04-17 09:53:22 +02:00
Bart van den Eijnden
4306ecbb8d
Merge pull request #3573 from gberaudo/interaction_dispatch_order
...
Modify draw interaction dispatch order
2015-04-16 19:05:41 +02:00
Guillaume Beraudo
a7e4e20edc
Update changelog
2015-04-16 18:11:15 +02:00
Guillaume Beraudo
c0c7b71af6
Add draw interaction test case
2015-04-16 17:44:45 +02:00
Andreas Hocevar
14d546c300
Merge pull request #3572 from ahocevar/null-tilesize
...
Do not return a null tileSize
2015-04-16 17:30:02 +02:00
Guillaume Beraudo
a468e8025a
Modify draw interaction dispatch order
...
When finishing drawing, this PR dispatches the `drawend` event before adding
the feature to the source or collection.
This change allows user code to finish configuring the feature (setting style,
properties, ...).
It is useful since inserting a feature, or later on modifying it, may trigger
processing which only makes sense if the feature is ready. For example,
ol3-cesium will recreate a 3D counterpart.
2015-04-16 16:51:54 +02:00
Andreas Hocevar
4cad17f839
Do not return a null tileSize
2015-04-16 15:32:35 +02:00
Éric Lemoine
c7bd5a7521
Merge pull request #3570 from gberaudo/required_api
...
Add missing @api
2015-04-16 11:42:38 +02:00
Frédéric Junod
1662500988
Merge pull request #3569 from fredj/bootstrap-link
...
Fix link to Bootstrap documentation
2015-04-16 11:13:29 +02:00
Guillaume Beraudo
65614d74f8
Add missing @api
...
These types are referenced in the externs but were not declared.
Found by ol3-cesium.
2015-04-16 11:09:41 +02:00
Frederic Junod
9b462dde0a
Fix link to Bootstrap documentation
2015-04-16 10:30:28 +02:00
Andreas Hocevar
ab9846ff24
Merge pull request #3559 from ahocevar/tile-width-height
...
Add support for non-square tiles
2015-04-16 09:26:27 +02:00
Frédéric Junod
075579688e
Merge pull request #3568 from fredj/extractStyles
...
Move extractStyles option to ol.format.KML
2015-04-16 09:17:18 +02:00
Andreas Hocevar
70452f4fa7
Add rendering tests
2015-04-16 09:15:34 +02:00
Frederic Junod
a81f414065
Move extractStyles option to ol.format.KML
2015-04-16 09:05:07 +02:00
Frédéric Junod
646a7bb96e
Merge pull request #3562 from fredj/css-cleanup
...
Simplify .ol-zoomslider and .ol-overviewmap CSS
2015-04-16 07:40:58 +02:00
Frédéric Junod
31cebc7c8a
Merge pull request #3565 from fredj/fix-3564
...
Move extractStyles option to ol.format.KML
2015-04-15 17:41:25 +02:00
Frederic Junod
0bd368ce06
Move extractStyles option to ol.format.KML
...
Fixes #3564
2015-04-15 17:19:02 +02:00
Frederic Junod
5bc875e075
Simplify .ol-zoomslider and .ol-overviewmap CSS
...
The .ol-control class already defines the position and background values.
2015-04-15 11:02:43 +02:00
Frédéric Junod
ce1659bc14
Merge pull request #3523 from fredj/update-proj4js
...
Update proj4 version to 2.3.6
2015-04-15 09:11:59 +02:00
Andreas Hocevar
f2e94daf54
Update proj4js version in example
2015-04-15 08:58:21 +02:00
Frederic Junod
7909e7b079
Update proj4 version to 2.3.6
2015-04-15 08:58:07 +02:00
Frederic Junod
dd8a4c355b
Add more proj4js integration tests
2015-04-15 08:58:07 +02:00