Commit Graph

1779 Commits

Author SHA1 Message Date
É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
Tom Payne
009f9328a8 Use ol.BrowserFeature.HAS_WEBGL in layer-clipping-webgl example 2013-12-18 20:48:58 +01:00
Tom Payne
7cadb6824e Merge remote-tracking branch 'openlayers/master' into vector-api 2013-12-18 17:09:19 +01:00
Éric Lemoine
28738af844 Merge pull request #1395 from elemoine/exports
Fix exports (remove export_as hack)
2013-12-18 07:17:24 -08:00
Éric Lemoine
79718151b7 Add ol.BrowserFeature.HAS_WEBGL 2013-12-18 11:20:13 +01:00
Frederic Junod
3e83809880 Add serverType option to ol.source.ImageWMS constructor 2013-12-18 09:08:37 +01:00
Tom Payne
79ade07fb7 Merge remote-tracking branch 'openlayers/master' into vector-api 2013-12-17 12:55:36 +01:00
Tom Payne
45ea10ede2 Remove complex-geometry example 2013-12-17 12:03:59 +01:00
Tom Payne
d80c327515 Add IGC example 2013-12-17 12:03:59 +01:00
Éric Lemoine
60ea9d5826 Remove View2D typecasts in geolocation example 2013-12-17 10:32:18 +01:00
Éric Lemoine
6533aa4aba Remove View2D typecasts in bind-input example 2013-12-17 10:32:08 +01:00
Tom Payne
54fb2b4c20 Don't attempt to check Zoomify example with PhantomJS 2013-12-16 16:41:21 +01:00