Éric Lemoine
|
2ed5e2a3d7
|
Pass pixelRatio to canvasFunction
|
2014-01-10 10:42:05 +01:00 |
|
Éric Lemoine
|
2633d8784c
|
Add a d3 example
|
2014-01-10 10:42:05 +01:00 |
|
Tom Payne
|
7ce7bb2187
|
Merge remote-tracking branch 'openlayers/master' into vector-api
|
2014-01-09 11:42:14 +01:00 |
|
Éric Lemoine
|
2cc4dd8985
|
Merge pull request #1413 from oterral/vector-api-draw
[vector-api] drawing interaction
|
2014-01-08 07:54:18 -08:00 |
|
oterral
|
e3810b5027
|
Add draw features example
|
2014-01-08 16:40:14 +01:00 |
|
Bart van den Eijnden
|
78d20056f5
|
update all the other examples that used MapQuest
|
2014-01-08 13:36:35 +01:00 |
|
Bart van den Eijnden
|
473a11c697
|
use a single ol.source.MapQuest and use a const for the tile attribution
|
2014-01-08 13:23:47 +01:00 |
|
Bart van den Eijnden
|
1b48572c6e
|
add ol.source.MapQuestHybrid and add all MapQuest types to the example
|
2014-01-08 12:05:19 +01:00 |
|
Éric Lemoine
|
2bdae3d08a
|
Merge pull request #1483 from elemoine/vector-api-anchor-units
[vector-api] Support different anchor units in ol.style.Icon
|
2014-01-08 01:13:19 -08:00 |
|
Éric Lemoine
|
5efc692b9d
|
Add typecast to icon example
|
2014-01-08 00:44:00 +01:00 |
|
Éric Lemoine
|
09e5574350
|
Use anchorXUnits and anchorYUnits in icon example
|
2014-01-08 00:24:55 +01:00 |
|
Éric Lemoine
|
643c981074
|
Use FeaturesOverlay in vector-layer example
This demonstrates how to use ol.FeaturesOverlay for feature highlighting.
|
2014-01-07 15:15:43 +01:00 |
|
Frédéric Junod
|
125b65e82d
|
Merge pull request #1472 from fredj/vector-api-singleclick-examples
Fix 'singleclick' in kml-timezones and kml-earthquakes examples
|
2014-01-06 23:56:34 -08:00 |
|
Tom Payne
|
6052620acf
|
Merge pull request #1454 from twpayne/vector-api-vector-file-urls
[vector-api] Add urls option to ol.source.VectorFile
|
2014-01-06 23:55:24 -08:00 |
|
Frederic Junod
|
2f7064f0e8
|
Fix 'singleclick' in kml-timezones and kml-earthquakes examples
|
2014-01-06 16:44:06 +01:00 |
|
Tom Payne
|
6b10ea887e
|
Add comment about the rtree example not working when hosted
|
2014-01-06 13:53:24 +01:00 |
|
Tom Payne
|
6b9268fe56
|
Merge remote-tracking branch 'openlayers/master' into vector-api
|
2014-01-06 11:17:01 +01:00 |
|
Frederic Junod
|
d894422b2d
|
Center the clipping region
Use the real canvas size to center the heart. Only visible when
devicePixelRatio is greater than 1.0.
|
2014-01-06 10:13:45 +01:00 |
|
Frederic Junod
|
2d971ed58f
|
Add a ol.source.ImageStatic example
|
2014-01-06 09:11:49 +01:00 |
|
Antoine Abt
|
47d9fd354b
|
Remove dragzoom example
Since it has been re-added to default controls
|
2014-01-03 11:55:28 +01:00 |
|
Tom Payne
|
d25ee8df0a
|
Use urls option in igc example
|
2014-01-02 22:41:21 +01:00 |
|
Tom Payne
|
2342f83a48
|
Merge remote-tracking branch 'openlayers/master' into vector-api
|
2014-01-02 18:28:30 +01:00 |
|
Tom Payne
|
94c22055be
|
Merge pull request #1394 from twpayne/zoomify
Zoomify (updated)
|
2014-01-02 09:19:53 -08:00 |
|
Tom Payne
|
6006d24232
|
Add comment about fake projection in zoomify example
|
2014-01-02 18:05:51 +01:00 |
|
Tom Payne
|
b1bc7317c7
|
Enable WebGL and DOM renderers in zoomify example
|
2014-01-02 16:39:12 +01:00 |
|
Tom Payne
|
e99075a452
|
Use a server that supports CORS in zoomify example
|
2014-01-02 16:38:52 +01:00 |
|
Tom Payne
|
969c32a883
|
Re-enable checking of Zoomify example
|
2014-01-02 15:34:09 +01:00 |
|
Tom Payne
|
541fb17773
|
Use prettier image in zoomify example
|
2014-01-02 15:26:56 +01:00 |
|
Éric Lemoine
|
81ea704043
|
Change cursor when over a feature in KML example
|
2013-12-20 21:47:50 +01:00 |
|
Éric Lemoine
|
0c39109b36
|
Merge pull request #1424 from elemoine/vector-api-dragzoom
[vector-api] Minor additions to dragzoom example
|
2013-12-20 08:07:44 -08:00 |
|
Éric Lemoine
|
a12bf20437
|
Merge pull request #1412 from fredj/vector-api-hidpi-cleanup
[vector-api] hidpi cleanup
|
2013-12-20 07:51:10 -08:00 |
|
Éric Lemoine
|
0c047f094f
|
More description to dragzoom example
|
2013-12-20 16:05:53 +01:00 |
|
Éric Lemoine
|
f3948c8741
|
Show how to use a custom style for DragZoom
|
2013-12-20 15:54:24 +01:00 |
|
Éric Lemoine
|
72ea0a10fc
|
Use ol.interaction.defaults in dragzoom example
|
2013-12-20 15:54:13 +01:00 |
|
Antoine Abt
|
8354400e52
|
Add dragzoom example, configured with canvas renderer
|
2013-12-20 15:24:53 +01:00 |
|
Tom Payne
|
1a3218266c
|
Add drag-and-drop example
|
2013-12-19 17:54:13 +01:00 |
|
Tom Payne
|
fd5924dd13
|
Add kml-earthquakes example
|
2013-12-19 17:54:12 +01:00 |
|
Tom Payne
|
828c35d239
|
Use more interesting data in KML example
|
2013-12-19 17:00:38 +01:00 |
|
Tom Payne
|
c859dd0e94
|
Add kml example
|
2013-12-19 17:00:38 +01:00 |
|
Tom Payne
|
d81efbcd13
|
Correct styleUrls in example KML data
|
2013-12-19 17:00:37 +01:00 |
|
Tom Payne
|
782616c1bb
|
Ensure that features in example KML data are visible
|
2013-12-19 17:00:37 +01:00 |
|
Tom Payne
|
cd8a5fbe4d
|
Add kml-timezones example
|
2013-12-19 17:00:37 +01:00 |
|
Frederic Junod
|
e4ea8a750e
|
Cast serverType option in examples
|
2013-12-19 16:31:08 +01:00 |
|
Frederic Junod
|
06ba19896c
|
Set default canvas lineJoin and lineCap to 'round'
|
2013-12-19 15:40:31 +01:00 |
|
Éric Lemoine
|
a5089a0e0c
|
Example rtree uses ol.style.Circle
|
2013-12-19 00:20:11 +01:00 |
|
Éric Lemoine
|
57814aba04
|
Example synthetic-points uses ol.style.Circle
|
2013-12-19 00:20:11 +01:00 |
|
Éric Lemoine
|
41ec0fd79b
|
Example igc uses ol.style.Circle
|
2013-12-19 00:20:11 +01:00 |
|
Éric Lemoine
|
722bf3e0b2
|
Example geojson uses ol.style.Circle
|
2013-12-19 00:20:11 +01:00 |
|
Éric Lemoine
|
864d4d95e5
|
Example dynamic-data uses ol.style.Circle
|
2013-12-19 00:20:11 +01:00 |
|
Éric Lemoine
|
573b15182c
|
Example icon uses ol.style.Icon
|
2013-12-19 00:20:11 +01:00 |
|