Bart van den Eijnden
a7c202231f
Merge branch '2.12' of github.com:openlayers/openlayers
2012-06-13 07:18:53 +02:00
Éric Lemoine
8208241e55
fix the kml-pointtrack.html example
2012-06-12 22:03:30 +02:00
Éric Lemoine
788d5a645a
move the style.mobile.css file from examples to theme/default
2012-06-07 09:21:44 +02:00
ahocevar
8b2bab9d51
Improvements for Android: no buggy tile transitions, no flicker when tapping.
2012-06-02 22:18:49 +02:00
Marc Jansen
5794502f98
Replace tabs in example with spaces. No functional change.
2012-05-29 22:03:25 +02:00
Marc Jansen
366faf6871
Merge pull request #423 from marcjansen/no-$
...
Remove the aliasing of OpenLayers.Util.getElement to window.$
2012-05-29 12:52:27 -07:00
Marc Jansen
acb9f950df
Use document.getElementById in examples.
...
Previously examples would either use the now deprecated `window.$` or the
non-API-method `OpenLayers.Util.getElement`. This was well caught by @probins
and @elemoine.
2012-05-29 21:47:22 +02:00
Frederic Junod
c696b34a84
Add new maximizeTitle and minimizeTitle options to Control.OverviewMap
2012-05-29 09:04:00 +02:00
ahocevar
88fd8038c8
Simplifying configuration.
2012-05-25 18:37:12 +02:00
ahocevar
440b9fb6d3
Using updated URLs.
2012-05-25 17:30:27 +02:00
Éric Lemoine
2141cb9c0a
Merge branch '2.12'
2012-05-25 15:08:58 +02:00
ahocevar
5879a71f9c
Don't use fade effect on labels.
2012-05-25 13:54:31 +02:00
Frederic Junod
05162a7f9d
Use map.getLonLatFromPixel instead of map.getLonLatFromViewPortPx
...
The former is the API method.
2012-05-24 14:00:25 +02:00
Éric Lemoine
2cd979d34c
use the nightly version of Google Maps API in the examples, and provide some information about Google Maps API versioning in the google-v3 example
2012-05-22 10:07:18 +02:00
tschaub
a612302a11
Demonstrating the use of MapQuest tiles in OL.
2012-05-17 11:06:21 -06:00
ahocevar
e2c9662fa1
Merge pull request #451 from ahocevar/more-title
...
There is no reason to restrict graphicTitle to externalGraphic symbols.
2012-05-15 07:46:33 -07:00
Frederic Junod
8268616ec8
Rename style.graphicTitle to style.title (the former is now deprecated)
2012-05-15 12:49:39 +02:00
Marc Jansen
ea76d24f4c
Merge pull request #450 from fbuchinger/patch-2
...
simplified jquery mobile example
2012-05-14 23:50:49 -07:00
Frederic Junod
6e34b048ff
examples/cartodb-geojson.html: kill long lines, use local OpenLayers.js
2012-05-07 13:06:14 +02:00
Javier de la Torre
81ee9524c7
Added example to retrieve and display data from CartoDB using the SQL API
2012-05-07 12:59:50 +02:00
Éric Lemoine
b61cfdb054
remove the editing toolbar from the highlight-feature.html, it does not make sense in this example and it prevents selection from working when activating navigation again
2012-05-04 00:12:26 +02:00
fbuchinger
678bf86337
simplyfied jquery mobile example
2012-05-03 17:47:54 +03:00
Éric Lemoine
743dc9a738
Merge branch '2.12'
2012-05-02 17:11:37 +02:00
Frederic Junod
5f1651a30f
Add missing hover option to the SelectFeature control.
...
Thanks Arnie Shore.
2012-04-25 10:34:40 +02:00
Marc Jansen
e70ee09a4d
Merge branch 'master' of https://github.com/openlayers/openlayers into no-$
2012-04-20 23:45:37 +02:00
ahocevar
363f837acb
Using resolution instead of zoom level for initial center (see #418 ).
2012-04-19 13:29:56 +02:00
Tim Schaub
24d421a449
Merge branch '2.12' of git://github.com/openlayers/openlayers
2012-04-04 14:50:53 -10:00
Éric Lemoine
5c597de900
Merge pull request #384 from elemoine/gridclass
...
renaming from olLayerGridTile to olLayerGrid
2012-04-03 08:55:49 -07:00
ahocevar
96e5241507
Vector layer should not be a base layer any more.
2012-04-03 17:16:20 +02:00
ahocevar
530952551f
Merge pull request #382 from ahocevar/wps
...
WPS example and improvements. r=@marcjansen,@bartvde
2012-04-03 06:30:15 -07:00
ahocevar
f21678f55b
Addressing review comments from @bartvde and @marcjansen.
2012-04-03 15:28:44 +02:00
Frederic Junod
f2dd130256
update mapbox example.
...
* use Zoom control instead of ZoomPanel
* wrap date line
* attribution control already at the bottom of the map
* use html entities for the copyright symbol
* layer has 17 levels, update numZoomLevels
2012-04-02 21:13:42 -10:00
Éric Lemoine
f870417a30
class name olLayerGridTile renamed olLayerGrid
2012-04-03 06:28:06 +02:00
Éric Lemoine
160ccef8d3
Merge branch '2.12'
2012-04-02 21:10:19 +02:00
ahocevar
3385c2b5b1
Code cleanup.
2012-04-02 16:42:33 +02:00
ahocevar
6ce9a36715
Use demo.opengeo.org
2012-04-02 16:42:14 +02:00
Andy Allan
c2f517ba18
Fix typo.
2012-04-02 15:08:45 +02:00
Frederic Junod
8c7263f16e
update mapbox example.
...
* use Zoom control instead of ZoomPanel
* wrap date line
* attribution control already at the bottom of the map
* use html entities for the copyright symbol
* layer has 17 levels, update numZoomLevels
2012-04-02 09:30:57 +02:00
Éric Lemoine
5b40ffe474
change CSS accessor for tile transition
2012-03-31 21:24:03 +02:00
ahocevar
46ba55d886
Allow for SLD input.
2012-03-30 19:57:54 -07:00
ahocevar
e4247472f9
Adding a margin for nicer display of the docs.
2012-03-30 19:57:20 -07:00
David Winslow
337afdfe8f
Move descriptive text for WPS demo to the right
2012-03-30 22:15:42 -04:00
David Winslow
09b459619b
Merge branch 'wps' of git://github.com/ahocevar/openlayers into wps
2012-03-30 21:50:00 -04:00
David Winslow
2789c29c98
Add NODATA header to process sample TIFF
2012-03-30 21:48:53 -04:00
ahocevar
8bc307b5a1
Allowing copies of literal text fields.
2012-03-30 18:45:52 -07:00
ahocevar
c3fe359fa6
WPS example; support for BoundingBox in WPS format
2012-03-30 18:02:24 -07:00
Peter Robins
4c0d85ee67
Fusiontables example correction
2012-03-28 23:06:36 -07:00
Peter Robins
bb09ff341e
Fusion Tables example
2012-03-28 23:06:12 -07:00
Éric Lemoine
9a9a5ba452
rely on the Flickr APIs in the strategy-cluster example
2012-03-28 14:20:24 +02:00
Éric Lemoine
d574f09e6a
rely on the Flickr APIs in the strategy-paging example
2012-03-28 14:13:31 +02:00